@keyframes line_to_left {
  0% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  51% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  to {
    transform: scaleY(1);
    transform-origin: top center;
  }
}
@keyframes pichon-up {
  0% {
    z-index: 1;
    transform: translateY(30px);
  }
  50% {
    z-index: 1;
    transform: translateY(-8px);
  }
  100% {
    z-index: 15;
    transform: translateY(0);
  }
}
@keyframes pichon-down {
  0% {
    z-index: 15;
    transform: translateY(0);
  }
  50% {
    z-index: 1;
    transform: translateY(-8px);
  }
  100% {
    z-index: 1;
    transform: translateY(30px);
  }
}
@keyframes pichon-standup {
  0% {
    z-index: 1;
    transform: translateY(30px);
  }
  50% {
    z-index: 1;
    transform: translateY(-8px);
  }
  100% {
    z-index: 1;
    transform: translateY(0);
  }
}
@keyframes pichon-standdown {
  0% {
    z-index: 1;
    transform: translateY(0);
  }
  50% {
    z-index: 1;
    transform: translateY(-8px);
  }
  100% {
    z-index: 1;
    transform: translateY(30px);
  }
}
@keyframes pichon-wakeup {
  0% {
    z-index: 1;
    transform: translate(25px, 50px) rotate(45deg);
  }
  85% {
    z-index: 15;
    transform: translate(0, -10px) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes pichon-side {
  0% {
    z-index: 1;
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    z-index: 15;
    transform: translate(0, -10px) rotate(5deg);
  }
  100% {
    z-index: 1;
    transform: translate(25px, 50px) rotate(45deg);
  }
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  direction: ltr;
  text-rendering: optimizeLegibility;
}

html.navopen .pichon-nav-wrap {
  z-index: 1;
  position: relative;
}

body.g-page-search .pichon-nav-wrap {
  z-index: 1;
  position: relative;
}

body::before {
  visibility: hidden;
  z-index: 30;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%) scale(0.5);
  border-radius: 50%;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/menu-silhouette svg") no-repeat center;
  content: "";
  opacity: 0;
  transition: transform 0.6s linear, visibility 0.3s linear, opacity 0.3s;
}

body.scrollstop::before {
  visibility: visible;
  transform: translate(-50%, -50%) scale(15);
  opacity: 0.96;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

.g-breadcrumbs-p {
  margin-bottom: 10px;
}

.pichonkun-wrap {
  z-index: 1;
  position: relative;
  margin: 0 -15px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .pichonkun-wrap {
    margin-top: -20px;
  }
}
.pichonkun-wrap img {
  max-width: 100%;
}

@media print, screen and (max-width: 959px) {
  .pichonkun-wrap img {
    width: 100%;
  }
}
.section-inner {
  z-index: 20;
  position: relative;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .section-inner {
    width: 92%;
  }
}
/*
NAV
===================================================== */
.pichon-nav-wrap {
  height: 46px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav-wrap {
    height: 4.79167vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav-wrap {
    height: 10.66667vw;
  }
}
.pichon-nav-wrap img {
  vertical-align: baseline;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav-wrap img {
    width: 100%;
  }
}
.pichon-nav {
  z-index: 60;
  position: relative;
  top: 0;
  left: 0;
  height: 46px;
  background-color: #0099cc;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav {
    height: 4.79167vw;
    min-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav {
    height: 11.2vw;
  }
}
.pichon-nav.scroll-change-state {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.pichon-nav .nav-open {
  display: block;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: auto;
  padding-right: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-open {
    padding-right: 6.25vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav .nav-open {
    right: 4%;
    padding-right: 8vw;
  }
}
.pichon-nav .nav-open.none {
  visibility: hidden;
  opacity: 0;
}

.pichon-nav .nav-open img {
  vertical-align: middle;
}

.pichon-nav .nav-open .nav-open_sp-words {
  color: #fff;
  font-size: 3.2vw;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-open .nav-open_pc-words {
    width: 3.95833vw;
    min-width: 33px;
  }
}
.pichon-nav .nav-open .nav-open_line {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 4px;
  margin: auto;
  background: #fff;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-open .nav-open_line {
    width: 3.75vw;
    min-width: 25px;
    height: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav .nav-open .nav-open_line {
    width: 4.8vw;
    min-width: 25px;
    height: 0.53333vw;
  }
}
.pichon-nav .nav-open .nav-open_line:before, .pichon-nav .nav-open .nav-open_line:after {
  display: block;
  position: absolute;
  right: 0;
  width: 36px;
  height: 4px;
  margin: 0 auto;
  background: #fff;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-open .nav-open_line:before, .pichon-nav .nav-open .nav-open_line:after {
    width: 3.75vw;
    min-width: 25px;
    height: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav .nav-open .nav-open_line:before, .pichon-nav .nav-open .nav-open_line:after {
    width: 4.8vw;
    min-width: 25px;
    height: 0.53333vw;
  }
}
.pichon-nav .nav-open .nav-open_line:before {
  top: -10px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-open .nav-open_line:before {
    top: -1.04167vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav .nav-open .nav-open_line:before {
    top: -1.33333vw;
  }
}
.pichon-nav .nav-open .nav-open_line:after {
  bottom: -10px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-open .nav-open_line:after {
    bottom: -1.04167vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav .nav-open .nav-open_line:after {
    bottom: -1.33333vw;
  }
}
.pichon-nav .nav-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  cursor: pointer;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}

.pichon-nav .nav-close.none {
  visibility: hidden;
  opacity: 0;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav .nav-close {
    width: 7.29167vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav .nav-close {
    top: 0;
    right: -4%;
    width: 14.66667vw;
  }
}
.pichon-nav .nav-close img {
  z-index: 10;
  position: relative;
  width: 100%;
}

.pichon-nav .nav-close::before {
  z-index: 5;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 39px;
  height: 62px;
  margin-left: -20px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/pichon-nav_stand png") no-repeat center top;
  background-size: 100% 100%;
  animation: pichon-standdown 0.4s normal forwards;
  content: "";
}

@media only screen and (max-width: 480px) {
  .pichon-nav .nav-close::before {
    top: -16.66667vw;
    width: 8.13333vw;
    height: 13.06667vw;
    margin-left: -4vw;
  }
}
.pichon-nav .nav-close:hover::before {
  animation: pichon-standup 0.4s normal forwards;
}

@media only screen and (max-width: 480px) {
  .pichon-nav .nav-close:hover::before {
    animation: none;
  }
}
.pichon-nav .nav-close img {
  position: relative;
}

.pichon-nav_inner {
  position: relative;
  width: calc(100% - 30px);
  max-width: 960px;
  height: 46px;
  margin: auto;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav_inner {
    height: 4.79167vw;
    min-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav_inner {
    width: 100%;
    height: 11.2vw;
  }
}
.pichon-nav .pichon-nav-menuWrap {
  visibility: hidden;
  position: fixed;
  top: 45%;
  left: 50%;
  width: calc(100% - 60px);
  max-width: 960px;
  margin: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: top 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
}

@media only screen and (max-width: 480px) {
  .pichon-nav .pichon-nav-menuWrap {
    width: 85.33333%;
  }
}
.pichon-nav .pichon-nav-menuWrap.on {
  visibility: visible;
  top: 50%;
  opacity: 1;
}

.pichon-nav .pichon-nav-menuWrap a {
  color: #fff !important;
}

.pichon-nav__main {
  display: flex;
  margin-top: 75px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__main {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__main {
    display: block;
    margin-top: 7.33333vw;
  }
}
.pichon-nav__title {
  width: 300px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__title {
    width: 31.25vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__title {
    width: 48.93333vw;
  }
}
.pichon-nav__title img {
  width: 100%;
}

.pichon-nav__list--big {
  width: 580px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__list--big {
    width: 60.41667%;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--big {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--big .pichon-nav__item a {
    padding-right: 6.66667vw;
  }
}
.pichon-nav__list--big .pichon-nav__item + .pichon-nav__item {
  margin-top: 45px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__list--big .pichon-nav__item + .pichon-nav__item {
    margin-top: 4.6875vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--big .pichon-nav__item + .pichon-nav__item {
    margin-top: 7.33333vw;
    margin-top: 5.33333vw;
  }
}
.pichon-nav__list--small {
  width: 380px;
  padding-left: 95px;
  border-left: 3px dotted #fff;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__list--small {
    width: 39.58333%;
    padding-left: 9.89583%;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 8vw;
    margin-top: 5.33333vw;
    padding-top: 6vw;
    padding-left: 0;
    border-top: 2px dotted #fff;
    border-left: none;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--small .pichon-nav__item {
    width: 49.68254%;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--small .pichon-nav__item a {
    padding-right: 5.33333vw;
  }
}
.pichon-nav__list--small .pichon-nav__item + .pichon-nav__item {
  margin-top: 32px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__list--small .pichon-nav__item + .pichon-nav__item {
    margin-top: 3.33333vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--small .pichon-nav__item + .pichon-nav__item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--small .pichon-nav__item:nth-child(n+3) {
    margin-top: 4.66667vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__list--small .pichon-nav__item:nth-child(even) {
    padding-left: 4vw;
  }
}
.pichon-nav__item a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item a {
    padding-right: 3.125vw;
  }
}
.pichon-nav__item a::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 19px;
  height: 15px;
  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.3s ease-in-out;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item a::after {
    width: 1.97917vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item a::after {
    width: 3.2vw;
    height: 2.53333vw;
  }
}
@media print, screen and (min-width: 481px) {
  .pichon-nav__item a:hover::after {
    right: -8px;
  }
}
.pichon-nav__item--top img {
  width: 271px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--top img {
    width: 28.22917vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--top img {
    width: 43.73333vw;
  }
}
.pichon-nav__item--news img {
  width: 99px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--news img {
    width: 10.3125vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--news img {
    width: 16.4vw;
  }
}
.pichon-nav__item--profile img {
  width: 211px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--profile img {
    width: 21.97917vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--profile img {
    width: 34.13333vw;
  }
}
.pichon-nav__item--daipichonkun img {
  width: 316px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--daipichonkun img {
    width: 32.91667vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--daipichonkun img {
    width: 51.2vw;
  }
}
.pichon-nav__item--download img {
  width: 121px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--download img {
    width: 12.60417vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--download img {
    width: 19.86667vw;
  }
}
.pichon-nav__item--humidity img {
  width: 172px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--humidity img {
    width: 17.91667vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--humidity img {
    width: 33.33333vw;
  }
}
.pichon-nav__item--school img {
  width: 88px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--school img {
    width: 9.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--school img {
    width: 16.93333vw;
  }
}
.pichon-nav__item--calendar img {
  width: 184px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--calendar img {
    width: 19.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--calendar img {
    width: 35.33333vw;
  }
}
.pichon-nav__item--cm img {
  width: 107px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--cm img {
    width: 11.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--cm img {
    width: 20.66667vw;
  }
}
.pichon-nav__item--product img {
  width: 167px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--product img {
    width: 17.39583vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--product img {
    width: 32vw;
  }
}
.pichon-nav__item--launch img {
  width: 154px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--launch img {
    width: 16.04167vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--launch img {
    width: 29.86667vw;
  }
}
.pichon-nav__item--club img {
  width: 108px;
}

@media print, screen and (max-width: 959px) {
  .pichon-nav__item--club img {
    width: 11.25vw;
  }
}
@media only screen and (max-width: 480px) {
  .pichon-nav__item--club img {
    width: 20.8vw;
  }
}
.sns {
  padding: 15px 0;
  background: #000;
}

@media print, screen and (max-width: 959px) {
  .sns {
    padding: 1.5625vw 0;
  }
}
@media only screen and (max-width: 480px) {
  .sns {
    padding: 4vw 0;
  }
}
.sns__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns__pichon {
  width: 123px;
}

@media print, screen and (max-width: 959px) {
  .sns__pichon {
    width: 12.8125vw;
  }
}
@media only screen and (max-width: 480px) {
  .sns__pichon {
    width: 24.93333vw;
  }
}
.sns__list {
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
}

@media print, screen and (max-width: 959px) {
  .sns__list {
    width: 11.875vw;
    margin-left: 2.60417vw;
  }
}
@media only screen and (max-width: 480px) {
  .sns__list {
    width: 23.46667vw;
    margin-left: 4.66667vw;
  }
}
.sns__item {
  position: relative;
  width: 47px;
}

@media print, screen and (max-width: 959px) {
  .sns__item {
    width: 4.89583vw;
  }
}
@media only screen and (max-width: 480px) {
  .sns__item {
    width: 10.13333vw;
  }
}
.sns__item img {
  z-index: 10;
  position: relative;
}

.sns__item a {
  display: inline-block;
  position: relative;
}

.sns__item a::before {
  position: absolute;
  content: "";
}

@media only screen and (max-width: 480px) {
  .sns__item a::before {
    content: none;
  }
}
.sns__item a.pichon-stand::before {
  z-index: 5;
  top: -5px;
  right: 4px;
  width: 39px;
  height: 62px;
  transform: scale(0.5);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_stand png") no-repeat center top;
  background-size: 100% 100%;
  transition: top 0.3s, transform 0.3s;
}

@media print, screen and (max-width: 959px) {
  .sns__item a.pichon-stand::before {
    top: -0.52083vw;
    right: 0.3125vw;
    width: 4.0625vw;
    height: 6.45833vw;
  }
}
@media print, screen and (min-width: 481px) {
  .sns__item a.pichon-stand:hover::before {
    top: -44px;
    transform: scale(1);
  }
}
@media print, screen and (min-width: 481px) and (max-width: 959px) {
  .sns__item a.pichon-stand:hover::before {
    top: -4.58333vw;
  }
}
.sns__item a.pichon-pose::before {
  z-index: 5;
  top: -5px;
  right: 0;
  width: 45px;
  height: 45px;
  transform: scale(0.6);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_pose png") no-repeat center top;
  background-size: 100% 100%;
  transition: right 0.3s, transform 0.3s;
}

@media print, screen and (max-width: 959px) {
  .sns__item a.pichon-pose::before {
    top: -0.52083vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media print, screen and (min-width: 481px) {
  .sns__item a.pichon-pose:hover::before {
    right: -39px;
    transform: scale(1);
  }
}
@media print, screen and (min-width: 481px) and (max-width: 959px) {
  .sns__item a.pichon-pose:hover::before {
    right: -4.0625vw;
  }
}
.sns__item + .sns__item {
  margin-left: 20px;
}
/*# sourceMappingURL=../../../css-map/css/common.css.map */
