/* ----------------------------------------------------------------------------------------

	top

---------------------------------------------------------------------------------------- */
.float-banner-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11;
  transition: opacity .5s ease;
}

@media screen and (max-width: 768px) {
  .float-banner-top {
    top: auto;
    bottom: 55px;
    right: 50%;
    transform: translateX(50%);
  }
}

.float-banner-top.disabled {
  opacity: 0;
}

.float-banner-top a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("/assets/images/common/0224_cp_cut_rev2.png");
  background-size: 369px 207px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 369px;
  height: 207px;
  display: block;
  position: relative;
  transition: opacity .3s;
}

@media screen and (max-width: 768px) {
  .float-banner-top a {
    background-image: url("/assets/images/common/0224_cp_cut_rev2.png");
    background-size: 50vw 28vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 50vw;
    height: 28vw;
    display: block;
    position: relative;
  }
}

.float-banner-top a:hover {
  opacity: .8;
}

.btnType01 a,
.btnType01 > span {
  display: block;
  width: 200px;
  height: 50px;
  border: 2px solid #dadada;
  background-color: #000;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #ddd;
  text-align: center;
  padding-top: 16px;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}

.btnType01 a span,
.btnType01 > span span {
  position: relative;
  z-index: 1;
}

.btnType01 a:after, .btnType01 a:before,
.btnType01 > span:after,
.btnType01 > span:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: #f37e0a;
  background: -moz-linear-gradient(-45deg, #f37e0a 0%, #d82d0f 100%);
  background: -webkit-linear-gradient(-45deg, #f37e0a 0%, #d82d0f 100%);
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37e0a', endColorstr='#d82d0f',GradientType=1 );
  z-index: 0;
}

.btnType01 a:after,
.btnType01 > span:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

.btnType01 a:before,
.btnType01 > span:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

.btnType01 a:hover, .btnType01 a.hovered,
.btnType01 > span:hover,
.btnType01 > span.hovered {
  color: #fff;
}

.btnType01 a:hover:after, .btnType01 a.hovered:after,
.btnType01 > span:hover:after,
.btnType01 > span.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

.btnType01 a:hover:before, .btnType01 a.hovered:before,
.btnType01 > span:hover:before,
.btnType01 > span.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btnType01 a:after, .btnType01 a:before,
  .btnType01 > span:after,
  .btnType01 > span:before {
    display: none;
  }
  .btnType01 a:hover,
  .btnType01 > span:hover {
    color: #ddd;
  }
  .btnType01 a.hovered,
  .btnType01 > span.hovered {
    color: #fff;
    background-color: #f37e0a;
  }
}

.btnType01 a img,
.btnType01 > span img {
  width: 19px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 9px;
}

@media screen and (max-width: 768px) {
  .btnType01 a {
    background-color: rgba(0, 0, 0, 0.6);
    height: 40px;
    padding-top: 11px;
  }
}

#contents {
  background-color: #000;
}

.media {
  margin-bottom: 34px;
}

.media a {
  display: block;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 0px 0px #ff5400;
  transition: 0.3s ease-in-out;
}

.media a.act, .media a:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff5400;
}

.media dl {
  padding: 12px 11px;
  display: table;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

.media dl > * {
  display: table-cell;
  vertical-align: top;
}

.media dl dt {
  width: 96px;
  height: 72px;
  background-size: cover;
  background-position-x: center;
}

.media dl dd {
  line-height: 1.3;
  padding: 4px 0 0 17px;
}

.media dl dd .niconico {
  width: 100px;
}

.media dl dd .youtube {
  width: 89px;
  margin-top: 3px;
}

.media dl dd .twitch {
  width: 100px;
}

.media dl dd .linelive {
  width: 100px;
}

.media dl dd .txt {
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  #spMedia {
    height: 67px;
    overflow: hidden;
    position: relative;
    background: #383838;
    background: -moz-linear-gradient(top, #383838 0%, #1e1e1e 100%);
    background: -webkit-linear-gradient(top, #383838 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #383838 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#1e1e1e', GradientType=0);
  }
  #spMedia .media {
    padding-top: 0;
    margin-bottom: 0;
  }
  #spMedia .media a:hover {
    box-shadow: 0px 0px 0px 0px #ff5400;
    background: #383838;
    background: -moz-linear-gradient(top, #383838 0%, #1e1e1e 100%);
    background: -webkit-linear-gradient(top, #383838 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #383838 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#1e1e1e', GradientType=0);
  }
  #spMedia .media dl {
    padding: 13px 42px;
    display: table;
    width: 100%;
  }
  #spMedia .media dl > * {
    display: table-cell;
  }
  #spMedia .media dl dt {
    width: 55px;
    height: 41px;
    background-size: cover;
  }
  #spMedia .media dl dd {
    padding: 4px 0 0 9px;
  }
  #spMedia .media dl dd img {
    margin-right: 6px;
  }
  #spMedia .media dl dd .niconico {
    height: 17px;
    width: auto !important;
  }
  #spMedia .media dl dd .youtube {
    height: 15px;
    width: auto !important;
    margin-top: 0;
  }
  #spMedia .media dl dd .twitch {
    height: 17px;
    width: auto !important;
  }
  #spMedia .media dl dd .linelive {
    height: 17px;
    width: auto !important;
  }
  #spMedia .media dl dd .txt {
    padding-top: 4px;
  }
  #spMedia .bx-controls-direction {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
  }
  #spMedia .bx-controls-direction .bx-prev,
  #spMedia .bx-controls-direction .bx-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 67px;
    text-indent: -9999px;
  }
  #spMedia .bx-controls-direction .bx-prev:after,
  #spMedia .bx-controls-direction .bx-next:after {
    position: absolute;
    top: 26px;
    content: "";
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #spMedia .bx-controls-direction .bx-prev {
    left: 0;
  }
  #spMedia .bx-controls-direction .bx-prev:after {
    left: 17px;
    border-left: 2px solid #eb9b00;
    border-top: 2px solid #eb9b00;
  }
  #spMedia .bx-controls-direction .bx-next {
    right: 0;
  }
  #spMedia .bx-controls-direction .bx-next:after {
    right: 17px;
    border-right: 2px solid #eb9b00;
    border-bottom: 2px solid #eb9b00;
  }
}

#mainvisual {
  min-height: 800px;
  height: 1000px;
  background: linear-gradient(to bottom, #000000 0%, #333333 100%);
}

@media screen and (max-width: 768px) {
  #mainvisual {
    min-height: auto;
  }
}

#mainvisual > .inner {
  width: 100%;
  min-height: 800px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #mainvisual > .inner {
    min-height: auto;
  }
}

#mainvisual .secLeft {
  position: relative;
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
}

#mainvisual .secLeft .loading {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
}

#mainvisual .secLeft #importantNotices {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
  background: white;
  background: linear-gradient(155deg, white 1%, white 87%, black 92%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}

#mainvisual .secLeft #importantNotices > * {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#mainvisual .secLeft #importantNotices dt {
  font-size: 13px;
  color: #df2a12;
  width: 144px;
  padding: 5px 0 5px 18px;
  font-weight: bold;
  vertical-align: middle;
}

#mainvisual .secLeft #importantNotices dt .fa-exclamation-circle {
  color: #dd301d;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

#mainvisual .secLeft #importantNotices dt span {
  display: inline;
}

#mainvisual .secLeft #importantNotices dd {
  font-size: 14px;
  padding: 5px 0;
}

#mainvisual .secLeft #importantNotices a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  width: 85%;
}

#mainvisual .secLeft #importantNotices a:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#mainvisual .secLeft #importantNotices a:hover {
  color: #f55d0b;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft #importantNotices {
    background: #fff;
  }
  #mainvisual .secLeft #importantNotices dt {
    vertical-align: middle;
    font-size: 11px;
    padding: 4px 0 4px 8px;
    width: 24px;
  }
  #mainvisual .secLeft #importantNotices dt .fa-exclamation-circle {
    font-size: 16px;
    margin-right: 0;
  }
  #mainvisual .secLeft #importantNotices dd {
    padding: 5px 0;
    line-height: 1.3;
    font-size: 12px;
    padding-left: 2vw;
  }
  #mainvisual .secLeft #importantNotices dd > a {
    display: inline-block;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #ccc;
    width: 97%;
  }
  #mainvisual .secLeft #importantNotices dd > a:last-of-type {
    border-bottom: none;
    padding-bottom: 0vw;
    margin-bottom: 0vw;
  }
}

#mainvisual .secLeft img {
  width: 100%;
  height: auto;
}

#mainvisual .secLeft .ttl {
  position: absolute;
  top: 41%;
  left: 50%;
  max-width: 391px;
  width: 44.1481%;
  z-index: 2;
  transform: translateX(-50%);
}

#mainvisual .secLeft .ttl.left-top {
  top: 3%;
  left: 25%;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .ttl {
    min-width: auto;
  }
}

#mainvisual .secLeft .ttl.april2019 {
  top: 25%;
  left: 49%;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .ttl.april2019 {
    left: 6vw;
    top: 38vw;
  }
}

#mainvisual .secLeft .ttl.april2019 h1 img {
  width: 100%;
}

#mainvisual .secLeft .mv-bg-ttl {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 35%;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .mv-bg-ttl {
    top: 32%;
  }
}

#mainvisual .secLeft .mv-bg-ttl p.left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7%;
  opacity: 0;
  transition: all 1400ms;
  transition-delay: 2s;
}

#mainvisual .secLeft .mv-bg-ttl p.left a {
  background-image: url("/assets/images/top/mv_bg_ttl_left_20200601.png?0628");
  background-size: 213px 75px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 213px;
  height: 75px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .mv-bg-ttl p.left a {
    background-image: url("/assets/images/top/mv_bg_ttl_left_20200601.png?0628");
    background-size: 29.466vw 10.375vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 29.466vw;
    height: 10.375vw;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .mv-bg-ttl p.left {
    opacity: 1;
    margin-left: 0;
  }
}

#mainvisual .secLeft .mv-bg-ttl p.right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  opacity: 0;
  transition: all 1400ms;
  transition-delay: 2s;
}

@media screen and (max-width: 1270px) {
  #mainvisual .secLeft .mv-bg-ttl p.right {
    margin-right: 0;
  }
}

#mainvisual .secLeft .mv-bg-ttl p.right a {
  background-image: url("/assets/images/top/mv_bg_ttl_right_20200601.png?0601");
  background-size: 323px 78px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 323px;
  height: 78px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .mv-bg-ttl p.right a {
    background-image: url("/assets/images/top/mv_bg_ttl_right_20200601.png?0601");
    background-size: 45vw 10.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 45vw;
    height: 10.866vw;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .mv-bg-ttl p.right {
    opacity: 1;
  }
}

#mainvisual .secLeft .ttl.up0907 {
  min-width: 515px;
  position: absolute;
  top: 6%;
  left: 50%;
  max-width: 515px;
  width: 43.70%;
  z-index: 2;
  transform: translateX(-50%);
}

#mainvisual .secLeft .ttl.up0907 h1 {
  width: 80%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .ttl.up0907 h1 {
    top: 0;
  }
  #mainvisual .secLeft .ttl.up0907 h1 img {
    width: 61.6%;
  }
}

#mainvisual .secLeft .ttl.up0907 .watchTrailerBox {
  width: 215px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .ttl.up0907 .watchTrailerBox {
    top: 42%;
  }
}

#mainvisual .secLeft .ttl.up0907 .watchTrailerBox .watchTrailer {
  width: 190px;
  height: 39px;
  font-size: 14px;
  padding-top: 6px;
}

#mainvisual .secLeft h1 {
  margin: 15px auto -26px;
  text-align: center;
  position: relative;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: opacity, transform 1800ms ease-out;
}

@media screen and (max-width: 1450px) and (min-width: 769px) {
  #mainvisual .secLeft h1 {
    margin: 0 auto -16px;
  }
}

#mainvisual .secLeft .watchTrailerBox {
  width: 340px;
  height: 47px;
  padding: 11px 0 0 11px;
  margin: 0px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 800ms 2200ms ease-out;
  margin-top: 5px;
}

#mainvisual .secLeft .watchTrailerBox a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#mainvisual .secLeft .watchTrailerBox p:nth-child(2) {
  margin-left: 10px;
}

#mainvisual .secLeft .watchTrailer {
  float: left;
  width: 320px;
  height: 47px;
  border: 2px solid #dadada;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  font-size: 16px;
  color: #ddd;
  font-family: 'Jockey One', sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 800ms 2200ms ease-out;
}

#mainvisual .secLeft .watchTrailer span {
  position: relative;
  z-index: 1;
}

#mainvisual .secLeft .watchTrailer:after, #mainvisual .secLeft .watchTrailer:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: -2px;
  left: 0;
  opacity: 0;
  background: #f37e0a;
  background: -moz-linear-gradient(-45deg, #f37e0a 0%, #d82d0f 100%);
  background: -webkit-linear-gradient(-45deg, #f37e0a 0%, #d82d0f 100%);
  background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37e0a', endColorstr='#d82d0f',GradientType=1 );
  z-index: 0;
}

#mainvisual .secLeft .watchTrailer:after {
  -webkit-transform: translateX(-100%) skewX(-8deg);
  -ms-transform: translateX(-100%) skewX(-8deg);
  transform: translateX(-100%) skewX(-8deg);
  -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

#mainvisual .secLeft .watchTrailer:before {
  -webkit-transform: translateX(100%) skewX(-8deg);
  -ms-transform: translateX(100%) skewX(-8deg);
  transform: translateX(100%) skewX(-8deg);
  -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

#mainvisual .secLeft .watchTrailer:hover, #mainvisual .secLeft .watchTrailer.hovered {
  color: #fff;
}

#mainvisual .secLeft .watchTrailer:hover:after, #mainvisual .secLeft .watchTrailer.hovered:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

#mainvisual .secLeft .watchTrailer:hover:before, #mainvisual .secLeft .watchTrailer.hovered:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .watchTrailer:after, #mainvisual .secLeft .watchTrailer:before {
    display: none;
  }
  #mainvisual .secLeft .watchTrailer:hover {
    color: #ddd;
  }
  #mainvisual .secLeft .watchTrailer.hovered {
    color: #fff;
    background-color: #f37e0a;
  }
}

#mainvisual .secLeft .watchTrailer img {
  width: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 9px;
}

#mainvisual .secLeft .onSale {
  width: 290px;
  text-align: center;
  margin: 20px auto 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 800ms 2200ms ease-out;
}

#mainvisual .secLeft .onSale p {
  color: #222;
  text-shadow: rgba(255, 255, 255, 0.8) 0 0 10px;
  line-height: 1;
}

#mainvisual .secLeft .onSale p:first-child {
  font-size: 40px;
  font-family: 'Beleren';
}

#mainvisual .secLeft .onSale p:last-child {
  font-size: 26px;
  font-family: 'Jockey One', sans-serif;
  letter-spacing: 0.05em;
}

#mainvisual .secLeft .onSale.april2019 {
  width: 449px;
  margin: 0;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.april2019 {
    position: absolute;
    width: 75.466vw;
    opacity: 1;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}

#mainvisual .secLeft .onSale.up0618 {
  margin: 0px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0618 {
    opacity: 1;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  #mainvisual .secLeft .onSale.up0618 p:nth-child(2) {
    margin-top: -15px;
  }
}

#mainvisual .secLeft .onSale.up0618 .line {
  height: 0px;
  width: 308px;
  background: #FFF;
  box-shadow: #000 1px 1px 2px;
  margin: 0 auto;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0618 .line {
    width: 69%;
    margin-bottom: 2%;
  }
}

#mainvisual .secLeft .onSale.up0618 p {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0618 p {
    text-shadow: black 0px 0px 5px;
  }
  #mainvisual .secLeft .onSale.up0618 p img {
    width: 46%;
  }
}

#mainvisual .secLeft .onSale.up0618 p:nth-child(2) {
  font-size: 40px;
  font-family: 'Beleren';
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0618 p:nth-child(2) {
    font-size: 200%;
  }
}

#mainvisual .secLeft .onSale.up0618 p:last-child {
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0618 p:last-child {
    padding-top: 1%;
    font-size: 130%;
  }
}

#mainvisual .secLeft .onSale.up0907 {
  width: 100%;
  margin: 0px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0907 {
    opacity: 1;
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainvisual .secLeft .onSale.up0907 p:nth-child(2) {
    margin-top: -15px;
  }
}

#mainvisual .secLeft .onSale.up0907 .line {
  height: 0px;
  width: 308px;
  background: #FFF;
  box-shadow: #000 1px 1px 2px;
  margin: 0 auto;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0907 .line {
    width: 69%;
    margin-bottom: 2%;
  }
}

#mainvisual .secLeft .onSale.up0907 p {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0907 p {
    text-shadow: black 0px 0px 5px;
  }
  #mainvisual .secLeft .onSale.up0907 p img {
    width: 56%;
  }
}

#mainvisual .secLeft .onSale.up0907 p:nth-child(2) {
  font-size: 40px;
  font-family: 'Beleren';
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0907 p:nth-child(2) {
    font-size: 200%;
  }
}

#mainvisual .secLeft .onSale.up0907 p:last-child {
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secLeft .onSale.up0907 p:last-child {
    padding-top: 0%;
    font-size: 130%;
  }
}

#mainvisual .secLeft > .inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#mainvisual .secLeft .bgImg.pc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/top/mv_bg_main.jpg) center top no-repeat;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.05);
  transition: all 1400ms ease-out 1400ms;
}

#mainvisual .secLeft .featuredArticle.sp {
  pointer-events: none;
}

#mainvisual .secLeft .featuredArticle.pc {
  visibility: hidden;
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(-n+5) {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-100px);
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(1) {
  transition: all 800ms 0ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(2) {
  transition: all 800ms 200ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(3) {
  transition: all 800ms 400ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(4) {
  transition: all 800ms 600ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(5) {
  transition: all 800ms 800ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc.hidden .card-box:nth-child(n+6) {
  display: none;
}

#mainvisual .secLeft .featuredArticle.pc .card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

#mainvisual .secLeft .featuredArticle.pc .card-box:nth-child(1) .card {
  transition: transform 1400ms 0ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc .card-box:nth-child(2) .card {
  transition: transform 1400ms 200ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc .card-box:nth-child(3) .card {
  transition: transform 1400ms 400ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc .card-box:nth-child(4) .card {
  transition: transform 1400ms 600ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc .card-box:nth-child(5) .card {
  transition: transform 1400ms 800ms ease-out;
}

#mainvisual .secLeft .featuredArticle.pc .front, #mainvisual .secLeft .featuredArticle.pc .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mainvisual .secLeft .featuredArticle.pc .front {
  position: absolute;
  top: 0;
  left: 0;
}

#mainvisual .secLeft .featuredArticle.pc .back {
  transform: rotateY(180deg);
}

#mainvisual .secLeft .featuredArticle.pc .bx-wrapper {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  width: 79.7%;
}

@media screen and (min-width: 1681px) {
  #mainvisual .secLeft .featuredArticle.pc .bx-wrapper {
    max-width: 1038px;
  }
}

#mainvisual .secLeft .featuredArticle.pc .bx-wrapper .bx-viewport {
  padding: 12px 2px;
}

#mainvisual .secLeft .featuredArticle.pc .bx-wrapper .inner {
  position: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 20;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-prev,
#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-next {
  position: absolute;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: #000;
  border: 1px solid #ee5b0b;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
  transition: left 0.7s, right 0.7s, box-shadow 0.2s;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-prev:hover,
#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-next:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-prev:after,
#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-prev {
  left: -63px;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-prev:after {
  right: 13px;
  border-left: 2px solid #f55d0b;
  border-top: 2px solid #f55d0b;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-next {
  right: -63px;
}

#mainvisual .secLeft .featuredArticle.pc .bx-controls-direction .bx-next:after {
  left: 13px;
  border-right: 2px solid #f55d0b;
  border-bottom: 2px solid #f55d0b;
}

#mainvisual .secLeft .featuredArticle > .inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 79.7%;
  max-width: 1038px;
  display: flex;
  padding: 12px 0;
}

#mainvisual .secLeft .featuredArticle > .inner > .card-box {
  perspective: 1000;
  display: block;
  float: left;
  width: 16.379%;
}

#mainvisual .secLeft .featuredArticle > .inner > .card-box:nth-child(n+2) {
  margin-left: 47px;
}

#mainvisual .secLeft .featuredArticle .inner {
  z-index: 3;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
}

#mainvisual .secLeft .featuredArticle .inner:after {
  content: "";
  display: table;
  clear: both;
}

#mainvisual .secLeft .featuredArticle .inner > div {
  display: inline-block;
  vertical-align: top;
  width: 15.5%;
  transition: box-shadow ease-in-out;
}

#mainvisual .secLeft .featuredArticle .inner > div .back {
  width: 100%;
  z-index: 1;
  background-color: #000;
  border: 1px solid #f55d0b;
  border-radius: 4px;
  transition: box-shadow 0.2s ease-in-out, border 1s;
}

@media screen and (min-width: 769px) {
  #mainvisual .secLeft .featuredArticle .inner > div .back:hover {
    box-shadow: 0px 0px 8px 1px #ffcb77 !important;
    border-color: #ffcb77;
  }
  #mainvisual .secLeft .featuredArticle .inner > div .back:hover a {
    color: #f55d0b;
  }
}

#mainvisual .secLeft .featuredArticle .inner > div .blank {
  background-color: #000;
  border-radius: 4px;
}

#mainvisual .secLeft .featuredArticle .inner > div .blank img {
  vertical-align: middle;
}

#mainvisual .secLeft .featuredArticle .inner > div a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  padding: 2px;
  color: #fff;
  transition: color 0.15s ease-in-out;
}

#mainvisual .secLeft .featuredArticle .inner > div .thum {
  background-size: cover;
}

@media screen and (max-width: 1680px) and (min-width: 769px) {
  #mainvisual .secLeft .featuredArticle .inner > div .thum {
    height: 68%;
  }
}

@media screen and (min-width: 1921px) {
  #mainvisual .secLeft .featuredArticle .inner > div .thum {
    height: 68%;
  }
}

#mainvisual .secLeft .featuredArticle .inner > div .thum img {
  width: 100%;
  height: auto;
}

#mainvisual .secLeft .featuredArticle .inner > div .txt {
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.65vw;
  text-align: left;
  line-height: 1.2;
  padding: 0 4%;
}

@media screen and (max-width: 1680px) and (min-width: 769px) {
  #mainvisual .secLeft .featuredArticle .inner > div .txt {
    font-size: 10px;
    height: 31%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1921px) {
  #mainvisual .secLeft .featuredArticle .inner > div .txt {
    font-size: 14px;
    height: 31%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1168px) {
  #mainvisual .secLeft .featuredArticle .inner > div .txt {
    height: 31%;
    display: flex;
    align-items: center;
  }
}

#mainvisual.showNotifications .secLeft .bgImg.pc {
  top: 31px;
}

#mainvisual .secRight {
  min-height: 800px;
  width: 330px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #mainvisual .secRight {
    min-height: auto;
  }
}

#mainvisual .jspContainer .jspPane {
  padding: 29px 30px 0 !important;
}

#mainvisual .secRight {
  background-size: cover;
}

#mainvisual .secRight div.covid-banner-block-sp {
  background-color: #000;
  padding-bottom: 6.9333vw;
}

@media screen and (min-width: 1168px) {
  #mainvisual .secRight div.covid-banner-block-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
  #mainvisual .secRight div.covid-banner-block-sp {
    display: none;
  }
}

#mainvisual .secRight div.covid-banner-block-sp > a {
  background-image: url("../images/top/covid_banner-sp.png");
  background-size: 78.666vw 18.666vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 18.666vw;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

#mainvisual .secRight div.arena-button-block-sp {
  padding-bottom: 6.9333vw;
  background-color: #000;
}

@media screen and (min-width: 1168px) {
  #mainvisual .secRight div.arena-button-block-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
  #mainvisual .secRight div.arena-button-block-sp {
    display: none;
  }
}

#mainvisual .secRight div.arena-button-block-sp::before {
  content: " ";
  display: block;
  height: 1px;
  background-color: #444;
  width: 86.666vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.1333vw;
}

#mainvisual .secRight div.arena-button-block-sp::after {
  content: " ";
  display: block;
  height: 1px;
  background-color: #444;
  width: 86.666vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6.1333vw;
}

#mainvisual .secRight div.arena-button-block-sp a {
  background-image: url("../images/top/right-col-download-button-sp.png?1003");
  background-size: 57.4666vw 20.8vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 57.4666vw;
  height: 20.8vw;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-right: auto;
  margin-left: auto;
}

#mainvisual .secRight div.covid-banner-block {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secRight div.covid-banner-block {
    display: none;
  }
}

#mainvisual .secRight div.covid-banner-block > a {
  background-image: url("../images/top/covid_banner.png");
  background-size: 270px 65px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 270px;
  height: 65px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  transition: opacity .3s;
}

#mainvisual .secRight div.covid-banner-block > a:hover {
  opacity: .8;
}

#mainvisual .secRight div.arena-button-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding-bottom: 16px;
  margin-top: 7px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #mainvisual .secRight div.arena-button-block {
    display: none;
  }
}

#mainvisual .secRight div.arena-button-block figure.logo {
  background-image: url("../images/top/right-col-download-button-logo.png?1003");
  background-size: 152px 68px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 152px;
  height: 68px;
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 14px;
  z-index: 4;
}

#mainvisual .secRight div.arena-button-block a {
  background-image: url("../images/top/right-col-download-button.png");
  background-size: 220px 32px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 220px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-top: -22px;
  z-index: 3;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.2s ease-in-out;
}

#mainvisual .secRight div.arena-button-block a:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}

#mainvisual .secRight.color1 {
  background-image: url(../images/top/mv_bg_side_1.jpg);
}

#mainvisual .secRight.color2 {
  background-image: url(../images/top/mv_bg_side_2.jpg);
}

#mainvisual .secRight.color3 {
  background-image: url(../images/top/mv_bg_side_3.jpg);
}

#mainvisual .secRight.color4 {
  background-image: url(../images/top/mv_bg_side_4.jpg);
}

#mainvisual .secRight.color5 {
  background-image: url(../images/top/mv_bg_side_5.jpg);
}

#mainvisual .secRight .inner {
  padding: 29px 30px 0;
}

#mainvisual .secRight .inner .ttl {
  text-align: center;
  background: url(../images/top/bg_solid.png) left bottom repeat-x;
  padding-bottom: 21px;
  margin-bottom: 23px;
}

#mainvisual .secRight .inner .ttl > * {
  line-height: 1;
  display: block;
}

#mainvisual .secRight .inner .ttl .en {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 22px;
  color: #f55d0b;
  letter-spacing: 0.03em;
}

#mainvisual .secRight .inner .ttl .jp {
  font-size: 12px;
  color: #ddd;
}

#mainvisual .secRight .inner .featuredArticle dt {
  font-family: 'Jockey One', sans-serif;
  font-size: 15px;
  color: #eb9b00;
  line-height: 1;
  letter-spacing: 0.05em;
}

#mainvisual .secRight .inner .featuredArticle dd {
  font-size: 13px;
  color: #ddd;
  padding-bottom: 15px;
}

#mainvisual .secRight .inner .featuredArticle dd a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.2s;
}

#mainvisual .secRight .inner .featuredArticle dd a:hover {
  color: #db6c12;
}

#mainvisual .secRight .inner #mvSNS {
  padding-bottom: 33px;
}

#mainvisual .secRight .inner #mvSNS:after {
  content: "";
  display: table;
  clear: both;
}

#mainvisual .secRight .inner #mvSNS li {
  float: left;
}

#mainvisual .secRight .inner #mvSNS li:nth-child(2n+2) {
  float: right;
}

#mainvisual .secRight .inner #mvSNS li:nth-child(n+3) {
  margin-top: 10px;
}

#mainvisual .secRight .inner #mvSNS li a {
  display: block;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.2s ease-in-out;
}

#mainvisual .secRight .inner #mvSNS li a.act, #mainvisual .secRight .inner #mvSNS li a:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}

#mainvisual #mvVideo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
}

#mainvisual.opening .mv-bg-ttl .left, #mainvisual.opening .mv-bg-ttl .right {
  opacity: 1 !important;
}

#mainvisual.opening h1 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

#mainvisual.opening .featuredArticle.pc.hidden .card-box:nth-child(-n+5) {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
}

#mainvisual.opening .featuredArticle.pc.hidden .card-box:nth-child(1) .card {
  animation: glow01 1400ms ease 0ms 1 normal forwards;
}

#mainvisual.opening .featuredArticle.pc.hidden .card-box:nth-child(2) .card {
  animation: glow02 1400ms ease 200ms 1 normal forwards;
}

#mainvisual.opening .featuredArticle.pc.hidden .card-box:nth-child(3) .card {
  animation: glow03 1400ms ease 400ms 1 normal forwards;
}

#mainvisual.opening .featuredArticle.pc.hidden .card-box:nth-child(4) .card {
  animation: glow04 1400ms ease 600ms 1 normal forwards;
}

#mainvisual.opening .featuredArticle.pc.hidden .card-box:nth-child(5) .card {
  animation: glow05 1400ms ease 800ms 1 normal forwards;
}

#mainvisual.opening .secLeft .featuredArticle > .inner > .card-box .card {
  transform: rotateY(180deg);
}

#mainvisual.opening .bgImg.pc {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

#mainvisual.opening .watchTrailer {
  opacity: 1;
  filter: alpha(opacity=100);
}

#mainvisual.opening .watchTrailerBox {
  opacity: 1;
  filter: alpha(opacity=100);
}

#mainvisual.opening .onSale {
  opacity: 1;
  filter: alpha(opacity=100);
}

#mainvisual .down-arrow {
  opacity: 0;
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  transform: rotate(-45deg);
}

#mainvisual.opening .down-arrow {
  animation: down-arrow 2.5s 2s infinite;
}

.ie #mainvisual .down-arrow {
  animation: down-arrow 2.5s 0s infinite;
}

@keyframes glow01 {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 0px 50px 5px #ffffff;
  }
  100% {
    box-shadow: none;
  }
}

@keyframes glow02 {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 0px 50px 5px #6bb1ff;
  }
  100% {
    box-shadow: none;
  }
}

@keyframes glow03 {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 0px 50px 5px #000000;
  }
  100% {
    box-shadow: none;
  }
}

@keyframes glow04 {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 0px 50px 5px #ffa36c;
  }
  100% {
    box-shadow: none;
  }
}

@keyframes glow05 {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 0px 50px 5px #d3ffb0;
  }
  100% {
    box-shadow: none;
  }
}

@keyframes down-arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 1;
  }
}

.ie #mainvisual h1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: none;
}

.ie #mainvisual .watchTrailer {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: none;
}

.ie #mainvisual .watchTrailerBox {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: none;
}

.ie #mainvisual .onSale {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: none;
}

.ie #mainvisual .bgImg.pc {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  transition: none;
}

.ie #mainvisual .featuredArticle.pc.hidden .card-box {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: none !important;
  display: block !important;
}

.ie #mainvisual .featuredArticle.pc .card {
  transform: rotateY(0deg);
  transition: none;
}

.ie #mainvisual .featuredArticle.pc .back {
  transform: rotateY(0deg);
}

.iPad #mainvisual {
  height: auto;
}

.iPad #mainvisual .secLeft .ttl {
  transform: scale(0.8);
}

.iPad #mainvisual .secLeft > .inner {
  background: none;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    height: auto;
  }
  #mainvisual > .inner {
    display: block;
  }
  #mainvisual > .inner > div {
    display: block;
  }
  #mainvisual .secLeft {
    position: relative;
  }
  #mainvisual .secLeft .loading {
    display: none;
  }
  #mainvisual .secLeft .featuredArticle.sp .card {
    position: relative;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-wrapper {
    display: block;
    width: 81.2%;
    margin: 0 auto;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-wrapper .inner {
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 20;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-prev,
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-next {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    margin-top: -22px;
    background-color: #000;
    border: 1px solid #ee5b0b;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-prev:after,
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-next:after {
    position: absolute;
    top: 19px;
    content: "";
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-prev {
    left: -27px;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-prev:after {
    right: 4px;
    border-left: 2px solid #f55d0b;
    border-top: 2px solid #f55d0b;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-next {
    right: -27px;
  }
  #mainvisual .secLeft .featuredArticle.sp .bx-controls-direction .bx-next:after {
    left: 4px;
    border-right: 2px solid #f55d0b;
    border-bottom: 2px solid #f55d0b;
  }
  #mainvisual .secLeft .ttl {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0);
    z-index: 1;
    max-width: inherit;
    width: inherit;
  }
  #mainvisual .secLeft .ttl.left-top {
    top: 0;
    left: 0;
    max-width: inherit;
  }
  #mainvisual .secLeft h1 {
    position: absolute;
    top: 25%;
    left: 49%;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    width: 80.5333%;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainvisual .secLeft h1 img {
    width: 68%;
  }
  #mainvisual .secLeft .watchTrailerBox {
    width: 81.2%;
    height: 50px;
    position: absolute !important;
    top: 49%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 8px 0 0 0;
    display: flex;
    justify-content: center;
    opacity: 1;
  }
  #mainvisual .secLeft .watchTrailerBox p:nth-child(2) {
    margin-left: 0;
  }
  #mainvisual .secLeft .watchTrailerBox.second {
    top: 49%;
  }
  #mainvisual .secLeft .watchTrailerBox.second a {
    font-size: 12px;
  }
  #mainvisual .secLeft .watchTrailer {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #dadada;
    width: 61.86666%;
    height: 34px;
    padding-top: 2px;
  }
  #mainvisual .secLeft .watchTrailer img {
    width: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 7px;
  }
  #mainvisual .secLeft .watchTrailer span {
    font-size: 12px;
  }
  #mainvisual .secLeft .featuredArticle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.2631%;
  }
  #mainvisual .secLeft .featuredArticle.sp {
    display: block;
    visibility: hidden;
    pointer-events: inherit;
  }
  #mainvisual .secLeft .featuredArticle .inner {
    width: 81.2%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
  }
  #mainvisual .secLeft .featuredArticle .inner > div {
    display: inline-block;
    vertical-align: top;
    width: 148px;
    width: 46.9%;
    min-width: inherit;
    margin: 0;
  }
  #mainvisual .secLeft .featuredArticle .inner > div:nth-child(2) {
    float: right;
  }
  #mainvisual .secLeft .featuredArticle .inner > div .thum {
    margin-bottom: 9%;
  }
  #mainvisual .secLeft .featuredArticle .inner > div .txt {
    font-size: 3.2vw;
    padding: 0 3%;
    text-align: left;
    line-height: 1.1;
  }
  #mainvisual .secLeft > .inner {
    background: none;
  }
  #mainvisual .secRight {
    width: 100%;
  }
  #mainvisual .secRight .inner {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    padding: 32px 30px 24px;
  }
  #mainvisual .secRight .inner .ttl {
    background: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #777;
  }
  #mainvisual .secRight .inner .ttl .en {
    font-size: 27px;
    margin-bottom: 5px;
  }
  #mainvisual .secRight .inner .ttl .jp {
    font-size: 13px;
  }
  #mainvisual .secRight .inner .featuredArticle dt {
    clear: left;
    float: left;
    font-size: 15px;
    letter-spacing: 0.05em;
    width: 68px;
    position: relative;
    top: 2px;
  }
  #mainvisual .secRight .inner .featuredArticle dd {
    font-size: 14px;
    padding-bottom: 11px;
    margin-left: 68px;
    line-height: 1.3;
  }
  #mainvisual .secRight .inner .media,
  #mainvisual .secRight .inner #mvSNS {
    display: none;
  }
  #mainvisual #mvVideo {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
  }
}

#topics .inner {
  background: url(../images/top/topics_bg02.png) center no-repeat, url(../images/top/topics_bg01.jpg) center no-repeat;
  background-size: 100% 100%, cover;
  display: table;
  width: 100%;
}

#topics .inner > * {
  display: table-cell;
  vertical-align: top;
}

#topics .inner > div:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}

#topics .inner > div:nth-child(1) h2 {
  font-size: 52px;
  font-family: 'Beleren';
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}

#topics .inner > div:nth-child(1) h2 span {
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
}

#topics .inner > div:nth-child(1) h2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "TOPICS";
  font-size: 52px;
  font-family: 'Beleren';
  z-index: 0;
  -moz-text-shadow: 0px 0px 15px black;
  -webkit-text-shadow: 0px 0px 15px black;
  -ms-text-shadow: 0px 0px 15px black;
  text-shadow: 0px 0px 15px black;
}

#topics .inner > div:nth-child(2) {
  width: 53.5714%;
  padding: 53px 16.8888% 65px 0;
}

@media screen and (max-width: 1680px) {
  #topics .inner > div:nth-child(2) {
    width: 67%;
    padding: 53px 8.8888% 65px 0;
  }
}

#topics .inner > div:nth-child(2) a {
  color: #fff;
  text-decoration: none;
}

#topics .inner > div:nth-child(2) ul li:nth-child(n+2) {
  margin-top: 14px;
}

#topics .inner > div:nth-child(2) ul li a {
  display: inline-block;
}

#topics .inner > div:nth-child(2) ul li a div {
  display: table;
}

#topics .inner > div:nth-child(2) ul li a div > p {
  display: table-cell;
  vertical-align: top;
}

#topics .inner > div:nth-child(2) ul li a div:hover p:nth-child(2) {
  color: #f55d0b;
}

#topics .inner > div:nth-child(2) ul li a p:nth-child(1) {
  width: 162px;
}

#topics .inner > div:nth-child(2) ul li a p:nth-child(1) .date {
  font-size: 16px;
  font-family: 'Jockey One', sans-serif;
  letter-spacing: 0.05em;
  color: #ddd;
  display: inline-block;
  width: 75px;
}

#topics .inner > div:nth-child(2) ul li a p:nth-child(1) .category {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width: 76px;
  height: 18px;
}

#topics .inner > div:nth-child(2) ul li a p:nth-child(2) {
  padding-top: 2px;
  padding-left: 13px;
  transition: color 0.15s ease-in-out;
}

@media screen and (max-width: 768px) {
  #topics .inner {
    background: url(../images/top/topics_bg02.png) center no-repeat, url(../images/top/topics_bg01_sp.jpg) no-repeat;
    background-size: 100% 100%, cover;
    display: block;
    position: relative;
    padding-top: 24px;
    padding-bottom: 117px;
  }
  #topics .inner > * {
    display: block;
  }
  #topics .inner > div:nth-child(1) .btnType01 {
    position: absolute;
    bottom: 53px;
    left: 50%;
    margin-left: -100px;
  }
  #topics .inner > div:nth-child(1) h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    letter-spacing: 0.05em;
    font-size: 40px;
  }
  #topics .inner > div:nth-child(1) h2:before {
    font-size: 40px;
  }
  #topics .inner > div:nth-child(2) {
    width: 90.2666%;
    margin: 0 auto;
    padding: 0;
  }
  #topics .inner > div:nth-child(2) ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #topics .inner > div:nth-child(2) ul li {
    width: 48.5967%;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    padding-bottom: 24px;
  }
  #topics .inner > div:nth-child(2) ul li:nth-child(n+2) {
    margin-top: 0;
  }
  #topics .inner > div:nth-child(2) ul li:nth-child(n+3) {
    margin-top: 8px;
  }
  #topics .inner > div:nth-child(2) ul li:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  #topics .inner > div:nth-child(2) ul li:nth-child(2n+2) {
    float: right;
  }
  #topics .inner > div:nth-child(2) ul li a {
    display: block;
    width: 100%;
  }
  #topics .inner > div:nth-child(2) ul li a div {
    display: block;
  }
  #topics .inner > div:nth-child(2) ul li a div > p {
    display: block;
  }
  #topics .inner > div:nth-child(2) ul li a div:hover p:nth-child(2) {
    color: #ddd;
  }
  #topics .inner > div:nth-child(2) ul li a p:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  #topics .inner > div:nth-child(2) ul li a p:nth-child(1) .date {
    font-size: 15px;
    width: 50%;
  }
  #topics .inner > div:nth-child(2) ul li a p:nth-child(1) .category {
    font-size: 11px;
    width: 46%;
    max-width: 82px;
    height: 15px;
  }
  #topics .inner > div:nth-child(2) ul li a p:nth-child(2) {
    padding: 0;
    line-height: 1.3;
    padding-right: 7px;
  }
}

#startGuide {
  min-height: 630px;
  position: relative;
  overflow: hidden;
  background: url(../images/top/sg_bg.jpg) center no-repeat;
  background-size: cover;
}

#startGuide:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/top/sg_mask.png);
}

#startGuide a {
  display: block;
  text-decoration: none;
}

#startGuide a:hover .btnType01 span {
  color: #fff;
}

#startGuide a:hover .btnType01 span:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

#startGuide a:hover .btnType01 span:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

#startGuide .inner {
  position: relative;
  z-index: 3;
  width: 394px;
  height: 630px;
  margin: 0 auto;
  padding-top: 234px;
  background-color: rgba(0, 0, 0, 0.35);
}

#startGuide .inner h2 {
  text-align: center;
  margin-bottom: 41px;
}

#startGuide .inner h2 > * {
  display: block;
  -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  -ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

#startGuide .inner h2 .en {
  font-family: 'Crimson Text', serif;
  font-size: 42px;
  color: #f55d0b;
  letter-spacing: 0.05em;
}

#startGuide .inner h2 .en .pc {
  display: inline !important;
}

#startGuide .inner h2 .jp {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#startGuide .video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

#startGuide .video video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}

.iPad #startGuide .video {
  display: none;
}

@media screen and (max-width: 768px) {
  #startGuide {
    min-height: 0;
    background: url(../images/top/sg_bg_sp.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #startGuide:after {
    display: none;
  }
  #startGuide .inner {
    width: 210px;
    height: 280px;
    margin: 0 auto;
    padding: 53px 0 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #startGuide .inner h2 {
    margin-bottom: 0;
  }
  #startGuide .inner h2 > * {
    -moz-text-shadow: 0px 0px 15px black;
    -webkit-text-shadow: 0px 0px 15px black;
    -ms-text-shadow: 0px 0px 15px black;
    text-shadow: 0px 0px 15px black;
  }
  #startGuide .inner h2 .en {
    font-size: 40px;
    line-height: 0.9;
    margin-bottom: 17px;
  }
  #startGuide .inner h2 .en .pc {
    display: none !important;
  }
  #startGuide .inner h2 .jp {
    line-height: 1.3;
  }
  #startGuide .inner:before {
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 51px;
    border-radius: 50%;
  }
  #startGuide .inner:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 64px;
    width: 8px;
    height: 8px;
    margin-left: -6px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #startGuide .video,
  #startGuide .btnType01 {
    display: none;
  }
}

#campaign {
  padding: 134px 0 37px;
}

#campaign .inner {
  width: 1200px;
  margin: 0 auto;
}

#campaign .slider {
  width: 90%;
  margin: 0 auto;
  min-height: 400px;
  position: relative;
}

#campaign .slider .bx-viewport {
  padding-right: 2px;
}

#campaign .slider .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}

#campaign .slider .bx-controls-direction .bx-prev,
#campaign .slider .bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: #333;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
  transition: 0.15s ease-in-out;
}

#campaign .slider .bx-controls-direction .bx-prev:hover,
#campaign .slider .bx-controls-direction .bx-next:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}

#campaign .slider .bx-controls-direction .bx-prev:after,
#campaign .slider .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#campaign .slider .bx-controls-direction .bx-prev {
  left: -60px;
}

#campaign .slider .bx-controls-direction .bx-prev:after {
  left: 17px;
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
}

#campaign .slider .bx-controls-direction .bx-next {
  right: -60px;
}

#campaign .slider .bx-controls-direction .bx-next:after {
  left: 13px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#campaign .slider .bx-pager {
  text-align: center;
  padding-top: 18px;
}

#campaign .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

#campaign .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  background-color: #666;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}

#campaign .slider .bx-pager .bx-pager-item a.active, #campaign .slider .bx-pager .bx-pager-item a:hover {
  background-color: #eb9b00;
}

#campaign .box {
  margin-right: 50px;
  width: 100%;
  display: table;
  background: black;
  background: -moz-linear-gradient(top, black 0%, #222222 100%);
  background: -webkit-linear-gradient(top, black 0%, #222222 100%);
  background: linear-gradient(to bottom, black 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#222222', GradientType=0);
  border: 1px solid #333;
}

#campaign .box a {
  text-decoration: none;
}

#campaign .box a:hover .btnType01 span {
  color: #fff;
}

#campaign .box a:hover .btnType01 span:after {
  -webkit-transition: 0.4s cubic-bezier(0.32, 0.01, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

#campaign .box a:hover .btnType01 span:before {
  -webkit-transition: 0s cubic-bezier(0.32, 0.01, 0.28, 0.99) 0.4s;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  -webkit-transform: translateX(-10%) skewX(-8deg);
  -ms-transform: translateX(-10%) skewX(-8deg);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
}

#campaign .box .secLeft {
  display: table-cell;
  width: 640px;
}

#campaign .box .secLeft img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#campaign .box .secRight {
  display: table-cell;
  width: 438px;
  vertical-align: middle;
  padding: 53px 30px 35px;
}

#campaign .box .secRight h2 {
  color: #f55d0b;
  font-size: 26px;
  text-align: center;
  margin-bottom: 22px;
}

#campaign .box .secRight .txt {
  font-size: 14px;
  line-height: 2.4;
  color: #fff;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  #campaign {
    padding: 45px 0 28px;
  }
  #campaign .inner {
    width: 100%;
    overflow: hidden;
  }
  #campaign .slider {
    width: 75.7333%;
    margin: 0 auto 30px;
    min-height: inherit;
  }
  #campaign .slider .bx-controls-direction .bx-prev,
  #campaign .slider .bx-controls-direction .bx-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #campaign .slider .bx-controls-direction .bx-prev:hover,
  #campaign .slider .bx-controls-direction .bx-next:hover {
    background-color: #333;
    box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  #campaign .slider .bx-controls-direction .bx-prev:after,
  #campaign .slider .bx-controls-direction .bx-next:after {
    top: 18px;
    width: 10px;
    height: 10px;
  }
  #campaign .slider .bx-controls-direction .bx-prev {
    left: -23%;
  }
  #campaign .slider .bx-controls-direction .bx-prev:after {
    left: 31px;
  }
  #campaign .slider .bx-controls-direction .bx-next {
    right: -23%;
  }
  #campaign .slider .bx-controls-direction .bx-next:after {
    left: 8px;
  }
  #campaign .slider .bx-pager {
    padding-top: 14px;
  }
  #campaign .slider .bx-pager .bx-pager-item a:hover {
    background-color: #666;
  }
  #campaign .box {
    margin-right: 50px;
    display: block;
  }
  #campaign .box .secLeft {
    width: 100%;
    display: block;
  }
  #campaign .box .secRight {
    width: 100%;
    padding: 17px 15px 11px;
  }
  #campaign .box .secRight h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #campaign .box .secRight .txt {
    line-height: 1.8;
    margin-bottom: 14px;
  }
  #campaign .box .secRight .btnType01 {
    display: none;
  }
}

#products {
  text-align: center;
}

#products .inner {
  background: url(../images/top/products_bg02.png) center no-repeat, url(../images/top/products_bg01.jpg) center no-repeat;
  background-size: 100% 100%, cover;
  -webkit-background-size: 100% 100%, cover;
  padding: 111px 0 171px;
}

#products .inner.up0618 {
  background: url(../images/top/products_bg01_20220810.png) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  padding: 111px 0 98px;
}

#products .inner.up0618 .pressRelease, #products .inner.up0618 .releaseDate {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

#products .inner.up0618 .release-notice {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 10px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  #products .inner.up0618 .release-notice {
    width: 86.9%;
    line-height: 1.6em;
    padding-top: 0vw;
    padding-bottom: 13vw;
  }
}

#products h2 {
  font-size: 52px;
  font-family: 'Beleren';
  display: inline-block;
  position: relative;
}

#products h2 span {
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #666), color-stop(0.38, #fff));
  background-image: -webkit-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -moz-linear-gradient(top, #fff 38%, #666 100%);
  background-image: -ms-linear-gradient(top, #fff 38%, #666 100%);
  background-image: linear-gradient(to bottom, #fff 38%, #666 100%);
}

#products h2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "PRODUCTS";
  font-size: 52px;
  font-family: 'Beleren';
  z-index: 0;
  -moz-text-shadow: 0px 0px 15px black;
  -webkit-text-shadow: 0px 0px 15px black;
  -ms-text-shadow: 0px 0px 15px black;
  text-shadow: 0px 0px 15px black;
}

#products .box {
  display: table;
  margin: 0 auto;
  padding-left: 6%;
  padding-right: 6%;
}

#products .box > * {
  display: table-cell;
}

#products .box .secLeft,
#products .box .secRight {
  width: 35.238%;
  max-width: 593px;
  vertical-align: middle;
}

#products .box .secLeft img,
#products .box .secRight img {
  width: 100%;
}

#products .box .secRight {
  vertical-align: middle;
}

#products .box .secRight p {
  text-align: left;
}

#products .box .secRight img {
  width: 90%;
}

#products .box .secLeft {
  padding-top: 38px;
}

#products .box .secCenter {
  padding-top: 95px;
  color: #fff;
  width: 400px;
  vertical-align: top;
}

#products .box .secCenter span {
  display: block;
  line-height: 1;
}

#products .box .secCenter h3 {
  margin-bottom: 17px;
}

#products .box .secCenter h3 img {
  width: 70%;
}

#products .box .secCenter > p {
  width: 239px;
  margin: 0 auto;
}

#products .box .secCenter .pressRelease {
  border-bottom: 1px solid #7a7871;
  padding-bottom: 16px;
  margin-bottom: 19px;
}

#products .box .secCenter .pressRelease span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}

#products .box .secCenter .pressRelease span:nth-child(2) {
  font-size: 24px;
  font-family: 'Jockey One', sans-serif;
  letter-spacing: 0.08em;
}

#products .box .secCenter .releaseDate {
  border-bottom: 1px solid #7a7871;
  padding-bottom: 19px;
  margin-bottom: 24px;
}

#products .box .secCenter .releaseDate span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#products .box .secCenter .releaseDate span:nth-child(2) {
  font-size: 46px;
  font-family: 'Jockey One', sans-serif;
  letter-spacing: 0.05em;
  color: #f55d0b;
}

#products .box .secCenter .implementationDate {
  margin-bottom: 59px;
}

#products .box .secCenter .implementationDate span:nth-child(1) {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}

#products .box .secCenter .implementationDate span:nth-child(2) {
  font-size: 18px;
  font-family: 'Jockey One', sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #products .inner {
    background: url(../images/top/products_bg01_sp.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 10px 0 52px;
  }
  #products .inner.up0618 {
    background: url(../images/top/products_bg01_sp_20220810.png) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 10px 0 52px;
  }
  #products .inner.up0618 .box .secCenter {
    padding-top: 0;
  }
  #products h2 {
    font-size: 40px;
    margin-bottom: 33px;
    letter-spacing: 0.05em;
  }
  #products h2:before {
    font-size: 40px;
  }
  #products .box {
    display: block;
    margin: 0 auto;
  }
  #products .box > * {
    display: block;
  }
  #products .box .secLeft,
  #products .box .secRight {
    display: none;
  }
  #products .box .secCenter {
    width: 100%;
  }
  #products .box .secCenter span {
    display: block;
    line-height: 1;
  }
  #products .box .secCenter > p {
    width: 100%;
  }
  #products .box .secCenter .sp {
    margin-bottom: 27px;
  }
}

#sns {
  min-height: 697px;
}

#sns .inner {
  width: 1104px;
  margin: 0 auto;
  padding: 66px 0 92px;
}

#sns .inner:after {
  content: "";
  display: table;
  clear: both;
}

#sns .inner h2 {
  font-family: 'Crimson Text', serif;
  font-size: 26px;
  margin-bottom: 5px;
  color: #f55d0b;
  letter-spacing: 0.05em;
}

#sns .inner > * {
  width: 498px;
}

#sns .inner .facebook {
  float: left;
}

#sns .inner .twitter {
  float: right;
}

#sns .inner .twitter div {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #sns {
    min-height: 0;
  }
  #sns .inner {
    width: 73.3333%;
    padding: 39px 0 35px;
  }
  #sns .inner > * {
    width: 100%;
  }
  #sns .inner .facebook {
    float: inherit;
  }
  #sns .inner .facebook > h2,
  #sns .inner .facebook > div {
    display: none;
  }
  #sns .inner .twitter {
    float: inherit;
    margin-top: 10px;
  }
  #sns .inner .twitter div {
    background-color: transparent;
  }
  #sns .inner .twitter > h2,
  #sns .inner .twitter > div {
    display: none;
  }
}

#bnr {
  text-align: center;
  padding-bottom: 92px;
}

#bnr li {
  display: inline-block;
  margin: 0 11px;
  width: 350px;
}

#bnr li img {
  width: 100%;
}

#bnr li a {
  display: block;
  box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
}

#bnr li a:hover {
  background-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
}

@media screen and (max-width: 768px) {
  #bnr {
    width: 73.3333%;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  #bnr li {
    display: block;
    margin: 0;
    width: 100%;
  }
  #bnr li:nth-child(n+2) {
    margin-top: 10px;
  }
  #bnr li a:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px #ff9c00;
  }
}

.ie #topics .inner > div:nth-child(1) h2 span,
.ie #products h2 span {
  color: #fff;
  background: none;
}

.ie #topics .inner > div:nth-child(1) h2:before,
.ie #products h2:before {
  display: none;
}

/*# sourceMappingURL=top.css.map */