@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:400,900");/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}/**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}/**
 * Add the correct display in IE 9-.
 */audio,canvas,progress,video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */template,[hidden] {
  display: none;
}/* Links
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,a:hover {
  outline-width: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 *//**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,pre,samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}/**
 * Add the correct margin in IE 8.
 *//**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}/* Forms
   ========================================================================== *//**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */button,input,select,textarea {
  font: inherit;
  margin: 0;
}/**
 * Restore the font weight unset by the previous rule.
 */optgroup {
  font-weight: bold;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,input {
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,select {
  text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 *//**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
 /* 3 */
  white-space: normal;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

div,h1,h2,h3,h4,h5,h6,form,ul,li,ol,dl,dt,dd,p,fieldset,pre,code,legend,blockquote,figure {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}/* Embedded content */img {
  vertical-align: top;
  line-height: 1;
}/* Tabular data */caption {
  padding: 0;
}

th,td {
  padding: 0;
}/* Forms */fieldset {
  border: 0;
}

html,body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  line-height: 1;
  position: relative;
  width: 100%;
  min-height: 100%;
}

.wrapper {
  position: relative;
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

.text-noscript,.text-notSupported {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background-color: #ff1d1d;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  z-index: 5000;
}

.home .header {
  position: absolute;
  top: 100vh;
}

.home .header.is-fixed,.home .header.is-navOpen {
  position: fixed;
  top: 0 !important;
}

.header_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.langSwitch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
}

.langSwitch_item:first-child::after {
  content: "/";
  margin: 0 4px;
}

.langSwitch_link {
  color: #707070;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.langSwitch_link:hover {
  color: #fff;
}

.gnav_title {
  position: relative;
  padding-top: 1px;
}

.gnav_title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  pointer-events: none;
  transition: background-color 0.2s ease-out;
}

.is-open .gnav_title::after {
  opacity: 0;
}

.gnav_menuBtn {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: normal;
  background-color: #1b1b1b;
  border: 0;
  cursor: pointer;
}

.gnav_menuBtn::before,.gnav_menuBtn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}

.gnav_menuBtn:focus {
  outline: 0;
}

.gnav_wrapper {
  position: fixed;
  right: 0;
  left: 0;
  box-sizing: border-box;
  height: 100vh;
  background-color: #000;
  background-image: linear-gradient(135deg, rgba(250, 250, 250, 0.05) 21%, transparent 21%, transparent 50%, rgba(250, 250, 250, 0.05) 50%, rgba(250, 250, 250, 0.05) 71%, transparent 71%, transparent);
  overflow-y: scroll;
  z-index: -1;
  opacity: 0;
  transform: translateX(100%);
  transform-origin: right top;
  transition: opacity 0.2s 0.2s ease-out, transform 0s 0.4s;
}

.home .gnav_wrapper {
  position: absolute;
}

.home .gnav_wrapper.is-fixed {
  position: fixed;
}

.is-open .gnav_wrapper {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease-out, transform 0s;
}

.gnav_item {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  text-align: center;
  opacity: 0;
  transform: translateX(50%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.gnav_item:nth-child(1) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.14s ease-out;
}

.gnav_item:nth-child(2) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.12s ease-out;
}

.gnav_item:nth-child(3) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.1s ease-out;
}

.gnav_item:nth-child(4) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.08s ease-out;
}

.gnav_item:nth-child(5) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.06s ease-out;
}

.gnav_item:nth-child(6) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.04s ease-out;
}

.gnav_item:nth-child(7) {
  transition: opacity 0.2s ease-in, transform 0.2s 0.02s ease-out;
}

.is-open .gnav_item {
  opacity: 1;
  transform: translateX(0);
}

.is-open .gnav_item:nth-child(1) {
  transition: opacity 0.5s 0.15s ease-in, transform 0.3s 0.15s ease-out;
}

.is-open .gnav_item:nth-child(2) {
  transition: opacity 0.5s 0.2s ease-in, transform 0.3s 0.2s ease-out;
}

.is-open .gnav_item:nth-child(3) {
  transition: opacity 0.5s 0.25s ease-in, transform 0.3s 0.25s ease-out;
}

.is-open .gnav_item:nth-child(4) {
  transition: opacity 0.5s 0.3s ease-in, transform 0.3s 0.3s ease-out;
}

.is-open .gnav_item:nth-child(5) {
  transition: opacity 0.5s 0.35s ease-in, transform 0.3s 0.35s ease-out;
}

.is-open .gnav_item:nth-child(6) {
  transition: opacity 0.5s 0.4s ease-in, transform 0.3s 0.4s ease-out;
}

.is-open .gnav_item:nth-child(7) {
  transition: opacity 0.5s 0.45s ease-in, transform 0.3s 0.45s ease-out;
}

.gnav_link {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.gnav_link:hover {
  color: #ff1d1d;
}

.goPageTop {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #313131;
}

.goPageTop_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.goPageTop_link {
  position: relative;
  display: inline-block;
  color: #fff;
  text-indent: -9999px;
  background-color: #000;
  overflow: hidden;
  transition: background-color 0.2s ease-out;
}

.goPageTop_link::before,.goPageTop_link::after {
  content: "";
  position: absolute;
  background-color: currentColor;
}

.goPageTop_link::before {
  right: 50%;
  transform: rotate(-36deg);
  transform-origin: top right;
}

.goPageTop_link::after {
  left: 50%;
  transform: rotate(36deg);
  transform-origin: top left;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
}

.footer_sitename {
  font-weight: bold;
  text-align: center;
}

.actionBtn_link {
  display: block;
  color: #313131;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.actionBtn_link:hover {
  color: #fff;
  background-color: #ff1d1d;
}

.footerMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.footerMenu_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.footerMenu_link:hover {
  color: #ff1d1d;
}

.snsBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.snsBtn_link {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.snsBtn_link img {
  width: 100%;
  transition: opacity 0.2s ease-out;
}

.copyright {
  text-align: center;
}

.copyright_inner {
  color: #eee;
  font-size: 10px;
}

.common-page_header {
  width: 100%;
  background-color: #efefef;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 34%, transparent 34%, transparent);
  background-repeat: repeat;
}

.common-page_title {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.common-live {
  background-color: #efefef;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 21%, transparent 21%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 71%, transparent 71%, transparent);
}

.common-live_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.common-live_title {
  color: #313131;
}

.common-live_moreLink {
  display: inline-block;
  padding: 0 12px 1px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.common-live_moreLink:hover {
  background-color: #ff1d1d;
}

.common-live_video > iframe,.common-live_video > div {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  z-index: 1;
}

.common-live_tweet {
  background-color: #fff;
}

.common-tweet_hashtag {
  color: #55acee;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 400;
  text-align: center;
}

.common-tweet_hashtag::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../images/common/snsIcon-twitter-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.common-tweet_tl {
  overflow-x: hidden;
  overflow-y: scroll;
}

.common-tweet_tweetItem {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 6px 0;
  border-bottom: 2px solid #e5e5e5;
}

.common-tweet_tweetItem:first-child {
  border-top: 2px solid #e5e5e5;
}

.common-tweet_icon {
  display: table-cell;
  vertical-align: top;
}

.common-tweet_icon img {
  width: 100%;
}

.common-tweet_body {
  display: table-cell;
  padding-top: 2px;
  padding-left: 10px;
  color: #313131;
  vertical-align: top;
}

.common-tweet_body a {
  color: #55acee;
}

.common-tweet_footer {
  zoom: 1;
  padding-top: 5px;
}

.common-tweet_footer:after {
  display: table;
  clear: both;
  content: "";
}

.common-tweet_footer:before {
  display: table;
  content: "";
}

.common-tweet_account {
  display: block;
  float: left;
}

.common-tweet_date {
  display: block;
  float: right;
  color: #999;
}

.common-tweet_action {
  position: relative;
  border: 5px solid #000;
}

.common-tweet_login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.common-tweet_login.is-disabled {
  display: none;
  z-index: -1;
}

.common-tweet_loginBtn {
  display: block;
  color: #fff;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  background-color: #55acee;
  border: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.common-tweet_loginBtn:hover {
  color: #55acee;
  background-color: #fff;
}

.common-tweet_input {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.common-tweet_textarea {
  box-sizing: border-box;
  padding: 4px;
  border: 0;
  resize: none;
}

.common-tweet_textarea:focus {
  outline: 0;
}

.common-tweet_sendBtn {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #55acee;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.common-tweet_sendBtn:hover {
  background-color: #2195ed;
}

.common-tweet_sendBtn:focus {
  outline: 0;
}

.common-tweet_count {
  position: absolute;
  bottom: 1px;
  color: #999;
  font-size: 1rem;
}

.common-tweet_count.is-warned {
  color: #ff1d1d;
}

.common-tweet_sent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ff1d1d;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-out, z-index 0s 0.3s linear;
}

.common-tweet_sent.is-active {
  opacity: 1;
  z-index: 1;
  transition: opacity 0s ease-out;
}

.home-parts_more {
  position: absolute;
  right: 0;
}

.home-parts_moreBtn {
  display: block;
  color: #fff;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.home-parts_moreBtn:hover {
  background-color: #ff1d1d;
}

.home-parts_goToDetailBtn {
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
}

.wrapper[data-lang="jp"] .home-parts_goToDetailBtn::first-letter {
  letter-spacing: 1em;
}

.home-parts_goToDetailBtn:hover {
  background-color: #ff1d1d;
}

.home-hero {
  position: relative;
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/home/img-kv1.jpg");
}

.home-hero_bg {
  position: relative;
  height: calc(100vh -  123px);
  width: 100%;
  overflow: hidden;
}/*.home-hero_bg {
    position: relative;
    height:calc(100vh -  123px);
    width: 100%;
    overflow: hidden;
  @include media(pc) {
    height:calc(100vh -  81px);
  }
}*/.btn-none {
  visibility: hidden;
}

.home-hero_control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.home-hero_pausebtn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.home-hero_playbtn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.home-hero_soundoff {
  cursor: pointer;
  height: 20px;
  margin-left: 20px;
  width: 20px;
  position: absolute;
  right: 33px;
  bottom: 30px;
}

.home-hero_soundongroup {
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.home-hero_soundongroup .home-hero_soundon {
  width: 20px;
  display: inline;
}

.home-hero_soundongroup .vlm_bar {
  cursor: pointer;
  margin-right: 6px;
  transform: scale(0, 1);
  transform-origin: right top;
  visibility: hidden;
  padding: 0;
}

.home-hero_soundongroup:hover img.soundon_img {
  opacity: 0.5;
}

.home-hero_soundongroup:hover .vlm_bar {
  margin-right: 6px;
  width: 100px;
  height: 6px;
  visibility: visible;
  transform: scale(1, 1);
}

.home-hero_soundongroup:hover .vlm_bar .vlm_level {
  width: 50px;
  height: 4px;
  background-color: #fff;
  position: relative;
}

.home-hero_soundongroup:hover .vlm_bar .vlm_level::before {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.home-hero_pausebtn:hover,.home-hero_playbtn:hover,.home-hero_soundoff:hover {
  opacity: 0.5;
}

.home-hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.home-hero_body {
  position: relative;
  box-sizing: border-box;
}

.home-hero_name {
  margin: 0 auto;
}

.home-hero_name img {
  width: 100%;
}

.home-hero_play.mv-stop {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 45px 15px 65px;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
}

.home-hero_play.mv-stop::before {
  position: absolute;
  transition: 0.3s;
  left: 40px;
  top: 18px;
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #ffffff;
}

.home-hero_play.mv-stop:hover {
  color: #ff1d1d;
  border: 1px solid #ff1d1d;
  transition: 0.3s;
}

.home-hero_play.mv-stop:hover::before {
  transition: 0.3s;
  content: "";
  border-color: transparent transparent transparent #ff1d1d;
}

.home-hero_link {
  z-index: 2000;
  border-bottom: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.home-hero_link .home-hero_link_btn_left {
  line-height: 80px;
  font-size: 1.8rem;
  width: 30%;
  height: 80px;
  background-color: #000;
}

.home-hero_link .home-hero_link_btn_right {
  line-height: 80px;
  width: 70%;
  height: 80px;
  background-color: #1c1c1c;
}

.home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text {
  font-size: 3.2rem;
  font-weight: bold;
}

.home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text span {
  vertical-align: bottom;
  font-size: 1.4rem;
  padding: 10px 20px;
  margin-right: 10px;
  border: 1px solid #fff;
}

.home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text span.btn_text_note {
  padding: 10px;
  border: none;
  vertical-align: bottom;
  font-size: 1.4rem;
}

.home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text_en {
  font-size: 3.2rem;
  font-weight: bold;
}

.home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text_en span {
  vertical-align: bottom;
  font-size: 1.4rem;
  padding: 10px 20px;
  margin-right: 10px;
  border: 1px solid #fff;
}

.home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text_en span.btn_text_note {
  padding: 10px;
  border: none;
  vertical-align: bottom;
  font-size: 1.4rem;
}

.home-hero_link .home-hero_Bizlink_btn {
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.home-hero_link .home-hero_Bizlink_btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #ffffff;
}

.home-hero_link .home-hero_Bizlink_btn:hover {
  background-color: #ff1d1d;
  transition: 0.3s;
}

.home-hero_catchPhrase {
  margin: 0 auto;
}

.home-hero_catchPhrase img {
  width: 100%;
}

.home-hero_jump {
  text-align: center;
  z-index: 2000;
}

.home-hero_jumpBtn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  text-indent: -9999%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  overflow: hidden;
}

.home-hero_jumpBtn::before,.home-hero_jumpBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 21px;
  height: 7px;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.home-hero_jumpBtn::before {
  right: 50%;
  transform: translateY(-50%) skewY(30deg);
}

.home-hero_jumpBtn::after {
  left: 50%;
  transform: translateY(-50%) skewY(-30deg);
}

.home-hero_jumpBtn:hover::before,.home-hero_jumpBtn:hover::after {
  background-color: #ff1d1d;
}

.home-hero_forBiz {
  position: absolute;
}

.home-hero_forBizLink {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
}

.home-hero_forBizLink:hover {
  color: #ff1d1d;
  border-color: #ff1d1d;
}

.home-hero_live {
  text-align: center;
}

.home-hero_liveLink {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
  background-color: rgba(245, 245, 245, 0.8);
  background-image: linear-gradient(135deg, rgba(250, 250, 250, 0.5) 21%, transparent 21%, transparent 50%, rgba(250, 250, 250, 0.5) 50%, rgba(250, 250, 250, 0.5) 71%, transparent 71%, transparent);
}

.home-hero_liveLinkInner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-hero_liveThumbnail {
  position: relative;
}

.home-hero_liveThumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/home/icon-play.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.home-hero_liveThumbnail img {
  width: 100%;
}

.home-hero_liveBody {
  text-align: left;
}

.home-hero_liveHeading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  transition: color 0.4s ease-out;
}

a:hover .home-hero_liveHeading {
  color: #ff1d1d;
}

.home-info {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 34%, transparent 34%, transparent);
  background-repeat: repeat;
}

.home-info_heading {
  display: none;
}

.home-info_vision {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.home-info_screens {
  position: absolute;
  top: 0;
  left: 0;
}

.home-info_screen {
  position: relative;
  background-color: #111;
}

.home-info_screen::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.home-info_item {
  float: left;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.home-info_item.display-on {
  opacity: 1;
  transition: opacity 0;
}

.home-info_link {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.home-info_imageBox {
  position: relative;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.home-info_imageBox:nth-child(2) {
  -ms-flex-order: -1;
  order: -1;
}

.home-info_imageBox::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.home-info_imageBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.home-info_imageBox img.square,.home-info_imageBox img.portrait {
  width: auto;
  height: 100%;
}

.display-on .home-info_imageBox {
  opacity: 1;
}

.display-on .home-info_imageBox:first-child {
  transition: opacity 0.2s 0.4s;
}

.display-on .home-info_imageBox:nth-child(2) {
  transition: opacity 0.2s;
}

.display-on .home-info_imageBox:last-child {
  transition: opacity 0.2s 0.2s;
}

.display-on .home-info_imageBox img {
  transform: translate(-50%, -50%) scale(1.2);
}

.display-on .home-info_imageBox img:first-child {
  transition: transform 9s 0.4s linear;
}

.display-on .home-info_imageBox img:nth-child(2) {
  transition: transform 9s 0s linear;
}

.display-on .home-info_imageBox img:last-child {
  transition: transform 9s 0.2s linear;
}

.display-off .home-info_imageBox {
  opacity: 0;
  transition: opacity 0.2s 0s ease-in !important;
}

.display-off .home-info_imageBox img {
  transform: translate(-50%, -50%) scale(5);
  transition: transform 0.2s ease-in !important;
}

.home-info_body {
  opacity: 0;
}

.display-on .home-info_body {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.25s 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.display-off .home-info_body {
  opacity: 0;
  transition: opacity 0.2s 0s ease-in, transform 0.2s 0s ease-in;
}

.home-info_body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: right;
}

.display-on .home-info_body::after {
  transform: scaleX(0);
  transition: transform 0.2s 1.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.home-info_text {
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
}

.home-info_controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-info_controlItem {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease-out;
}

.home-info_controlItem::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.home-info_controlItem::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease-out;
}

.home-info_controlItem.is-active {
  border-color: #ff1d1d;
}

.home-info_controlItem.is-active::after {
  opacity: 0;
}

.home-info_controlItem img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.home-info_controlItem img.square,.home-info_controlItem img.portrait {
  width: auto;
  height: 100%;
}

.home-info_board {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

.home-info_marquee {
  position: relative;
  height: 1em;
  padding: 5px 0;
  background-color: #000;
}

.home-info_marquee::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 4px 4px;
}

.home-info_announceItem {
  position: absolute;
  top: 5px;
  left: 100%;
  display: inline-block;
  visibility: hidden;
}

.home-info_announceItem span {
  display: inline-block;
}

.home-info_marqueeItemWrapper {
  position: absolute;
  top: 5px;
  left: 10%;
  transform: translate3d(0, 0, 0);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.home-info_marqueeItemWrapper.is-inAnimation {
  animation-name: marquee;
  animation-duration: 7s;
}

.home-info_marqueeItem {
  position: absolute;
  top: 5px;
  left: 100%;
  transform: translate3d(0, 0, 0);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.home-info_marqueeItem.is-inAnimation {
  animation-name: marquee;
}

.home-info_marqueeItem span {
  display: inline-block;
}

.home-pickup {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.home-pickup.--dpNone {
  display: none !important;
}

.home-pickup_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-pickup_changeDay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-pickup_changeDayItem {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}

.home-pickup_changeDayItem:not(.is-active) {
  cursor: pointer;
}

.home-pickup_changeDayItem::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ff1d1d;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
  z-index: 0;
}

.home-pickup_changeDayItem.is-inactive--ltr::before {
  transform: scaleX(0);
  transform-origin: left;
}

.home-pickup_changeDayItem.is-inactive--rtl::before {
  transform: scaleX(0);
  transform-origin: right;
}

.home-pickup_changeDayItem.is-active--ltr::before {
  transform: scaleX(1);
  transform-origin: left;
}

.home-pickup_changeDayItem.is-active--rtl::before {
  transform: scaleX(1);
  transform-origin: right;
}

.home-pickup_changeDayItem span:not([class]) {
  position: relative;
  z-index: 1;
}

.home-pickup_changeDayItem .paren--left {
  margin-left: -5px;
}

.home-pickup_changeDayItem .paren--right {
  letter-spacing: -8px;
}

.home-pickup_carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-pickup_carouselBody {
  overflow: hidden;
  width: 100%;
}

.home-pickup_carouselBody > div {
  transition: opacity 0.3s ease-in;
}

.home-pickup_carouselBody > div.is-hidden {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.home-pickup_carouselBody > div.is-beforeReady {
  visibility: hidden;
}

.home-pickupItem {
  float: left;
  background-color: #fff;
  outline: none;
}

.home-pickupItem_title {
  color: #313131;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
}

.home-pickupItem_image {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
  overflow: hidden;
}

.home-pickupItem_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.home-pickupItem_now {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ff1d1d;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 400;
  background-color: #000;
}

.home-pickupItem_time {
  color: #313131;
}

.home-pickupItem_timeHeading {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  background-color: #313131;
  -webkit-font-smoothing: subpixel-antialiased;
}

.home-pickupItem_text {
  color: #313131;
}

.home-pickupItem_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-pickupItem_icon {
  display: inline-block;
}

.home-pickupItem_icon img {
  width: 100%;
}

.home-pickup_nav--arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class^="home-pickup_arrowBtn"] {
  position: relative;
  font-size: 0;
  text-indent: -9999%;
  border: 0;
  overflow: hidden;
  transition: background-color 0.2s ease-out;
}

[class^="home-pickup_arrowBtn"]:enabled {
  background-color: #000;
  cursor: pointer;
}

[class^="home-pickup_arrowBtn"]:disabled {
  background-color: #aaa;
}

[class^="home-pickup_arrowBtn"]:focus {
  outline: 0;
}

[class^="home-pickup_arrowBtn"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid transparent;
  transform: translate(-50%, -50%);
}

.home-pickup_arrowBtn--prev:enabled::after {
  border-right-color: #fff;
}

.home-pickup_arrowBtn--prev:disabled::after {
  border-right-color: #6e6e6e;
}

.home-pickup_arrowBtn--next::after {
  transition: border-left-color 0.2s ease-out;
}

.home-pickup_arrowBtn--next:enabled::after {
  border-left-color: #fff;
}

.home-pickup_arrowBtn--next:disabled::after {
  border-left-color: #6e6e6e;
}

.home-pickup_error {
  padding: 20px 0 30px;
}

.home-pickup_errorText {
  color: #999;
  text-align: center;
}

.slick-list {
  overflow: hidden;
}

.home-news {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.home-news_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-newsItem {
  width: 100%;
}

.home-newsItem_link {
  display: block;
  color: #313131;
  text-decoration: none;
}

.home-newsItem_date {
  float: left;
  display: block;
}

.home-newsItem_category {
  float: left;
  display: block;
  color: #000;
  background-image: url(../images/news/icons.svg);
  background-repeat: no-repeat;
}

.home-newsItem_text {
  clear: both;
  transition: color 0.2s ease-out;
}

a:hover .home-newsItem_text {
  color: #ff1d1d;
}

.home-eventnews {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.home-eventnews_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-eventnewsItem + .home-eventnewsItem {
  margin-top: 40px;
}

.home-eventnewsItem_image img {
  max-width: 100%;
}

.home-eventnewsItem_icon {
  display: inline-block;
}

.home-eventnewsItem_icon img {
  width: 100%;
}

.home-apps {
  background-color: #efefef;
}

.home-apps_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-app {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}

.home-appItem_heading,.common-appItem_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-appItem_image,.common-appItem_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-appItem_icon img,.common-appItem_icon img {
  width: 100%;
}

.home-appDl,.common-appDl {
  zoom: 1;
}

.home-appDl:after,.common-appDl:after {
  display: table;
  clear: both;
  content: "";
}

.home-appDl:before,.common-appDl:before {
  display: table;
  content: "";
}

.home-appDl_heading,.common-appDl_heading {
  color: #313131;
  font-weight: normal;
}

.home-appDl_link,.common-appDl_link {
  float: left;
  display: block;
}

.home-appDl_link img,.common-appDl_link img {
  width: 100%;
}

.home-appItem_text,.common-appItem_text {
  color: #313131;
}

.common_appItem_heading img {
  vertical-align: bottom;
}

.home-apps-flexContainer .home-appItem_goToDetail {
  margin-top: 30px;
}

.home-appItem_goToDetail {
  margin-top: 10px;
  text-align: right;
}

.home-appsWrapper.wide .home-app {
  width: 100%;
}

.home-appItem_heading img {
  vertical-align: bottom;
  height: 29px;
  width: auto;
}

.home-sns_block {
  background-color: #efefef;
}

.home-facebook {
  width: 100%;
  height: 480px;
}

.home-sns_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-tweet {
  background-color: #fff;
}

.home-tweet_hashtag {
  color: #55acee;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 400;
  text-align: center;
}

.home-tweet_hashtag::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../images/common/snsIcon-twitter-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.home-tweet_tl {
  overflow-x: hidden;
  overflow-y: scroll;
}

.home-tweet_tweetItem {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 6px 0;
  border-bottom: 2px solid #e5e5e5;
}

.home-tweet_tweetItem:first-child {
  border-top: 2px solid #e5e5e5;
}

.home-tweet_icon {
  display: table-cell;
  vertical-align: top;
}

.home-tweet_icon img {
  width: 100%;
}

.home-tweet_body {
  display: table-cell;
  padding-top: 2px;
  padding-left: 10px;
  color: #313131;
  vertical-align: top;
}

.home-tweet_body a {
  color: #55acee;
}

.home-tweet_footer {
  zoom: 1;
  padding-top: 5px;
}

.home-tweet_footer:after {
  display: table;
  clear: both;
  content: "";
}

.home-tweet_footer:before {
  display: table;
  content: "";
}

.home-tweet_account {
  display: block;
  float: left;
}

.home-tweet_date {
  display: block;
  float: right;
  color: #999;
}

.home-access {
  width: 100%;
  color: #fff;
  background-color: #2e2e2e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-access_header {
  position: relative;
  box-sizing: border-box;
}

.home-access_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.home-access_mapLink {
  position: absolute;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  transition: color 0.2s ease-out;
}

.home-access_mapLink:hover {
  color: #ff1d1d;
}

.home-access_mapLink .font--en {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
}

.home-access_map {
  height: auto;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.home-access_map > iframe {
  width: 100%;
}

.home-access_time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
}

.home-accessTime_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}

.home-accessTime_item::before {
  content: "・";
}

.info-nav_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-nav_item {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  text-align: center;
  background-color: #000;
}

.info-nav_link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
}

.info-nav_link:hover {
  background-color: #ff1d1d;
}

.info-nav_disabled {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #c8c8c8;
}

.info-nav_current {
  display: block;
  color: #fff;
  background-color: #ff1d1d;
}

.info-listItem {
  background-color: #efefef;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.info-listItem.is-finished {
  position: relative;
}

.info-listItem.is-finished::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(67, 67, 67, 0.2);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  pointer-events: none;
  z-index: 1;
}

.info-listItem.is-finished::after {
  content: "この放送は終了いたしました";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #fff;
  background-color: #1b1b1b;
  z-index: 1;
}

.info-listItem.is-loading {
  opacity: 0;
}

.info-listItem_category {
  text-transform: uppercase;
}

.info-listItem_image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.info-listItem_image::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.info-listItem_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.info-listItem_image img.square,.info-listItem_image img.portrait {
  width: auto;
  height: 100%;
}

.info-listItem_defList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info-listItem_defList > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 14px;
  background-color: #fff;
}

.info-listItem_defList > dd {
  box-sizing: border-box;
  margin-top: 14px;
}

.info-goToDetail {
  margin-top: 16px;
}

.info-goToDetail_link {
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.wrapper[data-lang="jp"] .info-goToDetail_link::first-letter {
  letter-spacing: 1em;
}

.info-goToDetail_link:hover {
  background-color: #ff1d1d;
}

.info-more {
  text-align: center;
}

.info-more.is-hidden {
  display: none;
}

.info-more_btn {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.is-hidden .info-more_btn {
  opacity: 0;
}

.info-list_loading {
  position: relative;
  display: none;
  opacity: 0;
  transition: display 0s 0.2s, opacity 0.2s ease-in;
}

.info-list_loading span,.info-list_loading::before,.info-list_loading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 4px;
  background-color: #ff1d1d;
  animation-name: loading;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.info-list_loading span {
  left: 50%;
  margin-left: -2px;
  text-indent: -9999px;
  overflow: hidden;
  animation-delay: 0.1s;
}

.info-list_loading::before {
  left: 0;
}

.info-list_loading::after {
  right: 0;
  animation-delay: 0.2s;
}

.info-list_loading.is-loading {
  display: inherit;
  opacity: 1;
  transition: display 0s, opacity 0.2s 0.1s ease-in;
}

.info-header {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 34%, transparent 34%, transparent);
  background-repeat: repeat;
}

.info-header_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-header_image {
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  overflow: hidden;
}

.info-header_image::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.info-header_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.info-header_image img.square,.info-header_image img.portrait {
  width: auto;
  height: 100%;
}

.info-block {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.info-block_heading {
  font-weight: bold;
}

.info-block_body {
  color: #313131;
}

.info-block_subHeading {
  font-weight: bold;
}

.info-block_text {
  zoom: 1;
}

.info-block_text:after {
  display: table;
  clear: both;
  content: "";
}

.info-block_text:before {
  display: table;
  content: "";
}

.info-block_text:not(:first-child) {
  margin-top: 1.6em;
}

.info-block_image {
  text-align: center;
}

.info-block_image img {
  max-width: 100%;
}

.info-block_presentImage {
  text-align: center;
  background-color: #000;
}

.info-block_presentImage img {
  max-width: 100%;
}

.info-block_defList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info-block_defList > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 14px;
  background-color: #fff;
}

.info-block_defList > dd {
  box-sizing: border-box;
  margin-top: 14px;
}

.info-block_orderedList {
  font-weight: bold;
  counter-reset: count;
}

.info-block_orderedList > li {
  position: relative;
}

.info-block_orderedList > li::before {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1em;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #313131;
}

.info-block_unorderedList > li {
  position: relative;
}

.info-block_unorderedList > li::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #313131;
}

.apps-flexContainer .info-block_link:not(:first-child) {
  margin-top: 35px;
}

.info-block_linkBtn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.info-block_linkBtn:hover {
  background-color: #ff1d1d;
}

.info-block_anchorLinkBtn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.info-block_anchorLinkBtn::before {
  content: "";
  position: relative;
  display: inline-block;
  border: 0 solid currentColor;
  transform: rotate(45deg);
}

.info-block_notes:not(:first-child) {
  margin-top: 1.2em;
}

.info-app {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.info-app_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.info-app_image img {
  width: 100%;
}

.info-app_text {
  color: #313131;
}

.info-appDl {
  background-color: #fff;
}

.info-appDl_heading {
  color: #313131;
  font-weight: normal;
}

.info-appDl_link {
  display: block;
}

.info-appDl_link img {
  width: 100%;
}

.info-subBlock {
  background-color: #fff;
}

.info-subBlock_heading {
  color: #313131;
}

.info-subBlock_body {
  color: #313131;
}

.info-subBlock_image img {
  width: 100%;
}

.info-app_video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.info-app_video::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.info-app_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
}

.info-app_privacyLink {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.info-app_privacyLink:hover {
  background-color: #ff1d1d;
}

.info-backToList_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.info-backToList_link:hover {
  background-color: #ff1d1d;
}

.news-list_wrapper {
  box-sizing: border-box;
  background-color: #efefef;
}

.news-list_item {
  width: 100%;
}

.news-list_link {
  display: block;
  color: #313131;
  text-decoration: none;
}

.news-list_date {
  float: left;
  display: block;
}

.news-list_category {
  float: left;
  display: block;
  color: #000;
  background-image: url(../images/news/icons.svg);
  background-repeat: no-repeat;
}

.news-list_text {
  clear: both;
  transition: color 0.2s ease-out;
}

a:hover .news-list_text {
  color: #ff1d1d;
}

.news-nav_group + .news-nav_group {
  margin-top: 10px;
}

.news-nav_heading {
  position: relative;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.news-nav_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  border: solid transparent;
  border-left-color: currentColor;
  border-width: 7px 0 7px 6px;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.2s ease-out;
}

.news-nav_heading:hover {
  background-color: #ff1d1d;
}

.is-open .news-nav_heading::before {
  transform: translateY(-50%) rotate(90deg);
}

.news-nav_list {
  box-sizing: border-box;
  height: 0;
  padding: 0 20px;
  background-color: #efefef;
  overflow: hidden;
  transition: height 0.2s ease-out;
}

.is-open .news-nav_list {
  height: auto;
}

.news-nav_item {
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.news-nav_item:last-child {
  margin-bottom: 20px;
}

.is-open .news-nav_item {
  opacity: 1;
  transition: opacity 0.2s 0.2s ease-out;
}

.news-nav_link {
  display: block;
  color: #313131;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.news-nav_link:hover {
  color: #ff1d1d;
}

.news-backToListTop_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.news-backToListTop_link:hover {
  background-color: #ff1d1d;
}

.news-main {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.news-header_date {
  float: left;
  display: block;
  width: 14em;
}

.news-header_category {
  float: left;
  display: block;
  color: #000;
  background-image: url(../images/news/icons.svg);
  background-repeat: no-repeat;
}

.news-header_title {
  clear: both;
  transition: color 0.2s ease-out;
}

.news-main_image {
  width: 100%;
}

.news-main_image img {
  width: 100%;
}

.news-subBlock {
  margin-top: 25px;
}

.news-subBlock_heading {
  font-weight: normal;
}

.news-subBlock_body p:not(:first-child) {
  margin-top: 0.8em;
}

.news-programInfo_heading {
  color: #313131;
}

.news-programInfo_defList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-programInfo_defList > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
}

.news-programInfo_defList > dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
}

.news-app {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.news-anotherTrack_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.news-visionα_heading {
  font-weight: bold;
}

.news-app_icon img {
  width: 100%;
}

.news-app_text {
  color: #313131;
}

.news-appDl {
  background-color: #fff;
}

.news-appDl_heading {
  color: #313131;
  font-weight: normal;
}

.news-appDl_stores {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-appDl_link {
  display: block;
}

.news-appDl_link img {
  width: 100%;
}

.news-goToInfo_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.news-goToInfo_link:hover {
  background-color: #ff1d1d;
}

.news-backToList_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.news-backToList_link:hover {
  background-color: #ff1d1d;
}

.pickup-changeDay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pickup-changeDay_item {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.pickup-changeDay_item:not(.is-active) {
  cursor: pointer;
}

.pickup-changeDay_item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ff1d1d;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
  z-index: 0;
}

.pickup-changeDay_item.is-inactive--ltr::before {
  transform: scaleX(0);
  transform-origin: left;
}

.pickup-changeDay_item.is-inactive--rtl::before {
  transform: scaleX(0);
  transform-origin: right;
}

.pickup-changeDay_item.is-active--ltr::before {
  transform: scaleX(1);
  transform-origin: left;
}

.pickup-changeDay_item.is-active--rtl::before {
  transform: scaleX(1);
  transform-origin: right;
}

.pickup-changeDay_item span:not([class]) {
  position: relative;
  z-index: 1;
}

.pickup-changeDay_item .paren--left {
  margin-left: -5px;
}

.pickup-changeDay_item .paren--right {
  letter-spacing: -8px;
}

.pickup-container {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.pickup-container.is-hidden {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.pickup-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #313131;
  background-color: #efefef;
}

.pickup-item_time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-order: -1;
  order: -1;
  color: #313131;
}

.pickup-item_timeHeading {
  font-weight: normal;
  background-color: #fff;
}

.pickup-item_image img {
  width: 100%;
}

.pickup-item_iconWrapper {
  position: absolute;
}

.pickup-item_icon {
  display: inline-block;
}

.pickup-item_icon img {
  width: 100%;
}

.pickup-item_goToDetailLink {
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.wrapper[data-lang="jp"] .pickup-item_goToDetailLink::first-letter {
  letter-spacing: 1em;
}

.pickup-item_goToDetailLink:hover {
  background-color: #ff1d1d;
}

.pickup-container_error {
  padding: 30px 0;
}

.pickup-container_errorText {
  color: #666;
  text-align: center;
}

.eventnews-filter {
  display: -ms-flexbox;
  display: flex;
}

.eventnews-filter_item {
  color: #fff;
  text-align: center;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.eventnews-filter_item.is-active {
  background-color: #ff1d1d;
}

.eventnews-list_wrapper {
  background-color: #efefef;
}

.eventnews-list_link {
  position: relative;
  display: block;
  color: #313131;
  transition: transform 0.2s ease-out;
}

.eventnews-list_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid #ff1d1d;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.eventnews-list_link:hover {
  transform: scale(1.05);
}

.eventnews-list_link:hover::after {
  opacity: 1;
}

.eventnews-list_image img {
  width: 100%;
}

.eventnews-list_name {
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
}

.eventnews-detail {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.eventnews-viewer {
  position: relative;
}

.eventnews-viewer img {
  width: 100%;
}

.eventnews-viewer_inner {
  position: relative;
  transition: transform 0.3s ease-out;
}

.eventnews-viewer_inner::before,.eventnews-viewer_inner::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #efefef;
  transform: scaleY(0);
  transition: transform 0.3s ease-out;
}

.eventnews-viewer_inner::before {
  top: 0;
  transform-origin: top;
}

.eventnews-viewer_inner::after {
  bottom: 0;
  transform-origin: bottom;
}

.eventnews-viewer_inner.is-closing {
  transform: scaleY(1);
}

.eventnews-viewer_inner.is-closing::before,.eventnews-viewer_inner.is-closing::after {
  transform: scaleY(1);
}

.eventnews-thumbnail_item {
  position: relative;
  cursor: pointer;
}

.eventnews-thumbnail_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #ff1d1d;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.eventnews-thumbnail_item.is-active::after {
  opacity: 1;
}

.eventnews-thumbnail_item img {
  width: 100%;
}

.eventnews-data_item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eventnews-data_item > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
}

.eventnews-data_item > dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
}

.eventnews-summary_heading {
  color: #313131;
}

.eventnews-summary_body .video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.eventnews-summary_body .video::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.eventnews-summary_body .video iframe {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
}

.eventnews-summary_body img {
  max-width: 100%;
}

.eventnews-backToList_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.eventnews-backToList_link:hover {
  background-color: #ff1d1d;
}

.apps-app {
  position: relative;
  box-sizing: border-box;
  background-color: #efefef;
}

.apps-app_heading {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.apps-app_heading .lang--jp {
  font-weight: 500;
  margin-left: 0.8rem;
}

.apps-app_image img {
  width: 100%;
}

.apps-app_text {
  color: #313131;
}

.apps-img img {
  width: 100%;
  height: auto;
}

.apps-appDl {
  background-color: #fff;
}

.apps-appDl_heading {
  color: #313131;
  font-weight: normal;
}

.apps-appDl_link {
  display: block;
}

.apps-appDl_link img {
  width: 100%;
}

.apps-main-visual {
  margin: 20px 10px;
}

.apps-app_privacyLink {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
}

.apps-app_privacyLink:hover {
  background-color: #ff1d1d;
}

.apps-subBlock {
  background-color: #fff;
  position: relative;
}

.apps-subBlock_heading {
  color: #313131;
}

.apps-subBlock_body {
  color: #313131;
}

.apps-subBlock_image img {
  width: 100%;
}

.apps-block_orderedList {
  font-weight: bold;
  counter-reset: count;
}

.apps-block_orderedList > li {
  position: relative;
}

.apps-block_orderedList > li::before {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1em;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #313131;
}

.apps-block_unorderedList > li {
  position: relative;
}

.apps-block_unorderedList > li::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #313131;
}

.apps-block_notes:not(:first-child) {
  margin-top: 1.2em;
}

.apps-app_video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.apps-app_video::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
}

.apps-app_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
}

.apps-main-visual figure {
  width: 100%;
}

.apps-block_dotedList {
  font-size: 1.2rem;
}

.apps-block_dotedList:not(:first-child) {
  margin-top: 15px;
}

.apps-block_notes_red {
  font-size: 1.2rem;
}

.apps-block_notes_red.eng:before {
  top: 0.4rem;
  left: 0.4rem;
}

.question {
  font-size: 1.2rem;
  padding: 15px 0 8px;
}

.question dd,.question dt {
  padding: 2px 0 5px 3rem;
}

.question:first-child {
  padding-top: 0;
}

.question dd:before,.question dt:before {
  font-size: 2rem;
}

.question dd {
  margin-top: 0;
}

.question:last-child {
  padding-bottom: 0;
  border-width: 0;
}

.apps-app_video.no_head {
  margin-top: 0;
}

.apps-main-visual {
  position: relative;
}

.apps-main-visual figure {
  position: relative;
  z-index: 1;
}

.apps-main-visual h2,.apps-main-visual p {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  text-indent: 200%;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

.apps-block_dotedList {
  font-size: 1.6rem;
  line-height: 1.8;
}

.apps-block_dotedList.bold {
  font-weight: bold;
}

.apps-block_dotedList:not(:first-child) {
  margin-top: 30px;
}

.apps-block_dotedList > li {
  padding-left: 1.7rem;
  position: relative;
}

.apps-block_dotedList > li::before {
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "・";
  display: block;
  position: absolute;
}

.apps-block_notes_red {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 1.7rem;
  position: relative;
  color: #ff1d1d;
}

.apps-block_notes_red:before {
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "※";
  position: absolute;
}

.apps-block_notes_red.eng:before {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  content: "*";
}

.apps-block_notes_red.bold {
  font-weight: bold;
}

.question {
  font-size: 1.6rem;
  padding: 15px 0;
  border-bottom: 2px solid #efefef;
}

.question dd,.question dt {
  position: relative;
  line-height: 1.7;
  padding: 4px 0 5px 3.7rem;
}

.question:first-child {
  padding-top: 0;
}

.question dd:before,.question dt:before {
  display: block;
  font-family: "Roboto", sams-serif;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.question dt:before {
  content: "Q.";
}

.question dd:before {
  content: "A.";
}

.question dd {
  margin-top: 0;
}

.question:last-child {
  padding-bottom: 0;
  border-width: 0;
}/*slick*/.app-slider {
  position: relative;
}

.app-slider.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.app-slider.slick-dotted.slick-slider.second {
  margin-bottom: 0;
}

.app-slider .arr {
  position: absolute;
  top: calc(50% - 20px - 14px);
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1;
  cursor: pointer;
  transition: all .3;
}

.app-slider .arr.prev {
  background: url(/images/app/btnL.png) center center no-repeat;
  left: -20px;
}

.app-slider .arr.next {
  background: url(/images/app/btnR.png) center center no-repeat;
  right: -20px;
}

.app-slider .arr:hover {
  opacity: 0.7;
}

.app-slider .dots {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 12px 0 0;
  padding: 0;
}

.app-slider .dots li {
  outline: none;
  background: transparent;
  font-size: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  position: relative;
  display: inline-block;
  transition: all .3;
  cursor: pointer;
}

.app-slider .dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.app-slider .dots li:hover {
  opacity: .7;
}

.app-slider .dots li:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #0d0700;
  border-radius: 10px;
}

.app-slider .dots li:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e60012;
  border-radius: 16px;
  transform: scale(0.3);
  transition: all .3;
}

.app-slider .dots li.slick-active:before {
  transform: scale(1);
}/* 190527 */.home-eventnewsItem_contact {
  margin: -25px 0 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-parts_contactBtn {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out;
  padding: 10px 30px;
  font-size: 1.6rem;
}

.home-parts_contactBtn:hover {
  background-color: #ff1d1d;
}

.notfound-container {
  text-align: center;
}

.notfound-title {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.notfound-backToTop_btn {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.dooh__content {
  background-color: #fff;
}

.dooh__content__movie {
  background-image: url(../images/dooh/modalimg-kv1.jpg);
  background-position: center;
  background-size: cover;
  height: 495px;
  position: relative;
}

.dooh__content__movie .dooh__video {
  width: 100%;
}

.dooh__content__title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.dooh__content__item {
  width: 100%;
  margin: 40px 0 0;
  background-color: #EFEFEF;
}

.dooh__content__item .text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 22px;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Roboto", "Droid Sans", sans-serif;
}

.dooh__content__item .text:first-child {
  margin-top: 0px;
}

.dooh .dooh__content__footer {
  text-align: center;
  margin-top: 40px;
  padding: 40px 40px 80px 40px;
  background-color: black;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, #141414 3px, #141414 4px);
  font-size: 1.95rem;
}

.dooh .dooh__content__footer .footer__text {
  text-align: left;
  color: #fff;
  line-height: 42px;
  margin-bottom: 40px;
}

.dooh .dooh__content__footer .footer__text span {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
}

.dooh .dooh__content__footer a.footer__entry__btn {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  line-height: 46px;
  box-sizing: border-box;
  border: 1px solid #fff;
  cursor: pointer;
  cursor: hand;
}

.dooh .dooh__content__footer a.footer__entry__btn:hover {
  background-color: #000;
  transition: all 0.3s;
  color: #fff;
}

.logo_dooh_w {
  width: 80%;
}

.logo_dooh_w_s {
  width: 40%;
  margin-right: 10px;
}

.logo_dooh {
  width: 70%;
  margin-right: 20px;
  margin-top: -9px;
}

.logo_dooh_s {
  width: 40%;
}

.dooh__content__control {
  pointer-events: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}

.btn-none {
  visibility: hidden;
}

.dooh__content__pausebtn {
  pointer-events: auto;
  cursor: pointer;
  width: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.dooh__content__playbtn {
  pointer-events: auto;
  cursor: pointer;
  width: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.dooh__content__soundoff {
  pointer-events: auto;
  cursor: pointer;
  width: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.dooh__content__soundongroup {
  pointer-events: auto;
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 18px;
  bottom: 20px;
}

.dooh__content__soundongroup .dooh__content__soundon {
  width: 20px;
  display: inline;
}

.dooh__content__soundongroup .vlm__bar {
  cursor: pointer;
  transform: scale(0, 1);
  transform-origin: right top;
  visibility: hidden;
  padding: 0;
}

.dooh__content__soundongroup:hover img.soundon__img {
  opacity: 0.5;
}

.dooh__content__soundongroup:hover .vlm__bar {
  margin-right: 6px;
  width: 100px;
  height: 6px;
  visibility: visible;
  transform: scale(1, 1);
}

.dooh__content__soundongroup:hover .vlm__bar .vlm__level {
  width: 50px;
  height: 4px;
  background-color: #fff;
  position: relative;
}

.dooh__content__soundongroup:hover .vlm__bar .vlm__level::before {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.dooh__content__pausebtn:hover,.dooh__content__playbtn:hover,.dooh__content__soundoff:hover {
  opacity: 0.5;
}

.dooh__content__play {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  cursor: hand;
  z-index: 2000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 45px 15px 65px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.dooh__content__play::before {
  position: absolute;
  transition: 0.3s;
  left: 45px;
  top: 22px;
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.dooh__content__play:hover {
  color: #ff1d1d;
  border: 1px solid #ff1d1d;
  transition: 0.3s;
}

.dooh__content__play:hover::before {
  transition: 0.3s;
  content: "";
  border-color: transparent transparent transparent #ff1d1d;
}

h2.title__text {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  padding: 10px 0 25px;
  background-color: black;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, #141414 3px, #141414 4px);
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}

h2.title__text span {
  font-size: 1.6rem;
  color: #FA1C1C;
  font-weight: bold;
}

.title__days {
  padding: 20px 0 15px 0;
  background-color: #EFEFEF;
}

.title__days p.days {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 36px;
  font-size: 3.6rem;
  color: #FF1D1D;
}

.title__days p.days span {
  color: #000;
  font-size: 1.95rem;
  line-height: 46px;
}

.title__days .text {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 30px;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Roboto", "Droid Sans", sans-serif;
}

.title__days .text:first-child {
  margin-top: 0px;
}

.item__box {
  position: relative;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.item__box::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #FA1C1C;
  position: absolute;
  z-index: 100;
}

.item__box__title {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 52px;
  padding-bottom: 30px;
}

.item__box__content .about__text {
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: 22px;
}

.item__box__content img.about__img {
  width: 100%;
  padding-bottom: 40px;
}

.item__box__content .item__block {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.item__box__content .item__block:not(:last-child) {
  margin-bottom: 20px;
}

.item__box__content .note__block {
  width: 100%;
  background-color: #E0E0E0;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.item__box__content .note__block .note__icon {
  margin-right: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 5px;
}

.item__box__content .note__block .note__icon img.note__icon__tell {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.item__box__content .note__block .note__icon img.note__icon__mail {
  width: 40px;
  height: 40px;
}

.item__box__content .note__block p.note__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 24px;
}

.item__box__content .note__block p.note__text span {
  color: #FA1C1C;
}

.step__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.step__title .step__label {
  font-family: Roboto, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MyYuGothicM", sans-serif;
  font-weight: 900;
  width: 118px;
  height: 40px;
  background-color: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  margin-right: 20px;
}

.step__title .step__label::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #FA1C1C;
  position: absolute;
  z-index: 100;
}

.step__title .step__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 5px;
}

.step__title .step__icon .step__icon__img {
  width: 100%;
}

.step__title .step__text {
  width: 100%;
  font-size: 2.1rem;
  line-height: 32px;
}

.step__title .step__text span {
  font-size: 1.5rem;
  margin-left: 10px;
}

.step__title .step__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.step__title .step__icon + .step__text {
  font-size: 2.1rem;
  line-height: 32px;
}

.step__title .step__icon + .step__text span {
  font-size: 1.5rem;
  margin-left: 10px;
}

.step__content {
  margin-top: 30px;
}

.step__content ul.flow__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.step__content ul.flow__item li.flow__li {
  font-size: 1.6rem;
  line-height: 54px;
  position: relative;
  width: 29%;
  height: 54px;
  background-color: #313131;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}

.step__content ul.flow__item li.flow__li:first-child {
  margin-top: 0px;
}

.step__content ul.flow__item li.flow__li:not(:last-child)::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
}

@font-face {
  font-family:'MyYuGothicM';font-weight:normal;src:local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family:'MyYuGothicM';font-weight:bold;src:local("YuGothic-Bold"), local("Yu Gothic");
}

@media (min-width: 401px) and (max-width: 567px) {
  .footerMenu {
    width: 350px;
    margin: 0 auto;
  }
}

@media (min-width: 568px) and (max-width: 800px) {
  .wrapper {
    padding-bottom: 383px;
  }

  .header_sitename {
    padding: 29px 0 27px 20px;
    font-size: 1.7rem;
  }

  .header_nav {
    padding-right: 20px;
  }

  .langSwitch {
    margin-right: 30px;
    padding-top: 2px;
    font-size: 1.6rem;
  }

  .gnav_title::after {
    top: 25px;
    right: 11px;
    width: 15px;
    height: 2px;
  }

  .gnav_menuBtn {
    width: 104px;
    padding: 17px 28px 16px 0;
    font-size: 1.7rem;
  }

  .gnav_menuBtn::before,.gnav_menuBtn::after {
    right: 11px;
    width: 15px;
    height: 2px;
  }

  .gnav_menuBtn::before {
    top: 18px;
  }

  .gnav_menuBtn::after {
    top: 30px;
  }

  .is-open .gnav_menuBtn::before {
    transform: translateY(6px) rotate(45deg);
  }

  .is-open .gnav_menuBtn::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  .gnav_wrapper {
    top: 0;
    padding-top: 125px;
    background-size: 160px 160px;
  }

  .gnav_item {
    font-size: 4.8rem;
  }

  .gnav_item:not(:first-child) {
    margin-top: 30px;
  }

  .gnav_lang-jp {
    font-size: 4.6rem;
  }

  .goPageTop {
    bottom: 333px;
  }

  .goPageTop_link {
    width: 60px;
    height: 30px;
  }

  .goPageTop_link::before,.goPageTop_link::after {
    top: 10px;
    width: 15px;
    height: 2px;
  }

  .footer_inner {
    margin: 38px 20px 18px;
  }

  .nav-actionBtn {
    margin-top: 29px;
    padding: 0 10px;
  }

  .actionBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .actionBtn_item {
    width: 50%;
  }

  .actionBtn_item:last-child {
    margin-left: 20px;
  }

  .actionBtn_link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.6;
  }

  .footerMenu {
    width: 450px;
    margin: 0 auto;
  }

  .common-page_header {
    background-size: 4px 4px;
  }

  .common-page_title {
    padding: 0 20px;
    font-size: 3rem;
    line-height: 60px;
  }

  .common-live {
    background-size: 160px 160px;
  }

  .common-live_inner {
    padding: 30px 40px;
  }

  .common-tweet_body {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .home-hero_forBiz {
    top: 10px;
    right: 10px;
  }

  .home-hero_forBizLink {
    width: 266px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    border: 1px solid #fff;
  }

  .home-hero_liveLink {
    width: 570px;
    background-size: 160px 160px;
    background-position: -40px 0;
  }

  .home-hero_liveLinkInner {
    padding: 20px 18px;
  }

  .home-hero_liveThumbnail {
    width: 226px;
  }

  .home-hero_liveThumbnail::after {
    width: 64px;
    height: 64px;
  }

  .home-hero_liveBody {
    width: 288px;
    margin-left: 20px;
  }

  .home-hero_liveHeading {
    margin-bottom: 10px;
    font-size: 3.5rem;
  }

  .home-hero_liveText {
    font-size: 2rem;
    line-height: 1.5;
  }

  .home-info {
    padding-top: 99px;
    background-size: 4px 4px;
  }

  .home-info_screens {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.8vw;
  }

  .home-info_screen {
    width: 32.6%;
  }

  .home-info_item {
    padding: 0 1.8vw;
  }

  .home-info_images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .home-info_imageBox {
    width: 32.6%;
  }

  .home-info_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .home-info_nav {
    padding: 0 1.8vw;
  }

  .home-info_controlItem {
    width: 36px;
    border: 2px solid #7d7d7d;
  }

  .home-info_controlItem:not(:first-child) {
    margin-left: 4px;
  }

  .home-info_board {
    padding: 36px 0;
    font-size: 1.5rem;
  }

  .home-info_announceItem span {
    padding-right: 40px;
  }

  .home-info_marqueeItem span {
    padding-right: 40px;
  }

  .home-pickup {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .home-pickup_changeDayItem {
    width: 75px;
    font-size: 1.2rem;
    line-height: 45px;
  }

  .home-pickup_carousel {
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px -10px 0;
  }

  .home-pickupItem {
    width: calc((100% - 40px) * 0.5);
    margin: 0 10px;
  }

  [class^="home-pickup_arrowBtn"] {
    width: 14.66667vw;
    height: 32px;
  }

  .home-news {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .home-eventnews {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .home-apps {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .home-apps_heading .lang--jp {
    font-size: 2.8rem;
  }

  .home-sns_block {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .home-tweet_body {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .home-access_mapLink {
    top: 20px;
    right: 20px;
    width: 128px;
    font-size: 1.2rem;
    line-height: 25px;
  }

  .home-access_map {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .home-access_map img {
    width: 100%;
  }

  .info-nav {
    margin: 24px 20px 0;
  }

  .info-nav_item {
    width: 82px;
    font-size: 1.2rem;
    line-height: 45px;
  }

  .info-list {
    margin: 20px 20px 0;
  }

  .info-listItem_title {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .info-header {
    margin-top: 70px;
    background-size: 4px 4px;
  }

  .info-header_inner {
    margin: 0 20px;
    padding-bottom: 20px;
  }

  .info-header_title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .info-header_image {
    margin-top: -40px;
    margin-bottom: 18px;
  }

  .info-block {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .info-app {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .info-app_heading .lang--jp {
    font-size: 1.7rem;
  }

  .info-app_privacy {
    position: absolute;
    top: 20px;
    right: 0;
  }

  .info-backToList {
    margin: 20px 20px 15px;
  }

  .news-list_wrapper {
    margin: 25px 20px 0;
    padding: 20px;
  }

  .news-nav {
    margin: 20px 20px 0;
  }

  .news-backToListTop {
    margin: 20px 20px 0;
  }

  .news-main {
    margin: 25px 20px 0;
    padding: 20px;
  }

  .news-app {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .news-anotherTrack_heading .lang--jp {
    font-size: 1.7rem;
  }

  .news-app_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-app_icon {
    width: 70px;
    padding-top: 2px;
  }

  .news-app_text {
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding-left: 14px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .news-buttons {
    margin: 20px 20px 15px;
  }

  .news-goToInfo {
    float: right;
  }

  .news-goToInfo_link {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .pickup-nav:first-of-type {
    margin: 24px 20px 0;
  }

  .pickup-nav:last-of-type {
    margin: 20px 20px 0;
  }

  .pickup-changeDay_item {
    width: 82px;
    font-size: 1.2rem;
    line-height: 45px;
  }

  .pickup-container {
    margin: 20px 20px 0;
  }

  .eventnews-nav {
    margin: 0 20px;
    padding: 30px 0 20px;
  }

  .eventnews-list_wrapper {
    padding: 20px;
  }

  .eventnews-detail {
    margin: 25px 20px 0;
    padding: 20px;
  }

  .eventnews-buttons {
    margin: 20px 20px 15px;
  }

  .apps-app {
    margin: 20px 20px 0;
    padding: 20px;
  }

  .apps-app_heading .lang--jp {
    font-size: 1.7rem;
  }

  .apps-app_privacy {
    position: absolute;
    top: 20px;
    right: 0;
  }

  .notfound-container {
    padding: 50px 20px 30px;
  }

  .notfound-subText_small {
    font-size: 1rem;
  }

  .notfound-subText_onlysp {
    display: none;
  }

  .dooh {
    margin: 0 20px;
    padding: 30px 0 20px;
  }

  .only-pc {
    display: none;
  }
}

@media (min-width: 568px) and (max-width: 800px) and (orientation: landscape) {
  .gnav_wrapper {
    padding-top: 85px;
  }

  .gnav_item:not(:first-child) {
    margin-top: 10px;
  }

  .gnav_lang-jp {
    font-size: 2.2rem;
  }

  .home-hero_liveLink {
    width: 350px;
  }

  .home-hero_liveLinkInner {
    padding: 15px;
  }

  .home-hero_liveThumbnail {
    width: 90px;
  }

  .home-hero_liveThumbnail::after {
    width: 30px;
    height: 30px;
  }

  .home-hero_liveBody {
    width: 220px;
    margin-left: 10px;
  }

  .home-hero_liveHeading {
    margin-bottom: 5px;
    font-size: 2rem;
  }

  .home-hero_liveText {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

@media (min-width: 568px) and (max-width: 800px) and (orientation: landscape) and (min-height: 400px) and (max-height: 500px) {
  .gnav_item {
    font-size: 3.6rem;
  }
}

@media (min-width: 568px) and (max-width: 800px) and (orientation: landscape) and (min-height: 360px) and (max-height: 399px) {
  .gnav_item {
    font-size: 3rem;
  }
}

@media (min-width: 568px) and (max-width: 800px) and (orientation: landscape) and (max-height: 359px) {
  .gnav_item {
    font-size: 2.5rem;
  }
}

@media (min-width: 568px) and (max-width: 599px) {
  .footerMenu_item {
    padding: 0 3px;
    font-size: 1.2rem;
  }
}

@media (min-width: 568px) and (max-width: 1024px) {
  .home-info_body {
    margin: 6px 0 12px;
    transform: scaleX(0);
    transform-origin: left;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .footerMenu_item {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}

@media (min-width: 801px) {
  .wrapper {
    min-width: 1024px;
    padding-bottom: 550px;
  }

  .wrapper:not([class~="home"]) {
    padding-top: 90px;
  }

  .text-noscript,.text-notSupported {
    position: fixed;
    top: 90px;
    padding: 5px 0;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: center;
    z-index: 3;
  }

  .header {
    min-width: 1024px;
    height: 90px;
    background-color: #000;
    border-bottom: 4px solid #313131;
  }

  .header_inner {
    width: 960px;
    margin: 0 auto;
  }

  .header_sitename {
    padding: 31px 0 27px;
    font-size: 2.8rem;
  }

  .header_sitename img {
    height: 28px;
  }

  .langSwitch {
    margin-right: 35px;
    padding-top: 2px;
    font-size: 1.8rem;
  }

  .gnav_title::after {
    top: 28px;
    right: 20px;
    width: 16px;
    height: 2px;
  }

  .gnav_title:hover::after {
    background-color: #ff1d1d;
  }

  .gnav_menuBtn {
    width: 136px;
    padding: 18px 35px 18px 0;
    font-size: 2rem;
  }

  .gnav_menuBtn::before,.gnav_menuBtn::after {
    right: 20px;
    width: 16px;
    height: 2px;
  }

  .gnav_menuBtn::before {
    top: 21px;
  }

  .gnav_menuBtn::after {
    top: 33px;
  }

  .gnav_menuBtn:hover::before,.gnav_menuBtn:hover::after {
    background-color: #ff1d1d;
  }

  .is-open .gnav_menuBtn::before {
    transform: translateY(6px) rotate(45deg);
  }

  .is-open .gnav_menuBtn::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  .gnav_wrapper {
    top: 90px;
    background-size: 160px 160px;
  }

  .gnav_item:not(:first-child) {
    margin-top: 30px;
  }

  .gnav_lang-jp {
    vertical-align: 3px;
  }

  .main {
    min-width: 1024px;
    overflow: hidden;
  }

  .goPageTop {
    bottom: 460px;
    min-width: 1024px;
  }

  .goPageTop_inner {
    width: 960px;
    margin: 0 auto;
  }

  .goPageTop_link {
    width: 60px;
    height: 30px;
  }

  .goPageTop_link::before,.goPageTop_link::after {
    top: 10px;
    width: 15px;
    height: 2px;
  }

  .goPageTop_link:hover {
    background-color: #ff1d1d;
  }

  .footer {
    min-width: 1024px;
    height: 460px;
  }

  .footer_inner {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 36px;
  }

  .footer_sitename {
    font-size: 3.5rem;
  }

  .footer_sitename img {
    height: 35px;
  }

  .nav-actionBtn {
    margin-top: 58px;
  }

  .actionBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .actionBtn_item:last-child {
    margin-left: 20px;
  }

  .actionBtn_link {
    font-size: 2rem;
    line-height: 2.3;
  }

  .wrapper[data-lang="jp"] .actionBtn_link {
    width: 350px;
  }

  .wrapper[data-lang="en"] .actionBtn_link {
    width: 380px;
  }

  .nav-footerMenu {
    margin-top: 40px;
  }

  .footerMenu_item {
    font-size: 1.6rem;
  }

  .footerMenu_item:not(:first-child) {
    margin-left: 20px;
  }

  .snsBtn {
    margin-top: 50px;
  }

  .snsBtn_item:not(:first-child) {
    margin-left: 40px;
  }

  .copyright {
    margin-top: 50px;
  }

  .common-page_header {
    min-width: 960px;
    background-size: 6px 6px;
  }

  .common-page_title {
    width: 960px;
    margin: 0 auto;
    font-size: 5rem;
    line-height: 96px;
  }

  .common-live {
    width: 100%;
    min-width: 1024px;
    background-size: 160px 160px;
  }

  .common-live_inner {
    width: 960px;
    margin: 0 auto;
    padding: 68px 0;
  }

  .common-live_heading {
    margin-bottom: 20px;
    font-size: 6rem;
  }

  .common-live_title {
    font-size: 2rem;
  }

  .common-live_more {
    margin-top: 20px;
  }

  .common-live_moreLink {
    font-size: 1.5rem;
    line-height: 2;
  }

  .common-live_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }

  .common-live_video {
    width: 660px;
    height: 372px;
  }

  .common-live_video > iframe,.common-live_video > div {
    width: 660px;
    height: 372px;
  }

  .common-live_tweet {
    width: 280px;
  }

  .common-tweet_hashtag {
    padding: 12px 20px 6px;
    font-size: 2rem;
  }

  .common-tweet_hashtag::before {
    top: 2px;
    width: 26px;
    height: 22px;
    margin-right: 8px;
  }

  .common-tweet_tl {
    height: 269px;
  }

  .common-tweet_tweets {
    padding: 0 20px;
  }

  .common-tweet_icon {
    width: 36px;
  }

  .common-tweet_body {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .common-tweet_loginBtn {
    font-size: 2rem;
    line-height: 50px;
  }

  .common-tweet_input {
    height: 50px;
  }

  .common-tweet_textarea {
    width: 200px;
    height: 50px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .common-tweet_sendBtn {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .common-tweet_count {
    right: 52px;
  }

  .common-tweet_sent {
    font-size: 1.6rem;
    line-height: 50px;
  }

  .home-parts_more {
    top: 40px;
  }

  .home-parts_moreBtn {
    width: 100px;
    font-size: 1.6rem;
    line-height: 34px;
  }

  .home-parts_goToDetailBtn {
    width: 100px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .home-hero_bg {
    height: calc(100vh -  81px);
  }

  .home-hero_bg--tb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .home-hero_bg--tb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }

  .home-hero_body {
    width: 960px;
    margin: 0 auto;
    padding-top: 29.5vh;
  }

  .wrapper[data-lang="jp"] .home-hero_name {
    width: 350px;
  }

  .wrapper[data-lang="en"] .home-hero_name {
    width: 320px;
  }

  .sp-only {
    display: none;
  }

  .wrapper[data-lang="jp"] .home-hero_catchPhrase {
    width: 792px;
    margin-top: 3.75vh;
  }

  .wrapper[data-lang="en"] .home-hero_catchPhrase {
    width: 800px;
    margin-top: 5vh;
  }

  .home-hero_jump {
    position: absolute;
    margin-top: 7.5vh;
 /* bottom: 200px; */
    left: 0;
    right: 0;
  }

  .home-hero_forBiz {
    top: 30px;
    right: 30px;
  }

  .home-hero_forBizLink {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 46px;
    border: 2px solid #fff;
  }

  .wrapper[data-lang="jp"] .home-hero_forBizLink {
    width: 300px;
  }

  .wrapper[data-lang="en"] .home-hero_forBizLink {
    padding: 0 20px;
  }

  .home-hero_live {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-hero_liveLink {
    width: 570px;
    background-size: 160px 160px;
    background-position: -40px 0;
  }

  .home-hero_liveLink::before,.home-hero_liveLink::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #ff1d1d;
    transform-origin: left top;
  }

  .home-hero_liveLink::before {
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.2s 0.2s linear;
  }

  .home-hero_liveLink::after {
    right: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.2s linear;
  }

  .home-hero_liveLink:hover::before {
    transform: scaleX(1);
    transition: transform 0.2s linear;
  }

  .home-hero_liveLink:hover::after {
    transform: scaleY(1);
    transition: transform 0.2s 0.2s linear;
  }

  .home-hero_liveLinkInner {
    padding: 20px 18px;
  }

  .home-hero_liveLinkInner::before,.home-hero_liveLinkInner::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #ff1d1d;
    transform-origin: right bottom;
  }

  .home-hero_liveLinkInner::before {
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.2s 0.2s linear;
  }

  .home-hero_liveLinkInner::after {
    left: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.2s linear;
  }

  a:hover .home-hero_liveLinkInner::before {
    transform: scaleX(1);
    transition: transform 0.2s linear;
  }

  a:hover .home-hero_liveLinkInner::after {
    transform: scaleY(1);
    transition: transform 0.2s 0.2s linear;
  }

  .home-hero_liveThumbnail {
    width: 226px;
  }

  .home-hero_liveThumbnail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background-image: url(../images/home/icon-play-on.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }

  .home-hero_liveThumbnail::after {
    width: 64px;
    height: 64px;
    opacity: 1;
    transition: opacity 0.4s ease-out;
  }

  a:hover .home-hero_liveThumbnail::before {
    opacity: 1;
  }

  a:hover .home-hero_liveThumbnail::after {
    opacity: 0;
  }

  .home-hero_liveBody {
    width: 288px;
    margin-left: 20px;
  }

  .home-hero_liveHeading {
    margin-bottom: 10px;
    font-size: 3.5rem;
  }

  .home-hero_liveText {
    font-size: 2rem;
    line-height: 1.5;
  }

  .home-info {
    min-width: 1024px;
    padding-top: 114px;
    background-size: 6px 6px;
  }

  .home-info_vision {
    max-width: 1920px;
  }

  .home-info_screens {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.8vw;
  }

  .home-info_screen {
    width: 32.6%;
  }

  .home-info_item {
    box-sizing: border-box;
    padding: 0 1.8vw;
  }

  .home-info_link {
    position: relative;
  }

  .home-info_images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .home-info_imageBox {
    width: 32.6%;
  }

  .home-info_nav {
    box-sizing: border-box;
    padding: 10px 1.8vw 0;
  }

  .home-info_controlItem {
    width: 36px;
    border: 2px solid #7d7d7d;
  }

  .home-info_controlItem:not(:first-child) {
    margin-left: 4px;
  }

  .home-info_controlItem:hover {
    border-color: #ff1d1d;
  }

  .home-info_board {
    padding: 40px 0;
  }

  .home-info_announceItem span {
    padding-right: 40px;
  }

  .home-info_marqueeItem span {
    padding-right: 40px;
  }

  .home-pickup {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .home-pickup_heading {
    margin-bottom: 40px;
    font-size: 4rem;
  }

  .home-pickup_changeDayItem {
    width: 205px;
    font-size: 1.6rem;
    line-height: 48px;
  }

  .home-pickup_changeDayItem:not(:first-child) {
    margin-left: 20px;
  }

  .home-pickup_changeDayItem:not(.is-active) {
    transition: background-color 0.2s ease-out;
  }

  .home-pickup_changeDayItem:not(.is-active):hover {
    background-color: #ff1d1d;
  }

  .home-pickup_carousel {
    -ms-flex-align: center;
    align-items: center;
    margin: 38px -10px 0;
  }

  .home-pickupItem {
    width: 280px;
    margin: 0 10px;
  }

  .home-pickupItem_title {
    padding: 16px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .home-pickupItem_now {
    padding: 4px 12px;
    font-size: 1.4em;
    line-height: 1.5;
  }

  .home-pickupItem_time {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .home-pickupItem_timeHeading {
    margin-right: 6px;
    padding: 0 10px;
    font-size: 1.6rem;
  }

  .home-pickupItem_text {
    padding: 16px 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .home-pickupItem_footer {
    padding: 0 20px 20px;
  }

  .home-pickupItem_icon {
    width: 40px;
    margin-right: 6px;
  }

  .home-pickup_nav--arrow {
    padding-top: 30px;
  }

  [class^="home-pickup_arrowBtn"] {
    width: 96px;
    height: 48px;
  }

  [class^="home-pickup_arrowBtn"]:enabled:hover {
    background-color: #ff1d1d;
  }

  .home-pickup_arrowBtn--prev::after {
    border-width: 7px 7px 7px 0;
  }

  .home-pickup_arrowBtn--next::after {
    border-width: 7px 0 7px 7px;
  }

  .home-pickup_errorText {
    font-size: 1.4rem;
  }

  .home-news {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .home-news_heading {
    margin-bottom: 40px;
    font-size: 4rem;
  }

  .home-news_list {
    margin-top: -30px;
  }

  .home-newsItem {
    border-bottom: 2px solid #fff;
  }

  .home-newsItem_link {
    position: relative;
    margin: 1px -40px;
    padding: 29px 40px;
  }

  .home-newsItem_link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e6e6e6;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transform-origin: left;
  }

  .home-newsItem_link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  }

  .home-newsItem_date {
    position: relative;
    width: 10em;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .home-newsItem_category {
    position: relative;
    padding-left: 40px;
    font-size: 1.2rem;
    line-height: 30px;
  }

  [data-home-news-category="business"] {
    background-position: 0 0;
  }

  [data-home-news-category="cinema"] {
    background-position: 0 -30px;
  }

  [data-home-news-category="event"] {
    background-position: 0 -60px;
  }

  [data-home-news-category="music"] {
    background-position: 0 -90px;
  }

  [data-home-news-category="release"] {
    background-position: 0 -120px;
  }

  .home-newsItem_text {
    position: relative;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .home-eventnews {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .home-eventnews_heading {
    margin-bottom: 40px;
    font-size: 4rem;
  }

  .home-eventnewsItem_header {
    margin-bottom: 24px;
  }

  .home-eventnewsItem_title {
    font-size: 2rem;
    line-height: 1.6;
  }

  .home-eventnewsItem_date {
    margin-top: 2px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .home-eventnewsItem_contentWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-eventnewsItem_body {
    width: 510px;
  }

  .home-eventnewsItem_image {
    width: 330px;
    text-align: right;
    padding-bottom: 80px;
  }

  .home-eventnewsItem_text {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .home-eventnewsItem_goToDetail {
    margin-top: 10px;
  }

  .home-eventnewsItem_iconWrapper {
    margin-top: 40px;
  }

  .home-eventnewsItem_icon {
    width: 128px;
    margin-right: 16px;
  }

  .home-apps {
    box-sizing: border-box;
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .home-apps .home-parts_more {
    top: 20px;
  }

  .home-apps_heading {
    margin-bottom: 36px;
    font-size: 4rem;
  }

  .home-apps_heading .lang--jp {
    font-size: 3.6rem;
  }

  .home-appsWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-app {
    width: 420px;
    padding: 20px;
  }

  .home-app:nth-child(even) {
    margin-left: 40px;
  }

  .home-appItem_heading,.common-appItem_heading {
    margin-bottom: 36px;
    font-size: 4rem;
  }

  .home-appItem_icon,.common-appItem_icon {
    width: 80px;
  }

  .home-appDl,.common-appDl {
    padding-left: 15px;
  }

  .home-appDl_heading,.common-appDl_heading {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .home-appDl_link,.common-appDl_link {
    width: 90px;
  }

  .home-appDl_link:not(:first-child),.common-appDl_link:not(:first-child) {
    margin-left: 8px;
  }

  .home-appItem_text,.common-appItem_text {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .home-apps-flexContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-apps-img {
    width: 440px;
  }

  .home-apps-text {
    width: 400px;
    padding-right: 20px;
  }

  .home-sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: 40px auto 0;
  }

  .home-sns_block {
    box-sizing: border-box;
    width: 460px;
    padding: 40px;
  }

  .home-sns_block.--full {
    width: 100%;
  }

  .home-sns_heading {
    margin-bottom: 20px;
    font-size: 4rem;
  }

  .home-tweet {
    width: 380px;
    padding-bottom: 20px;
  }

  .home-tweet.--full {
    width: 100%;
  }

  .home-tweet_hashtag {
    padding: 12px 20px 6px;
    font-size: 2rem;
  }

  .home-tweet_hashtag::before {
    top: 2px;
    width: 26px;
    height: 22px;
    margin-right: 8px;
  }

  .home-tweet_tl {
    height: 417px;
  }

  .home-tweet_tweets {
    padding: 0 20px;
  }

  .home-tweet_icon {
    width: 36px;
  }

  .home-tweet_body {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .home-access {
    min-width: 960px;
    margin-top: 40px;
    background-image: url(../images/home/access-bg-pc.jpg);
  }

  .home-access_header {
    width: 960px;
    margin: 0 auto;
    padding: 38px 0 38px 40px;
  }

  .home-access_heading {
    margin-bottom: 35px;
    font-size: 4rem;
  }

  .home-access_address {
    font-size: 2rem;
  }

  .home-access_mapLink {
    top: 40px;
    right: 0;
    width: 190px;
    font-size: 1.6rem;
    line-height: 34px;
  }

  .home-access_time {
    width: 960px;
    margin: 0 auto;
    padding: 38px 40px;
  }

  .home-accessTime_title {
    margin-right: 20px;
    padding: 0 7px;
    font-size: 1.3rem;
    line-height: 28px;
    white-space: nowrap;
    border: 2px solid #fff;
  }

  .home-accessTime_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-accessTime_item {
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 32px;
  }

  .info-nav {
    width: 960px;
    margin: 46px auto 0;
  }

  .info-nav_item {
    width: 150px;
    font-size: 1.6rem;
    line-height: 48px;
  }

  .info-nav_item:not(:first-child) {
    margin-left: 10px;
  }

  .info-nav_item:nth-child(5) {
    width: 320px;
  }

  .info-list {
    width: 960px;
    margin: 30px auto 0;
  }

  .info-listItem {
    padding: 40px;
  }

  .info-listItem:not(:first-child) {
    margin-top: 40px;
  }

  .info-listItem.is-finished::before {
    background-size: 16px 16px;
  }

  .info-listItem.is-finished::after {
    padding: 2px 12px;
    font-size: 1.3rem;
    line-height: 2;
  }

  .info-listItem_category {
    font-size: 1.4rem;
  }

  .info-listItem_title {
    margin-top: 10px;
    margin-bottom: 34px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .info-listItem_small .info-listItem_title {
    margin-bottom: 0;
  }

  .info-listItem_defList {
    margin-top: 26px;
  }

  .info-listItem_defList > dt {
    width: 120px;
    font-size: 1.3rem;
    line-height: 2;
    border: 2px solid #313131;
  }

  .info-listItem_defList > dd {
    width: calc(100% - 120px);
    padding: 2px 0 2px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .info-listItem_text {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .info-listItem_subWrapper {
    zoom: 1;
  }

  .info-listItem_subWrapper:after {
    display: table;
    clear: both;
    content: "";
  }

  .info-listItem_subWrapper:before {
    display: table;
    content: "";
  }

  .info-listItem_subWrapper .info-listItem_image {
    float: right;
    width: 304px;
    margin-top: 33px;
  }

  .info-listItem_subWrapper .info-listItem_text {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 304px);
    padding-right: 40px;
  }

  .info-listItem_subWrapper .info-goToDetail {
    float: left;
  }

  .info-goToDetail_link {
    width: 100px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .info-more {
    width: 960px;
    margin: 40px auto 50px;
  }

  .info-more_btn {
    width: 225px;
    padding: 4px 0;
    font-size: 1.6rem;
    line-height: 2;
  }

  .info-more_btn:hover {
    background-color: #ff1d1d;
  }

  .info-list_loading {
    width: 26px;
    height: 16px;
    margin: 64px auto 50px;
  }

  .info-header {
    min-width: 960px;
    margin-top: 110px;
    background-size: 6px 6px;
  }

  .info-header_inner {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .info-header_title {
    font-size: 2.5rem;
    line-height: 1.6;
  }

  .info-header_text {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .info-header_image {
    margin-top: -60px;
    margin-bottom: 24px;
  }

  .info-block {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .info-block_heading {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }

  .info-block_subHeading {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .info-block_text {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .info-block_image:not(:first-child) {
    margin-top: 34px;
  }

  .info-block_presentImage:not(:first-child) {
    margin-top: 32px;
  }

  .info-block_defList:not(:first-child) {
    margin-top: 30px;
  }

  .info-block_defList > dt {
    width: 120px;
    font-size: 1.3rem;
    line-height: 2;
    border: 2px solid #313131;
  }

  .info-block_defList > dd {
    width: calc(100% - 120px);
    padding: 2px 0 2px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .info-block_orderedList {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .info-block_orderedList:first-child {
    margin-top: 3px;
  }

  .info-block_orderedList:not(:first-child) {
    margin-top: 33px;
  }

  .info-block_orderedList > li {
    padding-left: 36px;
  }

  .info-block_orderedList > li:not(:first-child) {
    margin-top: 14px;
  }

  .info-block_orderedList > li::before {
    top: -3px;
    padding: 5px 3px;
  }

  .info-block_unorderedList {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .info-block_unorderedList:not(:first-child) {
    margin-top: 30px;
  }

  .info-block_unorderedList > li {
    padding-left: 20px;
  }

  .info-block_unorderedList > li:not(:first-child) {
    margin-top: 8px;
  }

  .info-block_unorderedList > li::before {
    top: 12px;
    width: 10px;
    height: 4px;
  }

  .info-block_link:not(:first-child) {
    margin-top: 16px;
  }

  .info-block_linkBtn {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .info-block_anchorLink:not(:first-child) {
    margin-top: 24px;
  }

  .info-block_anchorLinkBtn {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .info-block_anchorLinkBtn::before {
    top: -3px;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-width: 0 2px 2px 0;
  }

  .info-block_anchorLinkBtn:hover {
    background-color: #ff1d1d;
  }

  .info-block_notes {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .info-app {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .info-app_heading {
    margin-bottom: 32px;
    font-size: 4rem;
  }

  .info-app_heading .lang--jp {
    font-size: 2.8rem;
  }

  .info-app_main {
    position: relative;
    zoom: 1;
  }

  .info-app_main:after {
    display: table;
    clear: both;
    content: "";
  }

  .info-app_main:before {
    display: table;
    content: "";
  }

  .info-app_image {
    float: left;
    width: 142px;
    padding-top: 4px;
  }

  .info-app_text {
    float: right;
    width: 715px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .info-appDl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 10px 10px 20px;
  }

  .wrapper[data-lang="jp"] .info-appDl {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .wrapper[data-lang="en"] .info-appDl {
    float: right;
    margin-top: 15px;
  }

  .info-appDl_heading {
    font-size: 1.8rem;
  }

  .info-appDl_stores {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
  }

  .info-appDl_link {
    width: 120px;
  }

  .info-appDl_link:not(:first-child) {
    margin-left: 10px;
  }

  .info-subBlock {
    margin-top: 40px;
    padding: 40px;
  }

  .info-subBlock_heading {
    margin-bottom: 20px;
    padding-left: 4px;
    font-size: 2rem;
    line-height: 1.2;
    border-left: 6px solid currentColor;
  }

  .info-subBlock_body {
    zoom: 1;
  }

  .info-subBlock_body:after {
    display: table;
    clear: both;
    content: "";
  }

  .info-subBlock_body:before {
    display: table;
    content: "";
  }

  .info-subBlock_withImg {
    float: left;
    width: 534px;
  }

  .info-subBlock_image {
    float: right;
    width: 208px;
  }

  .info-app_video {
    margin-top: 32px;
  }

  .info-app_privacy {
    position: absolute;
    top: 40px;
    right: 0;
  }

  .info-app_privacyLink {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .info-backToList {
    width: 960px;
    margin: 40px auto 0;
  }

  .info-backToList_link {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .news-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: 40px auto 0;
  }

  .news-list_wrapper {
    width: 720px;
    margin-right: 40px;
    padding: 40px;
  }

  .news-list_heading {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .news-list_item {
    border-bottom: 2px solid #fff;
  }

  .news-list_link {
    position: relative;
    margin: 1px -40px;
    padding: 29px 40px 25px;
  }

  .news-list_link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e6e6e6;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transform-origin: left;
  }

  .news-list_link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  }

  .news-list_date {
    position: relative;
    width: 10em;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .news-list_category {
    position: relative;
    padding-left: 40px;
    font-size: 1.2rem;
    line-height: 30px;
  }

  [data-newslist-category="business"] {
    background-position: 0 0;
  }

  [data-newslist-category="cinema"] {
    background-position: 0 -30px;
  }

  [data-newslist-category="event"] {
    background-position: 0 -60px;
  }

  [data-newslist-category="music"] {
    background-position: 0 -90px;
  }

  [data-newslist-category="release"] {
    background-position: 0 -120px;
  }

  .news-list_text {
    position: relative;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .news-nav {
    width: 200px;
  }

  .news-nav_heading {
    font-size: 1.8rem;
    line-height: 40px;
  }

  .news-nav_item {
    border-bottom: 2px solid #fff;
  }

  .news-nav_link {
    padding: 2px 0;
    font-size: 1.8rem;
    line-height: 2;
  }

  .news-backToListTop {
    width: 100%;
    margin: 40px auto 0;
  }

  .news-backToListTop_link {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .news-main {
    width: 960px;
    margin: 46px auto 0;
    padding: 40px;
  }

  .news-header_date {
    font-size: 2rem;
    line-height: 32px;
  }

  .news-header_category {
    padding-left: 40px;
    font-size: 2rem;
    line-height: 32px;
    background-size: 32px;
  }

  [data-newsdetail-category="business"] {
    background-position: 0 0;
  }

  [data-newsdetail-category="cinema"] {
    background-position: 0 -32px;
  }

  [data-newsdetail-category="event"] {
    background-position: 0 -64px;
  }

  [data-newsdetail-category="music"] {
    background-position: 0 -96px;
  }

  [data-newsdetail-category="release"] {
    background-position: 0 -128px;
  }

  .news-header_title {
    padding-top: 12px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .news-main_image {
    margin-top: 35px;
  }

  .news-subBlock_heading {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .news-subBlock_body {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .news-programInfo {
    margin-top: 35px;
  }

  .news-programInfo_heading {
    margin-bottom: 20px;
    padding-left: 4px;
    font-size: 2rem;
    line-height: 1.2;
    border-left: 6px solid currentColor;
  }

  .news-programInfo_defList > dt {
    width: 120px;
    font-size: 1.3rem;
    line-height: 2;
    border: 2px solid #313131;
  }

  .news-programInfo_defList > dt:not(:first-of-type) {
    margin-top: 18px;
  }

  .news-programInfo_defList > dd {
    width: calc(100% - 120px);
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .news-programInfo_defList > dd:not(:first-of-type) {
    margin-top: 18px;
  }

  .news-app {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .news-anotherTrack_heading {
    margin-bottom: 30px;
    font-size: 4rem;
  }

  .news-anotherTrack_heading .lang--jp {
    font-size: 2.8rem;
  }

  .news-visionα_heading {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }

  .news-app_body {
    zoom: 1;
  }

  .news-app_body:after {
    display: table;
    clear: both;
    content: "";
  }

  .news-app_body:before {
    display: table;
    content: "";
  }

  .news-app_icon {
    float: left;
    width: 142px;
    padding-top: 4px;
  }

  .news-app_text {
    float: right;
    width: 715px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .news-appDl {
    float: right;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 10px 10px 20px;
  }

  .news-appDl_heading {
    font-size: 1.8rem;
  }

  .news-appDl_stores {
    margin-left: 20px;
  }

  .news-appDl_link {
    width: 120px;
  }

  .news-appDl_link:not(:first-child) {
    margin-left: 10px;
  }

  .news-buttons {
    width: 960px;
    margin: 40px auto 0;
  }

  .news-goToInfo {
    float: right;
  }

  .news-goToInfo_link {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .news-backToList {
    width: 960px;
    margin: 40px auto 0;
  }

  .news-backToList_link {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .pickup-nav:first-of-type {
    width: 960px;
    margin: 46px auto 0;
  }

  .pickup-nav:last-of-type {
    width: 960px;
    margin: 40px auto 0;
  }

  .pickup-changeDay_item {
    width: 225px;
    font-size: 1.6rem;
    line-height: 48px;
  }

  .pickup-changeDay_item:not(:first-child) {
    margin-left: 20px;
  }

  .pickup-changeDay_item:not(.is-active) {
    transition: background-color 0.2s ease-out;
  }

  .pickup-changeDay_item:not(.is-active):hover {
    background-color: #ff1d1d;
  }

  .pickup-container {
    width: 960px;
    margin: 40px auto 0;
  }

  .pickup-item {
    margin-bottom: 20px;
    padding: 40px;
  }

  .pickup-item:not(:first-child) {
    margin-top: 40px;
  }

  .pickup-item_timeHeading {
    padding: 0 14px;
    font-size: 1.3rem;
    line-height: 2;
    border: 2px solid currentColor;
  }

  .pickup-item_timeText {
    padding-left: 12px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .pickup-item_title {
    margin-top: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .pickup-item_body {
    zoom: 1;
    margin-top: 20px;
  }

  .pickup-item_body:after {
    display: table;
    clear: both;
    content: "";
  }

  .pickup-item_body:before {
    display: table;
    content: "";
  }

  .pickup-item_image {
    float: right;
    width: 304px;
  }

  .pickup-item_text {
    float: left;
    width: 546px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .pickup-item_iconWrapper {
    top: 40px;
    right: 40px;
  }

  .pickup-item_icon {
    width: 40px;
    margin-left: 6px;
  }

  .pickup-item_goToDetail {
    clear: left;
    float: left;
    margin-top: 30px;
  }

  .pickup-item_goToDetailLink {
    width: 100px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .pickup-container_errorText {
    font-size: 1.4rem;
  }

  .eventnews-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .eventnews-nav dt {
    width: 175px;
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 25px;
    border-left: 5px solid currentColor;
  }

  .eventnews-nav dt:not(:first-of-type) {
    margin-top: 20px;
  }

  .eventnews-nav dd {
    width: calc(100% - 190px);
  }

  .eventnews-nav dd:not(:first-of-type) {
    margin-top: 20px;
  }

  .eventnews-filter {
    font-size: 1.3rem;
    line-height: 25px;
  }

  .eventnews-filter_item {
    width: 100px;
  }

  .eventnews-filter_item:not(:first-child) {
    margin-left: 10px;
  }

  .eventnews-filter_item:hover {
    background-color: #ff1d1d;
  }

  .eventnews-list_wrapper {
    padding: 40px 0;
  }

  .eventnews-list {
    width: calc(960px + 20px);
    margin: -10px auto;
  }

  .eventnews-list_item {
    width: calc( (100% - 60px) / 3);
    padding: 10px;
  }

  .eventnews-list_name {
    bottom: 20px;
    margin-right: 20px;
    padding: 5px 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .eventnews-detail {
    width: 960px;
    margin: 46px auto 0;
    padding: 40px;
  }

  .eventnews-header_title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .eventnews-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .eventnews-viewer {
    width: 660px;
    min-height: 440px;
  }

  .eventnews-thumbnail {
    width: 201px;
  }

  .eventnews-thumbnail_item {
    width: 100%;
  }

  .eventnews-thumbnail_item:not(:first-child) {
    margin-top: 20px;
  }

  .eventnews-thumbnail_item:hover::after {
    opacity: 1;
  }

  .eventnews-data {
    margin-top: 20px;
  }

  .eventnews-data_item {
    margin-top: 15px;
  }

  .eventnews-data_item > dt {
    width: 120px;
    min-width: 120px;
    font-size: 1.3rem;
    line-height: 2;
    border: 2px solid #313131;
  }

  .eventnews-data_item > dd {
    padding-right: 80px;
    padding-left: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .eventnews-summary {
    margin-top: 40px;
  }

  .eventnews-summary_heading {
    margin-bottom: 20px;
    padding-left: 4px;
    font-size: 2rem;
    line-height: 1.2;
    border-left: 6px solid currentColor;
  }

  .eventnews-summary_body {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .eventnews-summary_body p:not(:first-child) {
    margin-top: 20px;
  }

  .eventnews-summary_body .right {
    float: right;
    margin-left: 20px;
  }

  .eventnews-summary_body .caption {
    font-size: 1.3rem;
  }

  .eventnews-summary_body .video {
    clear: both;
    padding-top: 60px;
  }

  .eventnews-summary_body .video iframe {
    top: calc(50% + 60px);
  }

  .eventnews-buttons {
    width: 960px;
    margin: 40px auto 0;
  }

  .eventnews-backToList {
    width: 960px;
    margin: 40px auto 0;
  }

  .eventnews-backToList_link {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .apps-app {
    width: 960px;
    margin: 40px auto 0;
    padding: 40px;
  }

  .apps-app_heading {
    margin-bottom: 32px;
    font-size: 4rem;
  }

  .apps-app_heading .lang--jp {
    font-size: 2.8rem;
  }

  .apps-app_heading img {
    vertical-align: top;
    line-height: 1;
  }

  .apps-app_main {
    position: relative;
    zoom: 1;
  }

  .apps-app_main:after {
    display: table;
    clear: both;
    content: "";
  }

  .apps-app_main:before {
    display: table;
    content: "";
  }

  .apps-app_image {
    float: left;
    width: 142px;
    padding-top: 4px;
  }

  .apps-app_text {
    float: right;
    width: 715px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .apps-appDl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 10px 10px 20px;
  }

  .wrapper[data-lang="jp"] .apps-appDl {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .wrapper[data-lang="en"] .apps-appDl {
    float: right;
    margin-top: 15px;
  }

  .apps-appDl_heading {
    font-size: 1.8rem;
  }

  .apps-appDl_stores {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
  }

  .apps-appDl_link {
    width: 120px;
  }

  .apps-appDl_link:not(:first-child) {
    margin-left: 10px;
  }

  .apps-app_privacy {
    position: absolute;
    top: 40px;
    right: 0;
  }

  .apps-app_privacyLink {
    padding: 1px 14px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .apps-subBlock {
    margin-top: 40px;
    padding: 40px;
  }

  .apps-subBlock_heading {
    margin-bottom: 20px;
    padding-left: 4px;
    font-size: 2rem;
    line-height: 1.2;
    border-left: 6px solid currentColor;
  }

  .apps-subBlock_body {
    zoom: 1;
  }

  .apps-subBlock_body:after {
    display: table;
    clear: both;
    content: "";
  }

  .apps-subBlock_body:before {
    display: table;
    content: "";
  }

  .apps-subBlock_withImg {
    float: left;
    width: 534px;
  }

  .apps-subBlock_image {
    float: right;
    width: 208px;
  }

  .apps-block_orderedList {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .apps-block_orderedList:first-child {
    margin-top: 3px;
  }

  .apps-block_orderedList:not(:first-child) {
    margin-top: 33px;
  }

  .apps-block_orderedList > li {
    padding-left: 36px;
  }

  .apps-block_orderedList > li:not(:first-child) {
    margin-top: 14px;
  }

  .apps-block_orderedList > li::before {
    top: -3px;
    padding: 5px 3px;
  }

  .apps-block_unorderedList {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .apps-block_unorderedList:not(:first-child) {
    margin-top: 30px;
  }

  .apps-block_unorderedList > li {
    padding-left: 20px;
  }

  .apps-block_unorderedList > li:not(:first-child) {
    margin-top: 8px;
  }

  .apps-block_unorderedList > li::before {
    top: 12px;
    width: 10px;
    height: 4px;
  }

  .apps-block_notes {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .apps-app_video {
    margin-top: 32px;
  }

  .slick-slide img.img-sp {
    display: none;
  }

  .apps-flexContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .apps-img {
    width: 440px;
  }

  .apps-text {
    box-sizing: border-box;
    width: 440px;
    padding-right: 20px;
  }

  .apps-main-visual {
    width: 960px;
    margin: 40px auto;
  }

  .mv_pc {
    display: block;
    width: 100%;
  }

  .mv_sp {
    display: none;
  }

  .notfound-container {
    width: 960px;
    margin: 0 auto;
    padding: 140px 0 110px;
  }

  .notfound-title {
    margin-bottom: 10px;
    font-size: 8rem;
  }

  .notfound-mainText {
    font-size: 2.4rem;
  }

  .notfound-subText {
    margin-top: 90px;
    font-size: 2rem;
    line-height: 1.25;
  }

  .notfound-subText_small {
    font-size: 1.4rem;
  }

  .notfound-subText_onlysp {
    display: none;
  }

  .notfound-backToTop {
    margin-top: 110px;
  }

  .notfound-backToTop_btn {
    width: 225px;
    padding: 4px 0;
    font-size: 1.6rem;
    line-height: 2;
  }

  .notfound-backToTop_btn:hover {
    background-color: #ff1d1d;
  }

  .dooh {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .only-sp {
    display: none;
  }
}

@media (min-width: 801px) and (min-height: 840px) {
  .gnav_wrapper {
    padding-top: 70px;
  }

  .wrapper[data-lang="jp"] .gnav_item {
    font-size: 7.2rem;
  }

  .wrapper[data-lang="en"] .gnav_item {
    font-size: 6.4rem;
  }

  .gnav_lang-jp {
    font-size: 5.8rem;
  }
}

@media (min-width: 801px) and (min-height: 750px) and (max-height: 839px) {
  .gnav_wrapper {
    padding-top: 50px;
  }

  .wrapper[data-lang="jp"] .gnav_item {
    font-size: 6.2rem;
  }

  .wrapper[data-lang="en"] .gnav_item {
    font-size: 6rem;
  }

  .gnav_lang-jp {
    font-size: 5rem;
  }
}

@media (min-width: 801px) and (max-height: 749px) {
  .gnav_wrapper {
    padding-top: 30px;
  }
}

@media (min-width: 801px) and (min-height: 660px) and (max-height: 749px) {
  .wrapper[data-lang="jp"] .gnav_item {
    font-size: 5.2rem;
  }

  .wrapper[data-lang="en"] .gnav_item {
    font-size: 5rem;
  }

  .gnav_lang-jp {
    font-size: 4.2rem;
  }
}

@media (min-width: 801px) and (max-height: 659px) {
  .wrapper[data-lang="jp"] .gnav_item {
    font-size: 4rem;
  }

  .wrapper[data-lang="en"] .gnav_item {
    font-size: 4rem;
  }

  .gnav_lang-jp {
    font-size: 3.2rem;
  }
}

@media (min-width: 801px) and (min-height: 900px) {
  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_body {
    padding-top: 25vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_body {
    padding-top: 18.125vh;
  }

  .home-hero_live {
    bottom: 50px;
  }
}

@media (min-width: 801px) and (min-height: 800px) and (max-height: 899px) {
  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_body {
    padding-top: 22.5vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_body {
    padding-top: 16.875vh;
  }

  .home-hero_live {
    bottom: 40px;
  }

  .home-hero_liveText {
    font-size: 1.9rem;
  }
}

@media (min-width: 801px) and (min-height: 700px) and (max-height: 799px) {
  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_body {
    padding-top: 21.25vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_body {
    padding-top: 15vh;
  }

  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_name {
    width: 340px;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_name {
    width: 300px;
  }

  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_catchPhrase {
    width: 740px;
    margin-top: 3.5vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_catchPhrase {
    width: 800px;
    margin-top: 4.75vh;
  }

  .home-hero_live {
    bottom: 40px;
  }

  .home-hero_liveText {
    font-size: 1.8rem;
  }
}

@media (min-width: 801px) and (max-height: 699px) {
  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_body {
    padding-top: 20vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_body {
    padding-top: 15vh;
  }

  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_name {
    width: 320px;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_name {
    width: 280px;
  }

  .wrapper[data-lang="jp"].is-liveBroadcasting .home-hero_catchPhrase {
    width: 680px;
    margin-top: 3vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_catchPhrase {
    width: 680px;
    margin-top: 4.25vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_forBiz {
    top: 20px;
    right: 20px;
  }

  .home-hero_live {
    bottom: 30px;
  }

  .home-hero_liveText {
    font-size: 1.7rem;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .home-info_text {
    font-size: 2rem;
    line-height: 1.5;
  }

  .home-info_board {
    font-size: 1.8rem;
  }
}

@media (min-width: 1025px) {
  .home-info_body {
    position: absolute;
    bottom: 0;
    left: 33.7%;
    box-sizing: border-box;
    width: 32.6%;
    padding: 8px 20px 22px;
    background-color: rgba(0, 0, 0, 0.4);
    transform: scaleX(0);
    transform-origin: left;
  }

  .home-info_body::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    border: solid transparent;
    border-top-color: #fff;
    border-width: 6px 7px 0 7px;
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .home-info_text {
    font-size: 1.6rem;
    line-height: 1.45;
  }

  .home-info_board {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .home-info_text {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .home-info_board {
    font-size: 1.7rem;
  }
}

@media (min-width: 1440px) {
  .home-info_text {
    font-size: 2rem;
    line-height: 1.5;
  }

  .home-info_board {
    font-size: 1.8rem;
  }
}

@media (max-width: 800px) {
  .wrapper:not([class~="home"]) {
    padding-top: 75px;
  }

  .header {
    height: 75px;
  }

  .header_inner {
    background-color: #000;
    border-bottom: 2px solid #313131;
  }

  .header_sitename img {
    height: 17px;
  }

  .footer {
    height: 333px;
  }

  .footer_sitename {
    font-size: 2.4rem;
  }

  .footer_sitename img {
    height: 24px;
  }

  .nav-footerMenu {
    margin-top: 20px;
  }

  .footerMenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerMenu_link {
    padding: 8px;
  }

  .snsBtn {
    margin-top: 32px;
  }

  .snsBtn_item:not(:first-child) {
    margin-left: 20px;
  }

  .snsBtn_link {
    width: 29px;
    background-size: 29px 29px;
  }

  .copyright {
    margin-top: 40px;
  }

  .common-live_heading {
    margin-bottom: 14px;
    font-size: 3.8rem;
  }

  .common-live_title {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .common-live_more {
    margin-top: 10px;
  }

  .common-live_moreLink {
    font-size: 1.2rem;
    line-height: 2.2;
  }

  .common-live_body {
    width: 100%;
    max-width: 550px;
    margin: 20px auto 0;
  }

  .common-live_video {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: calc(100% * 9 / 16);
  }

  .common-live_video > iframe,.common-live_video > div {
    position: absolute !important;
    top: 0;
    display: block !important;
    height: 100% !important;
  }

  .common-tweet_hashtag {
    padding: 16px 15px 8px;
    font-size: 2.2rem;
  }

  .common-tweet_hashtag::before {
    top: 2px;
    width: 30px;
    height: 22px;
    margin-right: 8px;
  }

  .common-tweet_tl {
    height: 276px;
  }

  .common-tweet_tweets {
    padding: 0 15px;
  }

  .common-tweet_icon {
    width: 40px;
  }

  .common-tweet_loginBtn {
    font-size: 2rem;
    line-height: 55px;
  }

  .common-tweet_input {
    height: 55px;
  }

  .common-tweet_textarea {
    width: 132.8vw;
    width: calc((100% - 72px) * 2);
    height: 110px;
    font-size: 2.2rem;
    line-height: 1.2;
    transform: scale(0.5);
    transform-origin: top left;
  }

  .common-tweet_sendBtn {
    width: 56px;
    height: 55px;
    font-size: 1.4rem;
  }

  .common-tweet_count {
    right: 58px;
  }

  .common-tweet_sent {
    font-size: 1.6rem;
    line-height: 55px;
  }

  .home-parts_more {
    top: 20px;
  }

  .home-parts_moreBtn {
    width: 74px;
    font-size: 1.2rem;
    line-height: 25px;
  }

  .home-parts_goToDetailBtn {
    width: 60px;
    padding: 2px 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .home-hero_pausebtn {
    bottom: 80px;
  }

  .home-hero_playbtn {
    bottom: 80px;
  }

  .home-hero_soundoff {
    bottom: 80px;
  }

  .home-hero_soundongroup {
    bottom: 80px;
  }

  .home-hero_body {
    padding-top: 27.96102vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_body {
    padding-top: 22.48876vh;
  }

  .home-hero_name {
    width: 52.8vw;
    max-width: 396px;
  }

  .pc-only {
    display: none;
  }

  .home-hero_play.mv-stop {
    font-size: 1.4rem;
    padding: 15px 25px 15px 45px;
  }

  .home-hero_play.mv-stop::before {
    position: absolute;
    border-width: 5px 0 5px 8px;
    left: 25px;
    top: 17px;
  }

  .home-hero_link {
    display: inline;
  }

  .home-hero_link .home-hero_link_btn_left {
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 1.4rem;
  }

  .home-hero_link .home-hero_link_btn_right {
    height: 50px;
    width: 100%;
  }

  .home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text {
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text span {
    font-size: 1.2rem;
  }

  .home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text span {
    font-size: 1.2rem;
    padding: 6px 10px;
  }

  .home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text_en {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text_en span {
    font-size: 1.0rem;
    margin-right: 0px;
  }

  .home-hero_link .home-hero_link_btn_right .home-hero_link_btn_text_en span {
    font-size: 1.0rem;
    padding: 6px 10px;
    margin-right: 0px;
  }

  .home-hero_link .home-hero_Bizlink_btn::before {
    border-width: 5px 0 5px 5px;
    top: 40%;
    right: 10px;
  }

  .home-hero_catchPhrase {
    width: 93.33333vw;
    max-width: 700px;
    margin-top: 3.74813vh;
  }

  .home-hero_jump {
    position: absolute;
    margin-top: 5vh;
    bottom: 200px;
    left: 0;
    right: 0;
  }

  .home-hero_live {
    position: absolute;
    bottom: 60px;
    right: 10px;
    left: 10px;
  }

  .home-info_vision {
    width: 100%;
  }

  .home-pickup_heading {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }

  .home-pickup_changeDayItem:not(:first-child) {
    margin-left: 5px;
  }

  .home-pickupItem_title {
    padding: 18px 20px 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .home-pickupItem_now {
    padding: 4px 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .home-pickupItem_time {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 23px;
  }

  .home-pickupItem_timeHeading {
    margin-right: 8px;
    padding: 0 8px;
    font-size: 1.2rem;
  }

  .home-pickupItem_text {
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .home-pickupItem_footer {
    padding: 0 20px 20px;
  }

  .home-pickupItem_icon {
    width: 32px;
    margin-right: 4px;
  }

  .home-pickup_nav--arrow {
    padding-top: 20px;
  }

  .home-pickup_arrowBtn--prev::after {
    border-width: 5px 5px 5px 0;
  }

  .home-pickup_arrowBtn--next::after {
    border-width: 5px 0 5px 5px;
  }

  .home-pickup_errorText {
    font-size: 1.2rem;
  }

  .home-news_heading {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }

  .home-news_list {
    margin-top: -15px;
  }

  .home-newsItem {
    border-bottom: 1px solid #fff;
  }

  .home-newsItem_link {
    padding: 20px 0 16px;
  }

  .home-newsItem_date {
    width: 10em;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .home-newsItem_category {
    padding-left: 24px;
    font-size: 1.2rem;
    line-height: 20px;
    background-size: 20px;
  }

  [data-home-news-category="business"] {
    background-position: 0 0;
  }

  [data-home-news-category="cinema"] {
    background-position: 0 -20px;
  }

  [data-home-news-category="event"] {
    background-position: 0 -40px;
  }

  [data-home-news-category="music"] {
    background-position: 0 -60px;
  }

  [data-home-news-category="release"] {
    background-position: 0 -80px;
  }

  .home-newsItem_text {
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .home-eventnews_heading {
    margin-bottom: 20px;
    padding-right: 60px;
    font-size: 3.2rem;
  }

  .home-eventnewsItem_header {
    margin-bottom: 20px;
  }

  .home-eventnewsItem_title {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .home-eventnewsItem_date {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .home-eventnewsItem_image {
    margin-top: 40px;
    text-align: center;
  }

  .home-eventnewsItem_text {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .home-eventnewsItem_goToDetail {
    margin-top: 10px;
  }

  .home-eventnewsItem_iconWrapper {
    margin-top: 20px;
  }

  .home-eventnewsItem_icon {
    width: 100px;
    margin-right: 6px;
  }

  .home-apps_heading {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }

  .home-app {
    margin-top: 20px;
    padding: 20px 10px;
  }

  .home-appItem_heading,.common-appItem_heading {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .home-appItem_icon,.common-appItem_icon {
    width: 58px;
  }

  .home-appDl,.common-appDl {
    padding-left: 10px;
  }

  .home-appDl_heading,.common-appDl_heading {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }

  .home-appDl_link,.common-appDl_link {
    width: 95px;
  }

  .home-appDl_link:not(:first-child),.common-appDl_link:not(:first-child) {
    margin-left: 8px;
  }

  .home-appItem_text,.common-appItem_text {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .home-apps-flexContainer {
    display: block;
  }

  .home-apps-img {
    width: 440px;
  }

  .home-apps-text {
    width: 100%;
    padding-right: 0px;
  }

  .home-facebook {
    max-width: 500px;
    margin: 0 auto;
  }

  .home-sns_heading {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }

  .home-tweet {
    padding-bottom: 10px;
  }

  .home-tweet_hashtag {
    padding: 16px 15px 8px;
    font-size: 2.2rem;
  }

  .home-tweet_hashtag::before {
    top: 2px;
    width: 30px;
    height: 22px;
    margin-right: 8px;
  }

  .home-tweet_tl {
    height: 266px;
  }

  .home-tweet_tweets {
    padding: 0 15px;
  }

  .home-tweet_icon {
    width: 40px;
  }

  .home-access {
    margin-top: 20px;
    background-image: url(../images/home/access-bg-sp.jpg);
  }

  .home-access_header {
    padding: 20px 10px 20px 30px;
  }

  .home-access_heading {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }

  .home-access_address {
    font-size: 1.2rem;
  }

  .home-access_time {
    padding: 20px 10px 20px 30px;
  }

  .home-accessTime_title {
    margin-right: 5px;
    padding: 0 8px;
    color: #313131;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #fff;
  }

  .home-accessTime_item {
    margin-left: 1em;
    font-size: 1rem;
    text-indent: -1em;
    line-height: 1.6;
  }

  .info-nav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info-nav_item:nth-child(2),.info-nav_item:nth-child(3),.info-nav_item:nth-child(4) {
    margin-left: 8px;
  }

  .info-nav_item:nth-child(5) {
    width: 100%;
    margin-top: 8px;
  }

  .info-listItem {
    padding: 20px;
  }

  .info-listItem:not(:first-child) {
    margin-top: 20px;
  }

  .info-listItem.is-finished::before {
    background-size: 10px 10px;
  }

  .info-listItem.is-finished::after {
    padding: 0 6px;
    font-size: 1rem;
    line-height: 2;
  }

  .info-listItem_category {
    font-size: 1.2rem;
  }

  .info-listItem_small .info-listItem_title {
    margin-bottom: 0;
  }

  .info-listItem_defList {
    margin-top: 6px;
  }

  .info-listItem_defList > dt {
    width: 60px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #313131;
  }

  .info-listItem_defList > dd {
    width: calc(100% - 60px);
    padding: 2px 0 1px 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-listItem_text {
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-listItem_subWrapper .info-listItem_image {
    display: none;
  }

  .info-goToDetail_link {
    width: 60px;
    padding: 2px 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .info-more {
    margin: 20px 10px;
  }

  .info-more_btn {
    width: 118px;
    padding: 3px 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .info-list_loading {
    width: 22px;
    height: 12px;
    margin: 30px auto 28px;
  }

  .info-header_text {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .info-block_heading {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .info-block_subHeading {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-block_text {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-block_image:not(:first-child) {
    margin-top: 18px;
  }

  .info-block_presentImage:not(:first-child) {
    margin-top: 18px;
  }

  .info-block_defList:not(:first-child) {
    margin-top: 20px;
  }

  .info-block_defList > dt {
    width: 60px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #313131;
  }

  .info-block_defList > dd {
    width: calc(100% - 60px);
    padding: 2px 0 1px 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-block_orderedList {
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .info-block_orderedList:first-child {
    margin-top: 5px;
  }

  .info-block_orderedList:not(:first-child) {
    margin-top: 24px;
  }

  .info-block_orderedList > li {
    padding-left: 34px;
  }

  .info-block_orderedList > li:not(:first-child) {
    margin-top: 18px;
  }

  .info-block_orderedList > li::before {
    top: -5px;
    padding: 5px 3px;
    font-size: 1.5rem;
  }

  .info-block_unorderedList {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-block_unorderedList:not(:first-child) {
    margin-top: 20px;
  }

  .info-block_unorderedList > li {
    padding-left: 10px;
  }

  .info-block_unorderedList > li:not(:first-child) {
    margin-top: 8px;
  }

  .info-block_unorderedList > li::before {
    top: 9px;
    width: 5px;
    height: 2px;
  }

  .info-block_link:not(:first-child) {
    margin-top: 12px;
  }

  .info-block_linkBtn {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .info-block_anchorLink:not(:first-child) {
    margin-top: 16px;
  }

  .info-block_anchorLinkBtn {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .info-block_anchorLinkBtn::before {
    top: -2px;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-width: 0 2px 2px 0;
  }

  .info-block_notes {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-app_heading {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }

  .info-app_main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .info-app_image {
    width: 70px;
    padding-top: 2px;
  }

  .info-app_text {
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding-left: 14px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .info-appDl {
    box-sizing: border-box;
    width: 100%;
    margin-top: 18px;
    padding: 15px;
  }

  .info-appDl_heading {
    font-size: 1.7rem;
    text-align: center;
  }

  .info-appDl_stores {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }

  .info-appDl_link {
    width: 138px;
  }

  .info-appDl_link:not(:first-child) {
    margin-left: 15px;
  }

  .info-subBlock {
    margin-top: 18px;
    padding: 20px;
  }

  .info-subBlock_heading {
    margin-bottom: 20px;
    padding-left: 2px;
    font-size: 2rem;
    line-height: 1;
    border-left: 3px solid currentColor;
  }

  .info-subBlock_image {
    display: none;
  }

  .info-app_video {
    margin-top: 18px;
  }

  .info-app_privacyLink {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .info-backToList_link {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .news-list_heading {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .news-list_item {
    border-bottom: 1px solid #fff;
  }

  .news-list_link {
    padding: 20px 0 16px;
  }

  .news-list_date {
    width: 10em;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .news-list_category {
    padding-left: 24px;
    font-size: 1.2rem;
    line-height: 20px;
    background-size: 20px;
  }

  [data-newslist-category="business"] {
    background-position: 0 0;
  }

  [data-newslist-category="cinema"] {
    background-position: 0 -20px;
  }

  [data-newslist-category="event"] {
    background-position: 0 -40px;
  }

  [data-newslist-category="music"] {
    background-position: 0 -60px;
  }

  [data-newslist-category="release"] {
    background-position: 0 -80px;
  }

  .news-list_text {
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .news-nav_heading {
    font-size: 1.4rem;
    line-height: 45px;
  }

  .news-nav_item {
    border-bottom: 1px solid #fff;
  }

  .news-nav_link {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .news-backToListTop_link {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .news-header_date {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .news-header_category {
    padding-left: 24px;
    font-size: 1.2rem;
    line-height: 20px;
    background-size: 20px;
  }

  [data-newsdetail-category="business"] {
    background-position: 0 0;
  }

  [data-newsdetail-category="cinema"] {
    background-position: 0 -20px;
  }

  [data-newsdetail-category="event"] {
    background-position: 0 -40px;
  }

  [data-newsdetail-category="music"] {
    background-position: 0 -60px;
  }

  [data-newsdetail-category="release"] {
    background-position: 0 -80px;
  }

  .news-header_title {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .news-main_image {
    margin-top: 16px;
  }

  .news-subBlock_heading {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .news-subBlock_body {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .news-programInfo {
    margin-top: 30px;
  }

  .news-programInfo_heading {
    margin-bottom: 20px;
    padding-left: 2px;
    font-size: 2rem;
    line-height: 1;
    border-left: 3px solid currentColor;
  }

  .news-programInfo_defList > dt {
    width: 60px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #313131;
  }

  .news-programInfo_defList > dt:not(:first-of-type) {
    margin-top: 12px;
  }

  .news-programInfo_defList > dd {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .news-programInfo_defList > dd:not(:first-of-type) {
    margin-top: 12px;
  }

  .news-anotherTrack_heading {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }

  .news-visionα_heading {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }

  .news-appDl {
    box-sizing: border-box;
    width: 100%;
    margin-top: 18px;
    padding: 15px;
  }

  .news-appDl_heading {
    font-size: 1.4rem;
    text-align: center;
  }

  .news-appDl_stores {
    margin-top: 15px;
  }

  .news-appDl_link {
    width: 138px;
  }

  .news-appDl_link:not(:first-child) {
    margin-left: 15px;
  }

  .news-backToList_link {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .pickup-changeDay_item:not(:first-child) {
    margin-left: 9px;
  }

  .pickup-item {
    margin-bottom: 20px;
    padding: 20px;
  }

  .pickup-item:not(:first-child) {
    margin-top: 20px;
  }

  .pickup-item_timeHeading {
    padding: 6px 10px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid currentColor;
  }

  .pickup-item_timeText {
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .pickup-item_title {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .pickup-item_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
  }

  .pickup-item_image {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  .pickup-item_text {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .pickup-item_iconWrapper {
    top: 20px;
    right: 20px;
  }

  .pickup-item_icon {
    width: 32px;
    margin-left: 4px;
  }

  .pickup-item_goToDetail {
    margin-top: 16px;
  }

  .pickup-item_goToDetailLink {
    width: 60px;
    padding: 2px 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .pickup-container_errorText {
    font-size: 1.2rem;
  }

  .eventnews-nav dt {
    margin-bottom: 12px;
    padding-left: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 25px;
    border-left: 5px solid #000;
  }

  .eventnews-nav dt:not(:first-child) {
    margin-top: 10px;
  }

  .eventnews-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1rem;
    line-height: 45px;
  }

  .eventnews-filter_item {
    width: calc( (100% - 20px) / 3);
    margin-bottom: 10px;
  }

  .eventnews-filter_item:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }

  .eventnews-list {
    width: calc(100% + 10px);
    margin: -5px;
  }

  .eventnews-list_item {
    width: calc( (100% - 20px) / 2);
    padding: 5px;
  }

  .eventnews-list_name {
    bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .eventnews-header_title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .eventnews-viewer {
    width: 100%;
    margin-bottom: 12px;
  }

  .eventnews-thumbnail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .eventnews-thumbnail_item {
    width: calc( (100% - 24px) / 3);
  }

  .eventnews-data {
    margin-top: 20px;
  }

  .eventnews-data_item {
    width: 100%;
    margin-top: 10px;
  }

  .eventnews-data_item > dt {
    width: 80px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #313131;
  }

  .eventnews-data_item > dd {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .eventnews-summary {
    margin-top: 40px;
  }

  .eventnews-summary_heading {
    margin-bottom: 20px;
    padding-left: 2px;
    font-size: 2rem;
    line-height: 1;
    border-left: 3px solid currentColor;
  }

  .eventnews-summary_body {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .eventnews-summary_body p:not(:first-child) {
    margin-top: 20px;
  }

  .eventnews-summary_body .caption {
    font-size: 1.1rem;
  }

  .eventnews-summary_body .video {
    margin-top: 20px;
  }

  .eventnews-summary_body .video iframe {
    top: 50%;
  }

  .eventnews-backToList_link {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .apps-app_heading {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }

  .apps-app_heading img {
    height: 18px;
    width: auto;
    vertical-align: middle;
    margin-bottom: 2px;
  }

  .apps-app_main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .apps-app_image {
    width: 70px;
    padding-top: 2px;
  }

  .apps-app_text {
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding-left: 14px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .apps-appDl {
    box-sizing: border-box;
    width: 100%;
    margin-top: 18px;
    padding: 15px;
  }

  .apps-appDl_heading {
    font-size: 1.7rem;
    text-align: center;
  }

  .apps-appDl_stores {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }

  .apps-appDl_link {
    width: 138px;
  }

  .apps-appDl_link:not(:first-child) {
    margin-left: 15px;
  }

  .apps-app_privacyLink {
    padding: 3px 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .apps-subBlock {
    margin-top: 18px;
    padding: 20px;
  }

  .apps-subBlock_heading {
    margin-bottom: 20px;
    padding-left: 2px;
    font-size: 2rem;
    line-height: 1;
    border-left: 3px solid currentColor;
  }

  .apps-subBlock_image {
    display: none;
  }

  .apps-block_orderedList {
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .apps-block_orderedList:first-child {
    margin-top: 5px;
  }

  .apps-block_orderedList:not(:first-child) {
    margin-top: 24px;
  }

  .apps-block_orderedList > li {
    padding-left: 34px;
  }

  .apps-block_orderedList > li:not(:first-child) {
    margin-top: 18px;
  }

  .apps-block_orderedList > li::before {
    top: -5px;
    padding: 5px 3px;
    font-size: 1.5rem;
  }

  .apps-block_unorderedList {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .apps-block_unorderedList:not(:first-child) {
    margin-top: 20px;
  }

  .apps-block_unorderedList > li {
    padding-left: 10px;
  }

  .apps-block_unorderedList > li:not(:first-child) {
    margin-top: 8px;
  }

  .apps-block_unorderedList > li::before {
    top: 9px;
    width: 5px;
    height: 2px;
  }

  .apps-block_notes {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .apps-app_video {
    margin-top: 18px;
  }

  .apps-text {
    margin-bottom: 20px;
  }

  .common-appItem_heading img {
    height: 18px;
    width: auto;
  }

  .home-apps-text {
    margin-bottom: 15px;
  }

  .home-appItem_heading img {
    height: 18px;
    width: auto;
  }

  .app-slider.slick-dotted.slick-slider {
    margin-bottom: 25px;
  }

  .slick-slide img.img-pc {
    display: none;
  }

  .slick-slide img.img-sp {
    width: 100%;
    height: auto;
  }

  .app-slider .arr {
    top: calc(50% - 25px -19px);
    width: 50px;
    height: 50px;
  }

  .app-slider .arr.prev {
    background-image: url(/images/app/btnL-sp.png);
    background-size: cover;
    left: -25px;
  }

  .app-slider .arr.next {
    background-image: url(/images/app/btnR-sp.png);
    background-size: cover;
    right: -25px;
  }

  .app-slider .dots {
    margin: 7px 0 0;
  }

  .app-slider .dots li {
    width: 12px;
    height: 12px;
  }

  .app-slider .dots li:hover {
    opacity: .8;
  }

  .app-slider .dots li:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 6px;
  }

  .app-slider .dots li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }

  .home-eventnewsItem_contact {
    margin: -10px 0 40px;
  }

  .home-parts_contactBtn {
    font-size: 1.4rem;
  }

  .mv_pc {
    display: none;
  }

  .mv_sp {
    display: block;
    width: 100%;
  }

  .notfound-title {
    margin-bottom: 6px;
    font-size: 4rem;
  }

  .notfound-mainText {
    font-size: 1.6rem;
  }

  .notfound-subText {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .notfound-backToTop {
    margin-top: 50px;
  }

  .notfound-backToTop_btn {
    width: 118px;
    padding: 3px 0;
    font-size: 1.2rem;
    line-height: 2;
  }
}

@media (max-width: 800px) and (orientation: landscape) {
  .home-hero_body {
    padding-top: 23.98801vh;
  }

  .wrapper[data-lang="en"].is-liveBroadcasting .home-hero_body {
    padding-top: 19.49025vh;
  }

  .home-hero_name {
    width: 34.66667vw;
  }

  .home-hero_catchPhrase {
    width: 61.33333vw;
  }

  .home-hero_live {
    bottom: 5.997vh;
  }
}

@media (max-width: 800px) and (orientation: landscape) and (max-height: 500px) {
  .is-liveBroadcasting .home-hero_jump {
    display: none;
  }

  .apps-main-visual {
    margin: 20px 20px;
  }
}

@media (max-width: 567px) {
  .wrapper {
    padding-bottom: 463px;
  }

  .text-noscript,.text-notSupported {
    position: fixed;
    bottom: 0;
    padding: 5px;
    font-size: 1.1rem;
    font-size: 11px;
    line-height: 1.2;
    z-index: 3;
  }

  .header_sitename {
    padding: 29px 0 27px 10px;
    font-size: 1.7rem;
  }

  .header_nav {
    padding-right: 10px;
  }

  .langSwitch {
    margin-right: 16px;
    padding-top: 4px;
    font-size: 1.5rem;
  }

  .gnav_title::after {
    top: 23px;
    right: 14px;
    width: 18px;
    height: 2px;
  }

  .gnav_menuBtn {
    width: 46px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
  }

  .gnav_menuBtn::before,.gnav_menuBtn::after {
    right: 14px;
    width: 18px;
    height: 2px;
  }

  .gnav_menuBtn::before {
    top: 15px;
  }

  .gnav_menuBtn::after {
    top: 29px;
  }

  .is-open .gnav_menuBtn::before {
    transform: translateY(7px) rotate(45deg);
  }

  .is-open .gnav_menuBtn::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .gnav_wrapper {
    top: 0;
    padding-top: 105px;
    background-size: 70px 70px;
  }

  .wrapper[data-lang="jp"] .gnav_item {
    font-size: 2.8rem;
  }

  .wrapper[data-lang="en"] .gnav_item {
    font-size: 2.3rem;
  }

  .gnav_item:not(:first-child) {
    margin-top: 30px;
  }

  .gnav_lang-jp {
    font-size: 2.4rem;
  }

  .goPageTop {
    bottom: 418px;
  }

  .goPageTop_link {
    width: 40px;
    height: 25px;
  }

  .goPageTop_link::before,.goPageTop_link::after {
    top: 8px;
    width: 14px;
    height: 2px;
  }

  .footer {
    height: 418px;
  }

  .footer_inner {
    margin: 38px 30px 18px;
  }

  .nav-actionBtn {
    margin-top: 29px;
  }

  .actionBtn_item:last-child {
    margin-top: 10px;
  }

  .actionBtn_link {
    font-size: 1.4rem;
    line-height: 3;
  }

  .footerMenu_item {
    padding: 0 5px;
    font-size: 1.2rem;
  }

  .common-page_header {
    background-size: 3px 3px;
  }

  .common-page_title {
    padding: 0 10px;
    font-size: 3rem;
    line-height: 50px;
  }

  .common-live {
    background-size: 80px 80px;
    background-position: -40px 0;
  }

  .common-live_inner {
    padding: 30px;
  }

  .common-tweet_body {
    font-size: 1rem;
    line-height: 1.3;
  }

  .home-hero_forBiz {
    top: 10px;
    right: 10px;
  }

  .home-hero_forBizLink {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1;
    border: 1px solid #fff;
  }

  .home-hero_liveLink {
    width: 100%;
    background-size: 70px 70px;
    background-position: -40px 0;
  }

  .home-hero_liveLinkInner {
    padding: 12px;
  }

  .home-hero_liveThumbnail {
    width: 38.13333vw;
  }

  .home-hero_liveThumbnail::after {
    width: 40px;
    height: 40px;
  }

  .home-hero_liveBody {
    width: 47.46667vw;
    margin-left: 10px;
  }

  .home-hero_liveHeading {
    margin-bottom: 8px;
    font-size: 2rem;
  }

  .home-hero_liveText {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .home-info {
    padding-top: 85px;
    background-size: 3px 3px;
  }

  .home-info_screens {
    position: absolute;
    top: 0;
    left: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 698px;
    transform: translateX(-50%);
  }

  .home-info_screen {
    width: 226px;
  }

  .home-info_item {
    padding-top: 128px;
    overflow-x: hidden;
  }

  .home-info_images {
    position: absolute;
    top: 0;
    left: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 698px;
    transform: translateX(-50%);
  }

  .home-info_imageBox {
    width: 226px;
  }

  .home-info_body {
    margin: 6px 10px 20px;
    transform: scaleX(0);
    transform-origin: left;
  }

  .home-info_text {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .home-info_nav {
    padding: 0 10px;
  }

  .home-info_controlItem {
    width: calc(1 / 6 * 100%);
    max-width: 50px;
    border: 1px solid #7d7d7d;
  }

  .home-info_controlItem:not(:first-child) {
    margin-left: 1.86667vw;
  }

  .home-info_board {
    padding: 30px 0;
    font-size: 1.4rem;
  }

  .home-info_announceItem span {
    padding-right: 30px;
  }

  .home-info_marqueeItem span {
    padding-right: 30px;
  }

  .home-pickup {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .home-pickup_changeDayItem {
    width: 75px;
    height: 45px;
    font-size: 1.2rem;
    line-height: 1.4;
    overflow: hidden;
  }

  .home-pickup_changeDayItem span:not([class]) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home-pickup_carousel {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }

  [class^="home-pickup_arrowBtn"] {
    width: 14.66667vw;
    height: 26px;
  }

  .home-news {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .home-eventnews {
    margin: 20px 10px 0;
    padding: 20px 20px 120px;
  }

  .home-apps {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .home-apps_heading .lang--jp {
    display: inline-block;
    font-size: 2.3rem;
  }

  .home-sns_block {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .home-sns_facebook {
    display: none;
  }

  .home-tweet_body {
    font-size: 1rem;
    line-height: 1.3;
  }

  .home-access_mapLink {
    top: 20px;
    right: 10px;
    width: 128px;
    font-size: 1.2rem;
    line-height: 25px;
  }

  .home-access_map {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .home-access_map img {
    width: 100%;
  }

  .info-nav {
    margin: 24px 10px 0;
  }

  .info-nav_item {
    width: 68px;
    height: 45px;
    font-size: 1.2rem;
    line-height: 45px;
  }

  .info-list {
    margin: 20px 10px 0;
  }

  .info-listItem_title {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .info-header {
    margin-top: 50px;
    background-size: 3px 3px;
  }

  .info-header_inner {
    margin: 0 10px;
    padding-bottom: 15px;
  }

  .info-header_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .info-header_image {
    margin-top: -30px;
    margin-bottom: 18px;
  }

  .info-block {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .info-app {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .info-app_heading .lang--jp {
    display: inline-block;
    font-size: 1.7rem;
  }

  .info-app_privacy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .info-backToList {
    margin: 20px 10px 15px;
  }

  .news-list_wrapper {
    margin: 25px 10px 0;
    padding: 20px;
  }

  .news-nav {
    margin: 20px 10px 0;
  }

  .news-backToListTop {
    margin: 20px 10px 0;
  }

  .news-main {
    margin: 25px 10px 0;
    padding: 20px;
  }

  .news-app {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .news-anotherTrack_heading .lang--jp {
    display: inline-block;
    font-size: 1.7rem;
  }

  .news-app_icon {
    float: left;
    width: 70px;
    margin-bottom: 14px;
    margin-right: 14px;
    padding-top: 4px;
  }

  .news-app_text {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .news-goToInfo {
    margin: 20px 10px 0;
    padding: 20px;
    background-color: #efefef;
  }

  .news-goToInfo_link {
    width: 100%;
    padding: 3px 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
  }

  .news-backToList {
    margin: 20px 10px 15px;
  }

  .pickup-nav:first-of-type {
    margin: 24px 10px 0;
  }

  .pickup-nav:last-of-type {
    margin: 20px 10px 0;
  }

  .pickup-changeDay_item {
    width: 82px;
    height: 45px;
    font-size: 1.2rem;
    line-height: 1.4;
    overflow: hidden;
  }

  .pickup-changeDay_item span:not([class]) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pickup-container {
    margin: 20px 10px 0;
  }

  .eventnews-nav {
    margin: 0 10px;
    padding: 24px 0 20px;
  }

  .eventnews-list_wrapper {
    padding: 20px 10px;
  }

  .eventnews-detail {
    margin: 25px 10px 0;
    padding: 20px;
  }

  .eventnews-backToList {
    margin: 20px 10px 15px;
  }

  .apps-app {
    margin: 20px 10px 0;
    padding: 20px;
  }

  .apps-app_heading .lang--jp {
    display: inline-block;
    font-size: 1.7rem;
    margin-left: 0.4rem;
  }

  .apps-app_privacy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .notfound-container {
    padding: 50px 10px 30px;
  }

  .notfound-subText_small {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
  }

  .dooh {
    margin: 0 10px;
    padding: 24px 0 20px;
  }

  .dooh__content__movie {
    height: 200px;
  }

  .dooh__content__title {
    margin-bottom: 20px;
  }

  .dooh__content__item {
    width: 100%;
    margin: 20px 0 0;
  }

  .dooh__content__item .text {
    line-height: 22px;
  }

  .dooh .dooh__content__footer {
    font-size: 1.6rem;
    padding: 15px 15px 40px 15px;
  }

  .dooh .dooh__content__footer .footer__text {
    margin-bottom: 20px;
    line-height: 32px;
  }

  .dooh .dooh__content__footer a.footer__entry__btn {
    margin-top: 15px;
    width: 100%;
    height: 46px;
  }

  .logo_dooh_w_s {
    margin-top: 0;
    width: 75%;
    margin-bottom: 6px;
  }

  .logo_dooh {
    margin-top: 0;
    width: 90%;
    margin-bottom: 6px;
  }

  .logo_dooh_s {
    width: 60%;
    margin-bottom: 6px;
  }

  .dooh__content__play {
    font-size: 1.6rem;
    padding: 15px 20px 15px 36px;
  }

  .dooh__content__play::before {
    position: absolute;
    border-width: 5px 0 5px 8px;
    left: 21px;
    top: 22px;
  }

  h2.title__text {
    font-size: 2.6rem;
  }

  .title__days p.days {
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 2.3rem;
  }

  .title__days p.days span {
    font-size: 1.35rem;
  }

  .title__days .text {
    line-height: 30px;
  }

  .item__box {
    padding: 20px;
  }

  .item__box::before {
    border-bottom: 2em solid transparent;
    border-left: 2em solid #FA1C1C;
  }

  .item__box__title {
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .item__box__content .about__text {
    font-size: 1.6rem;
  }

  .item__box__content img.about__img {
    padding-bottom: 20px;
  }

  .item__box__content .item__block {
    padding: 10px;
  }

  .item__box__content .item__block:not(:last-child) {
    margin-bottom: 10px;
  }

  .item__box__content .note__block {
    display: inline-block;
    padding: 10px;
    text-align: center;
  }

  .item__box__content .note__block .note__icon {
    padding: 10px 0;
  }

  .item__box__content .note__block p.note__text {
    font-size: 1.35rem;
  }

  .step__title {
    display: inline;
  }

  .step__title .step__label {
    margin-bottom: 10px;
  }

  .step__title .step__icon {
    width: 45px;
    height: 45px;
    margin-left: 0;
    font-size: 2.07rem;
    margin-top: 0;
  }

  .step__title .step__text {
    width: 100%;
    line-height: 22px;
    font-size: 1.8rem;
  }

  .step__title .step__text span {
    margin-left: 0;
    font-size: 1.35rem;
  }

  .step__title .step__icon + .step__text {
    font-size: 1.8rem;
    line-height: 22px;
  }

  .step__title .step__icon + .step__text span {
    margin-left: 0;
    font-size: 1.35rem;
  }

  .step__content {
    margin-top: 10px;
  }

  .step__content ul.flow__item {
    display: inline;
  }

  .step__content ul.flow__item li.flow__li {
    line-height: 30px;
  }

  .step__content ul.flow__item li.flow__li {
    width: 100%;
    height: 34px;
    line-height: 34px;
  }

  .step__content ul.flow__item li.flow__li:not(:last-child) {
    margin-bottom: 16px;
  }

  .step__content ul.flow__item li.flow__li:not(:last-child)::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    position: absolute;
    bottom: -46px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .only-pc {
    display: none;
  }
}

@media (max-width: 567px) and (max-width: 330px) {
  .wrapper[data-lang="jp"] .gnav_item {
    font-size: 2.6rem;
  }

  .wrapper[data-lang="en"] .gnav_item {
    font-size: 2rem;
  }

  .gnav_lang-jp {
    font-size: 2.2rem;
  }
}

@media (max-width: 400px) {
  .footerMenu {
    margin: 0 -13px;
  }
}

@media (max-width: 360px) {
  .common-live_heading {
    font-size: 3.6rem;
  }
}

@media (max-width: 359px) {
  .footerMenu_item {
    padding: 0;
  }
}

@media (max-width: 355px) {
  .home-pickup_changeDayItem {
    font-size: 1.1rem;
  }

  .home-pickupItem_title {
    padding: 14px 12px 12px;
  }

  .home-pickupItem_text {
    padding: 12px;
  }

  .home-pickupItem_footer {
    padding: 0 12px 12px;
  }

  .home-eventnewsItem_icon {
    margin-bottom: 12px;
  }
}

@media (max-width: 350px) {
  .home-hero_liveHeading {
    margin-bottom: 5px;
    font-size: 1.7rem;
  }

  .home-hero_liveText {
    font-size: 1.1rem;
  }
}

@media (max-width: 325px) {
  .common-live_heading {
    font-size: 3.1rem;
  }

  .home-pickup_heading {
    font-size: 3.1rem;
  }

  .home-news_heading {
    font-size: 3.1rem;
  }

  .home-eventnews_heading {
    font-size: 3.1rem;
  }

  .home-apps_heading {
    font-size: 3.1rem;
  }

  .home-appItem_heading,.common-appItem_heading {
    font-size: 2.6rem;
  }

  .home-appDl_heading,.common-appDl_heading {
    font-size: 1.2rem;
  }

  .home-appDl_link,.common-appDl_link {
    width: 80px;
  }

  .home-appDl_link:not(:first-child),.common-appDl_link:not(:first-child) {
    margin-left: 6px;
  }

  .home-sns_heading {
    font-size: 3.1rem;
  }

  .news-visionα_heading {
    font-size: 2.3rem;
  }
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-200%, 0, 0);
  }
}

@keyframes loading {
  0%,80%,100% {
    transform: scaleY(1);
  }

  40% {
    transform: scaleY(1.6);
  }
}
