.modal {
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.modal .closebtn {
  display: block;
  z-index: 10;
  position: absolute;
  top: -50px;
  right: -35px;
  width: 70px;
  cursor: pointer;
}

@media print, screen and (max-width: 959px) {
  .modal .closebtn {
    top: -5.20833vw;
    width: 7.29167vw;
  }
}
@media only screen and (max-width: 480px) {
  .modal .closebtn {
    top: -7.968vw;
    right: -10%;
    width: 12vw;
  }
}
.modal .closebtn img {
  width: 100%;
}

.modal .my-parts span::before,
.modal .my-parts span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 20px;
  height: 2px;
  background: #393939;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .modal .my-parts span::before,
.modal .my-parts span::after {
    left: 4.16667vw;
    width: 2.08333vw;
    height: 0.20833vw;
  }
}
@media only screen and (max-width: 480px) {
  .modal .my-parts span::before,
.modal .my-parts span::after {
    left: 6.66667vw;
    width: 3.667vw;
    height: 0.4vw;
  }
}
.modal .my-parts span::before {
  transform: rotate(-45deg);
}

.modal .my-parts span::after {
  transform: rotate(45deg);
}

.modal .modalbox {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 960px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.modalbox-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modalbox-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open .modalbox.open {
  visibility: visible;
  opacity: 1;
}

.scrollbox {
  position: relative;
  width: 840px;
  height: 340px;
  margin-top: 40px;
  border: 1px solid #ccc;
}

@media print, screen and (max-width: 959px) {
  .scrollbox {
    width: 87.5vw;
    height: 35.41667vw;
    margin-top: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .scrollbox {
    width: 76vw;
    height: 98.66667vw;
    margin-top: 5.33333vw;
  }
}
.scrollbox ul {
  padding: 50px 60px;
}

@media print, screen and (max-width: 959px) {
  .scrollbox ul {
    padding: 5.20833vw 6.25vw;
  }
}
@media only screen and (max-width: 480px) {
  .scrollbox ul {
    padding: 4.66667vw 5.33333vw;
  }
}
.scrollbox li {
  display: flex;
  margin-top: 25px;
}

@media print, screen and (max-width: 959px) {
  .scrollbox li {
    margin-top: 2.60417vw;
  }
}
@media only screen and (max-width: 480px) {
  .scrollbox li {
    margin-top: 4vw;
  }
}
.scrollbox li:first-of-type {
  margin-top: 0;
}

.scrollbox span {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

@media print, screen and (max-width: 959px) {
  .scrollbox span {
    font-size: 1.45833vw;
    line-height: 2.70833vw;
  }
}
@media only screen and (max-width: 480px) {
  .scrollbox span {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}
.scrollbox span:last-of-type {
  margin-left: 5px;
}

@media print, screen and (max-width: 959px) {
  .scrollbox span:last-of-type {
    margin-left: 0.52083vw;
  }
}
@media only screen and (max-width: 480px) {
  .scrollbox span:last-of-type {
    margin-left: 1.33333vw;
  }
}
.page-title {
  width: 421px;
  margin: 0 auto 18px;
}

@media print, screen and (max-width: 959px) {
  .page-title {
    width: 43.85417vw;
    margin-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    margin-top: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-title {
    width: 62vw;
    margin: 3.2vw auto 3.73333vw;
  }
}
.main-visual {
  z-index: 1;
  position: relative;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/main_visual_bg png") repeat-x center top;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .main-visual {
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/main_visual_inner_bg_sp png") no-repeat center bottom;
    background-size: 100% auto;
  }
}
.main-visual__inner {
  height: 460px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/main_visual_inner_bg png") no-repeat center bottom;
  background-size: 100% auto;
}

@media print, screen and (max-width: 959px) {
  .main-visual__inner {
    height: 47.91667vw;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual__inner {
    height: 98.66667vw;
    background: none;
  }
}
.main-visual__big-title {
  padding: 22px 0 20px;
  background: #0099cc;
  text-align: center;
}

@media print, screen and (max-width: 959px) {
  .main-visual__big-title {
    padding: 2.29167vw 0 2.08333vw;
  }
}
.main-visual__big-title img {
  height: 48px;
}

@media print, screen and (max-width: 959px) {
  .main-visual__big-title {
    padding: 2.29167vw 0 2.08333vw;
  }

  .main-visual__big-title img {
    width: auto;
    height: 5vw;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual__big-title {
    padding: 2.66667vw 0;
  }

  .main-visual__big-title img {
    height: 9.33333vw;
  }
}
.main-visual__title {
  width: 44.16667%;
  padding-top: 61px;
  padding-left: 40px;
}

@media print, screen and (max-width: 959px) {
  .main-visual__title {
    width: 44.16667vw;
    padding-top: 6.35417vw;
    padding-left: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual__title {
    width: 63.86667vw;
    margin: auto;
    padding-top: 6.93333vw;
    padding-left: 0;
  }
}
.main-visual__text {
  width: 52.08333%;
  padding-top: 32px;
  padding-left: 40px;
}

@media print, screen and (max-width: 959px) {
  .main-visual__text {
    width: 52.08333vw;
    padding-top: 3.33333vw;
    padding-left: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual__text {
    width: 100%;
    margin: auto;
    padding-top: 4.93333vw;
    padding-left: 0;
  }
}
.spec {
  z-index: 1;
  position: relative;
  padding: 50px 0 210px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/spec_bg png") repeat-x bottom center;
}

@media print, screen and (max-width: 959px) {
  .spec {
    padding: 5.20833vw 0 21.875vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec {
    padding: 5.33333vw 0 36vw;
    background-position: 54% 99.3%;
    background-repeat: no-repeat;
    background-size: auto 27.33333vw;
  }
}
@media only screen and (max-width: 480px) {
  .section-inner {
    position: relative;
  }
}

.spec-block {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .spec-block {
    display: block;
  }
}
.spec-block__detail {
  width: 50%;
  background: #54C3F1;
}

@media only screen and (max-width: 480px) {
  .spec-block__detail {
    width: 100%;
  }
}
.spec-block__image {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .spec-block__image {
    width: 100%;
  }
}

.spec-block__btn {
  width: 587px;
  margin: 45px auto 0;
}
@media only screen and (max-width: 959px) {
  .spec-block__btn {
    margin: 5vw auto 0;
    width: 62%;
  }
}

@media only screen and (max-width: 480px) {
  .spec-block__btn {
    position: absolute;
    top: 69.3vw;
    margin: 0 0 0 6.8vw;
    width: 86%;
  }
}

.spec-block__btn a {
  display: inline-block;
  position: relative;
}

.spec-block__btn a::after {
  z-index: 15;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 11px;
  transform: translateY(-50%);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/icon_arrow_white png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  transition: right 0.2s linear;
}

@media print, screen and (max-width: 959px) {
  .spec-block__btn a::after {
    right: 2.08333vw;
    width: 1.45833vw;
    height: 1.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block__btn a::after {
    content: none;
  }
}
@media print, screen and (min-width: 481px) {
  .spec-block__btn a:hover::after {
    right: 17px;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 959px) {
  .spec-block__btn a:hover::after {
    right: 1.35417vw;
  }
}

.spec-block__image--pichonkun::after {
  z-index: 10;
  position: absolute;
  top: -24px;
  left: 28px;
  width: 51px;
  height: 74px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichonkun_downward png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .spec-block__image--pichonkun::after {
    top: -2.5vw;
    left: 2.91667vw;
    width: 5.3125vw;
    height: 7.70833vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block__image--pichonkun::after {
    content: none;
  }
}
.spec-block__pichonkun {
  position: absolute;
  top: 0;
  left: 0;
}

.spec-block__comment {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

@media print, screen and (max-width: 959px) {
  .spec-block__comment {
    margin-top: 2.5vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block__comment {
    margin-top: 4.13333vw;
  }
}
.spec-block__comment::after {
  z-index: 10;
  position: absolute;
  content: "";
}

.spec-block__comment--pichon-dainoji::after {
  right: -6px;
  bottom: -77px;
  width: 66px;
  height: 97px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichonkun_dainoji png") no-repeat center top;
  background-size: 100% 100%;
}

@media print, screen and (max-width: 959px) {
  .spec-block__comment--pichon-dainoji::after {
    right: -0.625vw;
    bottom: -8.02083vw;
    width: 7.29167vw;
    height: 10.10417vw;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block__comment--pichon-dainoji::after {
    right: 0.53333vw;
    bottom: -6.26667vw;
    width: 12vw;
    height: 17.6vw;
  }
}
.spec-block__comment--pichon-standing::after {
  right: -19px;
  bottom: -68px;
  width: 70px;
  height: 105px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichonkun_standing png") no-repeat center top;
  background-size: 100% 100%;
}

@media print, screen and (max-width: 959px) {
  .spec-block__comment--pichon-standing::after {
    right: -1.97917vw;
    bottom: -7.08333vw;
    width: 7.29167vw;
    height: 10.9375vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block__comment--pichon-standing::after {
    right: 2vw;
    bottom: -8.8vw;
    width: 12.4vw;
    height: 18.4vw;
  }
}
.spec-block--umeda .spec-block__detail {
  padding: 38px 60px 33px;
}

@media print, screen and (max-width: 959px) {
  .spec-block--umeda .spec-block__detail {
    padding: 3.95833vw 6.25vw 3.125vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block--umeda .spec-block__detail {
    padding: 5.33333vw 4vw 10vw;
  }
}
.spec-block--umeda .spec-block__title {
  width: 267px;
}

@media print, screen and (max-width: 959px) {
  .spec-block--umeda .spec-block__title {
    width: 27.8125vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block--umeda .spec-block__title {
    width: 78.53333vw;
    margin: auto;
  }
}
.spec-block--shinosaka {
  flex-direction: row-reverse;
  margin-top: 54px;
}

@media print, screen and (max-width: 959px) {
  .spec-block--shinosaka {
    margin-top: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block--shinosaka {
    margin-top: 5.33333vw;
  }
}
.spec-block--shinosaka .spec-block__detail {
  padding: 39px 60px 36px;
}

@media print, screen and (max-width: 959px) {
  .spec-block--shinosaka .spec-block__detail {
    padding: 4.0625vw 6.25vw 3.4375vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block--shinosaka .spec-block__detail {
    padding: 5.33333vw 4vw 6vw;
  }
}
.spec-block--shinosaka .spec-block__title {
  width: 335px;
}

@media print, screen and (max-width: 959px) {
  .spec-block--shinosaka .spec-block__title {
    width: 34.89583vw;
  }
}
@media only screen and (max-width: 480px) {
  .spec-block--shinosaka .spec-block__title {
    width: 85.06667vw;
    margin: auto;
  }
}
.air__title {
  padding: 22px 0 20px;
  background: #0099cc;
  text-align: center;
}

@media print, screen and (max-width: 959px) {
  .air__title {
    padding: 2.29167vw 0 2.08333vw;
  }
}
.air__title img {
  height: 48px;
}

@media print, screen and (max-width: 959px) {
  .air__title {
    padding: 2.29167vw 0 2.08333vw;
  }

  .air__title img {
    width: auto;
    height: 5vw;
  }
}
@media only screen and (max-width: 480px) {
  .air__title {
    padding: 2.8vw 0 2.66667vw;
  }

  .air__title img {
    height: 9.2vw;
  }
}
.air__main {
  position: relative;
  padding: 40px 0;
  background-color: #54C3F1;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg gif");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 959px) {
  .air__main {
    padding: 4.16667vw 0 6.25vw;
    background-color: #fff;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg_sp01 gif"), url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg_sp02 gif");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 480px) {
  .air__main {
    padding: 5.33333vw 0 11.66667vw;
  }
}
.air__inner {
  padding: 40px;
  border: 3px solid #0099cc;
  border-radius: 20px;
  background: #fff;
}

@media print, screen and (max-width: 959px) {
  .air__inner {
    padding: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .air__inner {
    padding: 5.33333vw 6vw 8vw;
    border-radius: 10px;
  }
}
.air-color {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .air-color {
    display: block;
  }
}
.air-color__detail {
  width: 49.31818%;
}

@media only screen and (max-width: 480px) {
  .air-color__detail {
    width: 100%;
  }
}
.air-color__text {
  color: #0099cc;
  font-size: 15px;
  line-height: 1.66667;
}

@media only screen and (max-width: 768px) {
  .air-color__text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .air-color__text {
    font-size: 12px;
    line-height: 1.25;
  }
}
.air-color__text + .air-color__text {
  margin-top: 20px;
}

@media print, screen and (max-width: 959px) {
  .air-color__text + .air-color__text {
    margin-top: 2.08333vw;
  }
}
@media only screen and (max-width: 480px) {
  .air-color__text + .air-color__text {
    margin-top: 5.33333vw;
  }
}
.air-color__detail-image {
  margin-top: 25px;
}

@media print, screen and (max-width: 959px) {
  .air-color__detail-image {
    margin-top: 2.60417vw;
  }
}
@media only screen and (max-width: 480px) {
  .air-color__detail-image {
    margin-top: 7.33333vw;
  }
}
.air-color__image {
  width: 47.72727%;
}

@media only screen and (max-width: 480px) {
  .air-color__image {
    width: 100%;
    margin-top: 1.33333vw;
  }
}
.air-information {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 3px dotted #0090ba;
}

@media print, screen and (max-width: 959px) {
  .air-information {
    margin-top: 5.20833vw;
    padding-top: 5.20833vw;
  }
}
@media print, screen and (max-width: 959px) {
  .air-information {
    margin-top: 8vw;
    padding-top: 8.66667vw;
    border-top: 2px dotted #0090ba;
  }
}
.air-information__title {
  width: 394px;
  margin: auto;
}

@media print, screen and (max-width: 959px) {
  .air-information__title {
    width: 41.04167vw;
  }
}
@media only screen and (max-width: 480px) {
  .air-information__title {
    width: 70.13333vw;
  }
}
.air-information__main {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media print, screen and (max-width: 959px) {
  .air-information__main {
    margin-top: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .air-information__main {
    display: block;
    margin-top: 6.66667vw;
  }
}
.air-information__detail {
  width: 36.36364%;
}

@media only screen and (max-width: 480px) {
  .air-information__detail {
    width: 100%;
  }
}
.air-information__text {
  color: #0099cc;
  font-size: 15px;
  line-height: 1.66667;
}

@media only screen and (max-width: 768px) {
  .air-information__text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .air-information__text {
    font-size: 12px;
    line-height: 1.25;
  }
}
.air-information__text + .air-information__text {
  margin-top: 20px;
}

@media print, screen and (max-width: 959px) {
  .air-information__text + .air-information__text {
    margin-top: 2.08333vw;
  }
}
@media only screen and (max-width: 480px) {
  .air-information__text + .air-information__text {
    margin-top: 5.33333vw;
  }
}
.air-information__notes {
  margin-top: 30px;
  margin-left: 1em;
  color: #0099cc;
  font-size: 14px;
  line-height: 1.71429;
  text-indent: -1em;
}

@media print, screen and (max-width: 959px) {
  .air-information__notes {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .air-information__notes {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .air-information__notes {
    margin-top: 4.66667vw;
    font-size: 12px;
    line-height: 1.25;
  }
}
.air-information__image {
  position: relative;
  width: 59.09091%;
}

@media only screen and (max-width: 480px) {
  .air-information__image {
    width: 100%;
    margin-top: 12vw;
  }
}
.air-information__image::after {
  position: absolute;
  top: -73px;
  right: 13px;
  width: 73px;
  height: 81px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichonkun_superman png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .air-information__image::after {
    top: -7.60417vw;
    right: 1.35417vw;
    width: 7.60417vw;
    height: 8.4375vw;
  }
}
@media only screen and (max-width: 480px) {
  .air-information__image::after {
    top: -10.93333vw;
    right: 2.4vw;
    width: 13.06667vw;
    height: 14.53333vw;
  }
}
.air__btn {
  width: 587px;
  margin: 47px auto 0;
}
@media only screen and (max-width: 959px) {
  .air__btn {
    margin: 5vw auto 0;
    width: 62%;
  }
}

@media print, screen and (max-width: 480px) {
  .air__btn {
    margin-top: 5.8vw;
    width: 80%;
  }
}

.air__btn a {
  display: inline-block;
  position: relative;
}

.air__btn a::after {
  z-index: 15;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 11px;
  transform: translateY(-50%);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/icon_arrow_white png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  transition: right 0.2s linear;
}

@media print, screen and (max-width: 959px) {
  .air__btn a::after {
    right: 2.08333vw;
    width: 1.45833vw;
    height: 1.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .air__btn a::after {
    content: none;
  }
}
@media print, screen and (min-width: 481px) {
  .air__btn a:hover::after {
    right: 17px;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 959px) {
  .air__btn a:hover::after {
    right: 1.35417vw;
  }
}

.movie__title {
  padding: 22px 0 20px;
  background: #0099cc;
  text-align: center;
}

.movie__title img {
  height: 48px;
}

@media print, screen and (max-width: 959px) {
  .movie__title {
    padding: 2.29167vw 0 2.08333vw;
  }

  .movie__title img {
    width: auto;
    height: 5vw;
  }
}
@media only screen and (max-width: 480px) {
  .movie__title {
    padding: 2.8vw 0 2.66667vw;
  }

  .movie__title img {
    height: 9.2vw;
  }
}
.movie__main {
  position: relative;
  padding: 100px 0;
  transform: scaleX(-1);
  background-color: #54C3F1;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg gif");
  background-position: calc(50% - 400px) top;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 959px) {
  .movie__main {
    padding: 10.41667vw 0;
    transform: scaleY(-1);
    background-color: #fff;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg_sp02 gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 480px) {
  .movie__main {
    padding: 9.33333vw 0 10.66667vw;
    transform: scaleY(-1);
    background-color: #fff;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg_sp01 gif"), url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/9colors/images/air_bg_sp02 gif");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.movie__inner {
  display: flex;
  justify-content: space-between;
  transform: scaleX(-1);
}

@media print, screen and (max-width: 959px) {
  .movie__inner {
    transform: scaleY(-1);
  }
}
@media only screen and (max-width: 480px) {
  .movie__inner {
    display: block;
    transform: scaleY(-1);
  }
}
.movie-block {
  position: relative;
  width: 47.91667%;
}

@media only screen and (max-width: 480px) {
  .movie-block {
    width: 100%;
  }
}
.movie-block__title {
  margin: auto;
}

.movie-block__thumb {
  margin: 17px auto 0;
}

@media print, screen and (max-width: 959px) {
  .movie-block__thumb {
    margin-top: 1.77083vw;
  }
}
@media only screen and (max-width: 480px) {
  .movie-block__thumb {
    margin-top: 5.33333vw;
  }
}
.movie-block--flow .movie-block__title {
  width: 278px;
}

@media print, screen and (max-width: 959px) {
  .movie-block--flow .movie-block__title {
    width: 28.95833vw;
  }
}
@media only screen and (max-width: 480px) {
  .movie-block--flow .movie-block__title {
    width: 52.4vw;
  }
}
.movie-block--flow::before {
  position: absolute;
  top: -62px;
  left: 0;
  width: 52px;
  height: 75px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichonkun_downward png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .movie-block--flow::before {
    top: -6.45833vw;
    left: 0;
    width: 5.41667vw;
    height: 7.8125vw;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 480px) {
  .movie-block--flow::before {
    top: -5.73333vw;
    left: 5.33333vw;
    width: 8.8vw;
    height: 12.53333vw;
  }
}
@media only screen and (max-width: 480px) {
  .movie-block--birth {
    margin-top: 9.33333vw;
  }
}
.movie-block--birth .movie-block__title {
  width: 244px;
}

@media print, screen and (max-width: 959px) {
  .movie-block--birth .movie-block__title {
    width: 25.41667vw;
  }
}
@media only screen and (max-width: 480px) {
  .movie-block--birth .movie-block__title {
    width: 46vw;
  }
}
.movie-block--birth::before {
  position: absolute;
  top: -72px;
  right: 8px;
  width: 51px;
  height: 72px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichonkun_fly png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .movie-block--birth::before {
    top: -7.5vw;
    right: 0.83333vw;
    width: 5.41667vw;
    height: 7.8125vw;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 480px) {
  .movie-block--birth::before {
    top: -5.2vw;
    right: 8.26667vw;
    width: 8.66667vw;
    height: 12.13333vw;
  }
}
/*# sourceMappingURL=../../../../css-map/9colors/css/index.css.map */
