@charset "UTF-8";
:root {
  --screen-height:100vh; }

/*********************************************************************
 * Hover Scale系.
 *********************************************************************/
@-webkit-keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }
@keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }

@-webkit-keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@-webkit-keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

@keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

/*********************************************************************
 * Bounce系.
 *********************************************************************/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@-webkit-keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@-webkit-keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.iru-tiny-player {
  border: 1px solid;
  border-radius: 6px; }

.iru-tiny-player .icon {
  cursor: pointer; }

/************************************************************************
 * TOP css
 *************************************************************************/
div#wrapper {
  width: 100%;
  height: auto;
  background-repeat: repeat;
  z-index: 0; }
  div#wrapper section#mainvisual {
    position: relative;
    padding-top: 0; }
    @media screen and (max-width: 812px) {
      div#wrapper section#mainvisual {
        padding-top: 0; } }
    div#wrapper section#mainvisual > figure {
      overflow: hidden;
      white-space: nowrap;
      text-indent: -9999px;
      background-image: url("../img/1.png");
      background-size: 800px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 800px;
      height: 800px;
      display: block;
      position: relative;
      border-radius: 12px;
      margin-top: 80px;
      margin-right: auto;
      margin-left: auto; }
      @media screen and (max-width: 812px) {
        div#wrapper section#mainvisual > figure {
          background-image: url("../img/1.png");
          background-size: 93.33333vw;
          background-repeat: no-repeat;
          background-position: center top;
          width: 93.33333vw;
          height: 93.33333vw;
          display: block;
          position: relative;
          margin-top: 3vw; } }
    div#wrapper section#mainvisual .husen-box {
      position: absolute;
      top: 77%;
      right: 50%;
      -webkit-transform: translateX(50%) rotate(-2deg);
              transform: translateX(50%) rotate(-2deg); }
    div#wrapper section#mainvisual .box {
      background-image: url("../img/2.jpg");
      background-size: 44px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 44px;
      height: 44px;
      display: block;
      position: relative;
      background-repeat: repeat;
      position: relative;
      width: 400px;
      height: 50px;
      margin: 0 auto;
      margin-top: -30px;
      margin-bottom: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-right: 5px solid darkorange; }
      @media screen and (max-width: 812px) {
        div#wrapper section#mainvisual .box {
          width: 90vw;
          height: 10vw; } }
      div#wrapper section#mainvisual .box p {
        color: white;
        -webkit-text-fill-color: white;
        /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: .08em; }
        @media screen and (max-width: 812px) {
          div#wrapper section#mainvisual .box p {
            font-size: 5.5vw; } }
      div#wrapper section#mainvisual .box::after {
        content: "";
        position: absolute;
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 50%;
        max-width: 300px;
        background: transparent;
        -webkit-box-shadow: 0 15px 10px #777;
                box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
                transform: rotate(3deg);
        z-index: -1; }
  div#wrapper section#social-links {
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
    z-index: 2; }
    @media screen and (max-width: 812px) {
      div#wrapper section#social-links {
        margin-bottom: 10vw;
        margin-top: 10vw; } }
    div#wrapper section#social-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      div#wrapper section#social-links ul li:nth-child(n+2) {
        margin-left: 30px; }
        @media screen and (max-width: 812px) {
          div#wrapper section#social-links ul li:nth-child(n+2) {
            margin-left: 7vw; } }
      div#wrapper section#social-links ul li a img {
        width: 40px; }
  div#wrapper section#main {
    width: 100%; }
    div#wrapper section#main div.panel {
      margin-bottom: 120px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#main div.panel {
          margin-bottom: 25vw; } }
      div#wrapper section#main div.panel audio {
        width: 311px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        display: block; }
      div#wrapper section#main div.panel p.track-name {
        text-align: center;
        margin-top: 20px; }
      div#wrapper section#main div.panel div.profile-box {
        background-color: #fff;
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 15px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        width: 600px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 812px) {
          div#wrapper section#main div.panel div.profile-box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 85vw;
            padding-top: 6vw;
            padding-bottom: 6vw; } }
        div#wrapper section#main div.panel div.profile-box div.profile-photo {
          margin-right: 30px; }
          @media screen and (max-width: 812px) {
            div#wrapper section#main div.panel div.profile-box div.profile-photo {
              margin-right: auto;
              margin-left: auto; } }
          div#wrapper section#main div.panel div.profile-box div.profile-photo > img {
            width: 170px; }
            @media screen and (max-width: 812px) {
              div#wrapper section#main div.panel div.profile-box div.profile-photo > img {
                width: 40vw; } }
        div#wrapper section#main div.panel div.profile-box div.profile-text p.name {
          font-size: 30px;
          margin-top: 10px;
          margin-bottom: 15px; }
          @media screen and (max-width: 812px) {
            div#wrapper section#main div.panel div.profile-box div.profile-text p.name {
              font-size: 6vw;
              margin-top: 5vw;
              margin-bottom: 3vw;
              text-align: center; } }
        div#wrapper section#main div.panel div.profile-box div.profile-text p.description {
          letter-spacing: .05em; }
          @media screen and (max-width: 812px) {
            div#wrapper section#main div.panel div.profile-box div.profile-text p.description {
              padding-left: 2vw;
              padding-right: 2vw;
              font-size: 3.33333vw; } }
      div#wrapper section#main div.panel p.lead {
        text-align: center;
        letter-spacing: .1em;
        margin-bottom: 20px;
        line-height: 1.7em; }
        @media screen and (max-width: 812px) {
          div#wrapper section#main div.panel p.lead {
            font-size: 3.33333vw; } }
      div#wrapper section#main div.panel h2 {
        text-align: center;
        border-bottom: dashed 3px black;
        display: block;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        div#wrapper section#main div.panel h2.wide {
          width: 400px; }
          @media screen and (max-width: 812px) {
            div#wrapper section#main div.panel h2.wide {
              width: 70vw; } }
        @media screen and (max-width: 812px) {
          div#wrapper section#main div.panel h2 {
            border-bottom: dashed 2px black;
            padding-bottom: 2vw;
            margin-bottom: 5vw;
            width: 56vw; } }
        div#wrapper section#main div.panel h2 p.en {
          font-size: 16px;
          color: #444;
          letter-spacing: .1em; }
          @media screen and (max-width: 812px) {
            div#wrapper section#main div.panel h2 p.en {
              font-size: 2.66667vw;
              letter-spacing: .2em; } }
        div#wrapper section#main div.panel h2 p.jp {
          font-size: 36px;
          font-weight: 600;
          color: #222;
          letter-spacing: .1em; }
          @media screen and (max-width: 812px) {
            div#wrapper section#main div.panel h2 p.jp {
              font-size: 5.73333vw; } }
      div#wrapper section#main div.panel a.mail-link {
        display: block;
        color: #000;
        text-align: center;
        margin-top: 10px;
        font-size: 13px; }
      div#wrapper section#main div.panel a.link-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        font-size: 26px;
        color: #000;
        width: 380px;
        height: 50px;
        background-color: #fff;
        border-radius: 20px;
        border: 3px solid #000;
        letter-spacing: .1em;
        font-weight: 600;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
        @media screen and (max-width: 812px) {
          div#wrapper section#main div.panel a.link-button {
            width: 90vw;
            height: 10vw;
            border-radius: 15px;
            font-size: 4vw; } }
        div#wrapper section#main div.panel a.link-button:hover {
          -webkit-transform: translateY(2px);
                  transform: translateY(2px); }
      div#wrapper section#main div.panel ul.episode-list {
        width: 489px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 40px; }
        @media screen and (max-width: 812px) {
          div#wrapper section#main div.panel ul.episode-list {
            width: 90vw; } }
        div#wrapper section#main div.panel ul.episode-list li:nth-child(n+2) {
          margin-top: 20px; }
  div#wrapper section#listen-on {
    width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 812px) {
      div#wrapper section#listen-on {
        width: 93.3333vw; } }
    div#wrapper section#listen-on h2 {
      margin-top: 120px;
      margin-bottom: 80px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#listen-on h2 {
          margin-top: 10vw;
          margin-bottom: 10vw; } }
      div#wrapper section#listen-on h2 img {
        width: 100%; }
    div#wrapper section#listen-on a {
      display: block;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#listen-on a {
          width: 93vw;
          margin-top: 5vw; } }
      div#wrapper section#listen-on a img {
        width: 100%; }
  div#wrapper section#get-it-now {
    margin-top: 120px;
    width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 812px) {
      div#wrapper section#get-it-now {
        width: 93.3333vw;
        margin-top: 25vw; } }
    div#wrapper section#get-it-now h2 {
      margin-bottom: 80px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#get-it-now h2 {
          margin-top: 10vw;
          margin-bottom: 10vw; } }
      div#wrapper section#get-it-now h2 img {
        width: 100%; }
    div#wrapper section#get-it-now a {
      display: block;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#get-it-now a {
          width: 93vw;
          margin-top: 5vw; } }
      div#wrapper section#get-it-now a img {
        width: 100%; }
  div#wrapper section#contact-us {
    margin-top: 120px;
    width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 812px) {
      div#wrapper section#contact-us {
        width: 93.3333vw;
        margin-top: 25vw; } }
    div#wrapper section#contact-us h2 {
      margin-bottom: 80px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#contact-us h2 {
          margin-top: 10vw;
          margin-bottom: 10vw; } }
      div#wrapper section#contact-us h2 img {
        width: 100%; }
    div#wrapper section#contact-us a {
      display: block;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#contact-us a {
          width: 93vw;
          margin-top: 5vw; } }
      div#wrapper section#contact-us a img {
        width: 100%; }
  div#wrapper section#shop-now {
    margin-top: 120px;
    width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 812px) {
      div#wrapper section#shop-now {
        width: 93.3333vw;
        margin-top: 25vw; } }
    div#wrapper section#shop-now h2 {
      margin-bottom: 80px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#shop-now h2 {
          margin-top: 10vw;
          margin-bottom: 10vw; } }
      div#wrapper section#shop-now h2 img {
        width: 100%; }
    div#wrapper section#shop-now a {
      display: block;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      @media screen and (max-width: 812px) {
        div#wrapper section#shop-now a {
          width: 93vw;
          margin-top: 5vw; } }
      div#wrapper section#shop-now a img {
        width: 100%; }
  div#wrapper section a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    div#wrapper section a:hover {
      opacity: .8; }
  div#wrapper footer {
    margin-top: 100px; }
    div#wrapper footer p {
      text-align: center;
      padding-bottom: 10px; }
      @media screen and (max-width: 812px) {
        div#wrapper footer p {
          font-size: 2.66667vw; } }

/*# sourceMappingURL=maps/home.css.map */


#entry {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 812px) {
	#entry {
		width:100%;
	}
}

.podcast_awards_ttl {
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	line-height:1.5em;
}

.podcast_awards_lead {
	font-size:16px;
	text-align:center;
	line-height:1.5em;
}

button.copyName {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	display:block;
	width:300px;
	height:55px;
	border:3px solid #A6B1B0;
	border-radius:12px;
	background-color:white;
	font-size:20px;
	font-weight:500;
	transition:background-color .3s, color .3s;
	color:black;
}

button.copyName:hover,button.copyName.active {
	background-color:#A6B1B0;
	color:white;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

button.copyName.active {
	animation: gelatine 0.5s;
}

a.podcast_awards_entry {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:350px;
	height:65px;
	border:3px solid #A6B1B0;
	border-radius:12px;
	background-color:#ffffff;
	font-size:23px;
	text-decoration:none;
	color:black;
	transition:background-color .3s, color .3s!important;
}

a.podcast_awards_entry:hover {
	background-color:#A6B1B0;
	color:white;
}

@media screen and (max-width: 812px) {
	a.podcast_awards_entry {
		margin-bottom:20vw;
	}
}