@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
.shadow-dark {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.shadow-dark-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.28);
}

.pg-user-extension > *,
.pg-user-slidebar > *,
.shadow-light {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.shadow-light-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.shadow-medium {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.shadow-medium-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.pg-article .media-item.video .video-dock .video-toolbar, .pg-article iframe, .pg-article .video-embed, .pg-article .large-image, .pg-user-extension > *,
.pg-user-slidebar > *, .pg-unkeep, header, .pg-feature-class .pg-feature-img, .pg-feature-class .pg-feature-title, header .bf-nav .nav-items > .item .icon-music, .bg-hover-pageno {
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "Breakfast Icons";
  src: url("../font/Break-Icons/v4.0.5.woff?token=2312091219");
}
@font-face {
  font-family: "Breakfast Icons Fill";
  src: url("../font/Break-Icons/v4.0.5_Bold.woff?token=2311111526");
}
.pg-article ul li::before {
  border-radius: 8px;
}

.pg-article .media-item.youtube iframe, .pg-article .media-item.video .video-dock, .pg-article blockquote {
  border-radius: 24px;
}

.pg-article .img-caption, .pg-article table.bf-list tr td {
  color: #000000;
}

.pg-article .large-image, body.full, .pg-lyric-view.full {
  color: #FFFFFF;
}

.pg-article .img-caption, .pg-article table.bf-list tr td {
  font-family: "Public Sans";
  font-size: 15px;
  line-height: 120%;
}

.pg-article .media-item.youtube .img-caption {
  font-family: "Public Sans";
  font-size: 17px;
  line-height: 120%;
}

.pg-lyric-view.full {
  font-family: "Public Sans";
  font-size: 25px;
  line-height: 120%;
}

.pg-article .media-item.video .video-dock .video-toolbar .video-action {
  padding: 8px;
}
.pg-article table.bf-list tr td, .pg-article table.bf-list tr th {
  padding: 8px 12px;
}
.pg-article .media-item.youtube .img-caption, .pg-article .img-caption {
  gap: 8px !important;
}

.pg-article .img-caption {
  padding: 12px 20px;
}
.pg-article .media-item.youtube .img-caption {
  padding: 12px 24px;
}
.pg-article .media-item.video .video-dock, .pg-article ul li::before, .pg-article .large-image, body.full, .pg-lyric-view.full, header .bf-nav .nav-items > .item:hover, header .bf-nav .nav-items > .item.active {
  background-color: #000000;
}

.pg-article .media-item.video .video-dock .video-toolbar {
  background-color: #FFFFFF;
}

.pg-article .media-item.youtube .img-caption, .pg-article .img-caption {
  display: flex;
}

.pg-article .media-item.video, .pg-article fieldset > blockquote, .pg-article fieldset > div, .pg-article fieldset > h3, .pg-article fieldset > h4, .pg-article fieldset > h5, .pg-article fieldset > h6, .pg-article fieldset > p, .pg-article fieldset > table, .pg-article ul li, .pg-article .large-image {
  position: relative;
}

.pg-article ul li::before, .bf-slide.pg-coach .pg-coach-mask {
  position: absolute;
}

.pg-article .media-item.video .video-dock {
  overflow: hidden;
}

body, .main-viewport, .bf-popup {
  background-color: #FFF0D3;
}

.bg-pageno {
  background-color: #FFF0D3;
}
.bg-pageno-darker {
  background-color: #F9D896;
}
.bg-pageno-light {
  background-color: #fff6e4;
}

.bg-hover-pageno:hover {
  background-color: #F9D896;
}

.sticky.top {
  top: 124px !important;
}

.color-pageno {
  color: #F9D896;
}

.pg-bigtitle {
  letter-spacing: -8px;
  line-height: 100%;
  font-size: 116px;
}

.pg-medtitle {
  letter-spacing: -5px;
  line-height: 100%;
  font-size: 80px;
}

@media only screen and (min-width: 1620px) {
  .pg-area {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
header {
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0px 0px 0px 0px !important;
}
header .bf-nav {
  padding-top: 0px !important;
}
header .bf-nav .nav-items > .item {
  border-right: 1px solid #000000;
  border-radius: 0px !important;
}
header .bf-nav .nav-items > .item .icon-music {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
header .bf-nav .nav-items > .item:last-child {
  border-right: none;
}
header .bf-nav .nav-items > .item::after {
  background-color: #F9D896;
}
header .bf-nav .nav-items > .item:hover, header .bf-nav .nav-items > .item.active {
  color: #F9D896;
}
header .bf-nav .nav-items > .item:hover .icon-music, header .bf-nav .nav-items > .item.active .icon-music {
  opacity: 1;
  width: 20px;
  height: 20px;
}

.bf-slide.pg-coach .pg-coach-mask {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 0.66) 56.44%, #000 100%);
  width: 30%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 200;
}
.bf-slide.pg-coach .slide-item .pg-coach-t1 {
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.bf-slide.pg-coach .slide-item .pg-coach-t2 {
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.bf-slide.pg-coach .slide-item .pg-coach-avatar {
  filter: grayscale(100);
  animation-duration: 3.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.bf-slide.pg-coach .slide-item .pg-coach-label {
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.bf-slide.pg-coach .slide-item.start .pg-coach-t1, .bf-slide.pg-coach .slide-item.start .pg-coach-t2, .bf-slide.pg-coach .slide-item.active .pg-coach-t1, .bf-slide.pg-coach .slide-item.active .pg-coach-t2 {
  animation-name: delayBanner;
  animation-fill-mode: forwards;
  opacity: 1;
}
.bf-slide.pg-coach .slide-item.start .pg-coach-avatar, .bf-slide.pg-coach .slide-item.active .pg-coach-avatar {
  filter: grayscale(0);
}
.bf-slide.pg-coach .slide-item.start .pg-coach-label, .bf-slide.pg-coach .slide-item.active .pg-coach-label {
  animation-name: delayLabel;
  animation-fill-mode: forwards;
}

@keyframes delayBanner {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes delayLabel {
  0% {
    transform: scale(80%);
  }
  100% {
    transform: scale(100%);
  }
}
.pg-feature-class:hover .pg-feature-title {
  transform: translateY(15%);
}
.pg-feature-class:hover .pg-feature-img {
  transform: translateY(5%);
}

.pg-daily {
  display: flex;
  max-width: 9999px;
  height: 300px;
}
.pg-daily .pg-daily-picture {
  height: 100%;
  animation-name: movingRight;
  animation-fill-mode: forwards;
  opacity: 1;
  animation-duration: 60s;
}
.pg-daily .pg-daily-picture > img {
  height: 100%;
}

@keyframes movingRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3000px);
  }
}
.pg-icon {
  top: -56px;
  right: 10%;
  animation-name: musicDock;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
.pg-icon::after, .pg-icon::before {
  content: "";
  border: 2px solid #000000;
  position: absolute;
  border-radius: 100%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 1;
  animation-duration: 3s;
}
.pg-icon::after {
  width: 120px;
  height: 120px;
  animation-name: musicWave;
}
.pg-icon::before {
  width: 80px;
  height: 80px;
  animation-name: musicWave2;
}

@keyframes musicWave {
  0% {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  90% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
@keyframes musicDock {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes musicWave2 {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  90% {
    width: 180px;
    height: 180px;
    opacity: 0;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.pg-player.float {
  position: fixed;
  bottom: 20px;
  left: 15%;
  right: 15%;
  z-index: 600;
}

.pg-lyric-view {
  -moz-column-count: 2;
       column-count: 2;
  line-height: 140%;
  inset: 0px;
}
.pg-lyric-view.onecol {
  -moz-column-count: unset;
       column-count: unset;
}
.pg-lyric-view p {
  border-bottom: 1px solid rgba(234, 214, 166, 0.3333333333);
  padding: 8px;
}
.pg-lyric-view p:hover {
  color: #C38200;
}
.pg-lyric-view.full {
  z-index: 300;
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.pg-lyric-view.full p:hover {
  color: #F9D896;
}

body.full {
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
body.full .max-width-l {
  max-width: 80vw;
}
body.full .main-viewport, body.full .bf-popup {
  background-color: #000000;
}

.pg-unkeep.blur, header.blur {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0px;
  margin: 0px;
}

.pg-view-control {
  position: fixed;
  right: 80px;
  top: calc(50% - 138px);
  z-index: 400;
}

.pg-onecol.active .icon-only::before {
  content: "ɀ";
}

.pg-chord {
  background-color: #96783E;
  padding: 0px 4px;
  border-radius: 4px;
  margin-right: 4px;
  color: #FFF0D3;
}

input, button, .option-selected, textarea {
  border-radius: 72px !important;
  font-size: inherit !important;
  background-color: #fff6e4 !important;
  color: #000000 !important;
}
input.bg-black, button.bg-black, .option-selected.bg-black, textarea.bg-black {
  background-color: #fff6e4 !important;
}

button {
  background-color: #F9D896 !important;
}
button.bg-black {
  background-color: #F9D896 !important;
}

textarea {
  border-radius: 32px !important;
}

.bf-input.input-select .option-list .item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.bf-input.input-select .option-list .item.selected {
  background-color: #F9D896;
  color: black !important;
}
.bf-input.input-radio input[type=radio]:checked + .radio-label {
  background-color: #F9D896;
  color: black !important;
}

.pg-user-extension,
.pg-user-slidebar {
  position: fixed;
  right: 20px;
  top: 20px;
  bottom: 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(120%);
}
.pg-user-extension > *,
.pg-user-slidebar > * {
  width: 460px;
  background-color: #FFFFFF;
  height: calc(100vh - 40px);
  overflow-y: auto;
  border-radius: 20px;
}
.pg-user-extension.active,
.pg-user-slidebar.active {
  transform: translateY(0%);
}

.bf-input.checkbox-label, .bf-input .option-selected, .bf-input .path-select, .bf-input .radio-label, .bf-input input[type=date], .bf-input input[type=email], .bf-input input[type=number], .bf-input input[type=password], .bf-input input[type=tel], .bf-input input[type=text], .bf-input textarea {
  box-shadow: 0 0 0 1px #000000;
}
.bf-input.checkbox-label:focus, .bf-input .option-selected:focus, .bf-input .path-select:focus, .bf-input .radio-label:focus, .bf-input input[type=date]:focus, .bf-input input[type=email]:focus, .bf-input input[type=number]:focus, .bf-input input[type=password]:focus, .bf-input input[type=tel]:focus, .bf-input input[type=text]:focus, .bf-input textarea:focus {
  box-shadow: 0 0 0 2px #000000, 0 0 0 6px rgba(234, 214, 166, 0.3333333333), 0 4px 10px #f9d896;
}
.bf-input.checkbox-label:hover, .bf-input .option-selected:hover, .bf-input .path-select:hover, .bf-input .radio-label:hover, .bf-input input[type=date]:hover, .bf-input input[type=email]:hover, .bf-input input[type=number]:hover, .bf-input input[type=password]:hover, .bf-input input[type=tel]:hover, .bf-input input[type=text]:hover, .bf-input textarea:hover {
  box-shadow: 0 0 0 2px #000000;
}
.bf-input.input-multiple .multiple-dock.active .multiple-list input[type=text], .bf-input.input-select.active .option-selected, .bf-inputinput-path .path-select.picked, .bf-input .bf-input.input-select.active .option-selected {
  box-shadow: 0 0 0 2px #000000, 0 0 0 6px rgba(234, 214, 166, 0.3333333333), 0 4px 10px #f9d896;
}
.bf-input.input-select .option-list .item:hover {
  box-shadow: unset;
  background-color: #FFF0D3;
}

.pg-article {
  line-height: 150%;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pg-article[class^=bf-viewport] {
  max-width: 100% !important;
}
.pg-article .text-center {
  text-align: center;
}
.pg-article .text-right {
  text-align: right;
}
.pg-article .text-left {
  text-align: left;
}
.pg-article .large-image {
  box-sizing: border-box;
  border-radius: 27px;
}
.pg-article .large-image.slider {
  margin-left: -65px;
  margin-right: -65px;
}
.pg-article .large-image.keep-form {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pg-article .large-image > *:not(table, .table-item) .img-insight {
  border: 1px solid #000000;
  width: calc(100% - 2px);
}
.pg-article a {
  color: #1E57FF;
}
.pg-article a:hover {
  text-decoration: underline;
}
.pg-article u {
  text-decoration: none;
}
.pg-article h3 {
  font-size: 27px;
  color: #000000;
}
.pg-article h4 {
  font-size: 21px;
  color: #000000;
}
.pg-article table.border-list {
  border: 1px solid black;
  border-collapse: collapse;
}
.pg-article table.border-list th, .pg-article table.border-list td {
  border: 1px solid black;
  border-collapse: collapse;
}
.pg-article table, .pg-article tr {
  vertical-align: top;
}
.pg-article ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 32px;
}
.pg-article ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pg-article ul li::before {
  content: "";
  width: 8px;
  height: 4px;
  top: 11px;
  left: -18px;
}
.pg-article blockquote {
  border: 1px solid #000000;
  padding: 32px 24px 28px 24px;
  margin: 0px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background-color: #fff9ec;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.pg-article blockquote i {
  font-weight: 400;
}
.pg-article .boxinfo {
  border-left: 3px solid #000000;
  padding: 12px 20px;
}
.pg-article .boxinfo a {
  text-decoration: none;
  color: inherit;
}
.pg-article .boxinfo a:hover {
  text-decoration: underline;
}
.pg-article table {
  z-index: 300;
}
.pg-article table[align=left] {
  margin-right: 20px;
}
.pg-article table[align=right] {
  margin-left: 20px;
}
.pg-article table th {
  padding: 4px 8px;
}
.pg-article table tbody tr:hover {
  background-color: transparent;
}
.pg-article table.bf-list {
  border-radius: 20px;
  background-color: #b99c64;
}
.pg-article table.bf-list thead, .pg-article table.bf-list tbody {
  border: unset !important;
}
.pg-article table.bf-list tr {
  border: unset !important;
}
.pg-article table.bf-list tr th {
  border: unset !important;
}
.pg-article table.bf-list tr td {
  background-color: #FFF0D3;
  border: 1px solid #b99c64;
}
.pg-article fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
.pg-article fieldset legend {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 32px;
  border-left: 2px solid #000000;
  padding-left: 12px;
  font-weight: bold;
}
.pg-article fieldset > blockquote, .pg-article fieldset > div, .pg-article fieldset > h3, .pg-article fieldset > h4, .pg-article fieldset > h5, .pg-article fieldset > h6, .pg-article fieldset > p, .pg-article fieldset > table {
  margin-top: 32px;
}
.pg-article fieldset > blockquote:nth-child(2), .pg-article fieldset > div:nth-child(2), .pg-article fieldset > h3:nth-child(2), .pg-article fieldset > h4:nth-child(2), .pg-article fieldset > h5:nth-child(2), .pg-article fieldset > h6:nth-child(2), .pg-article fieldset > p:nth-child(2), .pg-article fieldset > table:nth-child(2) {
  margin-top: 0;
}
.pg-article .cusblock-item blockquote,
.pg-article .cusblock-item div,
.pg-article .cusblock-item fieldset,
.pg-article .cusblock-item h3,
.pg-article .cusblock-item h4,
.pg-article .cusblock-item h5,
.pg-article .cusblock-item h6,
.pg-article .cusblock-item li,
.pg-article .cusblock-item p,
.pg-article .cusblock-item table,
.pg-article .cusblock-item ul {
  margin-top: unset !important;
}
.pg-article iframe, .pg-article .video-embed {
  width: 100%;
  height: 372px;
  display: block;
}
.pg-article .img-caption {
  flex-direction: column;
  font-style: italic;
  border-radius: 26px;
  background-color: #FFF0D3;
  border: 1px solid #000000;
  border-top: unset !important;
}
.pg-article .bg-valid {
  background-color: #009f4d !important;
}
.pg-article .media-item.image .img-insight {
  display: block;
  border-radius: 26px;
}
.pg-article .media-item.video {
  display: block;
  width: 100%;
}
.pg-article .media-item.video video {
  max-width: 100%;
}
.pg-article .media-item.video.paused .video-action::after {
  content: "+";
}
.pg-article .media-item.video.paused .video-dock .video-toolbar {
  bottom: 0px;
}
.pg-article .media-item.video:hover .video-dock .video-toolbar {
  bottom: 0px;
}
.pg-article .media-item.video .video-dock .video-toolbar {
  left: 20%;
  right: 20%;
  bottom: -50px;
  padding-left: 8px;
  z-index: 500;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.pg-article .media-item.video .video-dock .video-toolbar::before, .pg-article .media-item.video .video-dock .video-toolbar::after {
  content: "";
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2TDE2IDE2QzcuMTYzNDQgMTYgMCA4LjgzNjU2IDAgMFYxNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.pg-article .media-item.video .video-dock .video-toolbar::after {
  bottom: 0px;
  right: -16px;
}
.pg-article .media-item.video .video-dock .video-toolbar::before {
  bottom: 0px;
  left: -16px;
  transform: rotate(270deg);
}
.pg-article .media-item.video .video-dock .video-toolbar .video-action {
  cursor: pointer;
}
.pg-article .media-item.youtube iframe {
  display: block;
  width: 100%;
}
.pg-article .media-item.youtube .img-caption {
  flex-direction: column;
}

.pg-reel {
  width: 100%;
  height: 476px;
}/*# sourceMappingURL=global.css.map */