@charset "UTF-8";

.wrapper {
  position: relative;
  background-color: #da1770;
}

.content.-top {
  width: calc(100% - 70px);
  padding: 0;
}

.top__sectionTitle {
  font-size: 90px;
  color: #c81767;
}

.top-shop__img img,.top-shop__img .top__sectionTitle img{
  width: 100%;
}



@media screen and (max-width: 768px) {
  .content.-top {
    width: 100%;
  }

  .top__sectionTitle {
    font-size: 64px;
  }
}

/* firstview */
.top-firstview {
  height: calc(100vh - 36px);
  background: url(/postpet/assets/img/top/bg_img_006.png) no-repeat top center / 100% auto;
}

.top-firstview__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.top-firstview__box {
  width: 100%;
  text-align: center;
}

.top-firstview__box:first-of-type {
  margin: 25px 0 50px;
}

.top-firstview__inner-25th {
  position: relative;
  width: 100%;
}

.top-firstview__box-25th {
  position: absolute;
  top: 50px;
  right: 50px;
}

.top-firstview__img-25th {
  padding: 10px;
  background-color: #da1770;
  border-radius: 10%;
  max-width: calc(100vw * (280/1360));
  height: auto;
}
.top-firstview__img-kandomomo {
  display: block;
  padding-top: 20px;
  margin: 0 auto;
}

.top-firstview__message {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  min-width: 460px;
  max-width: 900px;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 30px 60px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #da1770;
}

.top-firstview__message::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(/postpet/assets/img/top/icon_balloon.svg) no-repeat;
}

.ityped-cursor {
  font-size: 1em;
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}

.top-firstview__time {
  font-size: 12px;
  color: #fff;
}

.top-firstview__scroll {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5%;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: "Futura", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

.top-firstview__scroll span {
  display: inline-block;
  margin-bottom: 30px;
  transform: rotate(90deg);
}

.top-firstview__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: ScrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes ScrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-firstview__box-25th {
    top: 25px;
    right: 25px;
  }

  .top-firstview__img-25th {
    max-width: calc(100vw * (280/750));
  }

  .top-firstview {
    width: auto;
    height: calc(100vh - 86px);
    margin-top: 50px;
    background: url(/postpet/assets/img/top/bg_img_006_sp.png) no-repeat top center / 100% auto;
  }

  .top-firstview__inner {
    padding: 0 40px;
  }

  .top-firstview__message {
    min-width: 240px;
    max-width: auto;
    width: 100%;
    min-height: auto;
    padding: 15px 25px;
    font-size: 16px;
  }

  .top-firstview__message::after {
    top: -5px;
    right: -15px;
    width: 30px;
    height: 30px;
  }

  .top-firstview__mark {
    width: 150px;
  }

  .top-firstview__box:first-of-type {
    margin: 0 0 30px;
  }

  .top-firstview__scroll {
    left: -15px;
    bottom: -10%;
  }
  .top-firstview__img-kandomomo {
    display: block;
    padding-top: 20px;
    margin: 0 auto;
  }
}

/* sns */
.top-sns {
  padding: 0 0 200px 0;
  background: url(/postpet/assets/img/top/bg_img_001.png) right -100px bottom no-repeat;
}

.top-sns__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  max-width: 1400px;
  padding: 0 110px;
  margin: 0 auto;
}

.timeline-Widget {
  border-radius: 0 0 25px 25px;
}

.twitter-link {
  display: none;
}

.top-sns__widget {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  padding: 1px 0 5px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.top__sectionTitle.-sns {
  position: absolute;
  top: 570px;
  left: -30px;
  transform: rotate(90deg);
  color: #fff;
}

.top-sns__box {
  text-align: center;
}

.top-sns__name {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 25px 25px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.top-sns__name::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 10%;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}

.top-sns__name span {
  font-size: 16px;
}

.top-sns__box.-twitterIE {
  display: none;
}

.top-sns__box.-twitter {
  width: 33.3333%;
  margin-top: 540px;
}

.top-sns__box.-twitter .top-sns__name {
  background-color: #000000;
}

.top-sns__box.-twitter .top-sns__name::after {
  width: 44px;
  height: 44px;
  background-image: url(/postpet/assets/img/common/icon_twitter.png);
  background-size: contain;
}

.top-sns__box.-instagram {
  width: 33.3333%;
  /* margin-top: 400px; */
  margin-top: 720px;
}

.top-sns__box.-instagram .top-sns__name {
  background-color: #f00875;
}

.top-sns__box.-instagram .top-sns__name::after {
  top: 32%;
  right: 5%;
  background-image: url(/postpet/assets/img/common/icon_instagram-white.png);
  background-size: 30px;
}

.top-sns__box.-momoPc {
  display: block;
  width: 400px;
  position: absolute;
  right: 0;
  margin-right: 80px;
}

.top-sns__box.-momoSp {
  display: none;
}

.top-sns__box.-accessPc {
  display: block;
  width: 200px;
  position: absolute;
  top: -20px;
  left: 40%;
  margin-right: 80px;
}

.top-sns__box.-accessSp,.top-sns__box.-shopSp {
  display: none;
}
.top-sns__box.-shopPc {
  display: block;
  width: 200px;
  position: absolute;
  top: 350px;
  left: 55%;
  margin-right: 80px;
}


.top-sns__realMomo {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #da1770;
}
.top__access,.top__shop {
  display: block;
}


.top-sns__realMomo:hover,.top__access:hover,.top__shop:hover {
  transform: translateY(-15px);
  opacity: 0.85;
  transition: 0.3s;
}


.top-sns__realMomo img,.top__access img,.top__shop img {
  width: 100%;
}


.top-sns__btnMomo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -45px;
  left: 40px;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  border: solid 6px #da1770;
  background-color: #fff;
  border-radius: 65px;
  font-weight: bold;
  text-decoration: none;
}

.top-sns__btnMomo span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #da1770;
}

.top-sns__btnMomo span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 2px;
  border-top: solid #fff 2px;
  border-right: solid #fff 2px;
  transform: rotate(45deg);
}


.top-sns__text {
  margin: 25px 0;
}

.top-sns__btn {
  margin: 25px 0;
}

.top-sns__btn.-twitter a {
  background-color: #1da1f2;
  border: solid 3px #1da1f2;
}

.top-sns__btn.-twitter a:hover {
  color: #1da1f2;
}

.top-sns__btn.-twitter a:hover span {
  background-color: #1da1f2;
}

.top-sns__box.-twitterIE .top-sns__name {
  background-color: #1da1f2;
}



@media screen and (-ms-high-contrast: none) {
  .top-sns__btnMomo span {
    left: 42%;
  }

  .top-sns__box.-twitter {
    display: none;
  }

  .top-sns__box.-twitterIE {
    display: block;
    width: 33.3333%;
    margin-top: 540px;
  }

  .top-sns__box.-twitterIE .top-sns__boxInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 280px; */
    max-width: 300px;
    margin: 0 auto;
    /* padding: 30px 0 15px; */
    /* border-radius: 15px; */
    border-radius: 0 0 15px 15px;
    background-color: #fff;
  }

  .top-sns__imgIE {
    width: 50%;
  }

  .top-sns__textIE {
    width: 100%;
    margin-top: 15px;
  }

  .top-sns__btnIE {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 90%;
    margin-top: 20px;
    padding: 30px 20px 30px 70px;
    border-radius: 15px;
    background-color: #1da1f2;
    text-decoration: none;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }

  .top-sns__btnIE:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }

  .top-sns__btnIE::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: url(/postpet/assets/img/common/icon_twitter-white.png) no-repeat;
    background-size: contain;
  }

  .top-sns__btnIE::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
  }

  .top-sns__btnIE span {
    width: 100%;
    font-size: 16px;
  }

  .twitter-timeline {
    display: none;
  }

  .twitter-link {
    display: block;
    margin: 15px 0 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  .top-sns {
    padding-bottom: 50px;
    background-position: right -110px top 260px;
    background-size: 80%;
  }

  .top-sns__widget {
    width: 100%;
    max-width: 420px;
  }

  .top-sns__inner {
    padding: 0 20px;
    /*padding: 30px 0 10px;*/
  }

  .top-sns__box.-twitterIE {
    width: 100%;
  }

  .top-sns__box.-twitterIE .top-sns__boxInner {
    max-width: auto;
  }

  .top__sectionTitle.-sns {
  top: 620px;  
  left: 20px;
    transform: none;
  }

  .top-sns__box.-twitter {
    width: 100%;
    margin-top: 710px;
    /*margin-top: 410px;*/
  }

  .top-sns__box.-instagram {
    width: 100%;
    margin-top: 50px;
  }

  .top-sns__box.-momoPc {
    display: none;
  }

  .top-sns__box.-momoSp {
    display: block;
    padding: 0 20px;
  position: absolute;
  /*top: -25px;*/
    left: 50%;
    width: 35%;
  }

  .top-sns__box.-accessPc,.top-sns__box.-shopPc {
    display: none;
    }
  
  .top-sns__box.-accessSp {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    width: 30%;
    position: absolute;
    left: 10%;
    }

  .top-sns__box.-shopSp {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    width: 30%;
    position: absolute;
    left: 30%;
    top: 340px;
    }

  .top-sns__btnMomo {
  bottom: -60px;
    left: -40px;
    /*bottom: -60px;
    left: 20px;*/
  }

  .top-sns__name {
    width: 100%;
    max-width: 420px;
  }
}

@media screen and (max-width: 420px) {
  .top-sns__box.-momoSp {
    top: 20%;
    /*top: 10%;*/
    left: 20%;
    width: 55%;
  }
  
  .top__sectionTitle.-sns {
    top: 920px;
    /*    top: 620px;*/
  }

  .top-sns__box.-accessSp {
    width: 55%;
    top: 3%;
    left: 20%;
    margin-bottom: 20px;
  }

  .top-sns__box.-shopSp {
    width: 50%;
    top: 35%;
    left: 30%;
    margin-bottom: 20px;
  }  
  
  .top-sns__btnMomo {
    bottom: -75px;
    left: -6px; 
  }
  .top-sns__box.-twitter {
    margin-top: 1000px;
  }
}


/* About Postpet */
.top-about {
  position: relative;
  padding: 100px 0 80px;
}

.top-about__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 100px;
}

.top__sectionTitle.-about {
  margin: 80px 0 0 120px;
  color: #fff;
}

.top-about__box.-left {
  width: 60%;
}

.top-about__box.-left img {
  display: block;
  width: 100%;
  margin-left: -15%;
}

.top-about__box.-right {
  position: relative;
  box-sizing: border-box;
  width: 40%;
  margin-left: -30px;
  padding-right: 30px;
  background: url(/postpet/assets/img/top/bg_img_005.png) no-repeat;
  background-size: contain;
}

.top-about__box.-right::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 80px;
  bottom: -120px;
  width: 100px;
  height: 190px;
  background: url(/postpet/assets/img/top/img_005.png) no-repeat;
  background-size: contain;
}

.top-about__item a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.top-about__item a:hover {
  opacity: 0.85;
  transform: translateY(-15px);
  transition: 0.3s;
}

.top-about__item img {
  max-width: 200px;
}

.top-about__item:nth-of-type(1) {
  padding-left: 30px;
}

.top-about__item:nth-of-type(2) {
  text-align: right;
}

.top-about__itemTitle {
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-shadow: #da1770 1px 0 5px;
}

.top-about__itemTitle span {
  font-size: 14px;
  font-weight: normal;
}


@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0 80px;
  }

  .top__sectionTitle.-about {
    position: absolute;
    top: 50px;
    left: 20px;
    margin: 0;
  }

  .top-about__inner {
    padding: 150px 20px 0;
  }

  .top-about__box.-left {
    width: 100%;
  }

  .top-about__box.-left img {
    width: 100%;
    margin-left: -20%;
  }

  .top-about__box.-right {
    width: 100%;
    margin: 70px 0 0;
    padding: 0;
  }

  .top-about__item {
    margin-bottom: 20px;
  }

  .top-about__item:nth-of-type(1) {
    padding-left: 0;
  }

  .top-about__box.-right::after {
    right: 20px;
    bottom: -20px;
    width: 80px;
    height: 170px;
  }
}

/*shop*/
.top-shop__inner {
  text-align: center;
  padding:65px 0 10px;
  /* padding: 20px 0 50px;*/
}

.top-shop__box {
  /*position:relative;*/
  display: inline-block;
}

/*
h2 .-shop{
  position: absolute;
  left: 10%
}*/

.-shopImgSp{
  display: none;
}

.-shopImgPc{
  display: block;
}

.top-shop {
  background: url(/postpet/assets/img/top/bg_img_shop.jpg) no-repeat #fbecf7;
  background-size: cover;
  background-position: center;
}


.top__sectionTitle.-shop {
  margin-bottom: 30px;
  font-size: 100%;
  width: 45%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-shop {
    background-position: center;
  }

  .top-shop__inner {
    padding: 20px 5% 10px;
  }

  .top-shop__box {
    display: inline-block;/* display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .top__sectionTitle.-shop {
    padding-right: 0;
    width: 100%;
  }

  .top__sectionTitle.-shop img{
    width: 60%!important;
  }
}

@media screen and (max-width: 420px) {
  .-shopImgSp{
    display: block;
  }

  .-shopImgPc{
    display: none;
  }

    .top__sectionTitle.-shop img{
    width: 90%!important;
  }
}

/* Momonavi */
.top-momonavi {
  padding: 70px 0 90px;
  background-color: #f2f8f9;
}

.top-momonavi__inner {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.top-momonavi__inner::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -120px;
  width: 100px;
  height: 190px;
  background: url(/postpet/assets/img/top/img_005.png) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}

.top__sectionTitle.-momonavi {
  /* width: 440px; */
  margin: 0 auto 22px;
}

.top__sectionTitle.-momonavi img {
  width: 100%;
}

.top-momonavi__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.top-momonavi__item {
  box-sizing: border-box;
  width: 32%;
  margin-left: 14px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  list-style: none;
  vertical-align: top;
  letter-spacing: normal;
  transition: 0.5s;
}

.top-momonavi__item:nth-of-type(1) {
  margin-left: 0;
}

.top-momonavi__item a {
  display: block;
  text-decoration: none;
}

.top-momonavi__item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.top-momonavi__thum {
  margin: 0 0 15px;
}

.top-momonavi__thum img {
  width: 100%;
  border-radius: 10px;
}

.top-momonavi__cap .date {
  margin-bottom: 10px;
  color: #787878;
  font-weight: bold;
  font-size: 15px;
  font-family: "Asap", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.top-momonavi__cap .text {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@media screen and (max-width: 768px) {
  .top-momonavi {
    padding: 60px 0 70px;
  }

  .top-momonavi__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  .top-momonavi__inner::before {
    top: 0;
    left: 0;
    width: 90px;
    height: 110px;
  }

  .top__sectionTitle.-momonavi {
    width: 100%;
  }

  .top-momonavi__box {
    margin-bottom: 20px;
  }

  .top-momonavi__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* Fun contents */
.top-fun {
  position: relative;
  padding: 70px 0 90px;
  background: url(/postpet/assets/img/top/bg_img_003.png) no-repeat;
  background-position: -130px 40%;
}

.top__sectionTitle.-fun {
  margin-left: 22%;
  color: #fff;
}

.top-fun__inner {
  padding: 5% 60px 0;
}

.top-fun__box.-pc {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.top-fun__box.-sp {
  display: none;
}

.top-fun__box.-pc:nth-of-type(1),
.top-fun__box.-pc:nth-of-type(3) {
  padding-left: 100px;
}

.top-fun__box.-pc:nth-of-type(2) {
  margin-right: 100px;
}

.top-fun__box.-pc:nth-of-type(4) {
  margin-right: 300px;
}

@media screen and (max-width: 1369px) {
  .top-fun__box.-pc:nth-of-type(4) {
    margin-right: 100px;
  }
}

.top-fun__box.-pc a {
  /* margin-right: 20px; */
  font-size: 24px;
}

.top-fun__linkBox {
  display: flex;
  justify-content: right;
  text-decoration: none;
  transition: all 0.3s;
}

.top-fun__thumnail {
  width: 50%;
  max-width: 200px;
  margin-right: 20px;
  min-width: 200px;
}

.top-fun__thumnail img {
  width: 100%;
}

.top-fun__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 50%;
  min-width: 200px;
  max-width: 200px;
  margin-right: 20px;
  padding: 10px;
  border: solid 5px #fff;
  border-radius: 100px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #da1770;
}

.top-fun__linkBox.-download .top-fun__link,
.top-fun__linkBox.-events .top-fun__link,
.top-fun__linkBox.-stamp .top-fun__link,
.top-fun__linkBox.-illustration .top-fun__link {
  width: 200px;
}

.top-fun__linkBox:hover .top-fun__thumnail {
  opacity: 0.8;
  transition: 0.3s;
}

.top-fun__linkBox:hover .top-fun__link {
  opacity: 0.8;
  transform: translateY(-15px);
  transition: 0.3s;
}

.top-fun__link.-new .-update {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -15px;
  left: -15px;
  line-height: 1em;
  background-color: #ffeb45;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.top-fun__link img {
  width: 100%;
  max-width: 200px;
}

.top-fun__linkBox.-enikki .top-fun__link img {
  width: 70%;
}

.top-fun__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #da1770;
}

@media screen and (-ms-high-contrast: none) {
  .top-fun__link span {
    left: 45%;
  }
}

.top-fun__link span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 2px;
  border-top: solid #fff 2px;
  border-right: solid #fff 2px;
  transform: rotate(45deg);
}

@media screen and (max-width: 1080px) {
  .top-fun__box.-pc a {
    font-size: 14px;
  }

  .top-fun__link span {
    width: 15px;
    height: 15px;
    bottom: 10%;
  }

  .top-fun__link span::after {
    width: 4px;
    height: 4px;
  }

  .top-fun__link.-new .-update {
    width: 50px;
    height: 50px;
  }

  .top-fun__box.-pc:nth-of-type(1),
  .top-fun__box.-pc:nth-of-type(3) {
    padding-left: 50px;
  }

  .top-fun__box.-pc:nth-of-type(2) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 960px) {
  .top-fun__linkBox.-download .top-fun__link,
  .top-fun__linkBox.-events .top-fun__link,
  .top-fun__linkBox.-illustration .top-fun__link {
    width: 50%;
  }
}

@media screen and (max-width: 1080px) {
  .top-fun {
    padding: 460px 0 60px;
    background-position: -120px 0px;
    background-size: 70%;
  }

  .top__sectionTitle.-fun {
    position: absolute;
    top: 28%;
    right: 15%;
    padding-right: 0;
    text-align: left;
    font-size: 58px;
  }

  .top-fun__inner {
    padding: 10% 20px 0;
  }

  .top-fun__box.-pc {
    display: none;
  }

  .top-fun__box.-sp {
    display: block;
  }

  .top-fun__btn {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    height: 80px;
    padding: 5px 20px;
    margin-bottom: 15px;
    line-height: 1.25em;
    border-radius: 50px;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    color: #da1770;
  }

  .top-fun__btn.-new {
    margin-top: 30px;
  }

  .top-fun__btn.-new .-update {
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 7px 15px;
    line-height: 1em;
    background-color: #ffeb45;
    border-radius: 30px;
    box-shadow: 1px 1px 1px 0px #aaa;
    color: #000;
  }

  .top-fun__btn img {
    height: 100%;
    margin-right: 7px;
  }

  .top-fun__btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 40%;
    right: 30px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #da1770;
  }

  .top-fun__btn span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 2px;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 420px) {
  .top-fun {
    padding: 460px 0 60px;
    background-position: -100px 0px;
    background-size: contain;
  }

  .top__sectionTitle.-fun {
    position: absolute;
    top: 28%;
    right: 20px;
    padding-right: 0;
    text-align: left;
    font-size: 58px;
  }
}

/* Pinkribbon */
.top-pinkribbon {
  background: url(/postpet/assets/img/top/bg_img_004.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.top-pinkribbon__inner {
  padding: 80px 100px;
}

.top-pinkribbon__box {
  display: inline-block;
  text-align: center;
}

.top-pinkribbon__img {
  display: none;
}

.top-pinkribbon__text {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 42px;
  color: #da1770;
}

.top__sectionTitle.-pinkribbon {
  margin-bottom: 30px;
  font-size: 100%;
}


@media screen and (max-width: 768px) {
  .top-pinkribbon {
    background-position: left;
  }

  .top-pinkribbon__inner {
    padding: 30px 20px 40px;
  }

  .top-pinkribbon__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .top__sectionTitle.-pinkribbon {
    padding-right: 0;
    width: 100%;
  }

  .top-pinkribbon__img {
    display: block;
    width: 100%;
  }

  .top-pinkribbon__text {
    width: 100%;
    font-size: 28px;
  }
  
}

/* News */
.top-news {
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 10px;
}

.top-news__inner {
  padding: 80px 100px;
}

.top__sectionTitle.-news {
  color: #da1770;
}

.top-news__box {
  margin-top: 30px;
  height: 220px;
}

.top-news__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
  border-bottom: dotted 2px #eaeaea;
}

.top-news__item:nth-of-type(1) {
  border-top: dotted 2px #eaeaea;
}

.top-news__item a {
  text-decoration: none;
  color: #da1770;
}

.top-news__item a:hover {
  text-decoration: underline;
}

.top-news__date {
  margin-right: 5px;
}

.top-news__date .-new {
  display: inline-block;
  padding: 3px 20px;
  margin-left: 15px;
  background-color: #da1770;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .top-news__inner {
    padding: 60px 20px;
  }

  .top-news__item {
    padding: 20px 0;
  }

  .top-news__date {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-news__item a {
    width: 100%;
  }
}



.mCSB_draggerContainer {
  background-color: rgba(0, 0, 0, 0.15);
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
