@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);
  }
}
html.navopen .information {
  z-index: 1;
  position: relative;
}

.main-visual-center {
  width: 100%;
  overflow: hidden;
}

.main-visual {
  z-index: 1;
  position: relative;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/mainvisual_bg02 jpg") no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .main-visual {
    overflow: hidden;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/mainvisual_bg02_sp jpg") no-repeat top center;
    background-size: cover;
  }
}
.main-visual img {
  width: 100%;
}

.main-visual__main {
  padding-top: 40px;
  padding-bottom: 120px; }

@media print, screen and (max-width: 959px) {
  .main-visual__main {
    padding-top: 9.6875vw;
    padding-bottom: 6.64vw; } }

@media only screen and (max-width: 480px) {
  .main-visual__main {
    padding-top: 9.33333vw;
    padding-bottom: 22.734vw; } }

.main-visual__title {
  margin-top: -105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -100px;
  width: 100%; }

@media print, screen and (max-width: 959px) {
  .main-visual__title {
    margin-top: -10.41667vw;
    margin-left: -10.41667vw; } }

@media print, screen and (max-width: 480px) {
  .main-visual__title {
    width: 121.06667vw;
    margin-top: -15.41667vw;
    margin-left: -15.41667vw; } }

.main-visual__letter {
  opacity: 0; }

.main-visual__letter--01 {
  width: 43.95833%; }

@media print, screen and (max-width: 959px) {
  .main-visual__letter--01 {
    width: 43.95833vw; } }

@media only screen and (max-width: 480px) {
  .main-visual__letter--01 {
    width: 64.13333vw; } }

.main-visual__letter--02 {
  width: 12.60417%; }

@media print, screen and (max-width: 959px) {
  .main-visual__letter--02 {
    width: 12.60417vw; } }

@media only screen and (max-width: 480px) {
  .main-visual__letter--02 {
    width: 18.4vw; } }

.main-visual__letter--03 {
  width: 26.35417%; }

@media print, screen and (max-width: 959px) {
  .main-visual__letter--03 {
    width: 26.35417vw; } }

@media only screen and (max-width: 480px) {
  .main-visual__letter--03 {
    width: 38.4vw; } }

.main-visual__text {
  width: 575px;
  margin-top: -148px;
  margin-left: 6px;
  opacity: 0; }

@media print, screen and (max-width: 959px) {
  .main-visual__text {
    width: 59.89583vw;
    margin-top: -15.41667vw;
    margin-left: 0.625vw; } }

@media only screen and (max-width: 480px) {
  .main-visual__text {
    width: 60.93333vw;
    margin-top: -10.025vw;
    margin-left: -4.7vw; } }


    .main-visual__pichon {
      position: absolute;
      opacity: 0; }

    .main-visual .pichon01, .main-visual .pichon02, .main-visual .pichon03 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

    .main-visual__pichon--01 {
      z-index: 5;
      top: -26px;
      right: 50%;
      margin-right: -220px; }
      .main-visual__pichon--01.floating {
        -webkit-animation: fuwafuwa 4.8s infinite ease-in-out alternate;
        animation: fuwafuwa 4.8s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--01 {
        top: -2.70833vw;
        width: 12.8125vw;
        margin-right: -22.91667vw; } }

    @media only screen and (max-width: 768px) {
      .main-visual__pichon--01 {
        top: 0; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--01 {
        top: 1.6vw;
        right: -1.33333vw;
        width: 15.46667vw;
        margin-right: 0; } }

    .main-visual__pichon--02 {
      bottom: -23px;
      left: 0; }
      .main-visual__pichon--02.floating {
        -webkit-animation: fuwafuwa 4s infinite ease-in-out alternate;
        animation: fuwafuwa 4s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--02 {
        bottom: -2.39583vw;
        width: 11.97917vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--02 {
        bottom: 49.33333vw;
        left: -2.66667vw;
        width: 15.33333vw; } }

    .main-visual__pichon--03 {
      top: 133px;
      right: -161px; }
      .main-visual__pichon--03.floating {
        -webkit-animation: fuwafuwa2 4.5s infinite ease-in-out alternate;
        animation: fuwafuwa2 4.5s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--03 {
        top: 13.85417vw;
        right: -16.77083vw;
        width: 11.45833vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--03 {
        top: auto;
        right: auto;
        bottom: 0;
        left: 9.06667vw;
        width: 18.13333vw; } }

    .main-visual__pichon--04 {
      top: 94px;
      left: -138px; }
      .main-visual__pichon--04.floating {
        -webkit-animation: fuwafuwa3 4s infinite ease-in-out alternate;
        animation: fuwafuwa3 4s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--04 {
        top: 4.79167vw;
        left: -1.625vw;
        width: 9.27083vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--04 {
        display: none; } }

    .main-visual__pichon--05 {
      top: 303px;
      left: -5px; }
      .main-visual__pichon--05.floating {
        -webkit-animation: fuwafuwa 4.2s infinite ease-in-out alternate;
        animation: fuwafuwa 4.2s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--05 {
        top: 37.5625vw;
        left: 15.47917vw;
        width: 9.6875vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--05 {
        display: none; } }

    .main-visual__pichon--06 {
      right: 380px;
      bottom: 0; }
      .main-visual__pichon--06.floating {
        -webkit-animation: yurayura 3s infinite ease-in-out alternate;
        animation: yurayura 3s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--06 {
        right: -39.58333vw;
        width: 9.58333vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--06 {
        display: none; } }

    .main-visual__pichon--big {
      z-index: 15;
      top: 33px;
      right: -28px;
      bottom: auto;
      width: 37.5%;
      max-width: 360px; }
      .main-visual__pichon--big.floating {
        -webkit-animation: fuwafuwabig 3.5s infinite ease-in-out alternate;
        animation: fuwafuwabig 3.5s infinite ease-in-out alternate; }

    @media print, screen and (max-width: 959px) {
      .main-visual__pichon--big {
        top: 3.4375vw;
        right: -6.25vw;
        width: 37.5vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__pichon--big {
        top: 33.33333vw;
        right: -10.66667vw;
        width: 48vw; } }

    .main-visual__scroll {
      z-index: 20;
      position: absolute;
      right: -6px;
      bottom: 50px;
      padding-top: 25px; }
      .main-visual__scroll span {
        display: block; }
      .main-visual__scroll .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 26px;
        height: 109px; }
      .main-visual__scroll .arrow {
        z-index: 1;
        position: absolute;
        top: 135px;
        left: 50%;
        width: 1px;
        height: 25px;
        background: #fff;
        -webkit-animation: line_to_left 2.5s cubic-bezier(0.4, 0.435, 0.315, 0.9) infinite;
        animation: line_to_left 2.5s cubic-bezier(0.4, 0.435, 0.315, 0.9) infinite; }
        .main-visual__scroll .arrow::after {
          position: absolute;
          bottom: 0;
          left: -2px;
          width: 1px;
          height: 6px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #fff;
          content: ""; }

    @media print, screen and (max-width: 959px) {
      .main-visual__scroll {
        bottom: 6.25vw;
        padding-top: 2.60417vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__scroll {
        right: auto;
        bottom: 12vw;
        left: 50%;
        width: 21.33333vw;
        padding-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

    @media print, screen and (max-width: 959px) {
      .main-visual__scroll .text {
        width: 2.5vw;
        height: 11.35417vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__scroll .text {
        width: 100%;
        height: 2.26667vw;
        background: no-repeat; }
        .main-visual__scroll .text img {
          width: 100%;
          height: 100%; } }

    @media print, screen and (max-width: 959px) {
      .main-visual__scroll .arrow {
        height: 2.604vw;
        top: 14vw; } }

    @media only screen and (max-width: 480px) {
      .main-visual__scroll .arrow {
        top: 5.33333vw;
        height: 8vw;
        -webkit-animation: line_to_left 3s cubic-bezier(0.4, 0.435, 0.315, 0.9) infinite;
        animation: line_to_left 3s cubic-bezier(0.4, 0.435, 0.315, 0.9) infinite; } }

.information {
  padding: 25px 0;
  background: #000;
}

@media print, screen and (max-width: 959px) {
  .information {
    padding: 2.60417vw 0;
  }
}
@media only screen and (max-width: 480px) {
  .information {
    padding: 6.66667vw 0;
  }
}
.information__inner {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .information__inner {
    display: block;
  }
}
.news {
  width: 56.25%;
}

@media only screen and (max-width: 600px) {
  .news {
    width: 100%;
  }
}
.news__title {
  width: 75px;
  margin: auto;
}

@media print, screen and (max-width: 959px) {
  .news__title {
    width: 7.8125vw;
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .news__title {
    width: 13.73333vw;
    min-width: 1%;
  }
}
.news__title img {
  width: 100%;
}

.news__list {
  width: 100%;
  margin-top: 25px;
}

@media print, screen and (max-width: 959px) {
  .news__list {
    margin-top: 2.60417vw;
  }
}
@media only screen and (max-width: 480px) {
  .news__list {
    margin-top: 4vw;
  }
}
.news__more-btn {
  position: relative;
  width: 184px;
  margin: 35px auto 0;
}

@media print, screen and (max-width: 959px) {
  .news__more-btn {
    width: 19.16667vw;
    margin-top: 3.64583vw;
  }
}
@media only screen and (max-width: 480px) {
  .news__more-btn {
    width: 53.33333vw;
    margin-top: 5.33333vw;
  }
}
.news__more-btn img {
  z-index: 15;
  position: relative;
}

.news__more-btn a {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .news__more-btn a {
    display: block;
    width: 100%;
  }
}
.news__more-btn a::before {
  z-index: 5;
  position: absolute;
  top: 5px;
  right: -10px;
  width: 45px;
  height: 45px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_pose jpg") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  transition: right 0.3s cubic-bezier(0.83, 0.08, 0.08, 0.8);
}

@media print, screen and (max-width: 959px) {
  .news__more-btn a::before {
    right: -1.04167vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media only screen and (max-width: 480px) {
  .news__more-btn a::before {
    content: none;
  }
}
.news__more-btn a .btn_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}

@media print, screen and (min-width: 481px) {
  .news__more-btn a:hover .btn_on {
    opacity: 1;
  }

  .news__more-btn a:hover::before {
    right: -35px;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 959px) {
  .news__more-btn a:hover::before {
    right: -3.64583vw;
  }
}
.news-item {
  line-height: 1.4;
}

.news-item + .news-item {
  margin-top: 20px;
}

@media print, screen and (max-width: 959px) {
  .news-item + .news-item {
    margin-top: 2.08333vw;
  }
}
@media only screen and (max-width: 480px) {
  .news-item + .news-item {
    margin-top: 4.66667vw;
  }
}
.news-item__detail {
  display: flex;
  align-items: center;
  width: 100%;
}

.news-item__date {
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .news-item__date {
    margin-right: 1.5625vw;
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .news-item__date {
    margin-right: 2.66667vw;
    font-size: 12px;
  }
}
.news-item__category {
  display: flex;
  align-items: center;
  width: 50px;
}

@media print, screen and (max-width: 959px) {
  .news-item__category {
    width: 5.20833vw;
  }
}
@media only screen and (max-width: 480px) {
  .news-item__category {
    width: 11.46667vw;
  }
}
.news-item__category img {
  width: 100%;
  height: auto;
}

.news-item__title {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

@media print, screen and (max-width: 959px) {
  .news-item__title {
    margin-top: 1.04167vw;
    padding-top: 1.04167vw;
  }
}
@media only screen and (max-width: 768px) {
  .news-item__title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .news-item__title {
    margin-top: 2vw;
    padding-top: 2vw;
    font-size: 12px;
  }
}
.news-item__title a {
  color: #fff;
}

.twitter {
  width: 39.58333%;
  padding: 20px 20px 0;
  border: 3px solid #54C3F1;
  border-radius: 10px;
  background: #fff;
}

@media print, screen and (max-width: 959px) {
  .twitter {
    padding: 2.08333vw 2.08333vw 0;
  }
}
@media only screen and (max-width: 480px) {
  .twitter {
    padding: 4.66667vw 3.33333vw 0;
  }
}
@media only screen and (max-width: 600px) {
  .twitter {
    width: 100%;
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 480px) {
  .twitter {
    margin-top: 7.33333vw;
  }
}
.twitter__title {
  width: 112px;
  margin: auto;
}

@media print, screen and (max-width: 959px) {
  .twitter__title {
    width: 11.66667vw;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__title {
    width: 22.66667vw;
  }
}
@media only screen and (max-width: 600px) {
  .twitter iframe {
    width: 100% !important;
    height: 250px !important;
  }
}
@media only screen and (max-width: 375px) {
  .twitter iframe {
    width: 320px !important;
    height: 250px !important;
  }
}
.about {
  position: relative;
  padding: 40px 0 50px;
  background-color: #54C3F1;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_bg gif");
  background-position: calc(50% - 380px) top;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 959px) {
  .about {
    padding: 4.16667vw 0 5.20833vw;
  }
}
@media only screen and (max-width: 480px) {
  .about {
    padding: 5.33333vw 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .about .section-inner {
    width: 100%;
  }
}
.about__friends {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .about__friends {
    width: 92%;
    margin: auto;
  }
}
.about__main {
  -ms-grid-rows: 240px 240px 340px 340px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.66666%, 1fr));
  grid-template-rows: 240px 240px 340px 340px;
  margin-top: 40px;
}

@media print, screen and (max-width: 959px) {
  .about__main {
    -ms-grid-rows: 25vw 25vw 35.41667vw 35.41667vw;
    grid-template-rows: 25vw 25vw 35.41667vw 35.41667vw;
    margin-top: 4.16667vw;
  }
}
@media only screen and (max-width: 480px) {
  .about__main {
    display: block;
  }
}
.about-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

@media print, screen and (max-width: 959px) {
  .about-intro {
    margin-top: 1.875vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro {
    display: block;
    width: 92%;
    margin: auto;
  }
}
.about-intro__text {
  width: 321px;
  margin-right: 35px;
}

@media print, screen and (max-width: 959px) {
  .about-intro__text {
    width: 33.4375vw;
    margin-right: 3.64583vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro__text {
    width: 67.33333vw;
    margin: 4.66667vw auto 0;
  }
}
.about-intro__btn-list {
  display: flex;
  justify-content: space-between;
  width: 395px;
}

@media print, screen and (max-width: 959px) {
  .about-intro__btn-list {
    width: 41.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro__btn-list {
    width: 100%;
    margin-top: 8.66667vw;
  }
}
.about-intro__btn {
  width: 188px;
}

@media print, screen and (max-width: 959px) {
  .about-intro__btn {
    width: 19.58333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro__btn {
    width: 44vw;
  }
}
.about-intro__btn img {
  z-index: 10;
  position: relative;
}

.about-intro__btn a {
  display: block;
  position: relative;
}

.about-intro__btn a::before {
  position: absolute;
  content: "";
}

.about-intro__btn a::after {
  z-index: 15;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 11px;
  transform: translateY(-50%);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/icon_arrow_white jpg") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .about-intro__btn a::after {
    right: 2.08333vw;
    width: 1.45833vw;
    height: 1.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro__btn a::after {
    right: 3.33333vw;
    width: 3.2vw;
    height: 2.53333vw;
  }
}
.about-intro__btn--profile a::before {
  z-index: 5;
  top: -45px;
  right: 30px;
  width: 39px;
  height: 62px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_stand png") no-repeat center top;
  background-size: 100% 100%;
  animation: pichon-standdown 0.3s normal forwards;
}

@media print, screen and (max-width: 959px) {
  .about-intro__btn--profile a::before {
    top: -4.6875vw;
    right: 3.125vw;
    width: 4.0625vw;
    height: 6.45833vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro__btn--profile a::before {
    top: -9.2vw;
    right: auto;
    left: 4vw;
    width: 8vw;
    height: 12.66667vw;
    animation: none;
  }
}
.about-intro__btn--profile a:hover::before {
  animation: pichon-standup 0.3s normal forwards;
}

@media only screen and (max-width: 480px) {
  .about-intro__btn--profile a:hover::before {
    animation: none;
  }
}
.about-intro__btn--friends a::before {
  z-index: 15;
  top: -47px;
  right: 20px;
  width: 36px;
  height: 54px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_sitting png") no-repeat center top;
  background-size: 100% 100%;
  animation: pichon-down 0.3s normal forwards;
}

@media print, screen and (max-width: 959px) {
  .about-intro__btn--friends a::before {
    top: -4.89583vw;
    right: 2.08333vw;
    width: 3.75vw;
    height: 5.625vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-intro__btn--friends a::before {
    top: -10.13333vw;
    right: 4vw;
    width: 7.46667vw;
    height: 11.2vw;
    animation: none;
  }
}
.about-intro__btn--friends a:hover::before {
  animation: pichon-up 0.3s normal forwards;
}

@media only screen and (max-width: 480px) {
  .about-intro__btn--friends a:hover::before {
    animation: none;
  }
}
.about-block {
  position: relative;
  flex-direction: column;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .about-block {
    height: 58.66667vw;
    background-size: cover;
  }
}
.about-block a {
  display: flex;
  z-index: 5;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 481px) {
  .about-block a:hover .about-block__btn .btn_off {
    opacity: 0;
  }

  .about-block a:hover .about-block__btn .btn_on {
    opacity: 1;
  }

  .about-block a:hover .about-block__btn::after {
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/icon_arrow_white png") no-repeat center top;
    background-size: 100% 100%;
  }

  .about-block a:hover .about-block__btn--stand::before {
    animation: pichon-standup 0.3s normal forwards;
  }
}
@media only screen and (min-width: 481px) and (max-width: 480px) {
  .about-block a:hover .about-block__btn--stand::before {
    animation: none;
  }
}
@media print, screen and (min-width: 481px) {
  .about-block a:hover .about-block__btn--sitting::before {
    animation: pichon-up 0.3s normal forwards;
  }
}
@media only screen and (min-width: 481px) and (max-width: 480px) {
  .about-block a:hover .about-block__btn--sitting::before {
    animation: none;
  }
}
@media print, screen and (min-width: 481px) {
  .about-block a:hover .about-block__btn--side::before {
    animation: pichon-up 0.3s normal forwards;
  }
}
@media only screen and (min-width: 481px) and (max-width: 480px) {
  .about-block a:hover .about-block__btn--side::before {
    animation: none;
  }
}
@media print, screen and (min-width: 481px) {
  .about-block a:hover .about-block__btn--pose::before {
    right: -35px;
  }
}
@media print, screen and (min-width: 481px) and (max-width: 959px) {
  .about-block a:hover .about-block__btn--pose::before {
    right: -3.64583vw;
  }
}
.about-block a::before {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}

.about-block a::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

@media print, screen and (max-width: 959px) {
  .about-block a::after {
    height: 19.79167vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block a::after {
    height: 37.33333vw;
  }
}
@media print, screen and (min-width: 481px) {
  .about-block a:hover::before {
    opacity: 0.4;
  }
}
.about-block__inner {
  z-index: 10;
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 10px 15px;
  text-align: center;
}

@media print, screen and (max-width: 959px) {
  .about-block__inner {
    padding: 1.04167vw 1.5625vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block__inner {
    padding: 2% 4% 4.66667vw;
  }
}
.about-block__tag {
  margin-top: 10px;
}

@media print, screen and (max-width: 959px) {
  .about-block__tag {
    margin: 1.04167vw auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .about-block__tag {
    margin: 0;
  }
}
.about-block__title {
  max-width: 100%;
  margin: 10px auto 0;
}

@media print, screen and (max-width: 959px) {
  .about-block__title {
    margin: 1.04167vw auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .about-block__title {
    margin-top: 3.33333vw;
  }
}
.about-block__btn {
  position: relative;
  width: 254px;
  margin: 44px auto 0;
}

@media print, screen and (max-width: 959px) {
  .about-block__btn {
    width: 26.45833vw;
    margin-top: 4.58333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block__btn {
    width: 74.66667vw;
    margin-top: 3.33333vw;
  }
}
.about-block__btn img {
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .about-block__btn {
    display: block;
    width: 100%;
  }
}
.about-block__btn::before {
  position: absolute;
  content: "";
}

@media only screen and (max-width: 480px) {
  .about-block__btn::before {
    content: none;
  }
}
.about-block__btn::after {
  z-index: 15;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 11px;
  transform: translateY(-50%);
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/images/icon_arrow_blue png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media print, screen and (max-width: 959px) {
  .about-block__btn::after {
    right: 1.5625vw;
    width: 1.45833vw;
    height: 1.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block__btn::after {
    right: 3.33333vw;
    width: 3.2vw;
    height: 2.53333vw;
  }
}
.about-block__btn .btn_off {
  transition: opacity 0.2s linear;
}

.about-block__btn .btn_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

@media only screen and (max-width: 480px) {
  .about-block__btn .btn_on {
    display: none;
  }
}
.about-block__btn--stand::before {
  z-index: 5;
  top: -44px;
  right: 15px;
  width: 39px;
  height: 62px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_stand png") no-repeat center top;
  background-size: 100% 100%;
  animation: pichon-standdown 0.3s normal forwards;
}

@media print, screen and (max-width: 959px) {
  .about-block__btn--stand::before {
    top: -4.58333vw;
    right: 1.5625vw;
    width: 4.0625vw;
    height: 6.45833vw;
  }
}
.about-block__btn--sitting::before {
  top: -47px;
  right: 15px;
  width: 36px;
  height: 54px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_sitting png") no-repeat center top;
  background-size: 100% 100%;
  animation: pichon-down 0.3s normal forwards;
}

@media print, screen and (max-width: 959px) {
  .about-block__btn--sitting::before {
    top: -4.89583vw;
    right: 1.5625vw;
    width: 3.75vw;
    height: 5.625vw;
  }
}
.about-block__btn--side::before {
  z-index: 15;
  top: -47px;
  right: 20px;
  width: 34px;
  height: 50px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/pichon_sitting_side png") no-repeat center top;
  background-size: 100% 100%;
  animation: pichon-down 0.3s normal forwards;
}

@media print, screen and (max-width: 959px) {
  .about-block__btn--side::before {
    top: -4.89583vw;
    right: 2.08333vw;
    width: 3.54167vw;
    height: 5.20833vw;
  }
}
.about-block__btn--pose::before {
  z-index: 5;
  top: 5px;
  right: -10px;
  width: 45px;
  height: 45px;
  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 cubic-bezier(0.83, 0.08, 0.08, 0.8);
}

@media print, screen and (max-width: 959px) {
  .about-block__btn--pose::before {
    top: 0.52083vw;
    right: -1.04167vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
.about-block--humidity {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  grid-row: 1/3;
  height: 240px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_humidity_bg png");
}

@media print, screen and (max-width: 959px) {
  .about-block--humidity {
    height: 25vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--humidity {
    height: 85.33333vw;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_humidity_bg_sp png");
  }
}
.about-block--humidity a {
  height: 480px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_humidity_bg png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 959px) {
  .about-block--humidity a {
    height: 50vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--humidity a {
    height: 85.33333vw;
  }
}
.about-block--humidity a::after {
  height: 200px;
}

@media print, screen and (max-width: 959px) {
  .about-block--humidity a::after {
    height: 20.83333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--humidity a::after {
    height: 37.33333vw;
  }
}
@media print, screen and (max-width: 959px) {
  .about-block--humidity .about-block__tag {
    width: 9.58333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--humidity .about-block__tag {
    width: 19.46667vw;
    margin: auto;
  }
}
.about-block--humidity .about-block__title {
  width: 310px;
}

@media print, screen and (max-width: 959px) {
  .about-block--humidity .about-block__title {
    width: 32.29167vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--humidity .about-block__title {
    width: 64.26667vw;
  }
}
.about-block--humidity .about-block__btn {
  margin-top: 22px;
}

@media print, screen and (max-width: 959px) {
  .about-block--humidity .about-block__btn {
    margin-top: 2.29167vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--humidity .about-block__btn {
    margin-top: 3.33333vw;
  }
}
.about-block--school {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  grid-row: 1/2;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_school_bg png");
}

@media print, screen and (min-width: 481px) {
  .about-block--school.animated {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--school {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_school_bg_sp png");
  }
}
.about-block--school a::after {
  height: 140px;
}

@media print, screen and (max-width: 959px) {
  .about-block--school a::after {
    height: 14.58333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--school a::after {
    height: 37.33333vw;
  }
}
.about-block--school .about-block__inner {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .about-block--school .about-block__inner {
    display: block;
  }
}
.about-block--school .about-block__title {
  width: 172px;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 0;
  text-align: left;
}

.about-block--school .about-block__title img {
  width: 137px;
}

@media print, screen and (max-width: 959px) {
  .about-block--school .about-block__title {
    width: 17.91667vw;
    margin-top: -0.52083vw;
    margin-right: 1.04167vw;
  }

  .about-block--school .about-block__title img {
    width: 14.27083vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--school .about-block__title {
    width: 43.46667vw;
    margin: 3.33333vw auto 0;
  }

  .about-block--school .about-block__title img {
    width: 100%;
  }
}
.about-block--school .about-block__btn {
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .about-block--school .about-block__btn {
    margin-top: -2vw;
  }
}
.about-block--daipichonkun {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  grid-row: 2/3;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_daipichonkun_bg png");
}

@media only screen and (max-width: 480px) {
  .about-block--daipichonkun {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_daipichonkun_bg_sp png");
  }
}
.about-block--daipichonkun a::after {
  height: 140px;
}

@media print, screen and (max-width: 959px) {
  .about-block--daipichonkun a::after {
    height: 14.58333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--daipichonkun a::after {
    height: 37.33333vw;
  }
}
.about-block--daipichonkun .about-block__inner {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .about-block--daipichonkun .about-block__inner {
    display: block;
  }
}
.about-block--daipichonkun .about-block__title {
  width: 172px;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 0;
  text-align: left;
}

@media print, screen and (max-width: 959px) {
  .about-block--daipichonkun .about-block__title {
    width: 17.91667vw;
    margin-top: -0.52083vw;
    margin-right: 1.04167vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--daipichonkun .about-block__title {
    width: 86vw;
    margin: 3.33333vw auto 0;
  }

  .about-block--daipichonkun .about-block__title img {
    width: 100%;
  }
}
.about-block--daipichonkun .about-block__btn {
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .about-block--daipichonkun .about-block__btn {
    margin-top: -2vw;
  }
}
.about-block--club {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  grid-row: 3/4;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_club_bg png");
}

@media only screen and (max-width: 480px) {
  .about-block--club {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_club_bg_sp png");
  }
}
.about-block--club .about-block__batch {
  text-align: left;
}

@media print, screen and (max-width: 959px) {
  .about-block--club .about-block__batch {
    width: 13.85417vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--club .about-block__batch {
    position: absolute;
    top: -20vw;
    left: 3%;
    width: 29.46667vw;
  }
}
@media print, screen and (max-width: 959px) {
  .about-block--club .about-block__tag {
    width: 9.58333vw;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--club .about-block__tag {
    width: 19.46667vw;
    margin-bottom: -5.33333vw;
  }
}
.about-block--club .about-block__title {
  width: 178px;
}

@media print, screen and (max-width: 959px) {
  .about-block--club .about-block__title {
    width: 18.54167vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--club .about-block__title {
    width: 53.33333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--club .about-block__btn {
    margin-top: -2vw;
  }
}
.about-block--download {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  grid-row: 3/4;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_download_bg png");
}

@media print, screen and (min-width: 481px) {
  .about-block--download.animated {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--download {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_download_bg_sp png");
  }
}
.about-block--download .about-block__title {
  width: 124px;
}

@media print, screen and (max-width: 959px) {
  .about-block--download .about-block__title {
    width: 12.91667vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--download .about-block__title {
    width: 28.66667vw;
  }
}
.about-block--calendar {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  grid-row: 3/4;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_calendar_bg png");
}

@media print, screen and (min-width: 481px) {
  .about-block--calendar.animated {
    transition-delay: 0.6s;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--calendar {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_calendar_bg_sp png");
  }
}
.about-block--calendar .about-block__title {
  width: 284px;
}

@media print, screen and (max-width: 959px) {
  .about-block--calendar .about-block__title {
    width: 29.58333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--calendar .about-block__title {
    width: 67.6vw;
  }
}
.about-block--cm {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  grid-row: 4/5;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_cm_bg png");
}

@media only screen and (max-width: 480px) {
  .about-block--cm {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_cm_bg_sp png");
  }
}
.about-block--cm .about-block__title {
  width: 190px;
}

@media print, screen and (max-width: 959px) {
  .about-block--cm .about-block__title {
    width: 19.79167vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--cm .about-block__title {
    width: 55.6vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--cm .about-block__btn {
    margin-top: -2vw;
  }
}
.about-block--product {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  grid-row: 4/5;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_product_bg png");
}

@media print, screen and (min-width: 481px) {
  .about-block--product.animated {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--product {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_product_bg_sp png");
  }
}
.about-block--product .about-block__title {
  width: 260px;
}

@media print, screen and (max-width: 959px) {
  .about-block--product .about-block__title {
    width: 27.08333vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--product .about-block__title {
    width: 72.26667vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--product .about-block__btn {
    margin-top: -2vw;
  }
}
.about-block--launch {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  grid-row: 4/5;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_launch_bg png");
}

@media print, screen and (min-width: 481px) {
  .about-block--launch.animated {
    transition-delay: 0.6s;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--launch {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/pichonkun/top/images/about_launch_bg_sp png");
  }
}
.about-block--launch .about-block__title {
  width: 251px;
}

@media print, screen and (max-width: 959px) {
  .about-block--launch .about-block__title {
    width: 26.14583vw;
  }
}
@media only screen and (max-width: 480px) {
  .about-block--launch .about-block__title {
    width: 59.86667vw;
  }
}
.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;
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fuwafuwabig {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-4px, -15px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-4px, -15px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(5px, 12px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(2px, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, -10px) rotate(0deg);
  }
}
[data-scroll] {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

[data-scroll=in] {
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=out] {
  transform: translateY(30px);
  opacity: 0;
}
/*# sourceMappingURL=../../../../css-map/top/css/index.css.map */

/*
v2 追加ここから
*/
.information__banner {
  margin-bottom: min(50px, calc(50 / 960 * 100vw));
}

@media only screen and (max-width: 480px) {
  .information__banner {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.information__banner-body {
  display: block;
  width: calc(100% - 30px);
  max-width: 900px;
  aspect-ratio: 900 / 200;
  margin-inline: auto;
}

@media only screen and (max-width: 480px) {
    .information__banner-body {
      width: calc(345 / 375 * 100vw);
    }
}

@media (hover: hover) {
  .information__banner-body {
    transition: opacity 0.3s;
  }

  .information__banner-body:hover {
    opacity: 0.8;
  }
}

/*
v2 追加ここまで
*/