@import "https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap";
@font-face {
  font-family: UDShinMaruGoPro-Regular;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/a-otf-udshinmarugopro-r/A-OTF-UDShinMGoPro-Regular.woff2") format("woff2"), url("/fonts/a-otf-udshinmarugopro-r/A-OTF-UDShinMGoPro-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: UDShinGoPro-Regular;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-Regular.woff2") format("woff2"), url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: UDShinGoPro-Medium;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-Medium.woff2") format("woff2"), url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: UDShinGoPro-DeBold;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-DeBold.woff2") format("woff2"), url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-DeBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: UDShinGoPro-Bold;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-Bold.woff2") format("woff2"), url("/fonts/a-otf-udshingopro/A-OTF-UDShinGoPro-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: CorporateLogo-M;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/corporate-logo/logotypejp_mp_m_11.woff2") format("woff2"), url("/fonts/corporate-logo/logotypejp_mp_m_11.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: CorporateLogo-B;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/corporate-logo/logotypejp_mp_b_11.woff2") format("woff2"), url("/fonts/corporate-logo/logotypejp_mp_b_11.woff") format("woff");
  font-display: swap;
}
.font-shinmaru {
  font-family: UDShinMaruGoPro-Regular, sans-serif;
}

.font-shin-r {
  font-family: UDShinGoPro-Regular, sans-serif;
}

.font-shin-m {
  font-family: UDShinGoPro-Medium, sans-serif;
}

.font-shin-db {
  font-family: UDShinGoPro-DeBold, sans-serif;
}

.font-shin-b {
  font-family: UDShinGoPro-Bold, sans-serif;
}

.font-corporatelogo-m {
  font-family: CorporateLogo-M, sans-serif;
}

.font-corporatelogo-b {
  font-family: CorporateLogo-B, sans-serif;
}

.icon-survery-annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .glb-pageWrapper {
    min-width: 1200px
  }
}

.icon-survey-best {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: 50% 50%/100% auto no-repeat;
}
.icon-survey-best::before, .icon-survey-best::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background: 50% 50%/100% auto no-repeat;
}
.icon-survey-best::before {
  position: relative;
  z-index: 1;
  padding-top: 100%;
}
.icon-survey-best::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c81e46;
  -webkit-mask: 50% 50%/100% auto no-repeat;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .icon-survey-best {
    top: -60px;
    left: -37px;
    width: 138px;
    background-image: url("/img/reform/system_kitchen/contents/survey/icon_best_001_under.png");
  }
  .icon-survey-best::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/icon_best_001.png");
  }
  .icon-survey-best::after {
    -webkit-mask-image: url("/img/reform/system_kitchen/contents/survey/icon_best_001_color.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .icon-survey-best {
    top: -87px;
    left: -38px;
    width: 83px;
    background-image: url("/img/reform/system_kitchen/contents/survey/icon_best_001_under_sp.png");
  }
  .icon-survey-best::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/icon_best_001_sp.png");
  }
  .icon-survey-best::after {
    -webkit-mask-image: url("/img/reform/system_kitchen/contents/survey/icon_best_001_color_sp.png");
  }
}

.navigation-survey-primary {
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.navigation-survey-primary::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: 50% 50%/100% auto no-repeat;
}
.navigation-survey-primary img {
  display: block;
  width: 100%;
  height: auto;
}
.navigation-survey-primary .navigation-wrapper {
  position: relative;
}
.navigation-survey-primary .navigation-card:nth-child(1) {
  z-index: 1;
  bottom: 0;
  left: 0;
}
.navigation-survey-primary .navigation-card:nth-child(2) {
  z-index: 0;
  top: 0;
  right: 0;
}
.navigation-survey-primary .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.navigation-survey-primary .item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
  background-color: #c81e46;
  text-align: center;
}
.navigation-survey-primary .label-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  top: 1px;
}
html.is-firefox .navigation-survey-primary .label-wrapper {
  top: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .navigation-survey-primary {
    max-width: 900px;
    font-size: 1.5rem;
    line-height: 1.0666666667;
  }
  .navigation-survey-primary * {
    pointer-events: none;
  }
  .navigation-survey-primary .navigation-wrapper {
    height: auto !important;
    padding-top: 68.8888888889%;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .navigation-survey-primary .navigation-card {
    position: absolute !important;
    height: auto !important;
    padding: 7px;
    border: 2px solid #080808;
    background-color: #fff;
  }
  .navigation-survey-primary .navigation-card:nth-child(1) {
    width: 63.8888888889% !important;
  }
  .navigation-survey-primary .navigation-card:nth-child(2) {
    width: 47.2222222222% !important;
  }
  .navigation-survey-primary .card-wrapper {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }
  .navigation-survey-primary .card-item {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: auto;
  }
  .navigation-survey-primary .card-item * {
    pointer-events: auto;
  }
  .navigation-survey-primary .card-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 30px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background-color: #c91e46;
    clip-path: polygon(0 0, 25% 100%, 100% 100%);
  }
  .navigation-survey-primary .card-item:hover {
    opacity: 0.8;
  }
  .navigation-survey-primary .card-item.is-01 {
    top: 54.6153846154%;
    left: 32.1739130435%;
  }
  .navigation-survey-primary .card-item.is-01::before {
    bottom: calc(100% - 21px);
    left: calc(50% + 10px);
    -webkit-transform: scale(-1, 1) rotate(-7deg);
    -ms-transform: scale(-1, 1) rotate(-7deg);
    transform: scale(-1, 1) rotate(-7deg);
  }
  .navigation-survey-primary .card-item.is-02 {
    top: 46.7307692308%;
    left: 68.8695652174%;
  }
  .navigation-survey-primary .card-item.is-02::before {
    top: calc(50% + 26px);
    right: calc(100% + 7px);
    -webkit-transform: scale(1, 1) rotate(-90deg);
    -ms-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg);
  }
  .navigation-survey-primary .card-item.is-03 {
    top: 34.6153846154%;
    left: 67.3043478261%;
  }
  .navigation-survey-primary .card-item.is-03::before {
    top: calc(50% + 34px);
    right: calc(100% + 7px);
    -webkit-transform: scale(1, 1) rotate(-90deg);
    -ms-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg);
  }
  .navigation-survey-primary .card-item.is-04 {
    top: 67.6923076923%;
    left: 74.2608695652%;
  }
  .navigation-survey-primary .card-item.is-04::before {
    top: calc(50% + 25px);
    right: calc(100% + 4px);
    -webkit-transform: scale(1, 1) rotate(-90deg);
    -ms-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg);
  }
  .navigation-survey-primary .card-item.is-05-06 {
    top: 55.5769230769%;
    left: 8.347826087%;
  }
  .navigation-survey-primary .card-item.is-05-06::before {
    bottom: calc(100% - 21px);
    left: calc(50% + 10px);
    -webkit-transform: scale(-1, 1) rotate(-7deg);
    -ms-transform: scale(-1, 1) rotate(-7deg);
    transform: scale(-1, 1) rotate(-7deg);
  }
  .navigation-survey-primary .card-item.is-07 {
    top: 8.2692307692%;
    left: 30.4347826087%;
  }
  .navigation-survey-primary .card-item.is-07::before {
    top: calc(50% + 29px);
    right: calc(100% + 10px);
    -webkit-transform: scale(1, 1) rotate(-90deg);
    -ms-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg);
  }
  .navigation-survey-primary .card-item.is-08 {
    top: 78.0769230769%;
    left: 28.5217391304%;
  }
  .navigation-survey-primary .card-item.is-08::before {
    bottom: calc(100% - 22px);
    left: calc(50% + 8px);
    -webkit-transform: scale(-1, 1) rotate(1deg);
    -ms-transform: scale(-1, 1) rotate(1deg);
    transform: scale(-1, 1) rotate(1deg);
  }
  .navigation-survey-primary .card-item.is-09 {
    top: 28.2692307692%;
    left: 42.7826086957%;
  }
  .navigation-survey-primary .card-item.is-09::before {
    top: calc(100% + 34px);
    right: calc(50% + 31px);
    -webkit-transform: scale(1, -1) rotate(-7deg);
    -ms-transform: scale(1, -1) rotate(-7deg);
    transform: scale(1, -1) rotate(-7deg);
  }
  .navigation-survey-primary .card-item.is-10 {
    top: 68.2692307692%;
    left: 45.8823529412%;
  }
  .navigation-survey-primary .card-item.is-10::before {
    bottom: calc(100% - 17px);
    left: calc(50% + 19px);
    -webkit-transform: scale(-1, 1) rotate(-8deg);
    -ms-transform: scale(-1, 1) rotate(-8deg);
    transform: scale(-1, 1) rotate(-8deg);
  }
  .navigation-survey-primary .card-item.is-11 {
    top: 5.3846153846%;
    left: 65.1764705882%;
  }
  .navigation-survey-primary .card-item.is-11::before {
    top: calc(50% + 29px);
    right: calc(100% + 9px);
    -webkit-transform: scale(1, 1) rotate(-90deg);
    -ms-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, 1) rotate(-90deg);
  }
  .navigation-survey-primary .item-wrapper {
    min-width: 117px;
    min-height: 50px;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    border: 2px solid #000;
  }
  .navigation-survey-primary .item-label {
    border: 2px solid #fff;
  }
  .navigation-survey-primary::before {
    bottom: -21px;
    left: -24px;
    width: 573px;
    height: 47px;
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_keyvisual_002.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .navigation-survey-primary {
    font-size: 1.3rem;
    line-height: 1.0769230769;
  }
  .navigation-survey-primary .navigation-viewport,
  .navigation-survey-primary .navigation-wrapper,
  .navigation-survey-primary .navigation-card {
    height: auto !important;
  }
  .navigation-survey-primary .navigation-arrow {
    position: absolute;
    z-index: 10;
    bottom: 19vw;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-width: 24px 0 24px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #c81e46;
    cursor: pointer;
  }
  .navigation-survey-primary .navigation-arrow:hover {
    opacity: 0.8;
  }
  .navigation-survey-primary .navigation-arrow.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .navigation-survey-primary .navigation-arrow.is-previous {
    left: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .navigation-survey-primary .navigation-arrow.is-next {
    right: 15px;
  }
  .navigation-survey-primary .navigation-card {
    padding: 0 25px;
  }
  .navigation-survey-primary .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px -1px;
  }
  .navigation-survey-primary .card-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
    padding: 2px 1px;
  }
  .navigation-survey-primary .item-wrapper {
    min-height: 51px;
    border: 2px solid #000;
  }
  .navigation-survey-primary .item-label {
    border: 1px solid #fff;
    background: #c81e46 url("/img/reform/system_kitchen/contents/survey/icon_arrow_002.png") 50% calc(100% - 2px)/10px auto no-repeat;
  }
  .navigation-survey-primary .card-background {
    margin-top: 10px;
    padding: 4.5px;
    border: 1px solid #000;
    background-color: #fff;
  }
  .navigation-survey-primary .background-wrapper {
    position: relative;
    padding-top: 55.8823529412%;
  }
  .navigation-survey-primary .background-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navigation-survey-primary::before {
    bottom: -9px;
    left: 18px;
    width: 55.75vw;
    height: 4.75vw;
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_keyvisual_002_sp.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 399px) {
  .navigation-survey-primary {
    font-size: 1.1rem;
  }
}

.title-survey-recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
}
.title-survey-recommended img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .title-survey-recommended {
    height: 148px;
    margin: 18px 0 -6px;
    padding: 0 18px;
  }
  .title-survey-recommended img {
    -o-object-position: 0% 100%;
    object-position: 0% 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .title-survey-recommended {
    height: 75px;
    margin: 8px 0 -2px;
    padding: 0 13px;
  }
  .title-survey-recommended img {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
}

.title-survey-underline {
  display: block;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.title-survey-underline .line-note {
  font-size: 0.8em;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .title-survey-underline {
    margin-bottom: 22px;
    font-size: 5.8rem;
    line-height: 1.1206896552;
  }
  .title-survey-underline .title-line {
    padding: 0 7px 0 5px;
    background: url("/img/reform/system_kitchen/contents/survey/pattern_title_001.png") 0% calc(100% - 10px)/auto 25px repeat-x;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .title-survey-underline {
    margin: 0 -10px 12px;
    font-size: 2.9rem;
    line-height: 1.1206896552;
  }
  .title-survey-underline .title-line {
    padding: 0 3px;
    background: url("/img/reform/system_kitchen/contents/survey/pattern_title_001_sp.png") 0% calc(100% - 6px)/auto 13px repeat-x;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .title-survey-underline.is-narrow {
    font-size: 4.6rem;
    line-height: 1.3043478261;
  }
}

.button-survey-recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  background-color: #c91e46;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
.button-survey-recommended .button-wrapper {
  display: block;
  position: relative;
}
.button-survey-recommended::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-style: solid;
  border-color: #fff;
}
.button-survey-recommended:hover {
  opacity: 0.7;
  color: #fff;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .button-survey-recommended {
    min-width: 413px;
    min-height: 90px;
    padding: 12px 39px;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.2);
    font-size: 2.4rem;
    line-height: 2.25;
  }
  .button-survey-recommended::after {
    right: 27px;
    width: 16px;
    height: 16px;
    border-width: 2px 2px 0 0;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .button-survey-recommended {
    min-width: 260px;
    min-height: 60px;
    padding: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.65rem;
    letter-spacing: 0.15em;
    line-height: 1.125;
  }
  .button-survey-recommended::after {
    right: 12px;
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
  }
}

.banner-survey-recommended {
  display: block;
  position: relative;
  margin: 0 auto;
}
.banner-survey-recommended img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-survey-recommended p {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.banner-survey-recommended .banner-viewport {
  display: block;
  position: relative;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.banner-survey-recommended .banner-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.banner-survey-recommended .banner-label::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-style: solid;
  border-color: #fff;
}
.banner-survey-recommended .banner-label::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-color: #c91e46;
}
.banner-survey-recommended .label-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.banner-survey-recommended .banner-wrapper {
  position: relative;
  z-index: 0;
  border: 1px solid #808080;
  background-color: #fff;
}
.banner-survey-recommended .banner-description {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.banner-survey-recommended .banner-description p {
  margin: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .banner-survey-recommended {
    max-width: 671.5px;
    margin-bottom: 26px;
  }
  .banner-survey-recommended .banner-viewport {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .banner-survey-recommended .banner-wrapper {
    -webkit-box-shadow: 10px 10px 0 #d3d1d0;
    box-shadow: 10px 10px 0 #d3d1d0;
  }
  .banner-survey-recommended .banner-label {
    right: 0;
    bottom: 0;
    padding: 1px 26px 1px 38px;
    border: solid transparent;
    border-width: 0 11px 11px 0;
  }
  .banner-survey-recommended .banner-label::before {
    top: calc(50% + 0.5px);
    right: 13px;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
  .banner-survey-recommended .banner-label::after {
    -webkit-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    transform: skewX(-43deg);
  }
  .banner-survey-recommended .banner-inner {
    border: 10px solid #fff;
  }
  .banner-survey-recommended .banner-description {
    margin: 28px -10px 0 0;
    padding-left: 113px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .banner-survey-recommended {
    margin: 0 -0.5px 86px;
  }
  .banner-survey-recommended .banner-viewport {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
  .banner-survey-recommended .banner-wrapper {
    -webkit-box-shadow: 5px 5px 0 #d3d1d0;
    box-shadow: 5px 5px 0 #d3d1d0;
  }
  .banner-survey-recommended .banner-label {
    padding: 2px 13px 2px 31px;
    border: solid transparent;
    border-width: 0 9px 9px 0;
  }
  .banner-survey-recommended .banner-label::before {
    display: none;
  }
  .banner-survey-recommended .banner-label::after {
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  .banner-survey-recommended .banner-inner {
    border: 8px solid #fff;
  }
  .banner-survey-recommended .banner-description {
    margin: 20px 8px 0;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

.banner-survey-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.banner-survey-feature .banner-viewport {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.banner-survey-feature .banner-wrapper {
  position: relative;
}
.banner-survey-feature .banner-title,
.banner-survey-feature .banner-label,
.banner-survey-feature .banner-paragraph,
.banner-survey-feature .banner-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner-survey-feature .thumbnail-wrapper {
  display: block;
  position: absolute;
  pointer-events: auto;
}
.banner-survey-feature .thumbnail-wrapper img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.banner-survey-feature .thumbnail-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 0% 100%/auto auto no-repeat;
}
.banner-survey-feature .paragraph-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .banner-survey-feature {
    width: calc(100% - 60px);
    max-width: 860px;
    margin: 65px auto -63px;
  }
  .banner-survey-feature .banner-viewport {
    width: 111.6279069767%;
  }
  .banner-survey-feature .banner-wrapper {
    padding-top: 64.375%;
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_background.png") 0% 0%/100% auto no-repeat;
  }
  .banner-survey-feature .banner-thumbnail {
    z-index: 0;
  }
  .banner-survey-feature .thumbnail-wrapper {
    top: 32.9011345219%;
    left: 13.4375%;
    width: 48.0208333333%;
  }
  .banner-survey-feature .thumbnail-wrapper::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_label.png");
    background-size: auto 29px;
  }
  .banner-survey-feature .banner-paragraph {
    z-index: 1;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .banner-survey-feature {
    margin: 16px auto -88px;
    background: -webkit-gradient(linear, left top, right top, from(#fefaed), to(#fefaed)) 50% calc(0% + 75px)/100% calc(100% - 100px) no-repeat;
    background: linear-gradient(to right, #fefaed, #fefaed) 50% calc(0% + 75px)/100% calc(100% - 100px) no-repeat;
  }
  .banner-survey-feature .banner-viewport {
    width: 106.0171919771%;
  }
  .banner-survey-feature .banner-wrapper {
    padding-top: 163.7837837838%;
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_background_sp.png") 0% 0%/100% auto no-repeat;
  }
  .banner-survey-feature .banner-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_frame_sp.png") 0% 0%/100% auto no-repeat;
  }
  .banner-survey-feature .banner-label {
    z-index: 3;
  }
  .banner-survey-feature .banner-thumbnail {
    z-index: 2;
  }
  .banner-survey-feature .thumbnail-wrapper {
    top: 25.9075907591%;
    left: 9.4594594595%;
    width: 81.0810810811%;
  }
  .banner-survey-feature .thumbnail-wrapper::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_label_sp.png");
    background-size: auto 25px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .banner-survey-feature.is-kitchen-09 .banner-viewport {
    width: 116.2790697674%;
  }
  .banner-survey-feature.is-kitchen-09 .banner-wrapper {
    padding-top: 101.8%;
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_002_background.png") 0% 0%/100% auto no-repeat;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper {
    width: 46.1%;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper:nth-child(1) {
    top: 20.0392927308%;
    left: 14.9%;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper:nth-child(2) {
    top: 61.4931237721%;
    left: 38%;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper:nth-child(2)::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_label_reversed.png");
    background-position: 100% 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .banner-survey-feature.is-kitchen-09 .banner-viewport {
    width: 114.6131805158%;
  }
  .banner-survey-feature.is-kitchen-09 .banner-wrapper {
    padding-top: 239.5%;
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_002_background_sp.png") 0% 0%/100% auto no-repeat;
  }
  .banner-survey-feature.is-kitchen-09 .banner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_002_decoration_sp.png") 0% 0%/100% auto no-repeat;
  }
  .banner-survey-feature.is-kitchen-09 .banner-wrapper::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/banner_feature_002_frame_sp.png");
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper {
    width: 75%;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper:nth-child(1) {
    top: 16.388308977%;
    left: 12.5%;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper:nth-child(2) {
    top: 58.5594989562%;
    left: 12.5%;
  }
  .banner-survey-feature.is-kitchen-09 .thumbnail-wrapper:nth-child(2)::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/banner_feature_001_label_reversed_sp.png");
    background-position: 100% 100%;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .banner-survey-feature.is-kitchen-11 .banner-wrapper {
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_004_background.png") 0% 0%/100% auto no-repeat;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .banner-survey-feature.is-kitchen-11 .banner-wrapper {
    background: url("/img/reform/system_kitchen/contents/survey/banner_feature_004_background_sp.png") 0% 0%/100% auto no-repeat;
  }
}

.list-survey-recommended {
  position: relative;
  z-index: 0;
  font-family: "M PLUS 1p", sans-serif;
}
.list-survey-recommended p {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.list-survey-recommended .list-wrapper,
.list-survey-recommended .list-item {
  position: relative;
}
.list-survey-recommended .list-wrapper {
  margin: 0 auto;
}
.list-survey-recommended .item-thumbnail {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.list-survey-recommended .thumbnail-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #f5be00;
}
.list-survey-recommended .thumbnail-number img {
  display: block;
  width: calc(100% + 4px);
  max-width: none;
  height: auto;
  margin: -2px;
}
.list-survey-recommended .thumbnail-wrapper {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}
.list-survey-recommended .thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.list-survey-recommended .item-label {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.list-survey-recommended .item-label::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-42deg);
  -ms-transform: skew(-42deg);
  transform: skew(-42deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-color: #c81e46;
}
.list-survey-recommended .label-wrapper {
  position: relative;
  z-index: 1;
}
.list-survey-recommended .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-survey-recommended .item-title {
  display: block;
  position: relative;
  border-bottom: 2px solid #7c7375;
  font-weight: 700;
}
.list-survey-recommended .title-wrapper {
  display: block;
}
.list-survey-recommended .title-note {
  display: block;
  position: relative;
}
.list-survey-recommended .item-detail {
  font-weight: 500;
}
.list-survey-recommended .item-detail p {
  margin: 0;
}
.list-survey-recommended::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .list-survey-recommended {
    margin-bottom: -78px;
    padding: 75px 30px 78px;
  }
  .list-survey-recommended .list-wrapper {
    max-width: 781px;
    margin-bottom: -6px;
  }
  .list-survey-recommended .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 6px;
  }
  .list-survey-recommended .list-item:nth-child(odd) .thumbnail-number {
    top: -22px;
    left: -21px;
  }
  .list-survey-recommended .list-item:nth-child(odd) .item-title {
    padding: 40px 0 6px 14px;
  }
  .list-survey-recommended .list-item:nth-child(odd) .item-detail {
    max-width: 390px;
    padding: 0 0 32px 13px;
  }
  .list-survey-recommended .list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list-survey-recommended .list-item:nth-child(even) .thumbnail-number {
    top: -22px;
    right: -21px;
  }
  .list-survey-recommended .list-item:nth-child(even) .item-title {
    padding: 40px 14px 6px 4px;
  }
  .list-survey-recommended .list-item:nth-child(even) .item-detail {
    max-width: 380px;
    padding: 0 8px 0 4px;
  }
  .list-survey-recommended .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 318px;
    margin: 0;
    border: 6px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: 7px 7px 6.75px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 6.75px rgba(0, 0, 0, 0.15);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .list-survey-recommended .thumbnail-number {
    width: 72px;
    height: 72px;
  }
  .list-survey-recommended .thumbnail-wrapper {
    border-radius: 14px;
  }
  .list-survey-recommended .item-label {
    padding: 1px 8px 1px 28px;
    border-radius: 0 0 14px;
  }
  .list-survey-recommended .item-title {
    min-width: 384px;
    max-width: 409px;
    margin-bottom: 10px;
    font-size: 2.8rem;
    letter-spacing: -0.05em;
    line-height: 1.25;
  }
  .list-survey-recommended .title-note {
    margin: -3px 0 3px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .list-survey-recommended .item-detail {
    font-size: 1.4rem;
    letter-spacing: -0.033em;
    line-height: 1.4285714286;
  }
  .list-survey-recommended::before {
    background: #f7dde3 url("/img/reform/system_kitchen/contents/survey/pattern_recommended_002.png") 0% -8%/106px auto repeat;
    clip-path: polygon(0 152px, 100% 0, 100% calc(100% - 152px), 0% 100%);
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .list-survey-recommended {
    margin-bottom: -63px;
    padding: 80px 33px 63px;
  }
  .list-survey-recommended .list-wrapper {
    max-width: 781px;
    margin-bottom: -57px;
  }
  .list-survey-recommended .list-item {
    margin-bottom: 57px;
  }
  .list-survey-recommended .item-thumbnail {
    margin-bottom: 10px;
    border: 4px solid #fff;
    border-radius: 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
  .list-survey-recommended .thumbnail-number {
    top: -22px;
    left: -11px;
    width: 51px;
    height: 51px;
  }
  .list-survey-recommended .thumbnail-wrapper {
    border-radius: 16px;
  }
  .list-survey-recommended .item-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 8px;
  }
  .list-survey-recommended .item-label {
    padding: 3px 14px 3px 30px;
    border-radius: 0 0 16px;
  }
  .list-survey-recommended .item-title {
    margin-bottom: 6px;
    padding: 0 0 4px 4px;
    font-size: 1.9rem;
    letter-spacing: -0.03em;
    line-height: 1.3684210526;
  }
  .list-survey-recommended .title-wrapper {
    margin-right: -10px;
  }
  .list-survey-recommended .title-note {
    margin: 3px -7px 8px 0;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    line-height: 1.25;
  }
  .list-survey-recommended .item-detail {
    margin: 0 3px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.2857142857;
    text-align: justify;
  }
  .list-survey-recommended::before {
    background: #f7dde3 url("/img/reform/system_kitchen/contents/survey/pattern_recommended_002_sp.png") 0% -8%/69.5px auto repeat;
    clip-path: polygon(0 53px, 100% 0, 100% calc(100% - 53px), 0% 100%);
  }
}
@media only screen and (min-width: 0) and (max-width: 399px) {
  .list-survey-recommended .item-title {
    font-size: 1.7rem;
  }
  .list-survey-recommended .item-detail {
    margin: 0;
    font-size: 1.3rem;
  }
}

.section-survey-keyvisual {
  position: relative;
  overflow: hidden;
  background: 0% 0%/auto auto repeat;
  color: #000;
}
.section-survey-keyvisual p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.section-survey-keyvisual .keyvisual-viewport img {
  display: block;
  width: 100%;
  height: auto;
}
.section-survey-keyvisual .keyvisual-banner {
  position: relative;
  margin: 0 auto;
}
.section-survey-keyvisual .keyvisual-banner::before {
  content: "";
  position: absolute;
  z-index: 2;
}
.section-survey-keyvisual .banner-wrapper,
.section-survey-keyvisual .banner-background {
  display: block;
  margin: 0 auto;
}
.section-survey-keyvisual .banner-wrapper {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
}
.section-survey-keyvisual .banner-background {
  z-index: 0;
}
.section-survey-keyvisual .keyvisual-wrapper {
  position: relative;
  z-index: 1;
}
.section-survey-keyvisual .keyvisual-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  background-color: #f0bcc8;
}
.section-survey-keyvisual .keyvisual-title,
.section-survey-keyvisual .keyvisual-detail {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section-survey-keyvisual .keyvisual-detail {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-keyvisual {
    padding: 50px 0 250px;
    background-image: url("/img/reform/system_kitchen/contents/survey/pattern_keyvisual_001.png");
  }
  .section-survey-keyvisual .keyvisual-viewport {
    margin-bottom: 104px;
  }
  .section-survey-keyvisual .keyvisual-banner {
    max-width: 1100px;
    margin-bottom: -66px;
  }
  .section-survey-keyvisual .keyvisual-banner::before {
    top: -28px;
    right: -50px;
    width: 628px;
    height: 172px;
    -webkit-transform: translateX(100%) rotate(90deg);
    -ms-transform: translateX(100%) rotate(90deg);
    transform: translateX(100%) rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background: url("/img/reform/system_kitchen/contents/survey/motto_keyvisual_001.png") 50% 50%/contain no-repeat;
  }
  .section-survey-keyvisual .banner-wrapper {
    bottom: -27px;
    left: -21px;
    width: 81%;
  }
  .section-survey-keyvisual .keyvisual-wrapper {
    min-height: 201px;
    padding: 1px 0 40px;
  }
  .section-survey-keyvisual .keyvisual-title,
  .section-survey-keyvisual .keyvisual-detail {
    max-width: 847px;
  }
  .section-survey-keyvisual .keyvisual-title {
    left: 20px;
    margin: -167px auto -51px;
  }
  .section-survey-keyvisual .keyvisual-detail {
    left: 47px;
    font-size: 2.2rem;
    letter-spacing: -0.06em;
    line-height: 1.4545454545;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-keyvisual {
    padding: 45px 0 172px;
    background-image: url("/img/reform/system_kitchen/contents/survey/pattern_keyvisual_001_sp.png");
    background-size: 100% auto;
  }
  .section-survey-keyvisual .keyvisual-viewport {
    margin-bottom: 12.5%;
  }
  .section-survey-keyvisual .keyvisual-banner {
    margin-bottom: -2.75%;
  }
  .section-survey-keyvisual .keyvisual-banner::before {
    top: -26px;
    left: 3.25%;
    width: 65.25%;
    padding-top: 19%;
    background: url("/img/reform/system_kitchen/contents/survey/motto_keyvisual_001_sp.png") 0% 0%/100% auto no-repeat;
  }
  .section-survey-keyvisual .banner-wrapper {
    bottom: -26px;
    left: 8px;
    width: 92.75%;
  }
  .section-survey-keyvisual .keyvisual-wrapper {
    min-height: 116px;
    padding: 1px 0 15px;
  }
  .section-survey-keyvisual .keyvisual-wrapper::before {
    background-color: #ebb1bb;
  }
  .section-survey-keyvisual .keyvisual-title,
  .section-survey-keyvisual .keyvisual-detail {
    max-width: 94.25%;
  }
  .section-survey-keyvisual .keyvisual-title {
    left: 5px;
    margin: -26.5% auto -5.5%;
  }
  .section-survey-keyvisual .keyvisual-detail {
    left: 15px;
    font-size: 1.5rem;
    letter-spacing: -0.06em;
    line-height: 1.2666666667;
  }
}
@media only screen and (min-width: 0) and (max-width: 399px) {
  .section-survey-keyvisual .keyvisual-detail {
    font-size: 1.3rem;
  }
}

.section-survey-question {
  position: relative;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.section-survey-question::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.section-survey-question::after {
  content: "";
  position: absolute;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-survey-question img {
  display: block;
  width: 100%;
  height: auto;
}

.section-survey-question .wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.section-survey-question .question-viewport {
  position: relative;
}

.section-survey-question .question-title {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
}

.section-survey-question .question-motto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.section-survey-question .question-motto .motto-wrapper {
  position: relative;
}

.section-survey-question .question-motto .motto-label {
  position: relative;
  z-index: 1;
}

.section-survey-question .question-motto .motto-thumbnail {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}

.section-survey-question .question-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #fff;
}

.section-survey-question .question-chart {
  margin: 0 auto;
}

.section-survey-question .question-inner {
  margin: 0 auto;
}

.section-survey-question .question-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  background-color: #f5be00;
  font-weight: 500;
  text-align: center;
}

.section-survey-question .question-label.is-gas-opinion {
  background-color: #e38ea2;
}

.section-survey-question .question-label .label-wrapper {
  position: relative;
  top: -1px;
}
html.is-iphone .section-survey-question .question-label .label-wrapper {
  top: 0;
}

.section-survey-question .question-list {
  font-weight: 500;
}

.section-survey-question .question-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-survey-question .question-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.section-survey-question .question-list .item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-survey-question .question-list .item-wrapper {
  position: relative;
}

.section-survey-question .question-highlight {
  display: block;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.section-survey-question .question-highlight .highlight-wrapper {
  position: relative;
}

.section-survey-question .question-highlight .highlight-mark {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f5be00), to(#f5be00)) 0% 100%/100% 100% no-repeat;
  background: linear-gradient(to right, #f5be00, #f5be00) 0% 100%/100% 100% no-repeat;
}

.section-survey-question .question-note {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-question {
    margin: 0 0 -15px;
    padding: 100px 0 281px;
  }
  .section-survey-question::before {
    background: #d9627e url("/img/reform/system_kitchen/contents/survey/pattern_questions_001.png") calc(50% - 14px) 50%/25px 25px repeat;
  }
  .section-survey-question::after {
    bottom: 62px;
    width: 250px;
    height: 87px;
    background: url("/img/reform/system_kitchen/contents/survey/label_questions_001.png") 50% 50%/100% auto no-repeat;
  }
  .section-survey-question .wrapper {
    width: calc(100% - 100px);
    max-width: 960px;
  }
  .section-survey-question .question-title {
    top: 139px;
    left: -29px;
    width: 66px;
  }
  .section-survey-question .question-motto {
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 1.25;
    text-underline-offset: 14px;
  }
  .section-survey-question .question-motto .motto-label {
    letter-spacing: 0;
  }
  .section-survey-question .question-motto .motto-wrapper {
    padding: 0 182px 49px 237px;
  }
  .section-survey-question .question-motto .motto-thumbnail {
    bottom: -45px;
    left: 20px;
    width: 202px;
  }
  .section-survey-question .question-wrapper {
    padding: 86px 60px 88px;
    border-radius: 48px;
  }
  .section-survey-question .question-chart {
    max-width: 447px;
    margin-bottom: 62px;
  }
  .section-survey-question .question-inner {
    max-width: 728px;
  }
  .section-survey-question .question-row {
    display: grid;
    grid-column-gap: 148px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 34px;
    background: -webkit-gradient(linear, left top, right top, from(#e38ea2), to(#e38ea2)) 50% 50%/2px 100% no-repeat;
    background: linear-gradient(to right, #e38ea2, #e38ea2) 50% 50%/2px 100% no-repeat;
  }
  .section-survey-question .question-column {
    padding: 17px 0;
  }
  .section-survey-question .question-label {
    min-height: 40px;
    margin-bottom: 45px;
    padding: 4px 20px 2px;
    border-radius: 20px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .section-survey-question .question-list {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.4666666667;
  }
  .section-survey-question .question-list .list-wrapper {
    margin-bottom: -10px;
  }
  .section-survey-question .question-list .list-item {
    margin-right: -10px;
    padding-bottom: 10px;
  }
  .section-survey-question .question-highlight {
    font-size: 3.3rem;
    line-height: 1.5151515152;
  }
  .section-survey-question .question-highlight .highlight-mark {
    background-position: 0% calc(100% - 3px);
    background-size: 100% 17px;
  }
  .section-survey-question .question-note {
    right: -86px;
    bottom: 40px;
    width: 160px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-question {
    margin: 0 0 9px;
    padding: 29px 0 83px;
  }
  .section-survey-question::before {
    background: #d9627e url("/img/reform/system_kitchen/contents/survey/pattern_questions_001.png") calc(50% + 14px) 50%/20px 20px repeat;
  }
  .section-survey-question::after {
    bottom: -20px;
    width: 175px;
    height: 60px;
    background: url("/img/reform/system_kitchen/contents/survey/label_questions_001.png") 50% 50%/100% auto no-repeat;
  }
  .section-survey-question .wrapper {
    width: 100%;
    max-width: 400px;
    padding: 0 25px;
  }
  .section-survey-question .question-title {
    top: 90px;
    left: -13px;
    width: 26px;
  }
  .section-survey-question .question-motto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1.2222222222;
    text-decoration: none;
  }
  .section-survey-question .question-motto .motto-wrapper {
    display: block;
    margin: 0 19px 14px 74px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
  }
  .section-survey-question .question-motto .motto-thumbnail {
    bottom: -31px;
    left: -123px;
    width: 118px;
  }
  .section-survey-question .question-wrapper {
    padding: 43px 20px 157px;
    border-radius: 24px;
  }
  .section-survey-question .question-chart {
    max-width: 269px;
    margin-bottom: 50px;
  }
  .section-survey-question .question-row {
    margin-bottom: -9px;
  }
  .section-survey-question .question-column {
    margin-bottom: 25px;
  }
  .section-survey-question .question-label {
    min-height: 30px;
    margin-bottom: 6px;
    padding: 4px 15px 2px;
    border-radius: 15px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .section-survey-question .question-list {
    margin-left: 2px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .section-survey-question .question-list .list-wrapper {
    margin-bottom: -9px;
  }
  .section-survey-question .question-list .list-item {
    padding-bottom: 9px;
  }
  .section-survey-question .question-list .item-wrapper {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .section-survey-question .question-highlight {
    margin: 0 -10px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
  .section-survey-question .question-highlight .highlight-mark {
    background-position: 0% calc(100% - 3px);
    background-size: 100% 10px;
  }
  .section-survey-question .question-note {
    right: 0;
    bottom: -11px;
    left: 9px;
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }
}
.section-survey-recommended {
  display: block;
  position: relative;
  margin: 0;
  padding: 1px 0;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.section-survey-recommended img {
  height: auto;
}
.section-survey-recommended .recommended-viewport {
  position: relative;
  z-index: 10;
}
.section-survey-recommended .recommended-viewport::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  background-color: #d44b6b;
}
.section-survey-recommended .recommended-heading,
.section-survey-recommended .recommended-wrapper {
  position: relative;
  margin: 0 auto;
}
.section-survey-recommended .recommended-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-survey-recommended .recommended-wrapper {
  z-index: 1;
  border: 1px solid #000;
}
.section-survey-recommended .recommended-wrapper::before, .section-survey-recommended .recommended-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0% 0%/auto auto repeat;
}
.section-survey-recommended .recommended-wrapper::before {
  z-index: 0;
}
.section-survey-recommended .recommended-wrapper::after {
  z-index: 1;
  background-color: #fff;
}
.section-survey-recommended .recommended-inner {
  position: relative;
  z-index: 2;
}
.section-survey-recommended .recommended-inner::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  background: 50% 100%/100% auto no-repeat;
  pointer-events: none;
}
.section-survey-recommended .recommended-content {
  position: relative;
}
.section-survey-recommended .recommended-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended {
    margin-bottom: 281px;
  }
  .section-survey-recommended .recommended-viewport::before {
    top: -106px;
    height: 400px;
  }
  .section-survey-recommended .recommended-heading,
  .section-survey-recommended .recommended-wrapper {
    width: calc(100% - 100px);
    max-width: 960px;
  }
  .section-survey-recommended .recommended-wrapper::before {
    top: 20px;
    left: 20px;
    background-image: url("/img/reform/system_kitchen/contents/survey/pattern_recommended_001.png");
  }
  .section-survey-recommended .recommended-inner {
    padding: 52px 0 65px;
  }
  .section-survey-recommended .recommended-inner::before {
    bottom: 10px;
    left: -13px;
    width: 50px;
  }
  .section-survey-recommended .recommended-content {
    padding: 0 20px;
  }
  .section-survey-recommended .recommended-controller {
    margin: 78px 30px 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended {
    margin-bottom: 107px;
  }
  .section-survey-recommended .recommended-viewport::before {
    top: -34px;
    height: 160px;
  }
  .section-survey-recommended .recommended-heading,
  .section-survey-recommended .recommended-wrapper {
    width: calc(100% - 50px);
    max-width: 350px;
  }
  .section-survey-recommended .recommended-wrapper::before {
    top: 8px;
    left: 8px;
    background-image: url("/img/reform/system_kitchen/contents/survey/pattern_recommended_001_sp.png");
    background-size: 37px auto;
  }
  .section-survey-recommended .recommended-inner {
    padding: 38px 0 121px;
  }
  .section-survey-recommended .recommended-inner::before {
    right: -14px;
    bottom: 3px;
    left: auto;
    width: 25px;
  }
  .section-survey-recommended .recommended-content {
    padding: 0 16px;
  }
  .section-survey-recommended .recommended-controller {
    margin: 91px 16px 0;
  }
}

.section-survey-recommended.is-kitchen-02 .recommended-viewport::before,
.section-survey-recommended.is-kitchen-04 .recommended-viewport::before,
.section-survey-recommended.is-kitchen-05 .recommended-viewport::before,
.section-survey-recommended.is-kitchen-07 .recommended-viewport::before,
.section-survey-recommended.is-kitchen-09 .recommended-viewport::before,
.section-survey-recommended.is-kitchen-11 .recommended-viewport::before {
  background-color: #f5be00;
}
.section-survey-recommended.is-kitchen-02 .banner-survey-recommended .banner-label::after,
.section-survey-recommended.is-kitchen-04 .banner-survey-recommended .banner-label::after,
.section-survey-recommended.is-kitchen-05 .banner-survey-recommended .banner-label::after,
.section-survey-recommended.is-kitchen-07 .banner-survey-recommended .banner-label::after,
.section-survey-recommended.is-kitchen-09 .banner-survey-recommended .banner-label::after,
.section-survey-recommended.is-kitchen-11 .banner-survey-recommended .banner-label::after {
  background-color: #f5be00;
}
.section-survey-recommended.is-kitchen-02 .icon-survey-best::after,
.section-survey-recommended.is-kitchen-04 .icon-survey-best::after,
.section-survey-recommended.is-kitchen-05 .icon-survey-best::after,
.section-survey-recommended.is-kitchen-07 .icon-survey-best::after,
.section-survey-recommended.is-kitchen-09 .icon-survey-best::after,
.section-survey-recommended.is-kitchen-11 .icon-survey-best::after {
  background-color: #f5be00;
}
.section-survey-recommended.is-kitchen-02 .list-survey-recommended::before,
.section-survey-recommended.is-kitchen-04 .list-survey-recommended::before,
.section-survey-recommended.is-kitchen-05 .list-survey-recommended::before,
.section-survey-recommended.is-kitchen-07 .list-survey-recommended::before,
.section-survey-recommended.is-kitchen-09 .list-survey-recommended::before,
.section-survey-recommended.is-kitchen-11 .list-survey-recommended::before {
  background-color: #fcebb2;
}
.section-survey-recommended.is-kitchen-02 .list-survey-recommended .thumbnail-number,
.section-survey-recommended.is-kitchen-04 .list-survey-recommended .thumbnail-number,
.section-survey-recommended.is-kitchen-05 .list-survey-recommended .thumbnail-number,
.section-survey-recommended.is-kitchen-07 .list-survey-recommended .thumbnail-number,
.section-survey-recommended.is-kitchen-09 .list-survey-recommended .thumbnail-number,
.section-survey-recommended.is-kitchen-11 .list-survey-recommended .thumbnail-number {
  background-color: #efbbc7;
}
.section-survey-recommended.is-kitchen-02 .list-survey-recommended .item-label::after,
.section-survey-recommended.is-kitchen-04 .list-survey-recommended .item-label::after,
.section-survey-recommended.is-kitchen-05 .list-survey-recommended .item-label::after,
.section-survey-recommended.is-kitchen-07 .list-survey-recommended .item-label::after,
.section-survey-recommended.is-kitchen-09 .list-survey-recommended .item-label::after,
.section-survey-recommended.is-kitchen-11 .list-survey-recommended .item-label::after {
  background-color: #f5be00;
}
.section-survey-recommended.is-kitchen-02 .button-survey-recommended,
.section-survey-recommended.is-kitchen-04 .button-survey-recommended,
.section-survey-recommended.is-kitchen-05 .button-survey-recommended,
.section-survey-recommended.is-kitchen-07 .button-survey-recommended,
.section-survey-recommended.is-kitchen-09 .button-survey-recommended,
.section-survey-recommended.is-kitchen-11 .button-survey-recommended {
  background-color: #f5be00;
}

.section-survey-recommended.is-kitchen-01 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
.section-survey-recommended.is-kitchen-01::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-01 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_001_003.png") calc(100% - 48px) calc(100% + 2px)/188px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-01 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_001.png");
  }
  .section-survey-recommended.is-kitchen-01 .recommended-content::after {
    top: -32px;
    left: -101px;
    width: 270px;
    height: 361px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_001_002.png");
  }
  .section-survey-recommended.is-kitchen-01::before {
    top: -550px;
    height: 379px;
    background: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_001.png") calc(50% + 432px) 0%/auto 100% no-repeat;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-01 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_001_003_sp.png") calc(50% + 1px) calc(100% + 1px)/89.3982808023% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-01 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_001_sp.png");
  }
  .section-survey-recommended.is-kitchen-01 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 102.2922636103%;
    height: 134px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_001_002_sp.png");
  }
  .section-survey-recommended.is-kitchen-01::before {
    top: -200px;
    height: 158px;
    background: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_001_sp.png") calc(50% + 4px) 0%/auto 100% no-repeat;
  }
}

.section-survey-recommended.is-kitchen-02 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-02 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_002_002.png") calc(100% - 26px) calc(100% + 1px)/227px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-02 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_002.png");
  }
  .section-survey-recommended.is-kitchen-02 .recommended-content::after {
    top: -275px;
    right: 8px;
    width: 215px;
    height: 362px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_002.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-02 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_002_002_sp.png") calc(50% + 6px) 100%/91.4040114613% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-02 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_002_sp.png");
  }
  .section-survey-recommended.is-kitchen-02 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 93.1232091691%;
    height: 147px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_002_sp.png");
  }
}

.section-survey-recommended.is-kitchen-03 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-03 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_003_002.png") calc(100% - 33px) calc(100% + 1px)/214px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-03 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_003.png");
  }
  .section-survey-recommended.is-kitchen-03 .recommended-content::after {
    right: -78px;
    bottom: -201px;
    width: 180px;
    height: 375px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_003.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-03 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_003_002_sp.png") calc(50% + 11px) 100%/94.2693409742% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-03 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_003_sp.png");
  }
  .section-survey-recommended.is-kitchen-03 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 100.2865329513%;
    height: 126px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_003_sp.png");
  }
}

.section-survey-recommended.is-kitchen-04 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-04 {
    margin-bottom: 174px;
  }
  .section-survey-recommended.is-kitchen-04 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_004_002.png") calc(100% - 53px) calc(100% + 1px)/182px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-04 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_004.png");
  }
  .section-survey-recommended.is-kitchen-04 .recommended-content::after {
    top: -28px;
    left: -97px;
    width: 221px;
    height: 378px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_004.png");
  }
  .section-survey-recommended.is-kitchen-04 .list-survey-recommended .list-item:nth-child(odd) .item-title,
  .section-survey-recommended.is-kitchen-04 .list-survey-recommended .list-item:nth-child(odd) .item-detail {
    max-width: none;
  }
  .section-survey-recommended.is-kitchen-04 .list-survey-recommended .list-item:nth-child(even) .item-title,
  .section-survey-recommended.is-kitchen-04 .list-survey-recommended .list-item:nth-child(even) .item-detail {
    max-width: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-04 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_004_002_sp.png") calc(50% + 7px) 100%/92.5501432665% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-04 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_004_sp.png");
  }
  .section-survey-recommended.is-kitchen-04 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 96.8481375358%;
    height: 126px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_004_sp.png");
  }
}

.section-survey-recommended.is-kitchen-05 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-05 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_005_002.png") calc(100% - 23px) calc(100% + 1px)/219px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-05 .recommended-inner {
    padding: 52px 0 87px;
  }
  .section-survey-recommended.is-kitchen-05 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_005.png");
  }
  .section-survey-recommended.is-kitchen-05 .recommended-content::after {
    right: -78px;
    bottom: -165px;
    width: 181px;
    height: 216px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_005.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-05 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_005_002_sp.png") calc(50% + 11px) 100%/94.2693409742% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-05 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_005_sp.png");
  }
  .section-survey-recommended.is-kitchen-05 .recommended-content {
    margin-bottom: -67px;
  }
  .section-survey-recommended.is-kitchen-05 .recommended-content::after {
    right: -6.8767908309%;
    bottom: -94px;
    width: 28.9398280802%;
    height: 129px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_005_sp.png");
  }
}

.section-survey-recommended.is-kitchen-06 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-06 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_006_002.png") calc(100% - 21px) 100%/230px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-06 .recommended-inner {
    padding: 52px 0 95px;
  }
  .section-survey-recommended.is-kitchen-06 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_006.png");
  }
  .section-survey-recommended.is-kitchen-06 .recommended-content::after {
    top: -21px;
    left: -100px;
    width: 214px;
    height: 390px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_006.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-06 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_006_002_sp.png") calc(50% + 9px) 100%/93.1232091691% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-06 .recommended-inner {
    padding: 38px 0 139px;
  }
  .section-survey-recommended.is-kitchen-06 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_006_sp.png");
  }
  .section-survey-recommended.is-kitchen-06 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 94.8424068768%;
    height: 123px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_006_sp.png");
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-07 .recommended-heading::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_007.png");
  }
  .section-survey-recommended.is-kitchen-07 .recommended-heading::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -141px;
    right: calc(50% - 518px);
    width: 257px;
    height: 397px;
    background: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_007.png") 50% 50%/100% auto no-repeat;
    pointer-events: none;
  }
  .section-survey-recommended.is-kitchen-07 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_007_002.png") calc(100% - 54px) 100%/182px auto no-repeat;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-07 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_007_002_sp.png") calc(50% + 5px) calc(100% + 2px)/91.4040114613% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-07 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_007_sp.png");
  }
  .section-survey-recommended.is-kitchen-07 .recommended-content::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -139px;
    left: 4.2979942693%;
    width: 97.994269341%;
    height: 123px;
    background: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_007_sp.png") 50% 50%/100% auto no-repeat;
    pointer-events: none;
  }
}

.section-survey-recommended.is-kitchen-08 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-08 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_008_002.png") calc(100% - 53px) 100%/184px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-08 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_008.png");
  }
  .section-survey-recommended.is-kitchen-08 .recommended-content::after {
    top: -100px;
    left: -88px;
    width: 201px;
    height: 390px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_008.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-08 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_008_002_sp.png") calc(50% + 17px) 100%/98.2808022923% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-08 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_008_sp.png");
  }
  .section-survey-recommended.is-kitchen-08 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 96.2750716332%;
    height: 137px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_008_sp.png");
  }
}

.section-survey-recommended.is-kitchen-09 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-09 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_009_002.png") calc(100% - 55px) calc(100% + 1px)/177px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-09 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_009.png");
  }
  .section-survey-recommended.is-kitchen-09 .recommended-content::after {
    top: -284px;
    right: -102px;
    width: 295px;
    height: 447px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_009.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-09 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_009_002_sp.png") calc(50% + 7px) 100%/92.5501432665% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-09 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_009_sp.png");
  }
  .section-survey-recommended.is-kitchen-09 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 99.7134670487%;
    height: 136px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_009_sp.png");
  }
}

.section-survey-recommended.is-kitchen-10 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-10 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_010_002.png") calc(100% - 54px) 100%/176px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-10 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_010.png");
  }
  .section-survey-recommended.is-kitchen-10 .recommended-content::after {
    top: -205px;
    right: -69px;
    width: 196px;
    height: 395px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_010.png");
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-10 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_010_002_sp.png") calc(50% + 3px) 100%/89.9713467049% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-10 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_010_sp.png");
  }
  .section-survey-recommended.is-kitchen-10 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 98.8538681948%;
    height: 148px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_010_sp.png");
  }
}

.section-survey-recommended.is-kitchen-11 .recommended-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: 50% 50%/100% auto no-repeat;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-survey-recommended.is-kitchen-11 {
    margin-bottom: 100px;
  }
  .section-survey-recommended.is-kitchen-11 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_011_002.png") calc(100% - 46px) calc(100% + 1px)/181px auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-11 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_011.png");
  }
  .section-survey-recommended.is-kitchen-11 .recommended-content::after {
    bottom: -557px;
    left: -99px;
    width: 222px;
    height: 383px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_011.png");
  }
  .section-survey-recommended.is-kitchen-11 .title-survey-recommended img {
    -o-object-position: 36% 100%;
    object-position: 36% 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .section-survey-recommended.is-kitchen-11 {
    margin-bottom: 0;
  }
  .section-survey-recommended.is-kitchen-11 .recommended-wrapper::after {
    background: #fff url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_011_002_sp.png") calc(50% + 3px) 100%/89.6848137536% auto no-repeat;
  }
  .section-survey-recommended.is-kitchen-11 .recommended-inner::before {
    background-image: url("/img/reform/system_kitchen/contents/survey/motto_kitchen_011_sp.png");
  }
  .section-survey-recommended.is-kitchen-11 .recommended-content::after {
    bottom: -139px;
    left: 4.2979942693%;
    width: 101.7191977077%;
    height: 141px;
    background-image: url("/img/reform/system_kitchen/contents/survey/decoration_kitchen_011_sp.png");
  }
}