@charset "UTF-8";
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* parts */
/* TOPスタイル用CSS */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* top */
#toppage header + article {
  padding-top: 0;
}
#toppage #page-tagarea {
  border-top: none;
}

#mainimg {
  width: 100%;
  height: 62.5vh;
  max-height: 62.5vh;
  display: flex;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#mainimg .block2-l {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0;
}
#mainimg .block2-l .bx-wrapper {
  margin-bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
  height: 100%;
}
#mainimg .block2-l .bx-wrapper .bx-viewport {
  height: 100% !important;
}
#mainimg .block2-l .bx-wrapper .slider div {
  padding-bottom: -1em;
}
#mainimg .block2-l .bx-wrapper .slider div video {
  width: 100%;
  height: 100%;
}
#mainimg .block2-l .bx-wrapper .bx-controls-direction {
  display: none;
}
#mainimg .block2-r {
  width: 50%;
  height: 100%;
  padding: 0 5em 0 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background: rgba(255, 255, 255, 0.4);
}
#mainimg .block2-r .top-logo {
  animation: headline 2.5s ease;
  width: 100%;
  height: 100%;
  padding: 4em 1em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 200;
}
#mainimg .block2-r .top-logo h1 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2.2;
  padding-right: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#mainimg .block2-r .top-logo h1 img {
  width: 50%;
  margin-bottom: 1em;
}
#mainimg .block2-r .top-logo h1 span {
  font-family: "Questrial", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #333;
  letter-spacing: 0.05em;
  padding-top: 0;
  padding-bottom: 1.5em;
  color: #0696c9;
  line-height: 1;
}
#mainimg .block2-r .top-logo h1::after {
  content: "";
  display: block;
  width: 80%;
  left: 10%;
  height: 4px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #0696c9 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  bottom: 2.5em;
}
#mainimg .block2-r .top-logo .top-section {
  width: 100%;
  display: inline-block;
  position: relative;
}
#mainimg .block2-r .top-logo .top-section .top-sec1 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  animation: mainimg-anime 10s 0s infinite;
}
#mainimg .block2-r .top-logo .top-section .top-sec1 p {
  font-size: 1.1em;
  line-height: 1.5;
  padding: 0.5em 1.5em 1.25em 1.5em;
  text-align: left;
}
#mainimg .block2-r .top-logo .top-section .top-sec2 {
  width: 100%;
  padding: 1em;
}
#mainimg .block2-r .top-logo .top-section .top-sec2 p {
  display: inline-block;
}
#mainimg .block2-r .top-logo .top-section .top-sec2 p a {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
#mainimg .block2-r .top-logo .top-section .top-sec2 p a img {
  width: 80%;
}
#mainimg .drop {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 1.5em;
  z-index: 100;
  margin: 0 auto;
  left: -50.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: headline 2.5s ease;
  z-index: 100;
  opacity: 0.8;
  top: 0;
}
#mainimg .drop img {
  width: 45%;
}
#mainimg #scroll {
  opacity: 1;
  text-align: center;
}
#mainimg #scroll a {
  padding-top: 3.5em;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #0696c9;
  z-index: 100;
  font-family: "Questrial", sans-serif;
}
#mainimg #scroll a:visited {
  color: #0696c9;
}
#mainimg #scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.75em;
  height: 3.25em;
  margin-left: -0.85em;
  border: 2px solid #0696c9;
  border-radius: 50px;
  box-sizing: border-box;
}
#mainimg #scroll a span::before {
  position: absolute;
  top: 0.5em;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #0696c9;
  border-radius: 100%;
  animation: sdb 1s infinite;
  box-sizing: border-box;
}

@media screen and (min-width: 1501px) {
  #mainimg .block2-r {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 1501px) {
  #mainimg .block2-r .top-logo {
    width: 750px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1501px) {
  #mainimg .block2-r .top-logo h1 img {
    width: 300px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  #mainimg .block2-r {
    padding: 0 2.5em;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 1.5em);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.is-animation #mainimg #scroll {
  animation: fadeout 3s forwards;
}

.narrow #mainimg {
  height: auto;
  max-height: 95vh;
}
.narrow #mainimg .block2-l .bx-wrapper .bx-viewport {
  height: 56.25vw !important;
}

.wide #mainimg {
  height: 100vh;
  max-height: 100vh;
}
.wide #top-event-area {
  height: 45vh;
}
.wide #top-event-area .top-vr-area .txt, .wide #top-event-area .top-vr-area img.bg {
  height: 45vh;
}

.extrawide #mainimg {
  height: 100vh;
  max-height: 100vh;
}
.extrawide #top-event-area {
  height: 50vh;
}
.extrawide #top-event-area .top-vr-area .txt, .extrawide #top-event-area .top-vr-area img.bg {
  height: 50vh;
}

.global #mainimg {
  max-height: calc(100vh - 7em);
  min-height: 70vh;
}
.global.narrow #mainimg {
  height: 56.25vw;
  min-height: 56.25vw;
  max-height: 56.25vw;
}
.global.wide #mainimg {
  height: calc(100vh - 7em);
  min-height: calc(100vh - 7em);
  max-height: calc(100vh - 7em);
}
.global.extrawide #mainimg {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

@media screen and (max-width: 575px) {
  .global.narrow #mainimg {
    height: auto;
    min-height: auto;
    max-height: initial;
  }
}
.top-lineup {
  padding: 3em 0 0;
  margin-top: 4em;
  margin-bottom: 8em;
  display: flex;
  flex-wrap: wrap;
}
.top-lineup ul.slider2 {
  list-style: none;
}
.top-lineup ul.slider2 li {
  text-align: center;
  transition-duration: 0.5s;
}
.top-lineup ul.slider2 li img {
  width: 100%;
}
.top-lineup ul.slider2 li div {
  width: 100%;
  position: relative;
}
.top-lineup ul.slider2 li div a.link {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0;
  transition: 1s;
}
.top-lineup ul.slider2 li.active {
  top: 0;
  width: 45%;
  left: 52.5%;
}
.top-lineup ul.slider2 li:nth-of-type(2).active, .top-lineup ul.slider2 li:nth-of-type(3).active {
  width: 48%;
  left: 51%;
}
.top-lineup ul.slider2 li.prev1 {
  top: 5%;
  left: 45.5%;
  width: 30%;
  opacity: 0.7;
}
.top-lineup ul.slider2 li.prev1 div a.link {
  font-size: 0.9em;
}
.top-lineup ul.slider2 li.next1 {
  top: 5%;
  opacity: 0.7;
  left: 54.5%;
  width: 30%;
}
.top-lineup ul.slider2 li.next1 div a.link {
  font-size: 0.9em;
}
.top-lineup .next_button, .top-lineup .prev_button {
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  top: 7.5vw !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.top-lineup .next_button::after {
  border-left: 12px solid #0696c9;
  border-right: 12px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  top: 23px;
}
.top-lineup .prev_button {
  left: 1% !important;
}
.top-lineup .prev_button::after {
  border-right: 12px solid #0696c9;
  border-leftt: 12px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  top: 23px;
}

@media screen and (min-width: 1501px) {
  .top-lineup {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-lineup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .top-lineup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .top-lineup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .top-lineup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
.pickup {
  width: 100%;
  padding: 4em 0;
  margin: 4em 0;
}
.pickup ul.column-ul dl dt a, .pickup ul.column-ul dl dd a {
  color: #000;
}
.pickup ul.column-ul dl dt a:focus, .pickup ul.column-ul dl dt a:active, .pickup ul.column-ul dl dt a:hover {
  text-decoration: none;
}
.pickup ul.column-ul dl dd a:focus, .pickup ul.column-ul dl dd a:active, .pickup ul.column-ul dl dd a:hover {
  text-decoration: none;
}

.topnews .news-toparea {
  padding-bottom: 5em;
}
.topnews .news-toparea h2 {
  font-family: "Noto Sans JP";
  font-size: 1em !important;
  font-weight: 400;
  color: #000;
  animation: headline 0.75s ease;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2em;
}
.topnews .news-toparea h2 span {
  font-family: "Century Gothic", sans-serif;
  font-size: 2.5em;
  padding: 0 0.85em 0 1em;
  display: inline-block;
  letter-spacing: 0.15em;
}
.topnews .news-toparea h2 span::after {
  content: "";
  display: block;
  width: 140%;
  left: -20%;
  height: 5px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #0696c9 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  bottom: 0.15em;
}

.catcharea {
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.catcharea p {
  font-size: 1.2em;
}
.catcharea p.catch {
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  padding: 1.5em 0;
}

.contents-c p.catch {
  padding: 2.5em 0;
}

.product-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10em;
  margin-bottom: 7em;
}
.product-top .movie-product {
  width: 50%;
  float: left;
}
.product-top .movie-product video {
  width: 100%;
  height: 100%;
}
.product-top .txt-product {
  text-align: left;
  padding: 0 1em 0 3em;
}
.product-top .txt-product p {
  font-size: 1.35em;
  line-height: 1.7;
  padding: 0.75em 1em;
}

@media screen and (min-width: 1501px) {
  .product-top {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .product-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .product-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .product-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
  .product-top .txt-product {
    width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .product-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
#top-event-area {
  width: 100%;
  height: 22.5vh;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  overflow: hidden;
}
#top-event-area #monitor_mu, #top-event-area .event-default {
  text-align: left;
  height: 100%;
  padding-left: 5vw;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg_monitor_mu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
#top-event-area #monitor_mu span.en, #top-event-area .event-default span.en {
  color: #fff;
}
#top-event-area #monitor_mu span.en img, #top-event-area .event-default span.en img {
  width: 2em;
}
#top-event-area #monitor_mu h2, #top-event-area .event-default h2 {
  width: 100%;
  margin-top: 1em;
  position: relative;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  order: 2;
}
#top-event-area #monitor_mu h2 span.ja, #top-event-area .event-default h2 span.ja {
  font-family: "Noto Sans JP";
  font-weight: black;
  color: #fff;
  white-space: nowrap;
  font-size: 0.9em;
  left: 7em;
  top: -2em;
  position: absolute;
}
#top-event-area #monitor_mu h2 span.en, #top-event-area .event-default h2 span.en {
  position: absolute;
  left: 10em;
  top: -1.5em;
}
#top-event-area #monitor_mu h2 span.en img, #top-event-area .event-default h2 span.en img {
  width: 7em;
  mix-blend-mode: overlay;
}
#top-event-area #monitor_mu h2 .main-txt, #top-event-area .event-default h2 .main-txt {
  font-family: "Noto Sans JP";
  font-weight: black;
  color: #000;
  font-size: 1.35em;
  line-height: 1.1;
}
#top-event-area #monitor_mu p.main, #top-event-area .event-default p.main {
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 1em;
  order: 0;
}
#top-event-area #monitor_mu p.limited, #top-event-area .event-default p.limited {
  color: #fff;
  font-weight: bold;
  padding-left: 3em;
  margin-right: auto;
  order: 1;
}
#top-event-area #monitor_mu p.limited .number, #top-event-area .event-default p.limited .number {
  font-family: "Century";
  font-size: 2.3em;
}
#top-event-area #monitor_mu p.limited em, #top-event-area .event-default p.limited em {
  font-size: 1.5em;
}
#top-event-area #monitor_mu p.detail-link, #top-event-area .event-default p.detail-link {
  order: 3;
  width: 100%;
}
#top-event-area #monitor_mu p.detail-link a, #top-event-area .event-default p.detail-link a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.05em;
  letter-spacing: 0.05em;
  color: #000;
  padding: 0.5em 3em 0.5em 1em;
  display: inline-block;
  position: relative;
  border: solid 1px currentColor;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
#top-event-area #monitor_mu p.detail-link a::before, #top-event-area .event-default p.detail-link a::before {
  width: 0.5em;
  height: 0.5em;
  display: block;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.25em);
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: rotate(-45deg);
  content: "";
}
#top-event-area #monitor_mu p.detail-link a::after, #top-event-area .event-default p.detail-link a::after {
  width: 1.5em;
  height: 2px;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  background: currentColor;
  content: "";
}
#top-event-area .top-vr-area {
  max-width: 50vw;
  height: 100%;
  position: relative;
}
#top-event-area .top-vr-area img.bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  -o-object-fit: cover;
  object-fit: cover;
}
#top-event-area .top-vr-area .txt {
  text-align: right;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#top-event-area .top-vr-area .txt h2 {
  font-size: 1.5em;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 1em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
#top-event-area .top-vr-area .txt h2 span {
  font-size: 1.3em;
  line-height: 1.5;
  display: inline-block;
  padding-left: 0.25em;
}
#top-event-area .top-vr-area .txt h2 img {
  height: 1em;
  margin-right: 1em;
}
#top-event-area .top-vr-area .txt p {
  padding: 0.25em 0;
}
#top-event-area .top-vr-area .txt p.detail-link {
  order: 3;
  width: 100%;
  padding-top: 1.5em;
}
#top-event-area .top-vr-area .txt p.detail-link a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.05em;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0.5em 3em 0.5em 1em;
  margin-right: 0 !important;
  display: inline-block;
  position: relative;
  border: solid 1px currentColor;
  background: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
#top-event-area .top-vr-area .txt p.detail-link a::before {
  width: 0.5em;
  height: 0.5em;
  display: block;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.25em);
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: rotate(-45deg);
  content: "";
}
#top-event-area .top-vr-area .txt p.detail-link a::after {
  width: 1.5em;
  height: 2px;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  background: currentColor;
  content: "";
}
#top-event-area p.end-event {
  font-family: "Noto Sans JP";
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
#top-event-area.column2 section {
  width: 50vw;
}
#top-event-area.column3 section {
  width: 33.3333333333%;
  width: 33.3333333333%;
  order: 0;
}
#top-event-area.column3 section.event-default {
  justify-content: flex-start;
}
#top-event-area.column3 section.event-default h2 {
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
#top-event-area.column3 section.event-default p.main {
  margin-top: 0;
  padding-bottom: 0;
}
#top-event-area.column3 section.event-default p.limited {
  padding-left: 1em;
  padding-top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#top-event-area.column3 section.top-vr-area .txt h2 {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#top-event-area.column3 div {
  width: 33.3333333333%;
}
#top-event-area.column3 div section {
  width: 100%;
}
#top-event-area.column3 div.order1 {
  order: 1;
}
#top-event-area.column3 div.order2 {
  order: 2;
}
#top-event-area.column3 div.order3 {
  order: 3;
}
#top-event-area.column4 {
  font-size: 0.85em;
}
#top-event-area.column4 section {
  width: 25%;
  order: 0;
}
#top-event-area.column4 div {
  width: 25%;
}
#top-event-area.column4 div section {
  width: 100%;
}
#top-event-area.column4 div.order1 {
  order: 1;
}
#top-event-area.column4 div.order2 {
  order: 2;
}
#top-event-area.column4 div.order3 {
  order: 3;
}
#top-event-area.column4 .top-vr-area .txt-area {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
#top-event-area.column5 {
  font-size: 0.75em;
}
#top-event-area.column5 section {
  width: 20%;
  order: 0;
}
#top-event-area.column5 div {
  width: 20%;
}
#top-event-area.column5 div section {
  width: 100%;
}
#top-event-area.column5 div.order1 {
  order: 1;
}
#top-event-area.column5 div.order2 {
  order: 2;
}
#top-event-area.column5 div.order3 {
  order: 3;
}
#top-event-area.column5 .top-vr-area .txt-area {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

@media screen and (min-width: 1501px) {
  #top-event-area #monitor_mu, #top-event-area .event-default {
    padding-left: calc(50vw - 750px);
  }
}
@media screen and (min-width: 1501px) {
  #top-event-area .top-vr-area .txt {
    padding-right: calc(50vw - 750px);
  }
}
.column-ul li {
  text-align: left;
}
.column-ul li dl dt {
  position: relative;
}
.column-ul li dl dt span.top-list-cat {
  font-size: 0.7em;
  letter-spacing: 0;
  padding: 0.25em 0.5em;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.column-ul li dl dt span.top-list-cat a {
  margin-bottom: 0;
  padding: 0.25em 0.5em;
}
.column-ul li dl dt span.top-list-cat a:hover, .column-ul li dl dt span.top-list-cat a:focus, .column-ul li dl dt span.top-list-cat a:active {
  text-decoration: none;
}
.column-ul li dl dt a img {
  height: 13em !important;
}

/* 202211 add */
#top-seminar202212 {
  height: 100%;
  padding: 0.25em 2em !important;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  background-image: url(../img/bg_202212_seminar.jpg);
  background-size: 100%;
}
#top-seminar202212 figure {
  width: 30%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: flex-end;
  justify-content: flex-end;
}
#top-seminar202212 figure img {
  width: 100%;
  max-width: 275px;
}
#top-seminar202212 .txt-area {
  width: 70% !important;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
}
#top-seminar202212 .txt-area h2 {
  letter-spacing: 0.05em;
  font-size: 2.5em;
  color: #fff;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  justify-content: center;
}
#top-seminar202212 .txt-area h2 span {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1;
  color: #000;
  padding: 0.35em 0.25em 0.25em 0.25em;
  margin-right: 0.5em;
  display: inline-block;
  background: #fff100;
  border-radius: 5px;
}
#top-seminar202212 .txt-area h2 span span {
  font-weight: 700;
  font-size: 1em;
  padding: 0;
  margin: 0;
  display: inline;
}
#top-seminar202212 .txt-area dl {
  padding-top: 1em;
}
#top-seminar202212 .txt-area dl dt {
  font-size: 2em;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}
#top-seminar202212 .txt-area dl dt span {
  color: #1d2088;
}
#top-seminar202212 .txt-area dl dd.date {
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0;
  padding-top: 0.5em;
}
#top-seminar202212 .txt-area dl dd.date span {
  font-size: 1.6em;
  padding: 0.25em 0;
  display: inline-block;
}
#top-seminar202212 .txt-area dl dd.date br {
  display: none;
}
#top-seminar202212 .txt-area dl dd.detail-link {
  margin-top: auto;
}
#top-seminar202212 .txt-area dl dd.detail-link a {
  font-size: 1.3em;
  font-weight: bold;
  color: #1d2088;
  letter-spacing: 0;
  padding: 0.25em 3em 0.25em 1em;
  display: inline-block;
  position: relative;
  background: #fff;
  border: solid 2px #1d2088;
  margin: 0.25em 0;
}
#top-seminar202212 .txt-area dl dd.detail-link a::before {
  width: 0.5em;
  height: 0.5em;
  display: block;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.25em);
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: rotate(-45deg);
  content: "";
}
#top-seminar202212 .txt-area dl dd.detail-link a::after {
  width: 1.5em;
  height: 2px;
  display: block;
  position: absolute;
  right: 1em;
  top: 49%;
  background: currentColor;
  content: "";
}

@media screen and (min-width: 991px) and (max-width: 1280px) {
  #top-seminar202212 .txt-area {
    width: 100%;
  }
  #top-seminar202212 .txt-area h2 {
    font-size: 2.1em;
  }
  #top-seminar202212 .txt-area dl dt {
    font-size: 1.8em;
  }
  #top-seminar202212 .txt-area dl dd.date {
    font-size: 1.6em;
  }
  #top-seminar202212 .txt-area dl dd.date span {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  #top-seminar202212 {
    padding: 0.25em 0.5em !important;
    position: relative;
  }
  #top-seminar202212 figure {
    width: 40%;
    position: absolute;
    bottom: 0;
  }
  #top-seminar202212 .txt-area {
    width: 100%;
  }
  #top-seminar202212 .txt-area h2 {
    font-size: 2.3em;
  }
  #top-seminar202212 .txt-area dl {
    width: 100%;
  }
  #top-seminar202212 .txt-area dl dt {
    font-size: 1.8em;
  }
  #top-seminar202212 .txt-area dl dd {
    width: 70%;
    margin-left: 30%;
  }
  #top-seminar202212 .txt-area dl dd.date {
    font-size: 1.6em;
    padding-top: 3em;
  }
  #top-seminar202212 .txt-area dl dd.date span {
    font-size: 1.8em;
  }
  #top-seminar202212 .txt-area dl dd.date br {
    display: block;
  }
  #top-seminar202212 .txt-area dl dd.detail-link {
    padding-top: 1em;
  }
}
@media screen and (max-width: 575px) {
  #top-seminar202212 {
    padding: 0.25em 0.5em !important;
    position: relative;
  }
  #top-seminar202212 figure {
    position: absolute;
    bottom: 0;
  }
  #top-seminar202212 .txt-area {
    width: 100%;
  }
  #top-seminar202212 .txt-area h2 {
    font-size: 2em;
  }
  #top-seminar202212 .txt-area dl {
    width: 100%;
  }
  #top-seminar202212 .txt-area dl dt {
    font-size: 1.5em;
  }
  #top-seminar202212 .txt-area dl dd {
    width: 70%;
    margin-left: 30%;
  }
  #top-seminar202212 .txt-area dl dd.date {
    font-size: 1.4em;
  }
  #top-seminar202212 .txt-area dl dd.date span {
    font-size: 1.8em;
  }
  #top-seminar202212 .txt-area dl dd.date br {
    display: block;
  }
  #top-seminar202212 .txt-area dl dd.detail-link {
    padding-top: 1em;
  }
}
/* page-tagarea */
#page-tagarea {
  padding-bottom: 3em;
}

/* topnews-jp */
.topnews-jp {
  height: 55%;
}
.topnews-jp .news-toparea {
  width: 90%;
  height: 100%;
  padding: 1em 1em 1.5em 1em;
  margin: 0 auto 0 auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.topnews-jp .news-toparea h2 {
  font-family: "'Century Ghotic", "Century Gothic Pro", sans-serif;
  text-align: left;
  color: #0088ff;
}
.topnews-jp .news-toparea span.top-news-link {
  padding-right: 1em;
  display: inline-block;
}
.topnews-jp .news-toparea dl {
  height: 7em;
  padding: 1em 0 0 0;
  background: none;
  border: none;
  overflow: scroll;
  overflow-x: hidden;
}
.topnews-jp .news-toparea dl dt {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  width: 8em;
  padding: 0.6em 1em 0.6em 1em;
}
.topnews-jp .news-toparea dl dd {
  padding: 0.6em 1em 0.6em 8em;
  border-bottom: none;
}
.topnews-jp .news-toparea dl dd p {
  padding: 0 !important;
  display: inline;
}
.topnews-jp .news-toparea dl dd span.new {
  font-size: 0.7em;
  font-weight: 100;
  color: #fff;
  background: #b43c44;
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 10px;
  margin-left: 0.5em;
}

#top-regist-device-area {
  height: 100%;
  padding: 1.5em !important;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-image: url(../img/bg_top_registdevice.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -2em center;
}
#top-regist-device-area h2 {
  font-family: "Noto Sans JP";
  font-weight: 900;
  color: #0088ff;
  font-size: 1.7em;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
#top-regist-device-area p {
  font-size: 1.05em;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
  width: auto;
  padding: 0.4em 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#top-regist-device-area p.detail-link {
  text-align: center;
  width: auto;
  padding-top: 0.5em;
  padding-bottom: 0;
}
#top-regist-device-area p.detail-link a {
  letter-spacing: 0;
  margin-top: 0;
  display: inline-block;
  padding: 0.75em 3em 0.75em 1.5em;
  border-radius: 10px;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: solid 1px #0088ff;
}
#top-regist-device-area p.detail-link a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
#top-regist-device-area p.detail-link a:hover, #top-regist-device-area p.detail-link a:active, #top-regist-device-area p.detail-link a:focus {
  text-decoration: none;
}

/* top-tag-area */
.top-tag-area {
  text-align: center;
}
.top-tag-area dl {
  justify-content: center;
}
.top-tag-area dl dt {
  font-size: 1.1em;
  font-weight: bold;
}

/* area 共通 */
.top-review-area h2, .top-uservoice-area h2, .pickup h2, .top-lineup h2, .top-pr-area h2, .top-youtube-area h2 {
  font-family: "Noto Sans JP";
  font-size: 1.1em;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  margin-bottom: 2em;
}

@media screen and (min-width: 1501px) {
  .top-review-area h2, .top-uservoice-area h2, .pickup h2, .top-lineup h2, .top-pr-area h2, .top-youtube-area h2 {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-review-area h2, .top-uservoice-area h2, .pickup h2, .top-lineup h2, .top-pr-area h2, .top-youtube-area h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
.top-review-area h2 span, .top-uservoice-area h2 span, .pickup h2 span, .top-lineup h2 span, .top-pr-area h2 span, .top-youtube-area h2 span {
  font-family: "Century Gothic", "Century Gothic Pro", sans-selif;
  font-size: 2.4em;
  color: #0088ff;
  padding-right: 0.5em;
  display: inline-block;
}

.top-review-area p.detail-link, .top-uservoice-area p.detail-link, .pickup p.detail-link, .top-lineup p.detail-link, .top-pr-area p.detail-link, .top-youtube-area p.detail-link {
  text-align: center;
  padding: 4em 0 0 0;
}

.top-review-area p.detail-link a, .top-uservoice-area p.detail-link a, .pickup p.detail-link a, .top-lineup p.detail-link a, .top-pr-area p.detail-link a, .top-youtube-area p.detail-link a {
  font-family: "Noto Sans JP";
  font-size: 1.2em;
  font-weight: bold;
  color: #0088ff;
  padding: 1em 4em 1em 3em;
  display: inline-block;
  position: relative;
  background: #fff;
  border: solid 2px currentColor;
}

.top-review-area p.detail-link a::after, .top-uservoice-area p.detail-link a::after, .pickup p.detail-link a::after, .top-lineup p.detail-link a::after, .top-pr-area p.detail-link a::after, .top-youtube-area p.detail-link a::after {
  width: 0.65em;
  height: 0.65em;
  display: block;
  position: absolute;
  top: calc(50% - 0.375em);
  right: 3em;
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: rotate(-45deg);
  content: "";
}

.top-review-area p.detail-link a:hover, .top-review-area p.detail-link a:focus, .top-review-area p.detail-link a:active {
  text-decoration: none;
}

.top-uservoice-area p.detail-link a:hover, .top-uservoice-area p.detail-link a:focus, .top-uservoice-area p.detail-link a:active {
  text-decoration: none;
}

.pickup p.detail-link a:hover, .pickup p.detail-link a:focus, .pickup p.detail-link a:active {
  text-decoration: none;
}

.top-lineup p.detail-link a:hover, .top-lineup p.detail-link a:focus, .top-lineup p.detail-link a:active {
  text-decoration: none;
}

.top-pr-area p.detail-link a:hover, .top-pr-area p.detail-link a:focus, .top-pr-area p.detail-link a:active {
  text-decoration: none;
}

.top-youtube-area p.detail-link a:hover, .top-youtube-area p.detail-link a:focus, .top-youtube-area p.detail-link a:active {
  text-decoration: none;
}

.top-review-area p.detail-link a.icon, .top-uservoice-area p.detail-link a.icon, .pickup p.detail-link a.icon, .top-lineup p.detail-link a.icon, .top-pr-area p.detail-link a.icon, .top-youtube-area p.detail-link a.icon {
  padding: 1em 4em 1em 5.5em;
}

.top-review-area p.detail-link a.icon img, .top-uservoice-area p.detail-link a.icon img, .pickup p.detail-link a.icon img, .top-lineup p.detail-link a.icon img, .top-pr-area p.detail-link a.icon img, .top-youtube-area p.detail-link a.icon img {
  height: 2.25em;
  position: absolute;
  top: 0.5em;
  left: 2em;
}

.top-review-area p.detail-link a.icon + a, .top-uservoice-area p.detail-link a.icon + a, .pickup p.detail-link a.icon + a, .top-lineup p.detail-link a.icon + a, .top-pr-area p.detail-link a.icon + a, .top-youtube-area p.detail-link a.icon + a {
  margin-left: 2em;
}

.top-review-area p.detail-link strong, .top-uservoice-area p.detail-link strong, .pickup p.detail-link strong, .top-lineup p.detail-link strong, .top-pr-area p.detail-link strong, .top-youtube-area p.detail-link strong {
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0;
  padding-right: 1em;
  display: inline-block;
}

.top-lineup h2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* top-review-area */
.top-review-area {
  width: 100%;
  padding: 0 0 4em 0;
  margin: 4em 0;
}
.top-review-area ul.top-review-ul li {
  padding: 1.5em 4em;
}
.top-review-area ul.top-review-ul li h3 {
  text-align: left;
  padding-bottom: 1em;
}
.top-review-area ul.top-review-ul li h3 img {
  width: 100%;
}
.top-review-area ul.top-review-ul li a dl {
  color: #000;
}
.top-review-area ul.top-review-ul li dl dt {
  font-size: 1.3em;
  text-align: left;
  font-weight: bold;
  padding-bottom: 1em;
}
.top-review-area ul.top-review-ul li dl dd {
  text-align: left;
  padding: 0.5em 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.top-review-area ul.top-review-ul li dl dd.ratio {
  font-family: "Noto Sans JP";
  font-size: 1.1em;
  margin-left: auto;
}
.top-review-area ul.top-review-ul li dl dd.ratio .star {
  color: #FFEB00;
  letter-spacing: 0.05em;
  padding: 0 0.5em;
}
.top-review-area ul.top-review-ul li dl dd.ratio .star span {
  color: #bbb;
}
.top-review-area ul.top-review-ul li dl dd.ratio .ratio-num {
  font-size: 1.2em;
  font-weight: 300;
}
.top-review-area ul.top-review-ul li dl dd figure {
  width: 4em;
}
.top-review-area ul.top-review-ul li dl dd figure img {
  width: 100%;
}
.top-review-area ul.top-review-ul li dl dd .top-review-profile {
  padding-left: 1em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
.top-review-area ul.top-review-ul li dl dd .top-review-profile span.name {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.25em;
}
.top-review-area ul.top-review-ul li dl dd .top-review-profile .top-review-profile-attribute ul {
  display: inline-block;
}
.top-review-area ul.top-review-ul li dl dd .top-review-profile .top-review-profile-attribute ul li {
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  padding: 0.25em 0.5em;
  margin: 0.25em;
  display: inline-block;
  background: #0088ff;
}
.top-review-area ul.top-review-ul li dl dd .top-review-profile .top-review-profile-attribute ul li:first-child {
  margin-left: 0;
}
.top-review-area .sep-box {
  justify-content: center;
}
.top-review-area .sep-box p.detail-link {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.top-review-area .sep-box p.detail-link strong {
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  display: inline-block;
}

/* top-uservoice-area */
.top-uservoice-area {
  width: 100%;
  padding: 4em 0;
  margin: 4em 0;
  background: #EFF3F5;
}
.top-uservoice-area .slick-track {
  padding-left: 10vw;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: flex-end;
}
.top-uservoice-area ul li {
  min-height: 33em;
  padding: 1.5em;
  position: relative;
  transition: 1s;
}
.top-uservoice-area ul li span.new {
  font-family: "Century Gothic", sans-serif;
  font-size: 0.9em;
  font-weight: 100;
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  position: absolute;
  top: 13.5em;
  left: calc(15% + 1.25em);
  z-index: 2;
  background: linear-gradient(to right, #d267c3 0%, #f35161 100%);
  transition: 1s;
}
.top-uservoice-area ul li .top-voice-txtarea {
  text-align: left;
  width: 40%;
  padding: 1em 1.5em 2.5em 1.5em;
  position: absolute;
  right: 0;
  bottom: -2em;
  z-index: 2;
  background: #fff;
}
.top-uservoice-area ul li .top-voice-txtarea p {
  padding: 0.5em 0;
}
.top-uservoice-area ul li .top-voice-txtarea p a {
  color: #000;
}
.top-uservoice-area ul li .top-voice-txtarea p.catch {
  display: none;
}
.top-uservoice-area ul li .top-voice-txtarea p.company {
  font-weight: bold;
}
.top-uservoice-area ul li .top-voice-txtarea p.name {
  font-weight: bold;
  font-size: 1.1em;
}
.top-uservoice-area ul li .top-voice-txtarea p.tag-area a {
  color: #fff;
}
.top-uservoice-area ul li .top-voice-txtarea p.date {
  font-family: "Noto Sans JP";
  font-size: 0.9em;
  color: #444;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: auto;
}
.top-uservoice-area ul li .top-voice-txtarea p.date span {
  padding: 0.1em 0 0.1em 2em;
  background-image: url(../img/icon/watch.png);
  background-repeat: no-repeat;
  background-size: 1.2em auto;
  background-position: top 50% left 0;
}
.top-uservoice-area ul li figure {
  width: 70%;
  height: 20em;
  margin-top: 10em;
  margin-left: 15%;
  position: relative;
  transition: 1.5s;
  z-index: 1;
}
.top-uservoice-area ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-uservoice-area ul li.slick-list {
  overflow: visible;
}
.top-uservoice-area ul li.slick-current {
  width: 35vw !important;
  transform: translateX(-2em);
}
.top-uservoice-area ul li.slick-current span.new {
  top: 2.25em;
}
.top-uservoice-area ul li.slick-current figure {
  width: 100%;
  height: 30em;
  margin-top: 0;
}
.top-uservoice-area ul li.slick-current .top-voice-txtarea {
  width: 60%;
  right: -20%;
}
.top-uservoice-area ul li.slick-current .top-voice-txtarea p.catch {
  display: inline-block;
  padding-bottom: 1em;
}
.top-uservoice-area ul li.slick-current .top-voice-txtarea p.company {
  font-size: 0.9em;
  padding-bottom: 0;
}
.top-uservoice-area ul li.slick-current .top-voice-txtarea p.name {
  font-size: 1.1em;
}
.top-uservoice-area ul li.slick-current + li.slick-active {
  transform: translateX(4em);
}
.top-uservoice-area ul li.slick-current + li.slick-active + li.slick-active {
  transform: translateX(2em);
}
.top-uservoice-area ul li.slick-slide[aria-hidden=true] {
  transform: translateX(-10vw);
}

/* top-youtube-area */
.top-youtube-area {
  padding: 4em 0;
  margin: 4em 0;
  background: #E7F3FB;
}
.top-youtube-area .inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
}
.top-youtube-area .inner h2 {
  font-family: "Noto Sans JP";
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 4em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
}
.top-youtube-area .inner h2 span {
  font-family: "Century Gothic", "Century Gothic Pro", sans-selif;
  font-size: 2.7em;
  color: #FB4C51;
  letter-spacing: 0;
  padding-right: 0.5em;
  display: inline-block;
}
.top-youtube-area .inner .w40 {
  padding-left: 2em;
}
.top-youtube-area .inner .w60 {
  padding-left: 7.5%;
}
.top-youtube-area .inner p {
  font-size: 1.2em;
  line-height: 1.8;
}
.top-youtube-area .inner p.detail-link {
  font-size: 1em;
  line-height: 1.6;
}
.top-youtube-area .inner dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.top-youtube-area .inner dl.youtube-dl dt {
  text-align: right;
  width: 40%;
  paddin-gleft: 5%;
  order: 1;
}
.top-youtube-area .inner dl.youtube-dl dt img {
  width: 90%;
}
.top-youtube-area .inner dl.youtube-dl dd {
  width: 60%;
  order: 0;
}
.top-youtube-area .inner ul.top-youtube-ul {
  margin-top: 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  list-style: none;
}
.top-youtube-area .inner ul.top-youtube-ul li {
  width: 17%;
}
.top-youtube-area .inner ul.top-youtube-ul li a {
  font-size: 1.1em;
  color: #000;
  width: 100%;
  padding: 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  margin: 0;
  background: none;
}
.top-youtube-area .inner ul.top-youtube-ul li a img {
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (min-width: 1501px) {
  .top-youtube-area .inner {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-youtube-area .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
/* top-pr-area */
.top-pr-area {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  padding: 4em 0;
  margin: 4em auto;
}
.top-pr-area p.catch {
  text-align: center;
  padding-bottom: 4em;
}
.top-pr-area p.catch strong {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.top-pr-area .top-pr-inner {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.top-pr-area .top-pr-inner .top-pr-content {
  width: 50%;
  padding: 0 1.5em;
  margin: 0 auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.top-pr-area .top-pr-inner .top-pr-content h2 {
  width: 100%;
}
.top-pr-area .top-pr-inner .top-pr-content figure {
  width: 40%;
}
.top-pr-area .top-pr-inner .top-pr-content figure img {
  width: 90%;
}
.top-pr-area .top-pr-inner .top-pr-content .txt-area {
  width: 60%;
  padding: 0 1.5em;
}
.top-pr-area .top-pr-inner .top-pr-content .txt-area p {
  font-size: 1.1em;
  line-height: 1.6;
}
.top-pr-area .top-pr-inner .top-pr-content .txt-area p.detail-link {
  padding-top: 2em;
}
.top-pr-area .top-pr-inner .top-pr-content .txt-area p.detail-link a {
  font-size: 1em;
}

@media screen and (min-width: 1501px) {
  .top-pr-area {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .top-pr-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
  }
}
/* top-troubleshooting */
#top-troubleshooting {
  font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 1.5em 1.5em 1.5em 2.5em !important;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/top/bg_troubleshooting.jpg);
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: left 115% bottom -2em;
}
#top-troubleshooting h2 {
  font-family: "Noto Sans JP";
  font-size: 2em;
  color: #0088ff;
  line-height: 1.2;
  letter-spacing: 0;
}
#top-troubleshooting h2 span {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.1;
  padding: 0.25em 0.5em;
  display: inline-block;
  background: #b43c44;
  transform: translateY(-0.35em);
}
#top-troubleshooting p {
  font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic" !important;
  font-style: normal !important;
  font-weight: 300;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  width: 65%;
}
#top-troubleshooting p.detail-link {
  text-align: center;
  width: auto;
  padding-top: 0.5em;
  padding-bottom: 0;
}
#top-troubleshooting p.detail-link a {
  letter-spacing: 0;
  margin-top: 0;
  display: inline-block;
  padding: 0.75em 3em 0.75em 1.5em;
  border-radius: 10px;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: solid 1px #0088ff;
}
#top-troubleshooting p.detail-link a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
#top-troubleshooting p.detail-link a:hover, #top-troubleshooting p.detail-link a:active, #top-troubleshooting p.detail-link a:focus {
  text-decoration: none;
}

/* campaign-threeyear */
#toppage .campaign-threeyear {
  width: 90%;
  padding-top: 3em;
  margin: 0 auto;
}
#toppage .campaign-threeyear h2 {
  font-size: 2em;
}
#toppage .campaign-threeyear h2 strong {
  color: #4dabfd;
}
#toppage .campaign-threeyear h2 strong span {
  font-size: 1.4em;
  font-weight: bold;
  color: #0088ff;
}
#toppage .campaign-threeyear p {
  font-size: 1.4em;
  margin: 1em 0;
}
#toppage .campaign-threeyear p.detail-link {
  text-align: center;
  padding: 4em 0 0 0;
  padding: 0 0 4em 0;
}
#toppage .campaign-threeyear p.detail-link a {
  font-family: "Noto Sans JP";
  font-size: 1.2em;
  font-weight: bold;
  color: #0088ff;
  padding: 1em 4em 1em 3em;
  display: inline-block;
  position: relative;
  background: #fff;
  border: solid 2px currentColor;
}
#toppage .campaign-threeyear p.detail-link a::after {
  width: 0.65em;
  height: 0.65em;
  display: block;
  position: absolute;
  top: calc(50% - 0.375em);
  right: 3em;
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: rotate(-45deg);
  content: "";
}
#toppage .campaign-threeyear p.detail-link a:hover, #toppage .campaign-threeyear p.detail-link a:focus, #toppage .campaign-threeyear p.detail-link a:active {
  text-decoration: none;
}
#toppage .campaign-threeyear p.detail-link a.icon {
  padding: 1em 4em 1em 5.5em;
}
#toppage .campaign-threeyear p.detail-link a.icon img {
  height: 2.25em;
  position: absolute;
  top: 0.5em;
  left: 2em;
}
#toppage .campaign-threeyear p.detail-link a.icon + a {
  margin-left: 2em;
}
#toppage .campaign-threeyear img {
  max-width: 100%;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl {
  text-align: left;
  margin-top: 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt {
  width: 31.85%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt picture.logo {
  padding-top: 0.75em;
  width: 33.75%;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt span.type {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 0.25em;
  display: inline-block;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt span.type span {
  font-size: 1.8em;
  color: #0696c9;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 0.1em;
  display: inline-block;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt span.type span.tooltip {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0.75em;
  display: inline-block;
  background-image: url(../img/tooltip_blue_r.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-0.1em) rotate(-2deg);
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd {
  width: 68.15%;
  padding-left: 5%;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li {
  list-style: none;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li + li {
  margin-top: 1em;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dt {
  font-size: 1.8em;
  color: #fff;
  font-weight: bold;
  padding: 1em 1.25em 1.25em 1.25em;
  flex-shrink: 0;
  background-image: url(../img/tooltip_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-2deg);
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dt span {
  font-size: 1.5em;
  font-weight: normal;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dd {
  padding: 1em 0 0 2em;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dd p {
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dd p strong {
  color: #0088ff;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dd p strong span {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0.1em;
  display: inline-block;
}
#toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol + p {
  font-weight: bold;
}

@media screen and (min-width: 1921px) {
  #toppage .campaign-threeyear {
    width: 56.25%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1921px) {
  #toppage .campaign-threeyear {
    width: 65%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  #toppage .campaign-threeyear {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  #toppage .campaign-threeyear {
    font-size: 9px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl {
    flex-direction: column;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt {
    width: 80%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dt.campaign-threeyear-dt {
    justify-content: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl {
    justify-content: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dt {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  #toppage .campaign-threeyear dl.campaign-threeyear-dl dd.campaign-threeyear-dd ol li dl dt {
    font-size: 1.5em;
  }
}
/* mobile */
@media screen and (max-width: 575px) {
  article#mainimg {
    flex-direction: column;
    max-height: initial;
    margin: 0;
  }
  article#mainimg .block2-l .bx-wrapper .slider div {
    width: 100% !important;
  }
  article#mainimg span.drop {
    display: block;
    width: 30%;
    top: 15vw;
    left: 0;
    right: 0;
  }
  article#mainimg span.drop img {
    margin: 0;
    width: 100%;
  }
  article#mainimg .block2-r {
    order: 1;
    width: 100%;
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  article#mainimg .block2-r .top-logo {
    padding: 3em 1em 1em 1em;
  }
  article#mainimg .block2-r .top-logo h1:after {
    bottom: 2.5em;
  }
  article#mainimg .block2-r .top-logo p br {
    display: none;
  }
  article#mainimg .block2-r .top-logo .top-section .top-sec1 p {
    padding: 0.5em 1em;
  }
  article#mainimg .block2-r .top-logo .top-section .top-sec2 dl dt img {
    width: 100%;
  }
  article#mainimg .block2-r .top-logo .top-section .top-sec2 dl dd ul {
    display: inline-block;
  }
  article#mainimg .block2-r .top-logo .top-section .top-sec2 dl dd ul li {
    text-align: left;
    padding: 0.5em 0;
    margin-right: 0;
  }
  article#mainimg #scroll {
    display: none;
  }
  article.top-lineup {
    margin: 0;
    height: auto;
  }
  article.top-lineup ul.slider_circle_10 {
    width: 90vw;
    height: 20vh;
  }
  article.top-lineup ul.slider_circle_10 .next1 {
    margin-left: 20%;
  }
  article.top-lineup ul.slider_circle_10 .prev1 {
    margin-left: -45%;
  }
  article.top-lineup ul.slider_circle_10 li.active {
    width: 50%;
    left: 50%;
  }
  article.top-lineup ul.slider_circle_10 li.active a.link {
    bottom: -0.5em;
  }
  article.top-lineup ul.slider_circle_10 li.next1 a.link, article.top-lineup ul.slider_circle_10 li.prev1 a.link {
    bottom: -1em;
    font-size: 0.9em;
  }
  article.top-lineup ul.slider_circle_10 .next_button, article.top-lineup ul.slider_circle_10 .prev_button {
    z-index: auto !important;
  }
  .product-top {
    display: block;
  }
  .product-top .movie-product {
    width: 100%;
    padding: 0 0 1em 0;
  }
  .product-top .txt-product {
    width: 100%;
    padding: 0 1em 2em 1em;
  }
  .product-top .movie-product {
    margin: 1em 0 !important;
  }
  #top-event-area {
    height: auto;
    flex-direction: column;
    padding-bottom: 4em;
    margin-top: 4em;
  }
  #top-event-area section {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 12.5em;
  }
  #top-event-area #monitor_mu p.main {
    font-size: 1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #top-event-area #monitor_mu p.limited {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #top-event-area .top-vr-area img.bg {
    width: auto;
  }
  #top-event-area .top-vr-area .txt {
    padding: 0 1em;
  }
  #top-event-area .top-vr-area .txt h2 {
    font-size: 1.3em;
  }
  #top-event-area .top-vr-area .txt p {
    max-width: 70%;
  }
  #top-regist-device-area {
    align-items: center;
  }
  #top-regist-device-area p {
    text-align: center;
    width: auto;
  }
  #top-regist-device-area p.detail-link a {
    background: rgba(255, 255, 255, 0.6);
  }
  .topnews-jp {
    height: 13.5em;
  }
  #page-tagarea dl {
    width: 100%;
  }
  #page-tagarea dl dt {
    text-align: center;
    padding-right: 0;
    padding-bottom: 1em;
  }
  #page-tagarea dl dd {
    text-align: center;
  }
  .top-uservoice-area .slick-track {
    padding-left: 0;
  }
  .top-uservoice-area ul li {
    min-height: 30em;
  }
  .top-uservoice-area ul li.slick-list {
    overflow: visible;
  }
  .top-uservoice-area ul li.slick-current {
    width: 85vw !important;
    transform: translateX(-2em);
  }
  .top-uservoice-area ul li.slick-current span.new {
    top: 2.25em;
  }
  .top-uservoice-area ul li.slick-current figure {
    width: 100%;
    height: 25em;
    margin-top: 0;
  }
  .top-uservoice-area ul li.slick-current .top-voice-txtarea {
    width: 60%;
    right: -20%;
  }
  .top-uservoice-area ul li.slick-current .top-voice-txtarea p.catch {
    display: inline-block;
    padding-bottom: 1em;
  }
  .top-uservoice-area ul li.slick-current .top-voice-txtarea p.company {
    font-size: 0.9em;
    padding-bottom: 0;
  }
  .top-uservoice-area ul li.slick-current .top-voice-txtarea p.name {
    font-size: 1.1em;
  }
  .top-uservoice-area ul li.slick-current + li.slick-active {
    transform: translateX(8em);
  }
  .top-uservoice-area ul li.slick-slide[aria-hidden=true] {
    transform: translateX(-10vw);
  }
  .top-review-area h2 span, .top-uservoice-area h2 span, .pickup h2 span, .top-lineup h2 span, .top-pr-area h2 span, .top-youtube-area h2 span {
    white-space: nowrap;
  }
  .top-review-area p.detail-link strong, .top-uservoice-area p.detail-link strong, .pickup p.detail-link strong, .top-lineup p.detail-link strong, .top-pr-area p.detail-link strong {
    padding-right: 0;
    padding-bottom: 1em;
  }
  .top-youtube-area p.detail-link strong {
    padding-right: 0;
    padding-bottom: 1em;
  }
  .top-youtube-area .inner .w40, .top-youtube-area .inner .w60 {
    width: 100%;
    padding: 1em;
  }
  .top-youtube-area .inner dl {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-direction: column;
  }
  .top-youtube-area .inner dl.youtube-dl dt {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .top-youtube-area .inner dl.youtube-dl dt img {
    width: 70%;
    margin: 0 auto;
  }
  .top-youtube-area .inner dl.youtube-dl dd {
    width: 100%;
  }
  .top-youtube-area .inner dl.qr-youtube-dl dt {
    padding: 0 0 1em 0;
  }
  .top-youtube-area .inner dl.qr-youtube-dl dd a {
    font-size: 1.2em;
  }
  .top-youtube-area .inner ul.top-youtube-ul {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-youtube-area .inner ul.top-youtube-ul li {
    width: 45%;
  }
  .top-youtube-area .inner ul.top-youtube-ul li:last-child {
    display: none;
  }
  .top-pr-area p.catch strong {
    font-size: 1.8em;
  }
  .top-pr-area .top-pr-inner {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .top-pr-area .top-pr-inner .top-pr-content {
    width: 100%;
    padding: 1.5em;
    flex-direction: column;
  }
  .top-pr-area .top-pr-inner .top-pr-content h2 {
    width: 100%;
  }
  .top-pr-area .top-pr-inner .top-pr-content figure {
    text-align: center;
    width: 100%;
    padding-bottom: 0.5em;
  }
  .top-pr-area .top-pr-inner .top-pr-content figure img {
    width: 80%;
  }
  .top-pr-area .top-pr-inner .top-pr-content .txt-area {
    width: 100%;
    padding: 0 1.5em;
  }
  .top-pr-area .top-pr-inner .top-pr-content .txt-area p {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .top-pr-area .top-pr-inner .top-pr-content .txt-area p.detail-link {
    padding-top: 2em;
  }
  .top-pr-area .top-pr-inner .top-pr-content .txt-area p.detail-link a {
    font-size: 1em;
  }
  #top-event-area.column3 section, #top-event-area.column4 section, #top-event-area.column5 section {
    width: 100%;
    height: 18em !important;
  }
  #top-event-area.column3 div, #top-event-area.column4 div, #top-event-area.column5 div {
    width: 100%;
  }
  #top-event-area.column3 div section, #top-event-area.column4 div section, #top-event-area.column5 div section {
    width: 100%;
    height: 18em !important;
  }
}/*# sourceMappingURL=global_top.css.map */