.wow.zoom-in {
  transform: scale(0);
  transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.wow.zoom-in.animated {
  transform: scale(1);
}

.section-main-content{
  color: #000000;
  background: #fffbda;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}
.section-main-content .is-hide-block {
  display: none;
}
@media screen and (min-width:768px){
  .wrapper{
  max-width: 980px;
  margin: 0 auto;
  }
}
@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 .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 p{
  text-align: center;
}
.section-contest-keyvisual .keyvisual-text p:last-child{
  margin-bottom: 0;
}
@media screen and (min-width:768px){
  .section-contest-keyvisual{
    margin-bottom: 82px;
  }
  .section-contest-keyvisual .keyvisual-image{
    margin: 0 auto 21px;
    max-width: 980px;
  }
  .section-contest-keyvisual .keyvisual-text p{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #7f7d6d;
    text-decoration-thickness: 2px;
    font-size: 17px;
    line-height: calc(44/17);
    letter-spacing: .05em;
    text-align: center;

  }
}
@media screen and (max-width:767px){
  .section-contest-keyvisual{
    margin-bottom: 32px;
  }
  .section-contest-keyvisual .keyvisual-image{
    margin-bottom: 6px;
  }
  .section-contest-keyvisual .keyvisual-text{
    margin-bottom: 45px;
  }
  .section-contest-keyvisual .keyvisual-text p{
    font-size: 14.5px;
    line-height: calc(50/29);
    letter-spacing: .027em;
    text-align: start;
  }
  .keyvisual-link-more{
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    font-size: 13px;
    font-weight: bold;
    line-height: calc(16/13);
    text-decoration: none;
    letter-spacing: .15em;
  }
  .keyvisual-link-more span{
    display: block;
    margin: 0 10px;
  }
  .keyvisual-link-more::before,
  .keyvisual-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 .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 .is-japan {
  display: block;
  text-align: center;
  font-weight: bold;

}
.section-contest-list .is-english {
  display: block;
  font-weight: bold;

}
.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 .list-common-product a {
  display: block;
  background: #fffbda;
}
.section-contest-list .list-common-product img {
  transition: opacity 0.26s ease;
  width: 100%;
  height: auto;
}

@media screen and (min-width:768px){
  .section-contest-list{
    padding-top: 50px;
    margin-bottom: 96px;
  }
  .section-contest-list .list-wrapper{
    max-width: 840px;
    margin: 0 auto 37px auto;
    padding: 0 20px;
  }
  .section-contest-list .list-wrapper.is-reverse{
    padding-left: 20px;
    padding-right: 0;
  }
  .section-contest-list .list-common-product {
    display: flex;
    justify-content: space-between;
    margin-bottom: -6px;
  }
  .section-contest-list .is-reverse .list-common-product{
    flex-direction: row-reverse;
  }
  .section-contest-list .list-title{
    width: max-content;
    max-width: 150px;
    align-self: flex-end;
  }
  .section-contest-list .title-thumb{
    width: 66px;
    height: 66px;
    margin: 0  auto 5px auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-contest-list .is-kitchen .title-thumb{
    background: #faac19;
  }
  .section-contest-list .is-bathroom .title-thumb{
    background: #27a3f2;
  }
  .section-contest-list .is-emawall .title-thumb{
    background: #89cc31;
  }
  .section-contest-list .is-japan {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: calc(21/17);
    letter-spacing: .1em;
    text-align: center;
  }
  .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 .list-common-product {
    display: flex;
    justify-content: space-between;
    margin-bottom: -6px;
  }
  .section-contest-list .is-reverse .list-common-product{
    flex-direction: row-reverse;
  }
  .section-contest-list .list-common-product ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
    bottom: 6px;
  }
  .section-contest-list .list-common-product ul::after{
    content: "";
    width: 7000px;
    height: 50px;
    position: absolute;
    left: -5px;
    bottom: -10px;
  }
  .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 {
    width: 210px;
    margin: 0 5px;
    position: relative;
    z-index: 1;
  }
  .section-contest-list .product-item::after{
    content: "CHECK";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #262e3b;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0px 7px 0px 17px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
  }
  .section-contest-list .product-item:nth-child(1):before{
    content: "";
    width: 46px;
    height: 26px;
    background: url(/img/reform/contents/contest/2022/icn_item_product.png) center/contain no-repeat;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width:767px){
  .section-contest-list{
    margin-bottom: 25px;
  }
  .section-contest-list .list-common-product{
    margin-bottom: 41px;
  }
  .section-contest-list .list-title{
    margin-bottom: 20px;
    position: relative;
  }
  .section-contest-list .list-title:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 31px;
    width: 38px;
    height: 22px;
    background: url(/img/reform/contents/contest/2022/icn_item_product_sp.png) center/contain no-repeat;
  }
  .section-contest-list .is-japan{
    font-size: 17px;
    letter-spacing: .03em;
    margin-bottom: 5px;
  }
  .section-contest-list .is-english{
    font-size: 12px;
    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;
  }
  .section-contest-list .product-item {
    width: 32%;
    z-index: 1;
  }
  .section-contest-list .list-common-product ul::after{
    content: "";
    width: 1000px;
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
}
.contest-wrapper {
  position: relative;
}
.contest-wrapper .block-common-inner {
  position: relative;
  z-index: 2;
}
.contest-wrapper:before {
  content: '';
  position: absolute;
  pointer-events: none;
}
.is-kitchen .contest-wrapper:before {
  background: #fdd68c;
  right: 0;
}
@media screen and (min-width: 768px) {
  .contest-wrapper {
    margin-bottom: 88px;
  }
  .is-kitchen .contest-wrapper:before {
    top: -166px;
    left: 50%;
    margin-left: -412px;
    right: 0;
    height: 800px;
    clip-path: polygon(11% 50%, 100% 100%, 100% 0);
  }
  .is-kitchen .contest-revert:before {
    margin-right: -412px;
    margin-left: 0;
    right: 50%;
    left: 0;
    height: 753px;
    top: -153px;
    clip-path: polygon(83% 51%, 0 0, 0 100%);
  }
  .is-kitchen .is-contest-third:before {
    top: -96px;
    height: 649px;
    clip-path: polygon(27% 50%, 100% 100%, 100% 0);
  }

  .is-bathroom .is-contest-third {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contest-wrapper:before {
    left: 0;
    right: 0;
  }
  .is-kitchen .contest-wrapper:before {
    top: -31px;
    height: 260px;
    clip-path: polygon(70% 51%, 0 0, 0 100%);
  }
  .is-kitchen .contest-revert:before {
    height: 288px;
    top: -87px;
    clip-path: polygon(25% 50%, 100% 100%, 100% 0);
  }
  .is-kitchen .is-contest-third:before {
    top: -87px;
    height: 260px;
    clip-path: polygon(70% 51%, 0 0, 0 100%);
  }
}

.is-bathroom .contest-wrapper:before {
  background: #93d1f9;
}
@media screen and (min-width: 768px) {
  .is-bathroom .contest-wrapper:before {
    margin-right: -412px;
    margin-left: 0;
    right: 50%;
    left: 0;
    top: -167px;
    height: 800px;
    clip-path: polygon(89% 51%, 0 0, 0 100%);
  }
  .is-bathroom .contest-revert:before {
    left: 50%;
    margin-left: -412px;
    right: 0;
    margin-right: 0;
    top: -95px;
    height: 653px;
    clip-path: polygon(27% 50%, 100% 100%, 100% 0);
  }
  .is-bathroom .is-contest-third:before {
    top: 27px;
    height: 652px;
    margin-right: -229px;
  }
}
@media screen and (max-width: 767px) {
  .is-bathroom .contest-wrapper:before {
    top: -34px;
    height: 280px;
    clip-path: polygon(27% 50%, 100% 100%, 100% 0);
  }
  .is-bathroom .contest-revert:before {
    top: -89px;
    height: 276px;
    clip-path: polygon(75% 51%, 0 0, 0 100%);
  }
  .is-bathroom .is-contest-third:before {
    top: -96px;
    height: 280px;
  }
}

.is-emawall .contest-wrapper:before {
  background: #c4e698;
}
@media screen and (min-width: 768px) {
  .is-emawall .contest-wrapper:before {
    top: -182px;
    left: 50%;
    margin-left: -412px;
    right: 0;
    height: 800px;
    clip-path: polygon(11% 50%, 100% 100%, 100% 0);
  }
  .is-emawall .contest-revert:before {
    margin-right: -412px;
    margin-left: 0;
    right: 50%;
    left: 0;
    height: 753px;
    top: -73px;
    clip-path: polygon(83% 51%, 0 0, 0 100%);
  }
  .is-emawall .is-contest-third:before {
    top: -68px;
    height: 648px;
    clip-path: polygon(27% 50%, 100% 100%, 100% 0);
  }
}
@media screen and (max-width: 767px) {
  .is-emawall .contest-wrapper:before {
    top: -38px;
    height: 300px;
    clip-path: polygon(83% 51%, 0 0, 0 100%);
  }
  .is-emawall .contest-revert:before {
    height: 275px;
    top: -88px;
    clip-path: polygon(27% 50%, 100% 100%, 100% 0);
  }
  .is-emawall .is-contest-third:before {
    top: -64px;
    height: 264px;
    clip-path: polygon(74% 51%, 0 0, 0 100%);
  }
}
.title-common {
  position: relative;
  z-index: 2;
}
.title-common img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: none;
}
.title-section img {
  height: auto;
}

.block-common {
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-common {
    margin: 0 auto 70px;
  }
  .title-common img {
    width: auto;
  }
  .title-section img {
    width: auto;
  }
  .section-contest-common{
    margin-bottom: 110px;
  }
  .block-common {
    margin: 0 0 0 80px;
  }
  .block-common .title-section {
    position: absolute;
    right: 31px;
    top: -13px;
  }
  .block-group {
    width: 700px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .title-common {
    margin: 0 auto 8px;
    height: 90px;
  }
  .title-common img {
    width: auto;
    height: 100%;
  }
  .title-section {
    width: 340px;
    margin: 0 auto 15px auto;
  }
  .title-section img {
    width: 100%;
  }
  .section-contest-common{
    margin-bottom: 66px;
  }
  .section-contest-common .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-common {
    margin-bottom: 40px;
  }
  .block-group {
    margin: 0 -20px;
    position: relative;
  }
  .block-heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .block-heading .heading-name {
    width: 70px;
    min-height: 50px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: .06em;
    position: relative;
    top: -1px;
    flex: 0 0 auto;
  }
  .block-heading .heading-name span {
    position: relative;
    z-index: 2;
  }
  .block-heading .heading-name:after {
    clip-path: polygon(100% 0, 100% 100%, 49% 84%, 0 100%, 0 0);
    background: #faac19;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .is-bathroom .block-heading .heading-name:after{
    background: #27a3f2 ;
  }
  .is-emawall .block-heading .heading-name:after{
    background: #89cc31 ;
  }
  .block-heading .heading-text {
    font-size: 1.8rem;
    flex: 1;
    letter-spacing: 0;
    padding-left: 10px;
    font-weight: bold;
  }
  .block-heading .heading-text.text {
    font-size: 1.7rem;
  }
  .block-heading .heading-text small {
    font-size: 1.6rem;
  }
  .block-heading .heading-text.text small {
    font-size: 1.4rem;
  }
  .is-first .heading-name {
    width: 85px;
    position: relative;
    top: -1px;
  }
  .is-first .block-heading .heading-name:after {
    background: #ce2b0d;
  }
  .is-first .heading-name:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -17px;
    width: 46px;
    height: 30px;
    z-index: 3;
    background: url(/img/reform/contents/contest/2022/icon_001.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 370px) {
  .title-section {
    width: 280px;
  }
  .section-contest-common .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .block-heading .heading-text {
    font-size: 1.5rem;
    padding-left: 6px;
    letter-spacing: 0;
  }
  .block-heading .heading-text small,
  .block-heading .heading-text.text small {
    font-size: 1.2rem;
  }
  .block-heading .heading-name {
    width: 60px;
    font-size: 1.3rem;
  }
  .block-heading .heading-text.text {
    font-size: 1.5rem;
  }
}

.block-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.block-tag img {
  display: block;
  height: auto;
}
.block-slider img {
  height: auto;
}
.block-slider:not(.slick-initialized) .slide-item:not(:first-child) {
  display: none;
}
.block-common .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-slider .slick-arrow {
  appearance: none;
  box-shadow: none;
  padding: 0;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.block-slider .slide-item.is-slide-show {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .block-tag img {
    width: auto;
  }
  .block-slider {
    margin-bottom: 16px;
    position: relative;
  }
  .block-slider .slick-arrow {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .block-common .block-slider {
    width: 700px;
  }
  .block-common .slide-item {
    height: 393px;
    width: 700px;
  }
  .block-common.is-first .block-slider {
    width: 799px;
  }
  .block-common.is-first .slide-item {
    height: 450px;
    width: 799px;
  }
  .list-control {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: .15em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .list-control .status {
    display: block;
    width: 90px;
    padding: 4px 5px;
    cursor: pointer;
    transition: 0.23s ease;
    background: rgba(255,255,255,0.8);
  }
  .list-control .status:hover {
    opacity: 0.8;
  }
  .list-control .before {
    color: #959595;
  }
  .list-control .is-active {
    color: #fff;
    background: #faac19;
  }
  .is-bathroom .list-control .is-active {
    background: #27a3f2;
  }
  .is-emawall .list-control .is-active {
    background: #89cc31;
  }
}
@media screen and (max-width: 767px) {
  .block-tag {
    display: none;
  }
  .block-slider .status {
    position: absolute;
    min-width: 60px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 2px 10px;
    letter-spacing: 0.15em;
  }
  .block-slider .before {
    background: rgba(255,255,255,.85);
    color: #959595;
  }
  .block-slider .after {
    background: #faac19;
  }
  .block-slider .slick-arrow {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.85);
    border: none;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin-top: 0;
  }
  .block-slider .slick-arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    border-top: 2px solid #faac19;
    border-right: 2px solid #faac19;
  }
  .block-slider .slick-prev {
    left: 10px;
  }
  .block-slider .slick-prev:before {
    transform: rotate(-135deg);
    margin: -6px 0 0 -2px;
  }
  .block-slider .slick-next {
    right: 10px;
  }
  .block-slider .slick-next:before {
    transform: rotate(45deg);
    margin: -6px 0 0 -10px;
  }
  .is-bathroom .block-slider .after {
    background: #27a3f2;
  }
  .is-bathroom .block-slider .slick-arrow:before {
    border-color: #27a3f2;
  }
  .is-emawall .block-slider .after {
    background: #89cc31;
  }
  .is-emawall .block-slider .slick-arrow:before {
    border-color: #89cc31;
  }
}

.block-common-body{
  position: relative;
  z-index: 2;
}
.block-common-body .body-title mark{
  background: linear-gradient(#fff, #fff) no-repeat center bottom 1px / 100% 26px;
  font-weight: bold;
  letter-spacing: .08em;
}
.block-common-body .body-title .is-space {
  margin-left: -.5em;
}
.block-common-body .body-title .is-letter {
  margin: 0 -.5em;
}
.block-common-body .column-right img {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .block-common-body{
    padding-right: 330px;
  }
  .block-common-body .body-title {
    margin-bottom: 18px;
  }
  .block-common-body .body-title mark{
    font-size: 21px;
    line-height: 2;
    letter-spacing: .08em;
    padding: 0 15px;
  }
  .block-common-body .body-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 26px;
  }
  .block-common-body .body-text p {
    line-height: 1.875;
  }
  .block-common-body .column-left {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-top: 20px;
  }
  .block-common-body .column-right {
    position: absolute;
    width: 260px;
    right: 74px;
    top: 16px;
  }
  .block-common-body .column-right img {
    width: auto;
  }
  .is-revert {
    margin-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .block-common-body{
    padding-left:  8px;
  }
  .block-common-body .body-title {
    margin-bottom: 7px;
  }
  .is-second .block-common-body .body-title {
    margin-bottom: 9px;
  }
  .block-common-body .body-title mark{
    white-space: nowrap;
    padding: 0 10px 2px;
    font-size: 1.6rem;
    line-height: 190%;
    letter-spacing: .08em;
  }
  .block-common-body .body-text {
    font-size: 1.45rem;
    line-height: 1.449;
    margin-bottom: 17px;
  }
  .is-third .block-common-body .body-text {
    margin-bottom: 22px;
  }
  .block-common-body .body-text p {
    line-height: 1.449;
    margin-bottom: 5px;
  }
  .is-second .block-common-body .body-text p,
  .is-bathroom .is-first .body-text p {
    margin-bottom: 15px;
  }
  .is-third .block-common-body .body-text p {
    margin-bottom: 10px;
  }

  .block-common-body .column-left {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    flex: 1;
  }
  .block-common-body .column-right {
    width: 200px;
    margin-right: -4px;
  }
  .is-third .block-common-body .column-right {
    margin-right: -2px;
  }
  .block-common-body .column-right img {
    width: auto;
  }
  .row-flex {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .block-common-body .body-title mark {
    font-size: 1.3rem;
  }
  .block-common-body {
    padding-left: 0;
  }
}

.list-text {
  list-style: none;
}
.list-text li {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .list-text li {
    display: inline-block;
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .list-text li {
    margin-bottom: 4px;
    padding-left: 0.6em;
    text-indent: -0.6em;
  }
}

.body-btn {
  position: relative;
  font-weight: bold;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  background: #fff;
  position: relative;
  padding: 0;
  letter-spacing: .35em;
  transition: 0.26s ease;
}
.body-btn-detail{
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  top: calc(100% + 10px);
  background: #faac19;
  color: #fff;
  font-weight: 500;
  width: max-content;
  text-align: center;
  pointer-events: none;
}
.is-bathroom .body-btn-detail{
  background: #27a3f2;
}
.is-emawall .body-btn-detail{
  background: #89cc31;
}
.body-btn-detail::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.is-bathroom .body-btn-detail::before{
  border-bottom: 15px solid #27a3f2;
}
.is-emawall .body-btn-detail::before{
  border-bottom: 15px solid #89cc31;
}
.body-btn:after,
.section-slider-product .m-btn-01.ptn04:after {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  transition: 0.26s ease;
}
.body-btn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.body-btn:hover:after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .body-btn {
    width: 260px;
    min-height: 50px;
    font-size: 1.6rem;
  }

  .body-btn:after,
  .section-slider-product .m-btn-01.ptn04:after {
    width: 10px;
    height: 10px;
    right: 12px;
    margin-top: -4px;
  }
  .body-btn-detail{
    padding: 5px 5px;
    top: calc(100% + 12px);
    background: #faac19;
    font-size: 14px;
    line-height: calc(18/14);
    letter-spacing: .03em;
  }
  .body-btn-detail::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 20px solid #faac19;
  }

}
@media screen and (max-width: 767px) {
  .body-btn {
    width: 100%;
    min-height: 45px;
    font-size: 1.4rem;
  }
  .body-btn.has-detail {
    margin-bottom: 80px;
  }
  .body-btn-detail{
    padding: 3px 10px;
    top: calc(100% + 7px);
    font-size: 12px;
    line-height: calc(15/12);
    letter-spacing: .03em;
  }
  .body-btn:after,
  .section-slider-product .m-btn-01.ptn04:after {
    width: 10px;
    height: 10px;
    right: 12px;
    margin-top: -4px;
  }
  .body-btn-detail::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 15px solid #faac19;
  }
}

@media screen and (min-width: 768px) {
  .block-common.is-first {
    margin-left: 0;
  }
  .block-common.is-first .block-group {
    width: 799px;
  }
  .block-common.is-first .block-common-body {
    padding: 0 417px 0 80px
  }
  .block-common.is-first .block-common-body .column-right {
    right: 165px;
    top: 53px;
  }
  .block-common.is-first .block-tag {
    left: 25px;
    top: -34px;
  }
  .block-common.is-first .block-common-body .column-left {
    margin-top: 11px;
  }
  .block-common.is-first .body-text {
    margin-bottom: 20px;
  }
  .is-third .block-common-body .column-right {
    right: 206px;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .block-common-body .body-title {
    margin-bottom: 9px;
  }
}

.banner-section {
  display: block;
  margin: 0 auto;
}
.banner-section img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .banner-section {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section{
    width: 330px;
  }
  .banner-section img {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .banner-section{
    width: 280px;
  }
}

@media screen and (min-width: 768px) {
  .section-contest-common.is-kitchen .block-common:not(.is-first) .block-tag {
    right: 20px;
  }
  .section-contest-common.is-bathroom .is-first .block-group {
    margin-left: 181px;
  }
  .section-contest-common.is-bathroom .block-common .title-section {
    right: auto;
    left: 0;
    top: -33px;
    left: 40px;
  }
  .section-contest-common.is-bathroom .block-common.is-first .block-tag {
    right: 30px;
    left: auto;
  }
  .section-contest-common.is-bathroom .block-common.is-first .block-common-body {
    padding-left: 180px;
  }
  .section-contest-common.is-bathroom .block-common.is-first .block-common-body .column-left {
    margin-top: 20px;
  }
  .section-contest-common.is-bathroom .block-common.is-first .block-common-body .column-right {
    top: 34px
  }
  .section-contest-common.is-bathroom .block-common.is-first .body-text {
    margin-bottom: 23px;
  }
  .section-contest-common.is-bathroom .block-common:not(.is-first) {
    width: 700px;
    margin-left: 200px;
  }
  .section-contest-common.is-bathroom .block-common.is-revert {
    margin-left: 80px !important;
  }
  .section-contest-common.is-bathroom .block-common-body {
    padding-right: 255px;
  }
  .section-contest-common.is-bathroom .is-second .block-common-body .column-right {
    right: -12px;
    top: 20px;
  }
  .section-contest-common.is-bathroom .is-third .block-common-body {
    padding-right: 180px;
  }
  .section-contest-common.is-bathroom .is-third .block-common-body .column-right {
    right: -40px;
    top: 35px;
  }
  .section-contest-common.is-bathroom .block-common.is-revert .block-tag {
    left: 20px;
  }
  .section-contest-common.is-bathroom .block-common .block-tag {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-contest-common.is-emawall .block-common {
    margin-bottom: 144px;
  }
  .section-contest-common.is-emawall .block-common .title-section {
    position: absolute;
    right: 57px;
    top: -19px;
  }
  .section-contest-common.is-emawall .is-first .block-common-body .body-title {
    margin-bottom: 23px;
  }
  .section-contest-common.is-emawall .is-first .block-common-body .column-left {
    margin-top: 18px;
  }
  .section-contest-common.is-emawall .is-first .body-text {
    margin-bottom: 33px;
  }
  .section-contest-common.is-emawall .block-common .block-tag {
    left: 20px;
  }
  .section-contest-common.is-emawall .block-common.is-revert .block-tag {
    right: 20px;
    left: auto;
  }
  .section-contest-common.is-emawall .is-second .block-common-body .column-right {
    right: 83px;
    top: 35px;
  }
  .section-contest-common.is-emawall .is-third .block-common-body .column-right {
    right: 242px;
    top: 26px;
  }
  .section-contest-common.is-emawall .is-third {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .is-emawall .is-second .heading-text,
  .is-emawall .is-third .heading-text {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
  .is-emawall .is-third .block-heading .heading-text small,
  .is-emawall .is-second .block-heading .heading-text small {
    font-size: 1.4rem;
  }
  .is-emawall .is-third .heading-text {
    line-height: 1.25;
  }
}
@media screen and (max-width: 370px) {
  .is-emawall .is-second .heading-text,
  .is-emawall .is-third .heading-text {
    font-size: 1.4rem;
  }
  .is-emawall .is-third .block-heading .heading-text small,
  .is-emawall .is-second .block-heading .heading-text small {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:768px) {
  .section-movie{
    position: relative;
    padding: 0 0 70px;
    background: url(/img/reform/contents/contest/2022/bg_section_movie.png) 100%/auto repeat;
  }
  .section-movie-inner{
    margin: 0 auto;
    max-width: 850px;
    padding-top: 62px;
    position: relative
  }
  .movie-tag{
    position: absolute;
    top: 0;
    left: 0px;
  }
  .movie-keyvisual{
    max-width: 760px;
    margin : 0 auto;
    margin-bottom: 94px;
  }
  .keyvisual-title{
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: calc(44/28);
    letter-spacing: .05em;
    margin-bottom: 30px;
  }
  .judge{
    margin-bottom: 65px;
  }
  .judge .movie-common-title{
    letter-spacing: .15em;
  }
  .judge-inner{
    background: #fff;
    padding: 56px 0 50px;
  }
  .judge-content{
    max-width: 710px;
    margin: 0 auto;
  }
  .archive-content{
    max-width: 760px;
    margin: 0 auto;
  }
  .judge-box{
    display: flex;
    padding: 22px 23px 18px;
    border: solid #000 1px;
    background-color: #fff;
  }
  .judge-box-image{
    width: 195px;
    margin-right: 10px;
  }
  .judge-box-content{
    flex: 1;
    margin-top: 15px;
    margin-left: 20px;
  }
  .movie-common-title{
    width: max-content;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
    letter-spacing: 0.05em;
    border-bottom: solid #000 2px;
  }
  .section-slider-product .movie-common-title{
    margin-bottom: 54px;
  }
  .judge-box-title{
    margin-bottom: 5px;
    display: block;
    font-size: 23px;
    font-weight: 500;
    line-height: calc(30/23);
    letter-spacing: .05em;
  }
  .judge-box-subtitle{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: calc(20/15);
    letter-spacing: .05em;
  }
  .judge-text{
    margin-bottom: 45px;
    font-size: 15px;
    line-height: calc(25/15);
    letter-spacing: .04em;
  }
  .judge-box-text{
    font-size: 13px;
    font-weight: 300;
    line-height: calc(19/13);
    letter-spacing: .02em;
  }
  .archive-inner{
    padding-top: 55px;
    background: #fff;
    padding-bottom: 57px;
  }
  .archive-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 5px 0;
  }
  .archive-item{
    width: 33.333%;
    padding: 0 10px;
  }
  .archive-item a{
    display: block;
    text-decoration: none;
  }
  .archive-item-image{
    margin-bottom: 5px;
  }
  .archive-item-text{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    text-align: center;
  }

  .section-slider-product{
    padding: 62px 0 60px;
    background: #fff;
  }
  .tag-name-list{
    min-width: 290px;
    min-height: 40px;
    width: max-content;
    padding: 5px 24px;
    margin-bottom: 35px;
    background: #ffe34d;
    clip-path: polygon(100% 0, 96.5% 50%, 100% 100%, 0 100%, 0 0);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
  }
}

@media screen and (max-width:767px) {
  .section-movie .wrapper{
    padding: 0 15px;
  }
  .section-movie{
    position: relative;
    padding: 0 0 70px 0;
    background: url(/img/reform/contents/contest/2022/bg_section_movie.png) 100%/auto repeat;
  }
  .section-movie .movie-common-tag{
    display: inline-block;
  }
  .section-movie .movie-common-tag img{
    width: 100%;
  }
  .section-movie-inner{
    padding-top: 62px;
    position: relative
  }
  .movie-tag{
    position: absolute;
    top: 0;
    left: 0px;
  }
  .movie-keyvisual{
    max-width: 320px;
    margin : 0 auto;
    margin-bottom: 45px;
  }
  .keyvisual-title{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: calc(44/36);
    letter-spacing: .05em;
    margin-bottom: 15px;
  }
  .judge{
    margin-bottom: 30px;
  }
  .judge .movie-common-tag{
    width: 110px;
  }
  .judge-inner{
    background: #fff;
    padding: 25px 0 22px;
  }

  .judge-content{
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .judge-content .movie-common-title{
    letter-spacing: .15em;
  }
  .archive-content{
    max-width: 760px;
    margin: 0 auto;
  }
  .judge-box{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 13px 15px 11px;
    border: solid #000 1px;
    background-color: #fff;
  }
  .judge-box-image{
    width: 95px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .movie-common-title{
    width: max-content;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin: 0 auto 34px;
    border-bottom: solid #000 1px;
  }
  .section-slider-product .movie-common-title{
    margin-bottom: 47px;
  }
  .judge-box .content-head{
    width: calc(100% - 115px);
    margin-top: 25px;
  }
  .judge-box-title{
    margin-bottom: 15px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: calc(15/17);
    letter-spacing: .05em;
  }
  .judge-box-subtitle{
    font-size: 13px;
    line-height: calc(15/13);
    letter-spacing: .05em;
  }
  .judge-text{
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.3;
    letter-spacing: .06em;
    text-align: justify;
  }
  .judge-box-text{
    font-size: 11.5px;
    font-weight: 300;
    line-height: calc(25/23);
    letter-spacing: .02em;
    text-align: justify;
  }
  .archive .movie-common-tag{
    width: 75px;
  }
  .archive-inner{
    padding: 25px 0 7px;
    background: #fff;
  }
  .archive-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 305px;
    margin: 0 auto;
  }
  .archive-item{
    width: 145px;
    margin-right: 15px;
    margin-bottom: 17px;
  }
  .archive-item:nth-child(2n){
    margin-right: 0;
  }
  .archive-item a{
    display: block;
    text-decoration: none;
  }
  .archive-item-image{
    margin-bottom: 8px;
    height: 77px;
  }
  .archive-item-image img {
    width: 100%;
    height: auto;
  }
  .archive-item-text{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    text-align: center;
  }
  .section-slider-product{
    padding: 40px 0;
    background: #fff;
  }
  .tag-name-list{
    min-width: 250px;
    min-height: 33px;
    width: max-content;
    padding: 8px 20px;
    background: #ffe34d;
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 0 auto;
    margin-bottom: 28px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 370px){
  .archive-list {
    padding: 0 5px;
  }
  .archive-item {
    width: 50%;
    padding: 0 5px;
    margin-right: 0;
  }
}
.section-slider-product .m-btn-01.ptn04 {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  letter-spacing: .35em;
  transition: 0.26s ease;
}
.section-slider-product .m-btn-01.ptn04:hover {
  background: #000;
}
.section-slider-product .m-btn-01.ptn04:hover:after {
  border-color: #fff;
}
.section-slider-product .m-btn-01.ptn04 span:before {
  display: none;
}

@media screen and (min-width:768px){
  .slide-product-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .section-slider-product .m-btn-01.ptn04{
    width: 260px;
    min-height: 50px;
    font-size: 1.6rem;
    padding: 12px 10px;
    letter-spacing: .4em;
  }
  .section-slider-product .m-btn-01.ptn04::before {
    width: 10px;
    height: 10px;
    right: 12px;
    margin-top: -4px;
  }
  .section-slider-product .m-btn-01 .m-btn_inner{
    position: initial;
    padding: 0 0 0 5px;
  }
  .section-slider-product .m-btn-01 .m-btn_inner::before{
    left: auto;
    right: 11px;
    border-width: 1px;
    width: 11px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg) skew(-5deg, -5deg);
  }
  .section-slider-product .m-btn-01:hover .m-btn_inner::before{
    border-width: 1px;
  }
  .section-slider-product .m-slide-03{
    max-width: 816px;
    margin: 0 auto 35px;
  }
  .m-slide-03 .m-slide_list-wrapper .slick-next,
  .m-slide-03 .m-slide_list-wrapper .slick-prev {
    width: 28px;
    height: 28px;
  }
  .m-slide-03 .m-slide_list-wrapper .slick-next::before,
  .m-slide-03 .m-slide_list-wrapper .slick-prev::before {
    width: 11px;
    height: 11px;
  }
  .m-slide-03 .m-slide_list-wrapper .slick-prev {
    left: -38px;
  }
  .m-slide-03 .m-slide_list-wrapper .slick-next {
    right: -38px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .slick-slide {
    margin: 0 11px 0 12px
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_item .m-slide_list_content {
    font-size: 13px;
    letter-spacing: .03em;
  }
}
@media screen and (max-width:767px) {
  .slide-product-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .section-slider-product .m-slide-03{
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 13px;
  }
  .section-slider-product .m-btn-01.ptn04{
    width: 100%;
    min-height: 45px;
    font-size: 1.4rem;
    padding: 9px 10px;
  }
  .section-slider-product .m-btn-01.ptn04::before{
    width: 10px;
    height: 10px;
    right: 12px;
    margin-top: -4px;
  }
  .section-slider-product .m-btn-01.ptn04 span{
    padding-left: 2px;
  }
}
