<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.device-type-desktop {
  background: url(../images/bg02.jpg) repeat center top; }
  body.device-type-desktop .page-nav {
    background-color: #eb3564; }
  body.device-type-desktop .page-nav-item.active {
    color: #eb3564; }
  body.device-type-desktop #common-related-shows a {
    background: #ffffff; }
  body.device-type-desktop .primary-container .section {
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    background: url(../images/contents-bg.jpg) repeat center top;
    background-size: 45%; }

body.device-type-mobile {
  background: url(../images/contents-bg.png) repeat center top #fff;
  background-size: 70%; }

body.device-type-desktop .page-nav {
  background-color: #eb3564; }

body.device-type-desktop .page-nav-item.active {
  color: #eb3564; }

body.device-type-desktop .note {
  box-sizing: border-box;
  background-color: #f5f5f5;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px;
  border: solid 2px #00bcd4;
  border-radius: 25px;
  margin-top: 20px; }
  body.device-type-desktop .note p {
    font-size: 14px; }

body.device-type-desktop iframe.form-box {
  background-color: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px; }

body.device-type-desktop a.item-button {
  color: #fff;
  font-size: 27px;
  line-height: 20px;
  border-radius: 200px;
  padding: 20px 140px;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 10px auto 20px auto;
  color: #fff !important; }

body.device-type-desktop .ttl {
  font-size: 24px;
  color: #eb3564;
  border-bottom: 3px solid #eb3564;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px;
  font-weight: bold;
  letter-spacing: 0; }
  body.device-type-desktop .ttl:before {
    content: "";
    background: url(../images/icon.png) no-repeat center top;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%); }

body.device-type-desktop p.catch-copy {
  font-size: 16px;
  line-height: 2rem; }

body.device-type-desktop div.tig-sample {
  margin-bottom: 10px; }

body.device-type-desktop .play-box {
  padding: 20px 20px;
  background-color: rgba(255, 111, 149, 0.09);
  border-radius: 20px; }
  body.device-type-desktop .play-box img {
    width: 65%; }
  body.device-type-desktop .play-box p.small-txt {
    font-size: 12px;
    padding-top: 5px; }
  body.device-type-desktop .play-box .ttl {
    font-size: 18px;
    color: #eb3564;
    border-bottom: 3px solid #eb3564;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-weight: bold;
    letter-spacing: 0; }
    body.device-type-desktop .play-box .ttl:before {
      content: "";
      background: url(../images/icon.png) no-repeat center top;
      background-size: contain;
      width: 30px;
      height: 30px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translate(0%, -50%); }

body.device-type-desktop p.present-txt {
  color: #eb3564;
  text-align: center;
  font-size: 22px;
  font-weight: bold; }

body.device-type-desktop p.full-screen {
  margin-left: 15px;
  margin-bottom: 20px; }

body.device-type-desktop p.movie-info {
  font-size: 15px;
  font-weight: bold;
  margin-left: 15px; }
  body.device-type-desktop p.movie-info span.movie-ttl {
    color: #eb3564;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px; }

body.device-type-desktop #section-1 {
  padding-bottom: 40px; }

body.device-type-desktop #back-button {
  font-size: 18px;
  background-color: #777;
  padding: 10px 80px; }
  body.device-type-desktop #back-button:hover {
    opacity: 0.8; }

body.device-type-mobile .page-nav {
  background-color: #eb3564; }

body.device-type-mobile .page-nav-item.active {
  color: #eb3564; }

body.device-type-mobile #common-header {
  background: #ffffff; }

body.device-type-mobile .ttl {
  font-size: 22px;
  color: #eb3564;
  border-bottom: 2px solid #eb3564;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
  font-weight: bold; }
  body.device-type-mobile .ttl:before {
    content: "";
    background: url(../images/icon.png) no-repeat center top;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%); }

body.device-type-mobile a.item-button {
  color: #fff;
  font-size: 27px;
  line-height: 20px;
  border-radius: 200px;
  padding: 20px 0px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 20px auto;
  display: block;
  color: #fff !important; }

body.device-type-mobile .note {
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 15px;
  border: solid 2px #00bcd4;
  border-radius: 20px; }
  body.device-type-mobile .note p.item-text {
    font-size: 13.5px; }

body.device-type-mobile .play-box {
  padding: 4.5vw 4vw;
  background-color: rgba(255, 111, 149, 0.09);
  border-radius: 20px; }
  body.device-type-mobile .play-box img {
    width: 100%; }
  body.device-type-mobile .play-box p.small-txt {
    font-size: 12px;
    padding-top: 5px; }
  body.device-type-mobile .play-box .ttl {
    font-size: 16px;
    color: #eb3564;
    border-bottom: 2px solid #eb3564;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-weight: bold;
    letter-spacing: 0; }
    body.device-type-mobile .play-box .ttl:before {
      content: "";
      background: url(../images/icon.png) no-repeat center top;
      background-size: contain;
      width: 30px;
      height: 30px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translate(0%, -50%); }

body.device-type-mobile p.present-txt {
  color: #eb3564;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold; }

body.device-type-mobile p.movie-info {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px; }
  body.device-type-mobile p.movie-info span.movie-ttl {
    color: #eb3564;
    font-weight: bold;
    font-size: 16px; }

body.device-type-mobile p.full-screen {
  margin: -10px 0px; }

body.device-type-mobile #back-button {
  font-size: 20px;
  background-color: #777;
  padding: 12px 0px; }

.page-drawer-icon &gt; svg {
  fill: #eb3564; }

.primary-container #main-container a,
.primary-container #main-container a:link,
.primary-container #main-container a:visited,
.primary-container #main-container a:active {
  color: #eb3564; }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*aspect 16:9*/
  height: 0;
  overflow: hidden;
  margin: 15px;
  margin-bottom: 5px; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
</pre></body></html>