/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* Magnific Popup CSS */
.mfp-bg {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.95;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 75%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /*** Remove all paddings around the image on small screen*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*** Simple fade transition,*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes simpleFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes simpleFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 580px) {
  .mfp-iframe-holder .mfp-content {
    width: 95%;
  }
}

.cp-kingdom2 img {
  /* display: block; */
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .forPC {
    display: none;
  }
}

.cp-kingdom2 .forSP {
  display: none;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .forSP {
    display: block;
  }
}

.cp-kingdom2 .forTBP {
  display: none;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .forTBP {
    display: block;
  }
}

.cp-kingdom2 .margin-top-0 {
  margin-top: 0px !important;
}

.cp-kingdom2 .margin-top-10 {
  margin-top: 10px !important;
}

.cp-kingdom2 .margin-top-20 {
  margin-top: 20px !important;
}

.cp-kingdom2 .margin-top-30 {
  margin-top: 30px !important;
}

.cp-kingdom2 .margin-top-40 {
  margin-top: 40px !important;
}

.cp-kingdom2 .margin-top-50 {
  margin-top: 50px !important;
}

.cp-kingdom2 .margin-top-60 {
  margin-top: 60px !important;
}

.cp-kingdom2 .margin-top-70 {
  margin-top: 70px !important;
}

.cp-kingdom2 .margin-top-80 {
  margin-top: 80px !important;
}

.cp-kingdom2 .margin-top-90 {
  margin-top: 90px !important;
}

.cp-kingdom2 .margin-top-100 {
  margin-top: 100px !important;
}

.cp-kingdom2 .margin-bottom-0 {
  margin-bottom: 0px !important;
}

.cp-kingdom2 .margin-bottom-10 {
  margin-bottom: 10px !important;
}

.cp-kingdom2 .margin-bottom-20 {
  margin-bottom: 20px !important;
}

.cp-kingdom2 .margin-bottom-30 {
  margin-bottom: 30px !important;
}

.cp-kingdom2 .margin-bottom-40 {
  margin-bottom: 40px !important;
}

.cp-kingdom2 .margin-bottom-50 {
  margin-bottom: 50px !important;
}

.cp-kingdom2 .margin-bottom-60 {
  margin-bottom: 60px !important;
}

.cp-kingdom2 .margin-bottom-70 {
  margin-bottom: 70px !important;
}

.cp-kingdom2 .margin-bottom-80 {
  margin-bottom: 80px !important;
}

.cp-kingdom2 .margin-bottom-90 {
  margin-bottom: 90px !important;
}

.cp-kingdom2 .margin-bottom-100 {
  margin-bottom: 100px !important;
}

.cp-kingdom2 .small {
  font-size: 80%;
}

.cp-kingdom2 .c-mainvisual {
  /* // for debug
  background: #2979a3 url(/_devOnly/cp-tvcm202203/c-mainvisual--pc.jpg) center top no-repeat !important;
  @media screen and (max-width:580px) { background: #2979a3 url(/_devOnly/cp-tvcm202203/c-mainvisual--sp.jpg) center top no-repeat !important; }
  background-size: auto !important;
  > * { opacity: .7; }
  //*/
  background: #2979a3 url(/jp/resources/images/products/aircon/pr/kento-yamazaki-2022/nocria-kingdom2/bg-mainvisual--pc.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-mainvisual {
    background-image: url(/jp/resources/images/products/aircon/pr/kento-yamazaki-2022/nocria-kingdom2/bg-mainvisual--sp.jpg);
    background-size: contain;
  }
}

.campaign-wrapper {
  background-color: #FFEDC7;
  color: #5A3E1E;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.cp-kingdom2 {
  box-sizing: border-box;
}

.cp-kingdom2 .c-mainvisual-img img {
  display: block;
  width: 100%;
}

.c-flex {
  display: flex;
}

.c-flex.-xcenter {
  justify-content: center;
}

.c-flex.-ycenter {
  align-items: center;
}

.c-center {
  margin-right: auto;
  margin-left: auto;
}

.c-section {
  padding: 80px 0;
}

@media screen and (max-width: 580px) {
  .c-section {
    padding: 48px 0;
  }
}

.c-inner {
  max-width: 830px;
  padding-right: 20px;
  padding-left: 20px;
}

.c-inner.-large {
  max-width: 1104px;
}

.c-svgH {
  fill: #5A3E1E;
  max-height: 4em;
  max-width: 80%;
}

/* :root {
  --border-color: #5A3E1E;
}

.cp-kingdom2 .c-svg::after {
  content: "";
  height: 10px;
  width: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, var(--border-color) 7px, var(--border-color) 11px);
} */
@media screen and (max-width: 580px) {
  .c-svgH {
    max-height: 2em;
  }
}

.cp-kingdom2 .c-h {
  font-size: 400%;
  text-align: center;
}

.cp-kingdom2 .svgH::after {
  content: "";
  height: 10px;
  width: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, var(--border-color) 7px, var(--border-color) 11px);
}

.c-leadText {
  font-size: 20px;
  font-weight: 700;
}

.c-button {
  display: inline-block;
  width: 100%;
  max-width: 540px;
}

@media screen and (max-width: 580px) {
  .c-button {
    max-width: 320px;
  }
}

.c-button:link,
.c-button:visited,
.c-button:hover,
.c-button:link {
  text-decoration: none;
  color: white;
}

.c-button__inner {
  background-color: #E62E2E;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(7, 0, 1, 0.2);
  padding: 8px;
  transition: opacity .4s 0s ease-out;
}

.c-button__inner:hover {
  background-color: #E94D4D;
}

.c-button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 214.28571%;
  font-weight: bold;
}

.c-button__text.-icon-form::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 0.3em;
  background-image: url('/jp/resources/images/products/aircon/pr/special/webcm2023/svg-icon-form.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-copy-entry {
    max-width: 335px;
  }
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-button__text {
    font-size: 142.85714%;
  }
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-leadText {
    font-size: 14px;
    line-height: 29px;
  }

  .cp-kingdom2 .c-leadText span {
    font-size: 14px;
    line-height: 29px;
  }
}

.cp-kingdom2 .c-copy {
  background-color: #F2B960;
  padding: 84px 16px 103px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-copy {
    padding: 42px 10px 52px;
  }
}

.cp-kingdom2 .c-catchCopy {
  text-align: center;
}

.cp-kingdom2 .c-catchCopy-sub {
  -webkit-font-feature-settings: "palt";
  display: block;
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-catchCopy-sub {
    font-size: 3.73333vw;
  }
}

.cp-kingdom2 .c-catchCopy-main {
  -webkit-font-feature-settings: "palt";
  color: #E62E2E;
  display: block;
  font-feature-settings: "palt";
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin: 20px 0 0;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-catchCopy-main {
    font-size: 8.53333vw;
  }
}

:root {
  --cm: 40px
}

.p-cm__movie {
  width: calc(33.3% - var(--cm) * 2 / 3);
}

.p-cm__movie:not(:last-child) {
  margin-right: var(--cm);
}

@media screen and (max-width: 768px) {
  .p-cm__movie {
    width: 100%;
  }

  .p-cm__movie-inner {
    flex-direction: column;
  }

  .p-cm__movie:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.p-cm__movie-text {
  margin-top: 1em;
}

.p-collabo {
  padding: 0;
}

:root {
  --p-collabo__mark-size: 96px
}

.p-collabo__mark {
  position: relative;
  width: var(--p-collabo__mark-size);
  height: var(--p-collabo__mark-size);
}

.p-collabo__mark::before,
.p-collabo__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  border-radius: 4px;
  height: var(--p-collabo__mark-size);
  background-color: #5A3E1E;
}

@media screen and (max-width: 768px) {
  :root {
    --p-collabo__mark-size: 56px
  }

  .p-collabo__mark::before,
  .p-collabo__mark::after {
    width: 4px;
    border-radius: 2px;
  }
}

.p-collabo__mark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-collabo__mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-collabo__img {
  width: calc(50% - var(--p-collabo__mark-size) / 2);
  padding: 0 5%;
}

.p-collabo__cv {
  margin-top: 8px;
}

.c-leadCopy {
  line-height: 3;
  margin-top: 22px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.c-leadCopy span {
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
}

.c-leadCopy__color {
  color: #E62E2E;
}

.cp-kingdom2 .c-leadCopy .is-emphasis {
  font-size: 160%;
  font-weight: 700;
  line-height: 50px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-leadCopy .is-emphasis {
    line-height: 1;
    font-size: 140%;
  }
}

.cp-kingdom2 .c-present {
  overflow: hidden;
  padding: 80px 0 120px;
  background-color: #FFEDC7;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-present {
    padding: 48px 0 50px;
  }
}

.cp-kingdom2 .c-present-heading {
  font-size: 328.57143%;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-present-heading {
    font-size: 185.71429%;
  }
}

@media (max-width: 359px) {
  .cp-kingdom2 .c-present-heading {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.cp-kingdom2 .c-present-itemContainer {
  box-sizing: border-box;
  margin: 76px auto 0;
  max-width: 960px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemContainer {
    margin-top: 125px;
  }
}

.cp-kingdom2 .c-present-item {
  align-items: stretch;
  box-shadow: 0px 5px 10px 0 rgba(7, 0, 1, 0.1);
  display: flex;
  height: 180px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-item {
    flex-direction: column;
    height: auto;
  }
}

.cp-kingdom2 .c-present-item + .c-present-item {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-item + .c-present-item {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-item.is-b {
    margin-top: 51px;
  }
}

.cp-kingdom2 .c-present-itemHeading {
  background: #faf9f4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px 0 240px;
  position: relative;
  width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading {
    flex: 1 1 auto;
    justify-content: flex-end;
    padding: 0 18px 6px;
    width: 100%;
  }
}

.cp-kingdom2 .c-present-itemHeading-img {
  position: absolute;
}

.cp-kingdom2 .c-present-itemHeading-img.is-a {
  left: 5px;
  top: -50px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-img.is-a {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    width: 188px;
  }
}

.cp-kingdom2 .c-present-itemHeading-img.is-b {
  left: -21px;
  top: 2px;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-img.is-b {
    -webkit-transform: translateX(-49%);
    left: 50%;
    top: -32px;
    transform: translateX(-49%);
    width: 279px;
  }
}

.cp-kingdom2 .c-present-itemHeading-img.is-c {
  left: -22px;
  top: -7px;
  width: 246px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-img.is-c {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
    width: 264px;
  }
}

.cp-kingdom2 .c-present-itemHeading-img.is-d {
  left: 24px;
  top: -17px;
  width: 196px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-img.is-d {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    width: 186px;
  }
}

.cp-kingdom2 .c-present-itemHeading-img.is-e {
  left: 37px;
  top: -6px;
  width: 160px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-img.is-e {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
    width: 184px;
  }
}

.cp-kingdom2 .c-present-itemHeading-ctg {
  display: block;
  font-family: roboto;
  font-size: 342.85714%;
  font-weight: bold;
  line-height: 1;
  margin: -10px 0 10px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-ctg {
    font-size: 32px;
    margin: 162px 0 0px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
}

.cp-kingdom2 .c-present-itemHeading-ctg-small {
  -webkit-transform: translateY(-2px);
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-ctg-small {
    font-size: 20px;
  }
}

.cp-kingdom2 .c-present-itemHeading-textBox {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-itemHeading-textBox .c-present-itemHeading-main {
    -webkit-transform: scaleX(0.97);
    -webkit-transform-origin: left center;
    letter-spacing: -1px;
    transform: scaleX(0.97);
    transform-origin: left center;
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-text {
    line-height: 1;
    margin: 2px 0 0;
    min-height: 48px;
  }
}

.cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type) {
  margin-left: 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type) {
    margin-left: 3.90625vw;
  }
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type) {
    margin-left: 40px;
  }
}

.cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type)::before {
  content: "+";
  font-size: 30px;
  font-weight: 700;
  left: -36px;
  line-height: 1;
  position: absolute;
  top: 14px;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type)::before {
    font-size: 2.92969vw;
    left: -3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type)::before {
    font-size: 16px;
  }
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-present-itemHeading-text:not(:first-of-type)::before {
    left: -30px;
  }
}

.cp-kingdom2 .c-present-itemHeading-sub {
  display: block;
  /* font-size: 150%; */
  font-weight: bold;
  letter-spacing: -.5px;
  line-height: 1.2;
  margin: 0 0 3px;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-itemHeading-sub {
    font-size: 2.05078vw;
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-sub {
    display: inline-block;
    font-size: 15px;
    line-height: 1.32;
  }
}

.cp-kingdom2 .c-present-itemHeading-sub span {
  display: inline-block;
  font-weight: 700;
}

.cp-kingdom2 .c-present-itemHeading-main {
  display: block;
  font-size: 214.28571%;
  font-weight: bold;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-itemHeading-main {
    font-size: 2.92969vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-main {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-main.is-c {
    font-size: 15px;
  }
}

.cp-kingdom2 .c-present-itemHeading-main .is-small {
  font-size: 80%;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemHeading-main .is-small {
    font-size: 14px;
  }
}

.cp-kingdom2 .c-present-itemHeading-main .u-display--inlineBlock {
  display: inline-block;
  font-weight: 700;
}

.cp-kingdom2 .c-present-itemWinner {
  align-items: center;
  background-color: #E62E2E;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 214.28571%;
  font-weight: bold;
  justify-content: center;
  letter-spacing: -1px;
  line-height: 1;
  padding-top: 18px;
  text-align: center;
  width: 160px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemWinner {
    font-size: 114.28571%;
    height: 50px;
    padding-top: 11px;
    width: 100%;
  }
}

.cp-kingdom2 .c-present-itemWinner.is-2row {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemWinner.is-2row {
    flex-direction: row;
  }
}

.cp-kingdom2 .c-present-itemWinner-number {
  -webkit-transform: translateY(-8px);
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  padding-right: 3px;
  transform: translateY(-8px);
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemWinner-number {
    -webkit-transform: translateY(-4px);
    font-size: 187.5%;
    transform: translateY(-4px);
  }
}

.cp-kingdom2 .c-present-itemWinner-number.is-small {
  -webkit-transform: none;
  display: block;
  font-size: 153.84615%;
  margin-bottom: 5px;
  margin-top: -15px;
  padding: 0;
  transform: none;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemWinner-number.is-small {
    display: inline;
    font-size: 187.5%;
    margin: 0;
  }
}

.cp-kingdom2 .c-present-itemWinner-text {
  -webkit-transform: translateY(-10px);
  font-weight: 700;
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-itemWinner-text {
    -webkit-transform: none;
    transform: none;
  }
}

.cp-kingdom2 .c-present-item-note {
  font-size: 12px;
  height: 20px;
  text-align: right;
}

.cp-kingdom2 .c-present-item-note + .c-present-item {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-item-note + .c-present-item {
    margin-top: 50px;
  }
}

.cp-kingdom2 .c-present-item-d-textBox {
  display: flex;
}

.cp-kingdom2 .c-present-item-d-fukkoku {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  padding-right: 24px;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-item-d-fukkoku {
    padding-right: calc(100vw - 1000px);
  }
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-present-item-d-fukkoku {
    align-items: flex-end;
    padding-bottom: 8px;
  }
}

.cp-kingdom2 .c-present-item-d-fukkoku img {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .cp-kingdom2 .c-present-item-d-fukkoku img {
    width: 9.76562vw;
  }
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-present-item-d-fukkoku img {
    width: 56px;
  }
}

.p-application {
  background: #F2B960;
  background-size: cover;
  padding: 0;
}

.cp-kingdom2 .c-quiz-inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 880px;
  padding: 80px 20px 0;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-inner {
    padding: 36px 20px 0;
  }
}

.cp-kingdom2 .c-quiz-heading {
  color: #fff;
  font-size: 328.57143%;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-heading {
    font-size: 185.71429%;
    margin: 0;
  }
}

/* .cp-kingdom2 .c-quiz-heading::before {
  -webkit-transform: translate(6px, 8px);
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 22px;
  transform: translate(6px, 8px);
  width: 45px;
} */
/* @media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-heading::before {
    -webkit-transform: translateY(9px);
    height: 33px;
    margin-right: 7px;
    transform: translateY(9px);
    width: 29px;
  }
} */
.cp-kingdom2 .c-quiz-leadCopy {
  margin: 68px auto 0;
}

.cp-kingdom2 .c-quiz-leadCopy p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-leadCopy p {
    font-size: 16px;
    line-height: 1.63;
    margin: 33px 0 0;
  }
}

.cp-kingdom2 .c-quiz-leadCopy p + p {
  margin-top: 36px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-leadCopy p + p {
    margin-top: 26px;
  }
}

.cp-kingdom2 .c-quiz-question {
  color: #fff100;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.67;
  margin: 33px 0 0;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-question {
    font-size: 142.85714%;
    line-height: 1.5;
    margin-top: 18px;
  }
}

.cp-kingdom2 .c-quiz-question-textBlock {
  display: inline-block;
  font-weight: 700;
}

.cp-kingdom2 .c-quiz-entry {
  /* background: #fff; */
  border-radius: 50px;
  margin: 37px auto 0;
  max-width: 540px;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-entry {
    margin: 24px auto 0;
    max-width: 335px;
  }
}

.cp-kingdom2 .c-quiz-entryAnchor {
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(7, 0, 1, 0.2);
  display: flex;
  font-size: 214.28571%;
  font-weight: bold;
  height: 100px;
  justify-content: center;
  line-height: 1;
  transition: opacity .4s 0s ease-out;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-entryAnchor {
    background-size: cover;
    font-size: 142.85714%;
  }
}

/* .cp-kingdom2 .c-quiz-entryAnchor::before {
  content: "";
  display: inline-block;
  height: 30px;
  margin-right: 16px;
  width: 30px;
} */
/* @media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-entryAnchor::before {
    height: 24px;
    margin-right: 8px;
    width: 24px;
  }
} */
.cp-kingdom2 .c-quiz-termHeading {
  color: #fff;
  font-size: 142.85714%;
  font-weight: bold;
  line-height: 1;
  margin: 35px 0 0;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-termHeading {
    font-size: 102.85714%;
    margin: 32px 0 0;
  }
}

.cp-kingdom2 .c-quiz-term {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 0;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-term {
    font-size: 18px;
    line-height: 1.67;
    margin: 8px 0 0;
  }
}

.cp-kingdom2 .c-quiz-term span {
  display: inline-block;
  font-weight: bold;
}

.cp-kingdom2 .c-quiz-hint {
  margin: 60px auto 0;
  max-width: 830px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-hint {
    display: block;
    margin: 33px auto 0;
  }
}

.cp-kingdom2 .c-quiz-hint img {
  display: block;
  height: auto;
  max-width: 100%;
}

.cp-kingdom2 .c-quiz-hint__title {
  background-color: #ffffff;
  border-radius: 9999px;
  color: #EE823A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  width: 540px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-hint__title {
    font-size: 14px;
    width: 281px;
  }
}

.cp-kingdom2 .c-quiz-hint__title span {
  display: inline-block;
  font-weight: 700;
}

.cp-kingdom2 .c-quiz-hint__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-hint__text {
    font-size: 15px;
    line-height: 1.67;
    margin-top: 10px;
  }
}

.cp-kingdom2 .c-quiz-hint__imgBox {
  /* background: #fff; */
  margin: 24px 0 0;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-quiz-hint__imgBox {
    margin-top: 20px;
  }
}

.cp-kingdom2 .c-quiz-hint__imgBox.is-hint2 {
  padding: 9% 0 6%;
}

.cp-kingdom2 .c-quiz-hint__youtubePopup {
  display: block;
  position: relative;
}

.cp-kingdom2 .c-quiz-hint__youtubePopup::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .4s 0s ease-out;
  width: 100%;
  z-index: 1;
}

.cp-kingdom2 .c-quiz-hint__youtubePopup::after {
  -webkit-transform: translate(-50%, -50%);
  /* background: url(/resources/images/icon-youtube-play.png) center/contain no-repeat; */
  content: "";
  display: block;
  height: 45px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  z-index: 2;
}

.cp-kingdom2 .c-quiz-hint__youtubePopup:hover::before {
  opacity: .6;
}

.cp-kingdom2 .c-quiz-hint__img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

.cp-kingdom2 .c-quiz-hint__logo {
  margin: auto;
  width: 64%;
}

.cp-kingdom2 .c-quiz-hint__logoText {
  -webkit-transform: translateX(-1.25%);
  margin: 6% auto 0;
  transform: translateX(-1.25%);
  width: 80%;
}

.c-box {
  background-color: #faf9f4;
  border-radius: 40px;
}

.p-application__questions {
  text-align: left;
  width: 100%;
  max-width: 540px;
  box-sizing: border-box;
}

@media screen and (max-width: 580px) {
  .p-application__questions {
    max-width: 370px;
  }
}

/* .p-application__questions-inner {
  padding: ;
} */
.p-application__question {
  padding-left: 2em;
  text-indent: -2em;
  /* display: inline-block; */
}

.cp-kingdom2 .c-about {
  padding: 80px 0 110px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-about {
    padding: 48px 0 50px;
  }
}

.cp-kingdom2 .c-about-inner {
  margin: auto;
  max-width: 830px;
  padding: 0 20px;
}

.cp-kingdom2 .c-about-heading {
  font-size: 128.57143%;
  font-weight: 700;
  line-height: 1;
  /* margin: 0 0 35px; */
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-about-heading {
    font-size: 114.28571%;
    margin: 0 0 13px;
  }
}

.cp-kingdom2 .c-about-text {
  font-size: 114.28571%;
  font-weight: normal;
  line-height: 1.63;
  text-align: justify;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-about-text {
    font-size: 85.71429%;
    line-height: 2;
  }
}

/* .cp-kingdom2 .c-about-textAnchor:visited,
.cp-kingdom2 .c-about-textAnchor:hover,
.cp-kingdom2 .c-about-textAnchor:link {
  color: #EE823A;
} */
.c-about-text + .c-about-heading {
  margin-top: 80px;
}

@media screen and (max-width: 580px) {
  .c-about-text + .c-about-heading {
    margin-top: 42px;
  }
}

.cp-kingdom2 .c-thanks {
  /* background: url(/jp/resources/images/products/aircon/pr/kento-yamazaki-2022/nocria-kingdom2/bg-thanks--pc.jpg) center center no-repeat; */
  background-size: cover;
  /*
  background: url(/_devOnly/cp-tvcm202203/c-thanks--pc.jpg) center top no-repeat !important;
  @media screen and (max-width:580px) { background: url(/_devOnly/cp-tvcm202203/c-thanks--sp.jpg) center top no-repeat !important; }
  background-size: auto !important;
  > * { opacity: .7; }
  //*/
  height: 500px;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-thanks {
    background-image: url(/jp/resources/images/products/aircon/pr/kento-yamazaki-2022/nocria-kingdom2/bg-thanks--sp.jpg);
    height: 66.66667vw;
  }
}

.cp-kingdom2 .c-thanks-inner {
  height: 100%;
  margin: auto;
  max-width: 830px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-thanks-inner {
    padding: 0;
  }
}

.cp-kingdom2 .c-thanks-inner::after {
  /* background: url(/jp/resources/images/products/aircon/pr/kento-yamazaki-2022/nocria-kingdom2/img-thanks-yamazaki.png) center bottom no-repeat; */
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  max-width: 321px;
  position: absolute;
  right: 6.14458%;
  width: 38.6747%;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-thanks-inner::after {
    right: -8px;
    width: 42.66667%;
  }
}

.cp-kingdom2 .c-thanks-textbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: 8%;
  margin-top: 24px;
  width: 49.75904%;
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-thanks-textbox {
    margin-left: 20px;
    margin-top: 8px;
    width: 55.06667%;
  }
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-thanks-textbox {
    margin-left: 5.33333%;
  }
}

.cp-kingdom2 .c-thanks-message {
  -webkit-transform: translate(-7px, 0);
  margin: -10px 0 0;
  min-height: 0%;
  transform: translate(-7px, 0);
}

@media screen and (max-width: 768px) {
  .cp-kingdom2 .c-thanks-message {
    -webkit-transform: translate(-4px, 0);
    margin-top: 6px;
    transform: translate(-4px, 0);
  }
}

.cp-kingdom2 .c-thanks-link {
  background-color: #fff;
  border-radius: 9999px;
  height: 80px;
  margin: 22px 0 0;
  width: 320px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-thanks-link {
    height: 48px;
    margin-top: 10px;
    width: 77.41935%;
  }
}

.cp-kingdom2 .c-thanks-anchor {
  align-items: center;
  background-image: linear-gradient(to bottom, #1e50c1 0%, #100964 100%);
  border-radius: 9999px;
  color: #ffffff;
  display: flex;
  font-size: 22.4px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity .4s 0s ease-out;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-thanks-anchor {
    font-size: 14px;
  }
}

.cp-kingdom2 .c-thanks-anchor::after {
  -webkit-transform: translate(0, -50%);
  /* background: url(/jp/resources/images/products/aircon/pr/kento-yamazaki-2022/nocria-kingdom2/img-arrow-b2t-white.png) center center no-repeat; */
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

@media screen and (max-width: 580px) {
  .cp-kingdom2 .c-thanks-anchor::after {
    height: 7px;
    right: 17px;
    width: 13px;
  }
}

.cp-kingdom2 .c-thanks-anchor:hover {
  opacity: .85;
}

.p-uesaka {
  background-color: #F2B960;
}

.p-uesaka__inner {
  padding-right: 40px;
  padding-left: 40px;
}

.p-uesaka__img {
  width: 30%;
  margin-right: 40px;
  object-position: top;
}

@media screen and (max-width: 580px) {
  .p-uesaka__inner {
    flex-direction: column;
  }

  .p-uesaka__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    max-height: 300px;
  }
}

.cp-kingdom2 .u-iblock {
  display: inline-block;
}

.cp-kingdom2 .u-alignNormal {
  align-items: normal;
}

.u-mt-l {
  margin-top: 120px;
}

.u-mt-m {
  margin-top: 64px;
}

.u-mt-s {
  margin-top: 24px;
}

@media screen and (max-width: 580px) {
  .u-mt-l {
    margin-top: 64px;
  }

  .u-mt-m {
    margin-top: 40px;
  }

  .u-mt-s {
    margin-top: 16px;
  }
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

/*
body {
    background: url(/_devOnly/cp-doorintosummer--pc.png) center 102px no-repeat;
    @media screen and (max-width:580px) {
      background: url(/_devOnly/cp-doorintosummer--sp.jpg) center 86px no-repeat;
    }
  > * {
      opacity: .7;;
  }
}
* {
  outline: 1px dotted red;
}
// */