<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Yu Gothic';
  font-weight: 400;
  src: local('YuGothic-Medium'),
       local('Yu Gothic Medium'),
       local('YuGothic-Regular');
}

html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  -webkit-font-feature-settings : 'pkna';
          font-feature-settings : 'pkna';
}

.device-type-desktop .container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: auto;
}

.device-type-desktop .primary-container {
  box-sizing: border-box;
  width: 780px;
  padding: 32px 32px 32px 0;
}

.device-type-desktop .secondary-container {
  box-sizing: border-box;
  width: 300px;
  padding: 32px 0;
}

.device-type-mobile .container {}

.device-type-mobile .primary-container {
  box-sizing: border-box;
}

.device-type-mobile .secondary-container {
  display: none;
}

.device-type-desktop .superbanner-desktop {
  position: absolute;
  top: 0;
  right: 0;
  left: 352px;
  margin: auto;
  width: 728px;
  height: 90px;
}

.device-type-desktop .rectangle-desktop {
  width: 300px;
  height: 250px;
  margin-bottom: 16px;
}

.device-type-mobile .superbanner-mobile &gt; div {
  width: 320px;
  height: 50px;
  margin: auto;
}

.device-type-mobile .rectangle-mobile {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
}

.device-type-mobile .rectangle-mobile &gt; div {
  margin: 16px 0;
}

.device-type-desktop .page-nav {
  height: 72px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px -6px 6px -6px inset,
                rgba(0, 0, 0, 0.117647) 0px -4px 4px -4px inset;
  background-color: #00BCD4;
}

.device-type-desktop .page-nav-container {
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  width: 1080px;
  margin: auto;
}

.device-type-desktop .page-nav-list {
  width: auto;
  min-width: 100%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.device-type-desktop .page-nav-item {
  cursor: pointer;
  box-sizing: border-box;
  height: 42px;
  padding: 0 16px;
  margin: 32px 0 0 8px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background-color: rgba(255,255,255,.3);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 6px, rgba(0, 0, 0, 0.117647) 0px 0px 4px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.device-type-desktop .page-nav-item:hover {
  background-color: rgba(255,255,255,.7);
}

.device-type-desktop .page-nav-item.active {
  color: #00BCD4;
  background-color: #fff;
}

.device-type-desktop .page-nav-item.active:hover {
}

.device-type-desktop .page-nav-item:last-child::after {
  content: '';
  width: 4px;
}

.device-type-desktop .page-nav-home &gt; svg {
  margin-top: 4px;
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.device-type-desktop .page-nav-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  white-space: nowrap;
}

/*
.device-type-desktop {
  &amp; .page-nav-pc {
    // height: 48px;
    // overflow: hidden;
    box-sizing: border-box;
    // box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px inset, rgba(0, 0, 0, 0.117647) 0px 1px 4px inset;
    // background-color: #00BCD4;
  }

  &amp; .page-nav-container {
    white-space: nowrap;
    // overflow: scroll;
    // width: 103%;
    text-align: center;
    // -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  &amp; .page-nav-list {
    width: auto;
    min-width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    // flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }



  &amp; .page-nav-item {
    flex: 1 1 auto;
    cursor: pointer;
    box-sizing: border-box;
    height: 42px;
    padding: 0 16px;
    margin: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: rgba(255,255,255,.3);
    color: #fff;
    background-color: #00BCD4;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;

    &amp;:hover {
      background-color: #66d7e6;
    }

    &amp;.active {
      color: #00BCD4;
      background-color: #fff;

      &amp;:hover {
        background-color: rgba(0, 0, 0, 0.0784314);
      }
      // box-shadow: rgba(0, 0, 0, 0.156863) 0px -1px 6px, rgba(0, 0, 0, 0.227451) 0px -1px 6px;
    }

    &amp;:last-child::after {
      content: '';
      width: 4px;
    }
  }

  &amp; .page-nav-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    white-space: nowrap;
  }

}
*/

.device-type-mobile .page-nav {
  height: 48px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 6px 6px -6px inset,
                rgba(0, 0, 0, 0.117647) 0px 4px 4px -4px inset,
                rgba(0, 0, 0, 0.117647) 0px -6px 6px -6px inset,
                rgba(0, 0, 0, 0.117647) 0px -4px 4px -4px inset;
  background-color: #00BCD4;
}

.device-type-mobile .page-nav-container {
  white-space: nowrap;
  width: 103%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.device-type-mobile .page-nav-list {
  width: auto;
  min-width: 100%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.device-type-mobile .page-nav-item {
  cursor: pointer;
  box-sizing: border-box;
  height: 42px;
  padding: 0 16px;
  margin: 8px 0 0 8px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background-color: rgba(255,255,255,.3);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px -1px 6px, rgba(0, 0, 0, 0.117647) 0px -1px 4px;
}

.device-type-mobile .page-nav-item.active {
  color: #00BCD4;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px -1px 10px, rgba(0, 0, 0, 0.227451) 0px -1px 10px;
}

.device-type-mobile .page-nav-item:last-child::after {
  content: '';
  width: 4px;
}

.device-type-mobile .page-nav-home &gt; svg {
  margin-top: 2px;
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.device-type-mobile .page-nav-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.super-banner {
  display: none;
}

/*
.page-nav-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;

  margin: 16px auto;

  &amp; &gt; a {
    background-color: #000;
    text-decoration: none;
    color: #fff;
    padding: 8px 16px;
    margin: 4px;
    line-height: 14px;
    border-radius: 15px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;


    &amp;:hover {
      background-color: #333;
      color: #ffdf00;
    }
  }


  &amp; .page-nav-title {
    font-size: 14px;
  }

  &amp; .page-nav-subtitle {
    font-size: 12px;
  }
}
*/

.page-drawer {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60vh;
}

.page-drawer-icon &gt; svg {
  width: 128px;
  height: 128px;
  fill: #00BCD4;
}

.page-drawer-title {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
}

.page-drawer-subtitle {
  color: #212121;
  font-size: 12px;
  font-weight: bold;
}

.page-drawer-text {
  color: #212121;
  font-size: 20px;
  margin-top: 64px;
}

.page-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-banner-container a {
  line-height: 0;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 4px);
          flex: 0 0 calc(50% - 4px);
  margin-top: 8px;
}

.page-banner-container a &gt; img {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.page-banner-container a:hover &gt; img {
  opacity: 0.5;
}

.page-banner-container div {
  line-height: 0;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 4px);
          flex: 0 0 calc(50% - 4px);
  margin-top: 8px;
}

.page-banner-container div &gt; img {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.page-banner-container img {
  width: 100%;
}

.device-type-mobile .page-banner-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 16px;
}

.page-up {
  position: fixed;
  bottom: 24px;
  right: 32px;
  width: 64px;
  height: 64px;
  padding: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.device-type-mobile .page-up {
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.device-type-mobile .page-up-inner {
  position: relative;
  width: 48px;
  height: 48px;
}

.device-type-mobile .page-up-text {
  display: none;
}

.page-up-inner {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.4);
  box-shadow: rgba(0, 0, 0, 0.188235) 0px 10px 30px, rgba(0, 0, 0, 0.227451) 0px 6px 10px;
  border: solid 1px #fff;
}

.page-up-icon {
  fill: #424242;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.page-up:hover .page-up-icon {
  fill: rgba(66, 66, 66, 0.5);
}

.page-up-text {
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  font-family: "Aleo Regular", sans-serif;
  text-align: center;
  color: #424242;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.page-up:hover .page-up-text {
  color: rgba(66, 66, 66, 0.5);
}

@-webkit-keyframes externalLinkFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes externalLinkFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.external-link {
  position: relative;
  -webkit-animation: externalLinkFadeIn 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          animation: externalLinkFadeIn 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.external-link:hover::before {
  color: #fff;
  content: '螟夜Κ繝ｪ繝ｳ繧ｯ';
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  top: -34px;
  left: -8px;
  background: rgba(86,86,86,1);
  padding: 8px 16px;
  z-index: 9999;
}

.external-link:hover::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 9999;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent rgba(0,0,0,1) transparent transparent;
}

.device-type-desktop .social-button {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
  position: absolute;
  top: 320px;
  left: calc(50% - 540px - 64px - 32px);
  z-index: 100;
}

.device-type-desktop .social-button.fixed {
  position: fixed;
  top: 16px;
}

.device-type-desktop .social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 8px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.device-type-desktop .social-button-icon &gt; svg {
  fill: #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.device-type-mobile .social-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
}

.device-type-mobile .social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: relative;
  margin: 8px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.device-type-mobile .social-button-icon &gt; svg {
  fill: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-button-twitter {
  background-color: rgb(85, 172, 238);
}

.social-button-twitter:hover {
  background-color: rgba(85, 172, 238, 0.6);
}

.social-button-facebook {
  background-color: rgb(59, 89, 152);
}

.social-button-facebook:hover {
  background-color: rgba(59, 89, 152, 0.6);
}

.social-button-line {
  background-color: rgb(0, 195, 0);
}

.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6);
}

.primary-container .section {
  margin-bottom: 64px;
  color: rgba(0, 0, 0, 0.870588);
}

.device-type-mobile .primary-container .section {
  min-height: 50vh;
}

.primary-container a,
  .primary-container a:link,
  .primary-container a:visited,
  .primary-container a:active {
  color: #00bcd4;
  text-decoration: underline;
}

.primary-container a:hover {
  color: #80DEEA;
  text-decoration: none;
}

.device-type-desktop [class*="item-style-"].item-has-title.item-has-text, .device-type-desktop [class*="item-style-"].item-has-subtitle.item-has-text, .device-type-desktop [class*="item-style-"].item-has-text {
  margin: 0 0 48px 0;
}

.device-type-mobile [class*="item-style-"].item-has-title.item-has-text, .device-type-mobile [class*="item-style-"].item-has-subtitle.item-has-text, .device-type-mobile [class*="item-style-"].item-has-text {
  margin: 0 0 32px 0;
}

.device-type-desktop [class*="item-style-"].item-has-title, .device-type-desktop [class*="item-style-"].item-has-subtitle {
  margin: 0 0 24px 0;
}

.device-type-mobile [class*="item-style-"].item-has-title, .device-type-mobile [class*="item-style-"].item-has-subtitle {
  margin: 0 0 24px 0;
}

.item-container-image {
  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;
}

.item-container-image .item-image {
  width: 100%;
  padding: 0 4px;
}

.item-container-image .item-image &gt; img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.item-container-image .item-image:first-child {
  padding: 0 4px 0 0;
}

.item-container-image .item-image:last-child {
  padding: 0 0 0 4px;
}

.item-container-image .item-image:only-child {
  padding: 0;
}

.device-type-desktop .item-has-video .item-container-image, .device-type-desktop .item-has-title .item-container-image, .device-type-desktop .item-has-subtitle .item-container-image, .device-type-desktop .item-has-text .item-container-image {
  margin-bottom: 24px;
}

.item-container-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.device-type-desktop .item-has-title .item-container-video, .device-type-desktop .item-has-subtitle .item-container-video, .device-type-desktop .item-has-text .item-container-video {
  margin-bottom: 24px;
}

.item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.device-type-desktop .item-container-typography {
  margin: 0;
  text-align: justify;
}

.item-has-image .device-type-desktop .item-container-typography {
  margin: 16px 0;
}

.device-type-mobile .item-container-typography {
  margin: 16px;
  text-align: justify;
}

.device-type-desktop .section-header {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 24px 0;
  letter-spacing: -3px;
}

.device-type-mobile .section-header {
  font-size: 24px;
  font-weight: 400;
  margin: 16px;
  letter-spacing: -1px;
}

.item-divider {
  height: 1px;
  border: none;
  background-color: rgb(224, 224, 224);
}

.device-type-desktop .item-divider {
  margin: -1px 0px 48px;
}

.device-type-mobile .item-divider {
  margin: -1px 0px 32px;
}

.item-text-align-left { text-align: left; }

.item-text-align-center { text-align: center; }

.item-text-align-right { text-align: right; }

.item-title {
  line-height: 1.4em;
  margin: 0;
}

.device-type-desktop .item-title {
  font-size: 21px;
}

.device-type-desktop .item-title.item-font-size-xl {
  font-size: 30px;
}

.device-type-desktop .item-title.item-font-size-l {
  font-size: 24px;
}

.device-type-desktop .item-title.item-font-size-s {
  font-size: 18px;
}

.device-type-desktop .item-title.item-font-size-xs {
  font-size: 16px;
}

.device-type-mobile .item-title {
  font-size: 21px;
}

.device-type-mobile .item-title.item-font-size-xl {
  font-size: 30px;
}

.device-type-mobile .item-title.item-font-size-l {
  font-size: 24px;
}

.device-type-mobile .item-title.item-font-size-s {
  font-size: 18px;
}

.device-type-mobile .item-title.item-font-size-xs {
  font-size: 16px;
}

.item-has-title.item-has-subtitle .item-title,
  .item-has-title.item-has-subtitle.item-has-text .item-title {
  margin-bottom: 8px;
}

.item-has-title.item-has-text .item-title {
  margin-bottom: 16px;
}

.item-subtitle {
  margin: 0;
}

.device-type-desktop .item-subtitle {
  font-size: 17px;
}

.device-type-desktop .item-subtitle.item-font-size-xl {
  font-size: 24px;
}

.device-type-desktop .item-subtitle.item-font-size-l {
  font-size: 21px;
}

.device-type-desktop .item-subtitle.item-font-size-s {
  font-size: 15px;
}

.device-type-desktop .item-subtitle.item-font-size-xs {
  font-size: 13px;
}

.device-type-mobile .item-subtitle {
  font-size: 17px;
}

.device-type-mobile .item-subtitle.item-font-size-xl {
  font-size: 24px;
}

.device-type-mobile .item-subtitle.item-font-size-l {
  font-size: 21px;
}

.device-type-mobile .item-subtitle.item-font-size-s {
  font-size: 15px;
}

.device-type-mobile .item-subtitle.item-font-size-xs {
  font-size: 13px;
}

.item-has-text .item-subtitle {
  margin-bottom: 12px;
}

.item-text {
  margin: 0 0 9px 0;
  line-height: 1.6em;
}

.device-type-desktop .item-text {
  font-size: 16px;
}

.device-type-desktop .item-text.item-font-size-xl {
  font-size: 21px;
}

.device-type-desktop .item-text.item-font-size-l {
  font-size: 18px;
}

.device-type-desktop .item-text.item-font-size-s {
  font-size: 14px;
}

.device-type-desktop .item-text.item-font-size-xs {
  font-size: 12px;
}

.device-type-mobile .item-text {
  font-size: 16px;
}

.device-type-mobile .item-text.item-font-size-xl {
  font-size: 21px;
}

.device-type-mobile .item-text.item-font-size-l {
  font-size: 18px;
}

.device-type-mobile .item-text.item-font-size-s {
  font-size: 14px;
}

.device-type-mobile .item-text.item-font-size-xs {
  font-size: 12px;
}

.item-text:last-child {
  margin: 0;
}

.item-container-button {
  text-align: right;
  margin: 24px 0;
}

.device-type-mobile .item-container-button {
  margin: 24px 16px 48px;
}

.item-button {
  font-size: 16px;
  text-align: center;
  padding: 12px 32px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  outline: none;
  line-height: 16px;
  border-radius: 2px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: rgb(0, 188, 212);
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px;
  display: inline-block;
}

a.item-button:link,
  a.item-button:visited,
  a.item-button:active {
  color: #fff;
  text-decoration: none;
}

a.item-button:hover {
  color: #fff;
  background-color: #66d7e6;
  text-decoration: none;
}

/**
 * item-style-center
 */

.device-type-desktop .item-style-center .item-title {
  text-align: center;
  font-size: 24px;
}

.device-type-desktop .item-style-center .item-subtitle {
  text-align: center;
  font-size: 20px;
}

.device-type-desktop .item-style-center .item-text {
  text-align: center;
  font-size: 18px;
}

.device-type-mobile .item-style-center .item-title {
  text-align: center;
  font-size: 24px;
}

.device-type-mobile .item-style-center .item-subtitle {
  text-align: center;
  font-size: 17px;
}

.device-type-mobile .item-style-center .item-text {
  text-align: center;
  font-size: 17px;
}

/**
 * item-style-avatar
 */

.device-type-desktop .item-style-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.device-type-desktop .item-style-avatar .item-container-image {
  display: block;
}

.device-type-desktop .item-style-avatar .item-container-image .item-image {
  padding: 0 0 8px 0;
}

.device-type-desktop .item-style-avatar .item-container-image .item-image:first-child {
  padding: 0 0 8px 0;
}

.device-type-desktop .item-style-avatar .item-container-image .item-image:last-child {
  padding: 0;
}

.device-type-desktop .item-style-avatar .item-container-image .item-image:only-child {
  padding: 0;
}

.device-type-desktop .item-style-avatar .item-container-typography {
  margin: 0 0 0 32px;
}

.device-type-desktop .item-style-avatar .item-flex-basis-0 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-35 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-55 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-65 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-85 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-95 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
}

.device-type-desktop .item-style-avatar .item-flex-basis-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.device-type-mobile .item-style-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.device-type-mobile .item-style-avatar .item-container-image {
  display: block;
}

.device-type-mobile .item-style-avatar .item-container-image .item-image {
  padding: 0 0 8px 0;
}

.device-type-mobile .item-style-avatar .item-container-image .item-image:first-child {
  padding: 0 0 8px 0;
}

.device-type-mobile .item-style-avatar .item-container-image .item-image:last-child {
  padding: 0;
}

.device-type-mobile .item-style-avatar .item-container-image .item-image:only-child {
  padding: 0;
}

.device-type-mobile .item-style-avatar .item-container-typography {
  margin: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}

.device-type-mobile .item-style-avatar .item-flex-basis-0  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-5  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin: 0 0 0 16px;
}

.device-type-mobile .item-style-avatar .item-flex-basis-35,
    .device-type-mobile .item-style-avatar .item-flex-basis-40,
    .device-type-mobile .item-style-avatar .item-flex-basis-45,
    .device-type-mobile .item-style-avatar .item-flex-basis-50,
    .device-type-mobile .item-style-avatar .item-flex-basis-55,
    .device-type-mobile .item-style-avatar .item-flex-basis-60,
    .device-type-mobile .item-style-avatar .item-flex-basis-65,
    .device-type-mobile .item-style-avatar .item-flex-basis-70,
    .device-type-mobile .item-style-avatar .item-flex-basis-75,
    .device-type-mobile .item-style-avatar .item-flex-basis-80,
    .device-type-mobile .item-style-avatar .item-flex-basis-85,
    .device-type-mobile .item-style-avatar .item-flex-basis-90,
    .device-type-mobile .item-style-avatar .item-flex-basis-95,
    .device-type-mobile .item-style-avatar .item-flex-basis-100 {
}

.device-type-mobile .item-style-avatar .item-flex-basis-35 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-40 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-45 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-50 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-55 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-60 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-65 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-70 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-75 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-80 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-85 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-90 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-95 + .item-container-typography, .device-type-mobile .item-style-avatar .item-flex-basis-100 + .item-container-typography {
  margin: 16px 16px 0 16px;
}

.device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-0,
  .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-5,
  .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-10,
  .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-15,
  .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-20,
  .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-25,
  .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-30 {
  margin-top: 16px;
}

.device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-0 + .item-container-typography, .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-5 + .item-container-typography, .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-10 + .item-container-typography, .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-15 + .item-container-typography, .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-20 + .item-container-typography, .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-25 + .item-container-typography, .device-type-mobile .section:first-child .item-style-avatar:first-child .item-flex-basis-30 + .item-container-typography {
  margin-top: 16px;
}

/**
 * item-style-cast
 */

.device-type-desktop .item-style-cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.device-type-desktop .item-style-cast .item-container-image {
  margin: 0 16px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.device-type-desktop .item-style-cast .item-container-typography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.device-type-desktop .item-style-cast .item-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.870588);
  line-height: 24px;
}

.device-type-desktop .item-style-cast .item-title:after {
  position: absolute;
  content: "窶ｦ窶ｦ窶ｦ";
  top: 0;
  bottom: 0;
  right: -4em;
  margin: auto 0;
}

.device-type-desktop .item-style-cast .item-subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 5em;
}

.device-type-desktop .item-style-cast .item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
}

.device-type-mobile .item-style-cast .item-container-image {}

.device-type-mobile .item-style-cast .item-container-typography {
  margin: 16px 16px 48px 16px;
}

.device-type-mobile .item-style-cast .item-title {
  font-size: 18px;
  text-align: center;
}

.device-type-mobile .item-style-cast .item-subtitle {
  font-size: 18px;
  text-align: center;
}

.device-type-mobile .item-style-cast .item-text {
  margin: 0;
}

/**
 * item-style-staff
 */

.item-style-staff .item-subtitle {
  font-size: 18px;
  margin-left: 1em;
}

.item-style-staff .item-text {
  margin-left: 2em;
}

/**
 * inline-style
 */

.inline-style-color-red { color: #f44336; }

.inline-style-color-pink { color: #e91e63; }

.inline-style-color-purple { color: #9c27b0; }

.inline-style-color-deepPurple { color: #673ab7; }

.inline-style-color-indigo { color: #3f51b5; }

.inline-style-color-blue { color: #2196f3; }

.inline-style-color-lightBlue { color: #03a9f4; }

.inline-style-color-cyan { color: #00bcd4; }

.inline-style-color-teal { color: #009688; }

.inline-style-color-green { color: #4caf50; }

.inline-style-color-lightGreen { color: #8bc34a; }

.inline-style-color-lime { color: #cddc39; }

.inline-style-color-yellow { color: #ffeb3b; }

.inline-style-color-amber { color: #ffc107; }

.inline-style-color-orange { color: #ff9800; }

.inline-style-color-deepOrange { color: #ff5722; }

.inline-style-color-brown { color: #795548; }

.inline-style-color-blueGrey { color: #607d8b; }

.inline-style-color-grey { color: #9e9e9e; }

.inline-style-font-smallest { font-size: 50%; }

.inline-style-font-smaller { font-size: 75%; }

.inline-style-font-bigger { font-size: 125%; }

.inline-style-font-biggest { font-size: 150%; }

.device-type-desktop .common-related-shows {
  margin: 64px auto auto auto;
}
</pre></body></html>