@charset "UTF-8";

/* **************************************************************** *
 * @desc@ 共通
 * @edit@ 2023/03/23 キャラ紹介修正
 * @edit@ 2023/03/07 アプリ版追加
 * @edit@ 2021/03/30
 * **************************************************************** */

body {
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.fixed {
  overflow: hidden;
}

body.modal {
  overflow: hidden;
}

body.modal #Wrap,
body.modal .topMenu,
body.modal .globalMenu,
body.modal #Footer {
  overflow: hidden;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

a {
  color: #3ebfe9;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  max-width: 100%;
  font-size: 1px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

rt {
  position: absolute;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

[data-ruby] {
  display: inline-block;
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: 0.5em;
  left: -10%;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 120%;
  font-size: 0.5em;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
}

[data-ruby] rt {
  display: none;
}

a.img {
  display: inline-block;
  font-size: 1px;
  line-height: 0;
}

a.img:hover {
  opacity: 0.6;
}

.emColor01 {
  color: #3ebfe9;
}

.emColor02 {
  color: #ff5b90;
}

.noteColor {
  color: #aaa;
}

.clCtgInfo {
  color: #ff5b90;
}

.clCtgSpecial {
  color: #ffc323;
}

.clCtgMedia {
  color: #0aca88;
}

.clCtgGoods {
  color: #adcaff;
}

.tcKisa {
  color: #43c0a3;
}

.tcSarafumi {
  color: #cf0e36;
}

.tcKai {
  color: #927d44;
}

.tcKokuto {
  color: #7a3992;
}

.tcMitsuki {
  color: #2ccbff;
}

.tcSuzu {
  color: #ee981a;
}

.tcSoshiro {
  color: #127b85;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.mgt1p {
  margin-top: 1.6em !important;
}

.mgt2p {
  margin-top: 3.2em !important;
}

.mgb1p {
  margin-bottom: 1.6em !important;
}

.mgb2p {
  margin-bottom: 3.2em !important;
}

.indent {
  text-indent: 1em;
}

.indent > * {
  text-indent: 0;
}

.brace {
  text-indent: -0.45em;
}

.wbreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.iblock {
  display: inline-block;
  vertical-align: baseline;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
}

.alata {
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.mont {
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.fsM {
  font-size: 1.8rem;
  line-height: 1.6em;
}

.fsS {
  font-size: 0.8em;
  line-height: 1.6em;
}

.bold {
  font-weight: bold;
}

.buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
  text-align: center;
}

.buttonList > li {
  margin: 10px 10px 0;
}

.button,
.buttonList a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 18px 50px;
  width: 360px;
  background: transparent;
  color: #333 !important;
  font-size: 2rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button:after,
.buttonList a:after {
  content: "";
  position: absolute;
  left: 52px;
  top: calc(50% - 126px);
  border: 1px solid #333;
  width: 252px;
  height: 252px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button:hover,
.buttonList a:hover {
  border-color: #333 !important;
  background-color: #333 !important;
  color: #fff !important;
}

.button:hover:after,
.buttonList a:hover:after {
  border-color: #fff !important;
}

.button.l,
.buttonList a.l {
  width: 420px;
}

.button.l:after,
.buttonList a.l:after {
  left: 61px;
  top: calc(50% - 147px);
  width: 294px;
  height: 294px;
}

.button.s,
.buttonList a.s {
  width: 300px;
}

.button.s:after,
.buttonList a.s:after {
  left: 43px;
  top: calc(50% - 105px);
  width: 210px;
  height: 210px;
}

.button.buy,
.buttonList a.buy {
  width: 300px;
}

.button.buy:before,
.buttonList a.buy:before {
  content: "";
  display: inline-block;
  margin: 0 8px -0.05em 0;
  width: 20px;
  height: 18px;
  background: transparent url(../img/ico_buy_b.png) center no-repeat;
  background-size: 20px auto;
  vertical-align: baseline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button.buy:after,
.buttonList a.buy:after {
  left: 43px;
  top: calc(50% - 105px);
  width: 210px;
  height: 210px;
}

.button.buy:hover:before,
.buttonList a.buy:hover:before {
  background-image: url(../img/ico_buy_w.png) !important;
}

.button.buy.pink,
.buttonList a.buy.pink {
  border-color: #ff5b90;
  color: #ff5b90 !important;
}

.button.buy.pink:before,
.buttonList a.buy.pink:before {
  background-image: url(../img/ico_buy_pink.png);
}

.button.buy.pink:after,
.buttonList a.buy.pink:after {
  border-color: #ff5b90;
}

.button.buy.pink:hover,
.buttonList a.buy.pink:hover {
  color: #fff !important;
}

ul.def > li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.def > li * {
  text-indent: 0;
}

dl.def > dt {
  display: inline-block;
  margin-top: 40px;
  border: 1px solid #d6d3ce;
  padding: 8px 15px;
  color: #acacac;
  line-height: 1em;
}

dl.def > dt:first-child {
  margin-top: 0;
}

dl.def > dd {
  padding-top: 20px;
}

ul.bnList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.bnList li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 15px 15px;
}

ul.bnList a {
  display: block;
  position: relative;
}

ul.bnList a a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: tansparent;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul.bnList a:hover:after {
  background-color: #000;
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

table.def {
  margin: 0 auto;
  border-top: 1px solid #d6d3ce;
  font-size: 1.6rem;
  line-height: 1.6em;
}

table.def th,
table.def td {
  border-bottom: 1px solid #d6d3ce;
  padding: 15px 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

table.def th {
  color: #acacac;
}

table.def td {
  border-width: 0 1px 1px 0;
}

table.def.full {
  width: 100%;
}

table.def.full th {
  width: 120px;
}

.ctrlAllow {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.tab > ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 10px;
  border: 1px solid #acacac;
  border-radius: 2px;
  padding: 12px 15px 12px;
  min-width: 154px;
  color: #acacac;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab > ul > li.cur,
.tab > ul > li:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

.tab > ul > li.cur {
  cursor: default;
}

.contentBox > section {
  display: none;
}

.contentBox > section > * {
  overflow: hidden;
}

#News .tab > ul > li.info.cur,
#News .tab > ul > li.info:hover {
  color: #ff5b90;
}

#News .tab > ul > li.special.cur,
#News .tab > ul > li.special:hover {
  color: #ffc323;
}

#News .tab > ul > li.event.cur,
#News .tab > ul > li.event:hover {
  color: #ff8636;
}

#News .tab > ul > li.media.cur,
#News .tab > ul > li.media:hover {
  color: #0aca88;
}

#News .tab > ul > li.goods.cur,
#News .tab > ul > li.goods:hover {
  color: #adcaff;
}

.localMenu {
  margin-bottom: 50px;
}

.localMenu > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.localMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1080px;
}

.localMenu ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px 10px;
}

.localMenu ul a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #acacac;
  border-radius: 2px;
  padding: 8px 15px;
  color: #acacac;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.localMenu ul a:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

.localMenu .oc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 440px;
  top: -1px;
  border: 1px solid #ddd;
  border-left: none;
  width: 51px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.localMenu .oc:before,
.localMenu .oc:after {
  content: "";
}

.localMenu .oc:before,
.localMenu .oc:after,
.localMenu .oc > span {
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  width: 30px;
  height: 4px;
  background: #acacac;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.localMenu .oc:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.localMenu .oc:after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.localMenu.float > div {
  position: fixed;
  left: -440px;
  top: 120px;
  z-index: 100;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  width: 440px;
  -webkit-animation: localmenu 1s linear 1;
  animation: localmenu 1s linear 1;
}

.localMenu.float > div.show {
  left: 0;
}

.localMenu.float > div.show .oc:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.localMenu.float > div.show .oc:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.localMenu.float > div.show .oc > span {
  opacity: 0;
}

.localMenu.float ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 20px 10px;
  max-width: auto;
  background: #fff;
}

.localMenu.float ul > li {
  margin: 0 0 10px;
}

.localMenu.float ul > li.f {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.localMenu.float ul > li.h {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.localMenu.float ul > li.t {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.localMenu.float .oc {
  display: block;
}

@-webkit-keyframes localmenu {
  0% {
    left: -500px;
    top: -100%;
  }

  80% {
    left: -500px;
    top: 120px;
  }

  100% {
    left: -440px;
  }
}

@keyframes localmenu {
  0% {
    left: -500px;
    top: -100%;
  }

  80% {
    left: -500px;
    top: 120px;
  }

  100% {
    left: -440px;
  }
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1080px;
}

.thumbs > li {
  opacity: 0;
  display: none;
  border: 1px solid transparent;
  margin: 0 6px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.thumbs > li.show {
  opacity: 1;
  display: block;
}

.thumbs > li:hover {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.thumbs > li > a,
.thumbs > li > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 330px;
  height: 100%;
  background: #fff;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.thumbs > li > a > span,
.thumbs > li > span > span {
  display: block;
}

.thumbs > li .pic {
  position: relative;
  margin-bottom: 18px;
}

.thumbs > li .pic:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 20px 0 0;
  padding: 5px 20px 5px 5px;
  min-width: 100px;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
}

.thumbs > li .subj {
  padding: 0 20px 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}

.thumbs > li .date {
  display: block;
  padding: 0 0 8px;
  color: #acacac;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

.thumbs > li.info .pic:after {
  content: "INFORMATION";
  display: block;
  background: #ff5b90;
}

.thumbs > li.special .pic:after {
  content: "SPECIAL";
  display: block;
  background: #ffc323;
}

.thumbs > li.event .pic:after {
  content: "EVENT";
  display: block;
  background: #ff8636;
}

.thumbs > li.media .pic:after {
  content: "MEDIA";
  display: block;
  background: #0aca88;
}

.thumbs > li.goods .pic:after {
  content: "GOODS";
  display: block;
  background: #adcaff;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1080px;
}

.banners > li {
  opacity: 0;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.banners > li.show {
  opacity: 1;
  display: block;
}

.banners > li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.banners > li > a,
.banners > li > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 490px;
  height: 100%;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.banners > li > a > span,
.banners > li > span > span {
  display: block;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px auto 0;
  width: 480px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.pager > div {
  margin-top: 3px;
  padding: 3px 0 8px;
  cursor: pointer;
}

.pager > div.prev {
  padding-left: 35px;
  background: transparent url(../img/btn_arrow_prev.png) left center no-repeat;
  background-size: 30px auto;
}

.pager > div.next {
  padding-right: 35px;
  background: transparent url(../img/btn_arrow_next.png) right center no-repeat;
  background-size: 30px auto;
}

.pager > div.off {
  opacity: 0.3;
  cursor: default;
}

.pager > div.none {
  position: relative;
  margin-top: -100px;
  border: 1px solid #acacac;
  width: 100%;
  height: 200px;
  text-align: center;
  cursor: default;
}

.pager > div.none:after {
  content: "NOT FOUND";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #acacac;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  tetx-indent: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pager > ul > li {
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  font-size: 2rem;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pager > ul > li.cur {
  color: #53c1e4;
  cursor: default;
}

.pager > ul > li.off {
  display: none;
  cursor: default;
}

.frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  border: 1px solid #acacac;
  padding: 60px 109px;
  max-width: 1020px;
  background-color: #fff;
  background-image: url(../img/deco_left_head.png), url(../img/deco_right_head.png), url(../img/deco_right_bottom.png), url(../img/deco_left_bottom.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.frame h1 {
  margin: 0 0 50px;
  color: #ddc174;
  font-size: 3.4rem;
  line-height: 1.2em;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
}

.frame h2 {
  margin: 60px 0 30px;
  padding: 30px;
  background-color: transparent;
  background-image: url(../img/line_head_pc.png), url(../img/line_bottom_pc.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

#Cover > div {
  position: fixed;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#Cover > div img {
  opacity: 0;
  display: none;
  max-width: 80%;
}

#Cover.show {
  z-index: 110000;
  opacity: 1;
}

#Cover.show img {
  display: inline;
  -webkit-animation: load 1.5s linear 0.5s 1;
  animation: load 1.5s linear 0.5s 1;
}

#Cover.short > div {
  display: none !important;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  20% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  80% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}

@keyframes load {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  20% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  80% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}

#Bg {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#Bg .pattern {
  position: absolute;
  left: 0;
  top: -200%;
  width: 100%;
  height: 300%;
  background: transparent url(../img/bg.jpg) center repeat;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#Bg .capture > div {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modalPict.zoom {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.modalPict.zoom::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 50px;
  max-width: 30%;
  height: 50px;
  max-height: 30%;
  background: transparent url(../img/ico_zoom.png) right bottom no-repeat;
  background-size: contain;
}

.modalPict.zoom img {
  position: relative;
  z-index: 1;
  border: 1px solid #eee;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.modalPict.zoom:hover img {
  opacity: 0.8;
}

#Popup {
  display: none;
}

#Modal {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: ceter;
  -ms-flex-pack: ceter;
  justify-content: ceter;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 62000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

#Modal > div {
  opacity: 0;
  overflow: auto;
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 30px 0;
  max-height: calc(100% - 60px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#Modal > div.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Modal .close {
  margin-top: 60px;
  cursor: pointer;
}

#Modal .pictBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 90%;
}

#Modal .pictBox.border img {
  border: 1px solid #ccc;
}

#Modal .inlineBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 40px 40px 60px;
  max-width: 960px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#Modal .inlineBox.event .pic {
  margin-bottom: 40px;
}

#Modal .inlineBox.event .story {
  padding: 0.2em 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.4)), color-stop(3%, rgba(102, 102, 102, 0)), to(rgba(102, 102, 102, 0)));
  background-image: linear-gradient(180deg, rgba(102, 102, 102, 0.4) 0%, rgba(102, 102, 102, 0) 3%, rgba(102, 102, 102, 0) 100%);
  background-repeat: repeat-y;
  background-size: 100% 3em;
  font-size: 1.6rem;
  line-height: 3em;
  text-align: left;
}

#Modal .inlineBox.event .story p {
  display: table;
  table-layout: fixed;
}

#Modal .inlineBox.event .story p > span {
  display: table-cell;
  vertical-align: top;
}

#Modal .inlineBox.event .story p > span.name {
  width: 6em;
}

#Modal .inlineBox.trial {
  overflow: visible;
  padding: 5px;
  max-width: 600px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#Modal .inlineBox.trial::before,
#Modal .inlineBox.trial::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#Modal .inlineBox.trial::before {
  top: 0;
  background-image: url(/img/modal_frame_head.png);
  background-position: center top;
}

#Modal .inlineBox.trial::after {
  bottom: 0;
  background-image: url(/img/modal_frame_bottom.png);
  background-position: center bottom;
}

#Modal .inlineBox.trial > div {
  position: relative;
  z-index: 1;
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#Modal .inlineBox.trial h1 > img {
  width: 330px;
}

#Modal .inlineBox.nowonsale {
  overflow: visible;
  padding: 0;
  max-width: 770px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#Modal .inlineBox.nowonsale > div {
  position: relative;
  z-index: 1;
}

#Modal .inlineBox.spec {
  max-width: 520px;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: left;
}

#Modal .inlineBox.spec ul.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 10px 0;
  border-bottom: 1px solid #000;
}

#Modal .inlineBox.spec ul.spec > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 130px;
  flex: 0 1 130px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #000;
  padding: 8px 0;
}

#Modal .inlineBox.spec ul.spec > li.full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.globalMenu {
  z-index: 50000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.globalMenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}

.globalMenu > div > h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.globalMenu > div > h1 img {
  width: 172px;
}

.globalMenu > div > ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.globalMenu > div > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  padding: 0 5px;
}

.globalMenu > div > ul > li.new:before {
  content: "";
  position: absolute;
  top: 10px;
  right: calc(50% - 20px);
  z-index: 10;
  width: 40px;
  height: 18px;
  background: transparent url(../img/ico_new_pc.png) center top no-repeat;
  background-size: contain;
}

.globalMenu > div > ul a {
  display: block;
  position: relative;
  padding: 30px 10px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-decoration: none;
}

.globalMenu > div > ul a:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  width: 1px;
  height: 1px;
  background: #53c1e4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.globalMenu > div > ul > li.twitter a,
.globalMenu > div > ul > li.youtube a {
  padding-left: 20px;
  background-color: transparent;
  background-position: 0 32px;
  background-repeat: no-repeat;
}

.globalMenu > div > ul > li.twitter a {
  background-image: url(../img/ico_twitter.png);
}

.globalMenu > div > ul > li.youtube a {
  background-image: url(../img/ico_youtube.png);
}

.globalMenu > div > ul > li.cur a,
.globalMenu > div > ul a:hover {
  color: #53c1e4;
}

.globalMenu > div > ul > li.cur a:before,
.globalMenu > div > ul a:hover:before {
  opacity: 1;
  height: 25px;
}

.globalMenu > div > ul .sub {
  opacity: 0.4;
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  text-indent: 0;
}

#Header .globalMenu {
  position: fixed;
  left: 0;
  top: 0;
}

#GnvOC {
  position: fixed;
  right: -22px;
  top: -25px;
  z-index: 51000;
  padding: 30px 30px 24px 24px;
  width: 60px;
  height: 60px;
  pointer-events: all;
  cursor: pointer;
}

#GnvOC:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent url(../img/base_menu_sp.png) center no-repeat;
  background-size: contain;
  -webkit-animation: gear 10s linear infinite;
  animation: gear 10s linear infinite;
}

#GnvOC .ocBars {
  fill: #fff;
  pointer-events: all;
  cursor: pointer;
}

#GnvOC .ocBars .bar {
  opacity: 1;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#GnvOC .ocBars .bar:nth-of-type(1) {
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
}

#GnvOC .ocBars .bar:nth-of-type(3) {
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
}

#GnvOC.close .ocBars .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#GnvOC.close .ocBars .bar:nth-of-type(2) {
  opacity: 0;
}

#GnvOC.close .ocBars .bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes gear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#Footer {
  position: relative;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6em;
}

#Footer > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px;
  max-width: 1280px;
}

#Footer > div > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

#Footer > div > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

#Footer .corps {
  margin-bottom: 40px;
  white-space: nowrap;
}

#Footer .corps > li {
  display: inline-block;
  margin-left: 4px;
  width: 148px;
  vertical-align: middle;
}

#Footer .corps a {
  display: block;
}

#Footer .corps a:hover {
  opacity: 0.6;
}

#Footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

#Footer .share > dt {
  margin: 0 0 0 auto;
  padding: 0 5px;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

#Footer .share > dd .bro-snsbox > div > div {
  margin: 0 5px;
}

#Footer .share > dd .bro-snsbox.bro-circle-view > div > div,
#Footer .share > dd .bro-snsbox.bro-rect-view > div > div {
  width: 30px !important;
}

#Footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

#Footer .links > li {
  margin: 0 10px 10px 0;
  width: 280px;
  text-align: center;
}

#Footer .links > li:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#Footer .links > li:nth-of-type(2) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

#Footer .links > li:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#Footer .links > li:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#Footer .links a {
  display: block;
  position: relative;
  border-radius: 50px;
  padding: 8px 34px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}

#Footer .links a:after {
  content: "";
  position: absolute;
  right: 9px;
  top: calc(50% - 7px);
  width: 12px;
  height: 12px;
  background: transparent url(../img/ft_ico_arrow.png) center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Footer .links a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#Footer .links a:hover:after {
  right: 13px;
}

#Footer .copy.switch {
  margin-top: 40px;
}

#Footer .copy.jj {
  letter-spacing: 0.15em;
}

#Footer .totop {
  position: absolute;
  right: 80px;
  bottom: 0;
  z-index: 48000;
  width: 140px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Footer .totop:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

#Wrap {
  padding: 100px 0 200px;
}

#Wrap > h1 {
  margin: 150px auto 50px;
  font-size: 5rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Wrap > h1 .sub {
  display: block;
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  text-indent: 0;
}

#Container {
  position: relative;
  min-height: 500px;
}

#Top #Wrap {
  padding-top: 0;
}

#Top #Wrap #Container > section > h1 {
  margin: 150px auto 50px;
  font-size: 5rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Top #Wrap #Container > section > h1 .sub {
  display: block;
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  text-indent: 0;
}

#Top #Wrap .buttonList {
  margin-top: 50px;
}

#Top #Header {
  position: absolute;
  width: 100%;
}

#Top .topMenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10000;
}

#Top .topMenu > div > h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 20px;
}

#Top .topMenu > div > h1 img {
  width: 410px;
}

#Top .topMenu > div > ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 530px;
  flex: 0 1 530px;
  padding: 30px 20px;
  text-align: left;
}

#Top .topMenu > div > ul > li {
  display: inline-block;
  position: relative;
  padding: 10px 5px;
}

#Top .topMenu > div > ul > li.new:before {
  content: "";
  position: absolute;
  top: -5px;
  right: calc(50% - 20px);
  z-index: 10;
  width: 40px;
  height: 18px;
  background: transparent url(../img/ico_new_pc.png) center top no-repeat;
  background-size: contain;
}

#Top .topMenu > div > ul a {
  display: block;
  position: relative;
  padding: 5px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-decoration: none;
}

#Top .topMenu > div > ul > li.twitter a,
#Top .topMenu > div > ul > li.youtube a {
  padding-left: 20px;
  background-color: transparent;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#Top .topMenu > div > ul > li.twitter a {
  background-image: url(../img/ico_twitter.png);
}

#Top .topMenu > div > ul > li.youtube a {
  background-image: url(../img/ico_youtube.png);
}

#Top .topMenu > div > ul > li.cur a,
#Top .topMenu > div > ul a:hover {
  color: #53c1e4;
}

#Top .topMenu > div > ul .sub {
  display: none;
}

#Top .topMenu > div .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 80px;
  top: 86px;
  padding: 0 10px;
}

#Top .topMenu > div .share > dt {
  margin: 0 0 0 auto;
  padding: 0 5px;
  font-size: 1.2rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

#Top .topMenu > div .share > dd .bro-snsbox > div > div {
  margin: 0 5px;
}

#Top .topMenu > div .share > dd .bro-snsbox.bro-circle-view > div > div,
#Top .topMenu > div .share > dd .bro-snsbox.bro-rect-view > div > div {
  width: 25px !important;
}

#Top .nvPos {
  position: relative;
}

#Top .nvPos .globalMenu {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#Top .nvPos.static {
  position: static;
}

#Top .nvPos.static .globalMenu {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Top #Main {
  position: relative;
  background: #fff;
}

#Top #Main > div {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Top #Main > div > .lead {
  position: absolute;
  left: 0;
  top: 230px;
  z-index: 10;
}

#Top #Main > div > .release {
  position: absolute;
  left: -180px;
  bottom: 45px;
  z-index: 10;
}

#Top #Main > div > .badge {
  position: absolute;
  right: -50px;
  bottom: 35px;
  z-index: 10;
  width: 210px;
}

#Top #Main > div > .badge a {
  display: block;
}

#Top #Main > div > .badge a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#Top #Main > div > .pic {
  position: relative;
  width: 100%;
}

#Top #Main > div > .pic > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#Top #Main > div > .pic > div:nth-of-type(1) {
  z-index: 2;
  background-image: url(../../../img/main_kv01.png);
}

#Top #Main > div > .pic > div:nth-of-type(2) {
  z-index: 1;
  background-image: url(../../../img/main_kv02.png);
}

#Top #Main.v2 > .bnr {
  position: absolute;
  right: 100px;
  bottom: 30px;
  z-index: 10;
}

#Top #Main > article {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}

#Top #Main > article * {
  opacity: 0;
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
}

#Top #Main > article.cur {
  opacity: 1;
  z-index: 2;
}

#Top #Main > article.cur * {
  opacity: 1;
}

#Top #Main > article .release {
  position: absolute;
  left: 20px;
  bottom: 45px;
  z-index: 10;
  max-width: 50%;
  text-align: left;
}

#Top #Main > article .release img {
  display: block;
  margin-top: 30px;
}

#Top #Main > article .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 200px);
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#Top #Main > article:nth-of-type(1) .pic {
  background-image: url(../../../img/img_kv01_pc.png);
}

#Top #Main > article:nth-of-type(2) {
  background: transparent url(../../../img/img_kv02_pc_bg.png) center top repeat;
}

#Top #Main > article:nth-of-type(2) .pic {
  background-image: url(../../../img/img_kv02_pc.png);
}

#Top #MainNv {
  position: absolute;
  left: 20px;
  top: 270px;
  z-index: 100;
}

#Top #MainNv ul {
  padding-top: 115px;
  background: transparent url(../../../img/txt_vslmenu_pc.png) center top no-repeat;
}

#Top #MainNv ul li {
  position: relative;
  margin-top: 10px;
  width: 60px;
  height: 60px;
  background-color: transparet;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

#Top #MainNv ul li.cur {
  cursor: default;
}

#Top #MainNv ul li:nth-of-type(1) {
  background-image: url(../../../img/btn_vslmenu01_pc_off.png);
}

#Top #MainNv ul li:nth-of-type(1):hover,
#Top #MainNv ul li:nth-of-type(1).cur {
  background-image: url(../../../img/btn_vslmenu01_pc_on.png);
}

#Top #MainNv ul li:nth-of-type(2) {
  background-image: url(../../../img/btn_vslmenu02_pc_off.jpg);
}

#Top #MainNv ul li:nth-of-type(2):hover,
#Top #MainNv ul li:nth-of-type(2).cur {
  background-image: url(../../../img/btn_vslmenu02_pc_on.jpg);
}

#Top .cart {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 45000;
  width: 80px;
  text-align: center;
}

#Top .cart .switch {
  background: #e70012;
}

#Top .cart .buy {
  background: #333;
}

#Top .cart .buy a {
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-decoration: none;
}

#Top .cart .buy a:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background: transparent url(../img/ico_buy_w.png) center no-repeat;
  background-size: contain;
}

#Top .cart .buy a:hover {
  opacity: 0.6;
}

#Top #Banners {
  position: relative;
  background: #d6d3ce;
}

#Top #Banners > div {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  width: 100%;
  height: 127px;
}

#Top #Banners a {
  display: block;
  border: 1px solid #e8e7e5;
}

#Top #Banners a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#Top #Banners img {
  display: block;
}

#Top #Banners ul {
  display: block;
  white-space: nowrap;
}

#Top #Banners ul > li {
  display: inline-block;
  padding: 0 5px;
  width: 400px;
  vertical-align: middle;
}

#Top #Banners .nv {
  display: none;
}

#Top #Banners .nv > span {
  position: absolute;
  top: calc(50% - 8px);
  z-index: 10;
  width: 44px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

#Top #Banners .nv > span.prev {
  left: 40px;
  background-image: url(../img/btn_arrow_prev.png);
}

#Top #Banners .nv > span.prev:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

#Top #Banners .nv > span.next {
  right: 40px;
  background-image: url(../img/btn_arrow_next.png);
}

#Top #Banners .nv > span.next:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

#Top #Banners.slide ul {
  position: absolute;
  top: 20px;
  left: 0;
}

#Top #Banners.slide .nv {
  display: block;
}

#Top #TopNews .thumbs {
  max-width: 100%;
}

#Top #TopNews .thumbs > li > a,
#Top #TopNews .thumbs > li > span {
  width: 250px;
}

#Top #TopNews .thumbs > li .subj {
  font-size: 1.6rem;
}

#Top #Movie {
  margin-top: 150px;
}

#Top #Movie .movieBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 420px;
  background: #3ebfe9;
}

#Top #Movie .movieBox #Player {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
}

#Top #Movie .movieBox .cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 902;
  width: 100%;
  height: 100%;
  background: transparent url(../img/btn_ico_play.png) center no-repeat;
  background-size: 140px auto;
  cursor: pointer;
}

#Top #Movie .movieBox .cover:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 901;
  width: 100%;
  height: 100%;
  background: transparent url(../img/cover_movie.png) center repeat;
}

#Top #Twitter .widget {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
}

#News section.detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 40px 0 70px;
  max-width: 840px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#News section.detail:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 0 20px 0;
  padding: 5px 20px 5px 10px;
  min-width: 90px;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
}

#News section.detail > h1 {
  padding: 0 60px;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: bold;
}

#News section.detail .date {
  padding: 10px 60px 25px;
  color: #acacac;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

#News section.detail .banner {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

#News section.detail .banner img {
  width: 100%;
}

#News section.detail .body {
  padding: 50px 60px 0;
  font-size: 1.8rem;
  line-height: 1.8em;
}

#News section.detail .body > *:first-child {
  margin-top: 0 !important;
}

#News section.detail .body .picList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#News section.detail .body .picList > li {
  margin: 0 10px 20px;
}

#News section.detail .body .picList > li > a > img,
#News section.detail .body .picList > li > img {
  max-width: 200px;
}

#News section.detail .body .picList > li .cap {
  display: block;
  margin-top: 5px;
}

#News section.detail .body .picList.left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

#News section.detail .body .picList.left > li {
  margin-left: 0;
  margin-right: 20px;
  text-align: center;
}

#News section.detail .body .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#News section.detail .body .flexBox > .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin: 0;
}

#News section.detail .body .flexBox > .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
}

#News section.detail .body .flexBox.rl > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#News section.detail .body .flexBox.rl > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#News section.detail .body > section > h1 {
  border-left: 5px solid #000;
  padding: 6px 10px;
  background: #f2f2f2;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}

#News section.detail .body table.def td > *:first-child {
  margin-top: 0;
}

#News section.detail .body .goodsNav > h1 {
  border-left: 5px solid #000;
  padding: 6px 10px;
  background: #f2f2f2;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}

#News section.detail .body .goodsNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#News section.detail .body .goodsNav > ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 20px 0 0;
  text-align: center;
}

#News section.detail .body .goodsNav > ul > li:nth-of-type(3n+3) {
  margin-right: 0;
}

#News section.detail .body .goodsNav > ul > li a,
#News section.detail .body .goodsNav > ul > li span {
  display: block;
  border: 1px solid #acacac;
  border-radius: 2px;
  padding: 10px 15px;
  min-width: 194px;
  color: #acacac;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-indent: 0.1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#News section.detail .body .goodsNav > ul > li.cur > span,
#News section.detail .body .goodsNav > ul > li a:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

#News section.detail.info:before {
  content: "INFORMATION";
  display: block;
  background: #ff5b90;
}

#News section.detail.special:before {
  content: "SPECIAL";
  display: block;
  background: #ffc323;
}

#News section.detail.event:before {
  content: "EVENT";
  display: block;
  background: #ff8636;
}

#News section.detail.media:before {
  content: "MEDIA";
  display: block;
  background: #0aca88;
}

#News section.detail.goods:before {
  content: "GOODS";
  display: block;
  background: #adcaff;
}

#Story .contentBox {
  min-height: 600px;
}

#Story #Intro {
  padding-bottom: 640px;
  background: transparent url(../../../story/img/img_foot.png) center bottom no-repeat;
}

#Story #Intro > h1 {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  padding: 40px;
  background: transparent url(../../../story/img/img_main_back_pc.jpg) center no-repeat;
  background-size: cover;
}

#Story #Intro p {
  margin-bottom: 50px;
}

#Story #Intro .roll {
  overflow: hidden;
  position: relative;
  margin: 0 0 60px;
  width: 100%;
  height: 240px;
  white-space: nowrap;
}

#Story #Intro .roll > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#Story #Intro .roll img {
  width: 2990px;
  max-width: none;
  height: 240px;
}

#Story #Keyword dl {
  margin: 0 auto;
  border-bottom: 1px solid #333;
  max-width: 1020px;
  text-align: left;
}

#Story #Keyword dl > dt {
  position: relative;
  border-top: 1px solid #333;
  padding: 26px 30px 26px 0;
  font-size: 3rem;
  line-height: 1em;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Story #Keyword dl > dt .ico {
  width: 50px;
}

#Story #Keyword dl > dt .oc {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#Story #Keyword dl > dt .oc:before,
#Story #Keyword dl > dt .oc:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#Story #Keyword dl > dt .oc:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#Story #Keyword dl > dt .oc.close:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#Story #Keyword dl > dd {
  display: none;
  border-top: 1px dashed #acacac;
  padding: 26px 0;
  font-weight: bold;
}

#Story #Keyword dl > dd .pic {
  margin-bottom: 25px;
}

#Story #Keyword dl > dd .pic img {
  border: 1px solid #acacac;
}

#Story #Keyword dl > dd .icoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#Story #Keyword dl > dd .icoBox.pic {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

#Story #Keyword dl > dd .icoBox .ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 117px;
  flex: 0 1 117px;
  margin-right: 50px;
}

#Story #Keyword dl > dd .icoBox .ico img {
  border: 1px solid #acacac;
}

#Story #Keyword dl > dd .icoBox .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 10 auto;
  flex: 0 10 auto;
}

#Character .index {
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
}

#Character .index .diagram {
  position: absolute;
  right: 0;
  top: -100px;
  padding: 10px 40px;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1em;
  cursor: pointer;
}

#Character .index h2 {
  margin: 40px 0 20px;
  font-size: 2.5rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

#Character .index h2::before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  width: 1px;
  height: 80px;
  background: #333;
}

#Character .index > ul > li {
  margin: 0 0 20px;
  width: 100%;
  height: 200px;
}

#Character .index > ul > li a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#Character .index > ul > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Character .index > ul > li a:after {
  content: "";
  position: absolute;
  left: -190%;
  top: 0;
  z-index: 1;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Character .index > ul > li a:hover:after {
  left: -50%;
}

#Character .index > ul.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#Character .index > ul.sub > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  width: 500px;
}

#Character .index > ul.sub > li.none {
  display: none;
}

#Character .index > ul.sub > li:nth-of-type(1) {
  margin-right: 20px;
}

#Character .index > ul.main > li:nth-of-type(1) a {
  background-image: url(../../../character/img/01_bg_quartz.png);
}

#Character .index > ul.main > li:nth-of-type(1) a:before {
  background-image: url(../../../character/img/01_chara_off.png);
}

#Character .index > ul.main > li:nth-of-type(1) a:hover:before {
  background-image: url(../../../character/img/01_chara_on.png);
}

#Character .index > ul.main > li:nth-of-type(1) a:after {
  background: #bdbfbf;
}

#Character .index > ul.main > li:nth-of-type(2) a {
  background-image: url(../../../character/img/02_bg_onyx.png);
}

#Character .index > ul.main > li:nth-of-type(2) a:before {
  background-image: url(../../../character/img/02_chara_off.png);
}

#Character .index > ul.main > li:nth-of-type(2) a:hover:before {
  background-image: url(../../../character/img/02_chara_on.png);
}

#Character .index > ul.main > li:nth-of-type(2) a:after {
  background: #21477d;
}

#Character .index > ul.main > li:nth-of-type(3) a {
  background-image: url(../../../character/img/03_bg_rhodonite.png);
}

#Character .index > ul.main > li:nth-of-type(3) a:before {
  background-image: url(../../../character/img/03_chara_off.png);
}

#Character .index > ul.main > li:nth-of-type(3) a:hover:before {
  background-image: url(../../../character/img/03_chara_on.png);
}

#Character .index > ul.main > li:nth-of-type(3) a:after {
  background: #eda7b4;
}

#Character .index > ul.main > li:nth-of-type(4) a {
  background-image: url(../../../character/img/04_bg_amber.png);
}

#Character .index > ul.main > li:nth-of-type(4) a:before {
  background-image: url(../../../character/img/04_chara_off.png);
}

#Character .index > ul.main > li:nth-of-type(4) a:hover:before {
  background-image: url(../../../character/img/04_chara_on.png);
}

#Character .index > ul.main > li:nth-of-type(4) a:after {
  background: #debe35;
}

#Character .index > ul.sub > li:nth-of-type(1) a {
  background-image: url(../../../character/img/05_bg_univel.png);
}

#Character .index > ul.sub > li:nth-of-type(1) a:before {
  background-image: url(../../../character/img/05_chara_off.png);
}

#Character .index > ul.sub > li:nth-of-type(1) a:hover:before {
  background-image: url(../../../character/img/05_chara_on.png);
}

#Character .index > ul.sub > li:nth-of-type(1) a:after {
  background: #59d1f6;
}

#Character .index > ul.sub > li:nth-of-type(2) a {
  background-image: url(../../../character/img/06_bg_others.png);
}

#Character .index > ul.sub > li:nth-of-type(2) a:before {
  background-image: url(../../../character/img/06_chara_off.png);
}

#Character .index > ul.sub > li:nth-of-type(2) a:hover:before {
  background-image: url(../../../character/img/06_chara_on.png);
}

#Character .index > ul.sub > li:nth-of-type(2) a:after {
  background: #59d1f6;
}

#Character section.character {
  position: relative;
  padding: 120px 0 0;
}

#Character section.character .detail {
  overflow: hidden;
  position: relative;
}

#Character section.character .detail:before,
#Character section.character .detail:after {
  content: "";
  position: absolute;
  left: 43%;
  top: 0;
  width: 100%;
  height: 100%;
}

#Character section.character .detail:before {
  z-index: 2;
  background-color: transparent;
  background-position: 12% 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

#Character section.character .detail:after {
  z-index: 1;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

#Character section.character .detail > div {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 1020px;
}

#Character section.character .detail > div > .chars {
  display: table-cell;
  position: relative;
  padding: 30px 40px;
  width: 200px;
  vertical-align: top;
}

#Character section.character .detail > div > .profile {
  display: table-cell;
  padding: 50px 0 50px 350px;
  width: 390px;
  height: 510px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  text-align: left;
  vertical-align: middle;
}

#Character section.character .detail > div > .chars .logo {
  padding-bottom: 15px;
}

#Character section.character .detail > div > .chars .group {
  position: absolute;
  left: 0;
  top: 30px;
}

#Character section.character .detail > div > .chars ul {
  position: relative;
  margin: 5px auto;
  width: 170px;
  height: 440px;
}

#Character section.character .detail > div > .chars ul li {
  position: absolute;
  width: 80px;
}

#Character section.character .detail > div > .chars ul a,
#Character section.character .detail > div > .chars ul span {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

#Character section.character .detail > div > .chars ul a > img,
#Character section.character .detail > div > .chars ul span > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Character section.character .detail > div > .chars ul a > img:nth-of-type(1),
#Character section.character .detail > div > .chars ul span > img:nth-of-type(1) {
  z-index: 2;
}

#Character section.character .detail > div > .chars ul a > img:nth-of-type(2),
#Character section.character .detail > div > .chars ul span > img:nth-of-type(2) {
  z-index: 1;
}

#Character section.character .detail > div > .chars ul a > img:nth-of-type(1) {
  opacity: 0;
}

#Character section.character .detail > div > .chars ul a:hover > img:nth-of-type(1) {
  opacity: 1;
}

#Character section.character.quartz .detail > div > .chars ul {
  height: auto;
}

#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(odd) {
  right: 0;
}

#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(even) {
  left: 0;
}

#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(1) {
  top: 0;
  right: 45px;
}

#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(2),
#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(3) {
  top: 90px;
}

#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(4),
#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(5) {
  top: 180px;
}

#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(6),
#Character section.character.quartz .detail > div > .chars ul li:nth-of-type(7) {
  top: 270px;
}

#Character section.character.onyx .detail > div > .chars ul li {
  left: 45px;
}

#Character section.character.onyx .detail > div > .chars ul li:nth-of-type(1) {
  top: 0;
}

#Character section.character.onyx .detail > div > .chars ul li:nth-of-type(2) {
  top: 90px;
}

#Character section.character.onyx .detail > div > .chars ul li:nth-of-type(3) {
  top: 180px;
}

#Character section.character.onyx .detail > div > .chars ul li:nth-of-type(4) {
  top: 270px;
}

#Character section.character.onyx .detail > div > .chars ul li:nth-of-type(5) {
  top: 360px;
}

#Character section.character.rhodonite .detail > div > .chars ul li {
  left: 0;
}

#Character section.character.rhodonite .detail > div > .chars ul li:nth-of-type(1) {
  top: 0;
}

#Character section.character.rhodonite .detail > div > .chars ul li:nth-of-type(2) {
  top: 90px;
}

#Character section.character.rhodonite .detail > div > .chars ul li:nth-of-type(3) {
  top: 180px;
}

#Character section.character.rhodonite .detail > div > .chars ul li:nth-of-type(4) {
  top: 270px;
}

#Character section.character.rhodonite .detail > div > .chars ul li:nth-of-type(5) {
  top: 360px;
}

#Character section.character.rhodonite .detail > div > .chars ul li:nth-of-type(6) {
  left: 90px;
  top: 0;
}

#Character section.character.amber .detail > div > .chars ul li {
  left: 45px;
}

#Character section.character.amber .detail > div > .chars ul li:nth-of-type(1) {
  top: 0;
}

#Character section.character.amber .detail > div > .chars ul li:nth-of-type(2) {
  top: 90px;
}

#Character section.character.amber .detail > div > .chars ul li:nth-of-type(3) {
  top: 180px;
}

#Character section.character.univeil .detail > div > .chars ul li {
  left: 0;
}

#Character section.character.univeil .detail > div > .chars ul li:nth-of-type(1) {
  top: 0;
}

#Character section.character.univeil .detail > div > .chars ul li:nth-of-type(2) {
  top: 90px;
}

#Character section.character.univeil .detail > div > .chars ul li:nth-of-type(3) {
  top: 180px;
}

#Character section.character.univeil .detail > div > .chars ul li:nth-of-type(4) {
  top: 270px;
}

#Character section.character.univeil .detail > div > .chars ul li:nth-of-type(5) {
  top: 360px;
}

#Character section.character.univeil .detail > div > .chars ul li:nth-of-type(6) {
  left: 90px;
  top: 0;
}

#Character section.character.others .detail > div > .chars ul li {
  left: 45px;
}

#Character section.character.others .detail > div > .chars ul li:nth-of-type(1) {
  top: 0;
}

#Character section.character.others .detail > div > .chars ul li:nth-of-type(2) {
  top: 90px;
}

#Character section.character.others .detail > div > .chars ul li:nth-of-type(3) {
  top: 180px;
}

#Character section.character.others .detail > div > .chars ul li:nth-of-type(4) {
  top: 270px;
}

#Character section.character .detail > div > .profile h1 {
  position: relative;
  font-size: 5rem;
  line-height: 1em;
}

#Character section.character .detail > div > .profile h1 .ruby {
  display: block;
  margin-top: 15px;
  font-size: 2rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Character section.character .detail > div > .profile h1 .sub {
  position: absolute;
  top: 2.2em;
  left: 15em;
  font-size: 1.4rem;
  line-height: 1em;
}

#Character section.character .detail > div > .profile .cv {
  display: table;
  table-layout: fixed;
  margin-top: 20px;
  border: 1px solid #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Character section.character .detail > div > .profile .cv dt,
#Character section.character .detail > div > .profile .cv dd {
  display: table-cell;
  line-height: 1em;
}

#Character section.character .detail > div > .profile .cv dt {
  border-right: 1px solid #fff;
  padding: 5px;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

#Character section.character .detail > div > .profile .cv dd {
  padding: 5px 18px;
}

#Character section.character .detail > div > .profile .cv dd .sub {
  margin-left: 0.3em;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0;
  text-indent: 0;
}

#Character section.character .detail > div > .profile .desc {
  margin-top: 30px;
  line-height: 2em;
}

#Character section.character .detail > div > .profile .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

#Character section.character .detail > div > .profile .spec > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  padding: 8px 0;
}

#Character section.character .detail > div > .profile .spec > li:nth-of-type(odd) {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}

#Character section.character .detail > div > .profile .spec > li:nth-of-type(even) {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

#Character section.character .detail > div > .profile .spec > li.full {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

#Character section.character .detail > div > .profile .spec > li:nth-of-type(1),
#Character section.character .detail > div > .profile .spec > li:nth-of-type(2) {
  border-width: 1px 0;
}

#Character section.character .detail > div > .profile .art {
  position: absolute;
  left: 25%;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Character section.character .detail > div > .profile .art:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#Character section.character .detail > div > .profile .voice {
  margin-top: 30px;
  min-height: 30px;
  line-height: 0;
  text-align: center;
}

#Character section.character .detail > div > .profile .voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#Character section.character .detail > div > .profile .voice li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80px;
  flex: 0 1 80px;
  border-radius: 30px;
  margin-right: 12px;
  padding: 6px 21px;
  background: #333;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Character section.character .detail > div > .profile .voice li:nth-of-type(3n) {
  margin-right: 0;
}

#Character section.character .detail > div > .profile .voice li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#Character section.character .detail > div > .profile .voice li.play {
  background: rgba(51, 51, 51, 0.4);
}

#Character section.character .detail > div > .profile .specMore {
  position: relative;
  z-index: 100;
}

#Character section.character .detail > div > .profile .specMore > span {
  position: absolute;
  right: -50px;
  top: -30px;
  z-index: 1;
  margin-top: 10px;
  line-height: 0;
  border-radius: 100px;
  padding: 22px 10px;
  width: 40px;
  background: #333;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Character section.character .detail > div > .profile .specMore > span::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  background: #333;
}

#Character section.character .detail > div > .profile .specMore > span:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#Character section.character .visual {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

#Character section.character .visual > div,
#Character section.character .visual > div > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

#Character section.character .visual > div.serif {
  z-index: 30;
}

#Character section.character .visual > div.char > div {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

#Character section.character .visual > div.char > div.show {
  opacity: 1;
}

#Character section.character .visual > div.char > div:nth-of-type(1) {
  z-index: 20;
}

#Character section.character .visual > div.char > div:nth-of-type(2) {
  z-index: 10;
}

#Character section.character.quartz .detail {
  background-color: #dcdddd;
}

#Character section.character.quartz .detail:before {
  background-image: url(../../../character/img/quartz/bg_logo.png);
}

#Character section.character.onyx .detail {
  background-color: #21477d;
}

#Character section.character.onyx .detail:before {
  background-image: url(../../../character/img/onyx/bg_logo.png);
}

#Character section.character.onyx .detail:after {
  background-color: #193d71;
}

#Character section.character.rhodonite .detail {
  background-color: #eda6b4;
}

#Character section.character.rhodonite .detail:before {
  background-image: url(../../../character/img/rhodonite/bg_logo.png);
}

#Character section.character.rhodonite .detail:after {
  background-color: #ec91a2;
}

#Character section.character.amber .detail {
  background-color: #debe35;
}

#Character section.character.amber .detail:before {
  background-image: url(../../../character/img/amber/bg_logo.png);
}

#Character section.character.amber .detail:after {
  background-color: #deb026;
}

#Character section.character.univeil .detail {
  background-color: #3ebfe9;
}

#Character section.character.univeil .detail:before {
  background-image: url(../../../character/img/univeil/bg_logo.png);
}

#Character section.character.univeil .detail:after {
  background-color: #28b6e4;
}

#Character section.character.others .detail {
  background-color: #3ebfe9;
}

#Character section.character.others .detail:after {
  background-color: #28b6e4;
}

#Character section.character.kisa .detail:after {
  background-color: #7ad8c7;
}

#Character section.character.sarafumi .detail:after {
  background-color: #cf0e36;
}

#Character section.character.kai .detail:after {
  background-color: #bfa867;
}

#Character section.character.kokuto .detail:after {
  background-color: #7a3992;
}

#Character section.character.mitsuki .detail:after {
  background-color: #9ed7f2;
}

#Character section.character.suzu .detail:after {
  background-color: #ee981a;
}

#Character section.character.soshiro .detail:after {
  background-color: #127b85;
}

#Character nav.groups > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 110px;
}

#Character nav.groups > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 104px;
  flex: 0 1 104px;
  margin: 10px;
}

#Character nav.groups > ul > li a {
  display: block;
}

#Character nav.groups > ul > li a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#System.v2 .lead {
  margin-bottom: 50px;
  font-size: 2.4rem;
  line-height: 2.4em;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#System.v2 .tab > ul > li {
  border-color: #333 !important;
  padding: 0;
  width: 200px;
}

#System.v2 .tab > ul > li a {
  display: block;
  padding: 10px 15px 12px;
  color: #333;
  text-decoration: none;
}

#System.v2 .tab > ul > li.cur,
#System.v2 .tab > ul > li:hover {
  background: #333;
}

#System.v2 .tab > ul > li.cur a,
#System.v2 .tab > ul > li:hover a {
  color: #fff;
}

#System.v2 .buttonList {
  margin-top: 0;
}

#System.v2 #Container > section {
  padding: 100px 0;
  background-color: transparent;
  background-position: center top;
  background-repeat: repeat-y;
  font-size: 1.7rem;
  line-height: 1.8em;
}

#System.v2 #Container > section.re {
  font-size: 1.6rem;
  line-height: 1.8em;
}

#System.v2 #Container > section > h1 {
  margin-bottom: 20px;
}

#System.v2 #Container > section > h1 img {
  width: auto;
  height: 160px;
}

#System.v2 #Container > section > article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  margin: 30px auto 120px;
  padding: 30px 6px;
  width: 1120px;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: left;
}

#System.v2 #Container > section > article::before,
#System.v2 #Container > section > article::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#System.v2 #Container > section > article::before {
  top: -30px;
  background-position: center bottom;
}

#System.v2 #Container > section > article::after {
  bottom: -30px;
  background-position: center top;
}

#System.v2 #Container > section > article > h1 {
  margin-bottom: 60px;
  padding: 0 0 34px;
  background: transparent url(/system/img/v2/decoline_pc.png) center bottom no-repeat;
}

#System.v2 #Container > section > article > h1 img {
  display: block;
  margin: 0 auto;
  width: auto;
}

#System.v2 #Container > section > article > h1 img:nth-of-type(1) {
  margin-bottom: 35px;
  height: 80px;
}

#System.v2 #Container > section > article > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 0 70px 50px;
}

#System.v2 #Container > section > article > .main .cap {
  position: absolute;
  top: 0;
  z-index: 100;
}

#System.v2 #Container > section > article > .main .pic,
#System.v2 #Container > section > article > .main .pic2 {
  position: relative;
  z-index: 1;
}

#System.v2 #Container > section > article > .main .pic .movie,
#System.v2 #Container > section > article > .main .pic2 .movie {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

#System.v2 #Container > section > article > .main .pic .movie > a,
#System.v2 #Container > section > article > .main .pic2 .movie > a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 140px;
  width: 140px;
  height: 140px;
}

#System.v2 #Container > section > article > .main .pic .movie > a::after,
#System.v2 #Container > section > article > .main .pic2 .movie > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent url(/system/img/v2re/btn_movie_more_base.png) center/contain no-repeat;
  -webkit-animation: movieGear 10s linear infinite;
  animation: movieGear 10s linear infinite;
}

#System.v2 #Container > section > article > .main .pic .movie > a img,
#System.v2 #Container > section > article > .main .pic2 .movie > a img {
  position: relative;
  z-index: 2;
}

#System.v2 #Container > section > article > .main .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 430px;
  flex: 0 1 430px;
  position: relative;
}

#System.v2 #Container > section > article > .main.rl .pic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#System.v2 #Container > section > article > .main.rl .desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#System.v2 #Container > section > article > .main .pic2 {
  position: absolute;
}

#System.v2 #Container > section > article > .main .window {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 10px solid #fff;
  border-radius: 500px;
  width: 480px;
  height: 480px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

#System.v2 #Container > section > article > .main .window > video {
  position: relative;
  left: -40%;
  width: 900px;
}

#System.v2 #Container > section > article > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#System.v2 #Container > section > article > .sub > section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
  padding: 50px;
}

#System.v2 #Container > section > article > .sub > section:nth-of-type(1) {
  background: rgba(216, 216, 208, 0.6);
}

#System.v2 #Container > section > article > .sub > section:nth-of-type(2) {
  background: rgba(234, 234, 225, 0.6);
}

#System.v2 #Container > section > article > .sub > section:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  border-width: 0 0 0 2px;
  border-style: dotted;
  width: 1px;
  height: 100%;
}

#System.v2 #Container > section > article > .sub > section > h1 {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 20px;
  color: #3ebfe9;
  font-size: 3rem;
  line-height: 1.4em;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
}

#System.v2 #Container > section > article > .sub > section > h1::before {
  content: "▼";
  position: absolute;
  left: -4px;
  top: 0.8em;
  font-size: 1.8rem;
  line-height: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transform: rotate(-90deg) scaleY(0.8);
  transform: rotate(-90deg) scaleY(0.8);
}

#System.v2 #Container > section > article > .sub > section .pic {
  margin: 20px 0;
  border: 2px solid #fff;
}

#System.v2 #Container > section > article > .sub > section .pic a {
  display: block;
  position: relative;
  z-index: 1;
}

#System.v2 #Container > section > article > .sub > section .pic a::after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.2) url(/system/img/v2re/btn_movie.png) center/80px auto no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#System.v2 #Container > section > article > .sub > section .pic a:hover::after {
  background-color: rgba(204, 204, 204, 0.4);
}

#System.v2 #Container > section > article > .sub > section dl dt {
  display: inline-block;
  position: relative;
  margin: 15px 0 5px;
  padding: 8px 5px 6px 20px;
  background: #fff;
  line-height: 1em;
}

#System.v2 #Container > section > article > .sub > section dl dt::before {
  content: "▼";
  position: absolute;
  left: 3px;
  top: 5px;
  font-size: 1.8rem;
  line-height: 1em;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#System.v2 #Container > section > article > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 0 74px;
}

#System.v2 #Container > section > article > .box > .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 510px;
  flex: 0 1 510px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0 4px rgba(0, 0, 0, 0.1);
}

#System.v2 #Container > section > article > .box > .pic > .slide {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 320px;
}

#System.v2 #Container > section > article > .box > .pic > .slide > ul > li {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 2px solid #ddd;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#System.v2 #Container > section > article > .box > .pic > .slide > ul > li:nth-of-type(1) {
  position: relative;
}

#System.v2 #Container > section > article > .box > .pic > .slide > ul > li.cur {
  opacity: 1;
  z-index: 2;
}

#System.v2 #Container > section > article > .box > .pic > .slide > span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#System.v2 #Container > section > article > .box > .pic > .slide > span > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #3ebfe9;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

#System.v2 #Container > section > article > .box > .pic > .slide > span > span.cur {
  background: #3ebfe9;
  cursor: default;
}

#System.v2 #Container > section > article > .box > .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 400px;
  flex: 0 2 400px;
}

#System.v2 #Container > section > article > aside {
  position: relative;
  padding: 100px 74px 60px;
}

#System.v2 #Container > section > article > aside > h1 {
  position: absolute;
  left: 0;
  top: 0;
}

#System.v2 #Container > section > article > aside > h1 img {
  width: auto;
  height: 44px;
}

#System.v2 #Container > section > article > aside p {
  padding-left: 20px;
}

#System.v2 #Container > section > article > aside .catch {
  position: relative;
  margin-bottom: 15px;
  color: #3ebfe9;
  font-size: 3.2rem;
  line-height: 1.4em;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
}

#System.v2 #Container > section > article > aside .catch::before {
  content: "▼";
  position: absolute;
  left: -4px;
  top: 0.8em;
  font-size: 1.8rem;
  line-height: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transform: rotate(-90deg) scaleY(0.8);
  transform: rotate(-90deg) scaleY(0.8);
}

#System.v2 #Container > section.re > article > h1 {
  margin-bottom: 40px;
}

@-webkit-keyframes movieGear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes movieGear {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#System.v2 #Container > aside {
  margin-top: 130px;
  padding-bottom: 680px;
  background: transparent url(/system/img/v2/img_foot.png) center bottom no-repeat;
}

#System.v2 #Container > #Routine {
  background-image: url(/system/img/v2/bg_contents01_pc.jpg);
}

#System.v2 #Container > #Routine > article {
  background-image: url(/system/img/v2/frame_w_repeat_pc.png);
}

#System.v2 #Container > #Routine > article::before {
  background-image: url(/system/img/v2/frame_w_head_pc.png);
}

#System.v2 #Container > #Routine > article::after {
  background-image: url(/system/img/v2/frame_w_bottom_pc.png);
}

#System.v2 #Container > #Routine > article > aside:nth-of-type(odd) {
  background: rgba(216, 216, 208, 0.6);
}

#System.v2 #Container > #Routine > article > .main .window {
  border-color: #fff !important;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

#System.v2 #Container > #Routine > article > .sub > section:nth-of-type(1) {
  background: rgba(216, 216, 208, 0.6);
}

#System.v2 #Container > #Routine > article > .sub > section:nth-of-type(2) {
  background: rgba(234, 234, 225, 0.6);
}

#System.v2 #Container > #Routine > article > .sub > section:nth-of-type(2)::before {
  border-color: #fff;
}

#System.v2 #Container > #Routine > #Routine01 > .main .cap {
  top: 70px;
}

#System.v2 #Container > #Routine > #Routine01 > .main .pic .movie {
  right: 0;
}

#System.v2 #Container > #Routine > #Routine01 > .main .desc {
  -ms-flex-preferred-size: 410px;
  flex-basis: 410px;
  padding-top: 270px;
}

#System.v2 #Container > #Routine > #Routine02 > .main .cap {
  top: 40px;
  right: 0;
}

#System.v2 #Container > #Routine > #Routine02 > .main .pic .movie {
  left: 0;
}

#System.v2 #Container > #Routine > #Routine02 > .main .desc {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  padding-top: 230px;
}

#System.v2 #Container > #Routine > #Routine02 > .main .desc::after {
  content: "";
  position: absolute;
  left: -170px;
  bottom: 0;
  z-index: 100;
  width: 136px;
  height: 240px;
  background: transparent url(/system/img/v2re/point02_img_chara.png) center/contain no-repeat;
}

#System.v2 #Container > #Routine > #Routine02 > .sub > section:nth-of-type(2) > h1 {
  margin: 0.7em 0 1.3em;
}

#System.v2 #Container > #Routine > article > aside > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 0;
  padding: 0 15px;
}

#System.v2 #Container > #Routine > article > aside > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 458px;
  flex: 0 1 458px;
}

#System.v2 #Container > #Routine > article > aside > ul > li p {
  padding: 15px 12px;
}

#System.v2 #Container > #Routine > article > aside > div {
  margin-top: 30px;
}

#System.v2 #Container > #Performance {
  background-image: url(/system/img/v2/bg_contents02_pc.jpg);
  color: #fff;
}

#System.v2 #Container > #Performance > article {
  background-image: url(/system/img/v2/frame_b_repeat_pc.png);
}

#System.v2 #Container > #Performance > article::before {
  background-image: url(/system/img/v2/frame_b_head_pc.png);
}

#System.v2 #Container > #Performance > article::after {
  background-image: url(/system/img/v2/frame_b_bottom_pc.png);
}

#System.v2 #Container > #Performance > article > aside:nth-of-type(odd) {
  background: rgba(111, 117, 122, 0.6);
}

#System.v2 #Container > #Performance > article > .main .window {
  border-color: #333 !important;
  -webkit-box-shadow: 2px 2px 0 rgba(111, 117, 122, 0.6), 0 0 10px rgba(111, 117, 122, 0.6) !important;
  box-shadow: 2px 2px 0 rgba(111, 117, 122, 0.6), 0 0 10px rgba(111, 117, 122, 0.6) !important;
}

#System.v2 #Container > #Performance > article > .sub > section:nth-of-type(1) {
  background: rgba(111, 117, 122, 0.6);
}

#System.v2 #Container > #Performance > article > .sub > section:nth-of-type(2) {
  background: rgba(142, 149, 155, 0.6);
}

#System.v2 #Container > #Performance > article > .sub > section:nth-of-type(2)::before {
  border-color: #000;
}

#System.v2 #Container > #Performance > #Performance01 > .main .cap {
  top: 0;
}

#System.v2 #Container > #Performance > #Performance01 > .main .pic .movie {
  right: 0;
}

#System.v2 #Container > #Performance > #Performance01 > .main .desc {
  -ms-flex-preferred-size: 410px;
  flex-basis: 410px;
  padding-top: 220px;
}

#System.v2 #Container > #Performance > #Performance02 > .main {
  padding-top: 340px;
  background-image: url(/system/img/v2re/img_contents02_2_1.png), url(/system/img/v2re/img_contents02_2_2.jpg);
  background-position: 99% 40px, 53% 270px;
  background-repeat: no-repeat, no-repeat;
}

#System.v2 #Container > #Performance > #Performance02 > .main .cap {
  width: 200px;
}

#System.v2 #Container > #Performance > #Performance02 > .main .cap:nth-of-type(1) {
  top: -10px;
  left: 380px;
}

#System.v2 #Container > #Performance > #Performance02 > .main .cap:nth-of-type(2) {
  top: 336px;
  right: -20px;
}

#System.v2 #Container > #Performance > #Performance02 > .main .pic2 {
  top: 0;
}

#System.v2 #Container > #Performance > #Performance02 > .main .pic2 .movie {
  left: 0;
}

#System.v2 #Container > #Performance > #Performance02 > .main .pic .movie {
  right: 0;
}

#System.v2 #Container > #Performance > #Performance02 > .main .desc {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  padding-top: 220px;
}

#System.v2 #Container > #Performance > article > aside .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#System.v2 #Container > #Performance > article > aside .box .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 470px;
  flex: 0 1 470px;
}

#System.v2 #Container > #Performance > article > aside .box .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 476px;
  flex: 0 1 476px;
}

#System.v2 #Container > #Performance.re > article > aside {
  padding: 60px 74px;
}

#System.v2 #Container > #Performance.re > article > aside .box .desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#System.v2 #Container > #Performance.re > article > aside .box .pic {
  -ms-flex-preferred-size: 436px;
  flex-basis: 436px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 2px solid #fff;
}

#System.v1 #Wrap {
  padding-bottom: 0;
}

#System.v1 .tab > ul > li {
  border-color: #fff;
  color: #fff;
}

#System.v1 .tab > ul > li.cur,
#System.v1 .tab > ul > li:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

#System.v1 #Bg > .capture > div {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#System.v1 #Container > .contentBox > section {
  font-size: 1.8rem;
  line-height: 1.8em;
  color: #fff;
  text-align: left;
}

#System.v1 #Container > .contentBox > section > div {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 1100px;
}

#System.v1 #Container > .contentBox > section h1 {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 110;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 8px;
  width: 44px;
  height: calc(100% - 40px);
}

#System.v1 #Container > .contentBox > section .desc {
  position: absolute;
  z-index: 110;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.5);
}

#System.v1 #Container > .contentBox > section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  z-index: 110;
}

#System.v1 #System01 .desc {
  left: 130px;
  top: 240px;
}

#System.v1 #System01 ul {
  left: 130px;
  top: 340px;
}

#System.v1 #System01 ul > li {
  -ms-flex-preferred-size: 410px;
  flex-basis: 410px;
  margin-right: 20px;
}

#System.v1 #System02 .desc {
  left: 130px;
  top: 240px;
}

#System.v1 #System03 .desc {
  left: 130px;
  top: 176px;
}

#System.v1 #System03 ul {
  left: 130px;
  top: 374px;
}

#System.v1 #System03 ul > li {
  -ms-flex-preferred-size: 276px;
  flex-basis: 276px;
  margin-right: 8px;
}

#Gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1080px;
}

#Gallery .list > li {
  opacity: 0;
  display: none;
  border: 1px solid transparent;
  margin: 0 6px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Gallery .list > li.show {
  opacity: 1;
  display: block;
}

#Gallery .list > li:hover {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#Gallery .list > li > a,
#Gallery .list > li > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 330px;
  height: 100%;
  background: #fff;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#Gallery .list > li > a > span,
#Gallery .list > li > span > span {
  display: block;
}

#Gallery .list > li.new > a:before,
#Gallery .list > li.new > span:before {
  content: "";
  position: absolute;
  top: -7px;
  right: calc(100% - 40px);
  z-index: 10;
  width: 40px;
  height: 18px;
  background: transparent url(../img/ico_new_pc.png) center top no-repeat;
  background-size: contain;
}

#Gallery .list > li .pic {
  position: relative;
  margin-bottom: 18px;
}

#Gallery .list > li .subj {
  padding: 0 20px 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}

#Gallery .list > li > a.modalMovie .pic {
  background: #3ebfe9;
}

#Gallery .list > li > a.modalMovie .pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: transparent url(../img/btn_ico_play.png) center no-repeat;
  background-size: 80px auto;
}

#Gallery .list > li > a.modalMovie .pic > img {
  opacity: 0.3;
}

#Gallery .list > li > .modalPict .pic::after,
#Gallery .list > li > .modalHTML .pic::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 40px;
  max-width: 30%;
  height: 40px;
  max-height: 30%;
  background: transparent url(../img/ico_zoom.png) right bottom no-repeat;
  background-size: contain;
}

#Speacial .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 20px;
}

#Speacial .anchor a {
  text-decoration: none;
}

#Speacial .anchor a:hover {
  color: #333;
}

#Speacial .anchor span {
  color: #333;
  padding: 0 10px;
}

#Products .contentBox {
  min-height: 600px;
}

#Products .contentBox ol.privs {
  counter-reset: ol-counter;
  margin: 0 auto;
  max-width: 700px;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: left;
}

#Products .contentBox ol.privs > li {
  position: relative;
  margin: 0 0 30px;
  padding-left: 50px;
  min-height: 5rem;
}

#Products .contentBox ol.privs > li:before {
  content: counter(ol-counter) "";
  counter-increment: ol-counter;
  display: block;
  position: absolute;
  left: -0.1em;
  top: -0.1em;
  width: 1.1em;
  color: #fff;
  font-size: 5rem;
  line-height: 1em;
  font-weight: normal;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  text-shadow: -2px 0 0 #ddc174, 0 -2px 0 #ddc174, -2px -2px 0 #ddc174, 2px 0 0 #ddc174, 0 2px 0 #ddc174, 2px 2px 0 #ddc174, 2px -2px 0 #ddc174, -2px 2px 0 #ddc174;
}

#Products .contentBox ol.privs .lead {
  margin-bottom: 10px;
  color: #d1b361;
  font-size: 2rem;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#Products .contentBox ol.privs dl {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 15px;
}

#Products .contentBox ol.privs dl > dt {
  margin: 15px 0 5px;
  border-top: 2px dotted #ddd;
  padding-top: 15px;
  text-indent: -0.5em;
}

#Products .contentBox ol.privs dl .summary {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Kozuka Mincho Pro", "Kozuka Mincho Std", "メイリオ", Meiryo, serif;
  font-size: 0.95em;
  font-style: italic;
  letter-spacing: 0.1em;
}

#Products .contentBox .np {
  position: relative;
  margin: 0 auto 50px;
  border: 1px solid #acacac;
  height: 460px;
  text-align: center;
}

#Products .contentBox .np:after {
  content: "NOW PRINTING";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #acacac;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  tetx-indent: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#Products #Spec .base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1040px;
}

#Products #Spec .base > div {
  margin: 0 30px;
}

#Products #Spec .base > .visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 380px;
  flex: 0 1 380px;
}

#Products #Spec .base > .visual .package p {
  margin-top: 5px;
}

#Products #Spec .base > .visual .button {
  margin-top: 40px;
}

#Products #Spec .base > .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 540px;
  flex: 0 1 540px;
}

#Products #Spec .base > .desc h1 img {
  width: 420px;
}

#Products #Spec .base > .desc table.def {
  margin-top: 30px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Products #Spec .base > .desc dl.def > dt {
  margin-top: 20px;
}

#Products #Spec .base > .desc dl.def > dt:first-child {
  margin-top: 0;
}

#Products #Spec .base > .desc dl.def > dd {
  padding-top: 10px;
}

#Products #Spec .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 130px auto 0;
  max-width: 1020px;
  text-align: left;
}

#Products #Spec .staff > article {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 480px;
  flex: 0 1 480px;
}

#Products #Spec .staff > article > h1 {
  border-bottom: 1px solid #d6d3ce;
  padding: 0 0 8px;
  color: #333;
  font-size: 2.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Products #Spec .staff > article > h1 .sub {
  display: inline-block;
  margin-left: 10px;
  color: #acacac;
  font-size: 1.6rem;
  line-height: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  text-indent: 0;
}

#Products #Spec .staff > article > dl dt {
  margin-top: 25px;
  color: #acacac;
  font-size: 1.6rem;
  line-height: 1em;
}

#Products #Spec .staff > article > dl dd {
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#Products #Spec .staff > article .other {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#Products #Limited .package {
  margin-bottom: 50px;
}

#Products #Limited .package img {
  width: auto;
  max-height: 380px;
}

#Products #Limited .package p {
  margin-top: 5px;
}

#Products #Limited .pic > .slide {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 30px;
}

#Products #Limited .pic > .slide > ul > li {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#Products #Limited .pic > .slide > ul > li:nth-of-type(1) {
  position: relative;
}

#Products #Limited .pic > .slide > ul > li.modalPict {
  cursor: pointer;
}

#Products #Limited .pic > .slide > ul > li.modalPict::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 50px;
  max-width: 30%;
  height: 50px;
  max-height: 30%;
  background: transparent url(../img/ico_zoom.png) right bottom no-repeat;
  background-size: contain;
}

#Products #Limited .pic > .slide > ul > li.cur {
  opacity: 1;
  z-index: 2;
}

#Products #Limited .pic > .slide > span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#Products #Limited .pic > .slide > span > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #3ebfe9;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

#Products #Limited .pic > .slide > span > span.cur {
  background: #3ebfe9;
  cursor: default;
}

#Products #Limited .movie {
  margin: 30px 0 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Products #Limited .movie:hover {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#Products #Limited .movie > a.modalMovie {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 100%;
  background: #3ebfe9;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#Products #Limited .movie > a.modalMovie:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: transparent url(../img/btn_ico_play.png) center no-repeat;
  background-size: 120px auto;
}

#Products #Limited .movie > a.modalMovie > img {
  opacity: 0.3;
}

#Products #Privilege > article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 60px;
  padding: 40px 60px;
  max-width: 1020px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#Products #Privilege > article > h1 {
  margin-bottom: 40px;
  text-align: center;
}

#Products #Privilege > article > h1 img {
  width: 250px;
}

#Products #Privilege > article > .intro {
  padding: 0 0 40px;
  color: #3ebfe9;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: center;
}

#Products #Privilege > article > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d6d3ce;
  padding: 40px 0 0;
}

#Products #Privilege > article > .detail > .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
  text-align: center;
}

#Products #Privilege > article > .detail > .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 510px;
  flex: 0 1 510px;
}

#Products #Privilege > article > .detail > .desc > *:first-child {
  margin-top: 0 !important;
}

#Products #Privilege > article > .detail h2 {
  margin-top: 30px;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: bold;
}

#Products #Privilege > article > .detail h3 {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
}

#Products #Privilege > article > .detail ul.def > li {
  margin-top: 0.5em;
}

#Products #Privilege > article > section {
  margin-top: 80px;
}

#Products #Privilege > article > section:nth-of-type(1) {
  margin-top: 0 !important;
}

#Products #Privilege > article > section > h1 {
  margin: 0 0 40px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d3d3d1;
  padding: 18px 0;
  color: #3ebfe9;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
}

#Products #Privilege > article > section h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 0 20px;
  color: #3ebfe9;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: bold;
}

#Products #Privilege > article > section h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  border: 1px solid #3ebfe9;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Products #Privilege > article > section h3 {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
}

#Products #Privilege > article > section .attention {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#Products #Privilege > article > section .attention .info {
  display: table-cell;
  padding: 5px 10px 5px 50px;
  background: transparent url(../img/ico_attention.png) 0 50% no-repeat;
  background-size: auto 40px;
  color: #3ebfe9;
  font-size: 1.4rem;
  line-height: 1.6em;
  vertical-align: middle;
}

#Products #Privilege > article > section .attention .chars {
  display: table-cell;
  width: 380px;
  text-align: right;
  vertical-align: middle;
}

#Products #Privilege > article > section .attention .chars > li {
  box-sizign: border-box;
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 12px 5px;
  min-width: 110px;
  background: #aaa;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#Products #Privilege > article > section .attention .chars > li:last-child {
  margin-right: 0;
}

#Products #Privilege > article > section .attention .chars > li.kisa {
  background: #7ad8c7;
}

#Products #Privilege > article > section .attention .chars > li.sarafumi {
  background: #cf0e36;
}

#Products #Privilege > article > section .attention .chars > li.kai {
  background: #bfa867;
}

#Products #Privilege > article > section .attention .chars > li.kokuto {
  background: #7a3992;
}

#Products #Privilege > article > section .attention .chars > li.mitsuki {
  background: #9ed7f2;
}

#Products #Privilege > article > section .attention .chars > li.suzu {
  background: #ee981a;
}

#Products #Privilege > article > section .attention .chars > li.soshiro {
  background: #127b85;
}

#Products #Privilege > article > section .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 0;
}

#Products #Privilege > article > section .detail > .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
  text-align: center;
}

#Products #Privilege > article > section .detail > .pic > .slide {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #ccc;
  width: 100%;
  height: 358px;
}

#Products #Privilege > article > section .detail > .pic > .slide > ul > li {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#Products #Privilege > article > section .detail > .pic > .slide > ul > li:nth-of-type(1) {
  position: relative;
}

#Products #Privilege > article > section .detail > .pic > .slide > ul > li.modalPict {
  cursor: pointer;
}

#Products #Privilege > article > section .detail > .pic > .slide > ul > li.modalPict::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 50px;
  max-width: 30%;
  height: 50px;
  max-height: 30%;
  background: transparent url(../img/ico_zoom.png) right bottom no-repeat;
  background-size: contain;
}

#Products #Privilege > article > section .detail > .pic > .slide > ul > li.cur {
  opacity: 1;
  z-index: 2;
}

#Products #Privilege > article > section .detail > .pic > .slide > span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#Products #Privilege > article > section .detail > .pic > .slide > span > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #3ebfe9;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

#Products #Privilege > article > section .detail > .pic > .slide > span > span.cur {
  background: #3ebfe9;
  cursor: default;
}

#Products #Privilege > article > section .detail > .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 510px;
  flex: 0 1 510px;
}

#Products #Privilege > article > section .detail > .desc > *:first-child {
  margin-top: 0 !important;
}

#Products #Privilege > article > section .detail > .desc aside {
  margin-top: 30px;
}

#Products #Privilege > article > section .detail > .desc aside > *:first-child {
  margin-top: 0 !important;
}

#Products #Privilege > article > section .detail ul.def > li {
  margin-top: 0.5em;
}

#Products #Privilege > article > section .detail ul.def > li > p {
  margin-top: 0.5em;
}

#Products #Privilege > article > section .detail ul.def > li > p:first-child {
  margin-top: 0;
}

#Products #Privilege > article .toShop {
  margin-top: 40px;
  border-top: 1px solid #d6d3ce;
  padding: 40px 0 25px;
  text-align: center;
}

#Products #Privilege > article .toShop > *:first-child {
  margin-top: 0 !important;
}

#Products #Privilege > article .toShop h1 {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: bold;
}

#Products #Privilege > article .toShop .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

#Products #Privilege > article .toShop .links > li {
  margin: 0 10px 15px;
  min-width: 340px;
}

#Products #Privilege > article .toShop .links > li a {
  display: block;
  border: 1px solid #acacac;
  padding: 18px 30px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
}

#Products #Privilege > article .toShop .links > li a:before {
  content: "";
  display: inline-block;
  margin: 0 8px -0.1em 0;
  width: 20px;
  height: 18px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  vertical-align: baseline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Products #Privilege > article .toShop .links > li a:hover:before {
  background-image: url(../img/ico_buy_w.png) !important;
}

#Products #Privilege > article .toShop .links.blue a,
#Products #Privilege > article .toShop .links > li.blue a {
  border-color: #3ebfe9;
  color: #3ebfe9;
}

#Products #Privilege > article .toShop .links.blue a:before,
#Products #Privilege > article .toShop .links > li.blue a:before {
  background-image: url(../img/ico_buy_blue.png);
}

#Products #Privilege > article .toShop .links.blue a:hover,
#Products #Privilege > article .toShop .links > li.blue a:hover {
  background-color: #3ebfe9;
  color: #fff;
}

#Products #Privilege > article .toShop .links.pink a,
#Products #Privilege > article .toShop .links > li.pink a {
  border-color: #ff5b90;
  color: #ff5b90;
}

#Products #Privilege > article .toShop .links.pink a:before,
#Products #Privilege > article .toShop .links > li.pink a:before {
  background-image: url(../img/ico_buy_pink.png);
}

#Products #Privilege > article .toShop .links.pink a:hover,
#Products #Privilege > article .toShop .links > li.pink a:hover {
  background-color: #ff5b90;
  color: #fff;
}

#Products #App > div {
  margin: 0 auto;
  max-width: 510px;
  text-align: left;
}

#Products #App > div h1 {
  text-align: center;
}

#Products #App > div h1 img {
  width: 420px;
}

#Products #App > div .movie {
  margin: 50px 0 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Products #App > div .movie:hover {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#Products #App > div .movie > a.modalMovie {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 100%;
  background: #3ebfe9;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#Products #App > div .movie > a.modalMovie:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: transparent url(../img/btn_ico_play.png) center no-repeat;
  background-size: 120px auto;
}

#Products #App > div .movie > a.modalMovie > img {
  opacity: 0.3;
}

#Products #App > div ul.downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

#Products #App > div ul.downloads > li {
  width: calc((100% - 20px) / 2);
}

#Products #App > div ul.downloads.off {
  opacity: 0.2;
}

#Products #App > div table.def {
  margin: 50px auto;
  width: 510px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#Guideline section.detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 40px 0 70px;
  max-width: 840px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#Guideline section.detail > h1 {
  padding: 0 60px;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: bold;
}

#Guideline section.detail .date {
  padding: 10px 60px 25px;
  color: #acacac;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

#Guideline section.detail .banner {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

#Guideline section.detail .banner img {
  width: 100%;
}

#Guideline section.detail .body {
  padding: 50px 60px 0;
  font-size: 1.8rem;
  line-height: 1.8em;
}

#Guideline section.detail .body > *:first-child {
  margin-top: 0 !important;
}

#Guideline section.detail .body .picList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#Guideline section.detail .body .picList > li {
  margin: 0 10px 20px;
}

#Guideline section.detail .body .picList > li > img {
  max-width: 200px;
}

#Guideline section.detail .body .picList > li .cap {
  display: block;
  margin-top: 5px;
}

#Guideline section.detail .body .picList.left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

#Guideline section.detail .body .picList.left > li {
  margin-left: 0;
  margin-right: 20px;
  text-align: center;
}

#Guideline section.detail .body .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#Guideline section.detail .body .flexBox > .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin: 0;
}

#Guideline section.detail .body .flexBox > .desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
}

#Guideline section.detail .body .flexBox.rl > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#Guideline section.detail .body .flexBox.rl > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#Guideline section.detail .body > section > h1 {
  border-left: 5px solid #000;
  padding: 6px 10px;
  background: #f2f2f2;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
}

#Guideline section.detail .body table.def td > *:first-child {
  margin-top: 0;
}

#Error #Container .pic {
  margin: 150px auto 0;
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }

  .button.l,
  .buttonList a.l {
    width: 400px;
  }

  .button.l:after,
  .buttonList a.l:after {
    left: 58px;
    top: calc(50% - 140px);
    width: 280px;
    height: 280px;
  }

  .button.buy,
  .buttonList a.buy {
    width: 360px;
  }

  .button.buy:after,
  .buttonList a.buy:after {
    left: 52px;
    top: calc(50% - 126px);
    width: 252px;
    height: 252px;
  }

  table.def {
    display: block;
  }

  table.def tbody,
  table.def tr,
  table.def th,
  table.def td {
    display: block;
  }

  table.def th,
  table.def td {
    border-bottom: 1px solid #d6d3ce;
    padding: 15px 0;
    width: auto !important;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
  }

  table.def th {
    border-bottom: none;
    padding: 5px 0 3px;
  }

  table.def td {
    border-width: 0 0 1px;
    padding: 0 0 5px;
  }

  .tab > ul > li {
    margin: 0 5px 20px;
    padding: 18px 10px 20px;
    min-width: 140px;
  }

  .thumbs > li > a,
  .thumbs > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    width: 450px !important;
  }

  .thumbs > li .pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 174px;
    flex: 0 1 174px;
    position: static;
    margin-bottom: 0;
  }

  .thumbs > li .pic:after {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    border-radius: 0 0 0 20px;
    padding: 5px 5px 5px 20px;
  }

  .thumbs > li .subj {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 235px;
    flex: 0 1 235px;
    position: static;
    padding: 0 15px 0 0;
    font-size: 1.7rem !important;
    line-height: 1.4em;
  }

  .thumbs > li .date {
    padding: 0 0 5px;
    font-size: 1.6rem;
    line-height: 1em;
  }

  .banners > li > a,
  .banners > li > span {
    width: 450px;
  }

  .pager {
    width: 450px;
    font-size: 2.2rem;
    line-height: 1em;
  }

  .pager > div {
    margin-top: 3px;
    padding: 3px 0 6px;
    cursor: pointer;
  }

  .pager > div.prev {
    padding-left: 50px;
    background-size: 40px auto;
  }

  .pager > div.next {
    padding-right: 50px;
    background-size: 40px auto;
  }

  .pager > ul > li {
    margin: 0 20px;
    font-size: 3rem;
    line-height: 1em;
  }

  .frame {
    padding: 60px 24px;
    max-width: 450px;
    background-size: 80px auto, 80px auto, 80px auto, 80px auto;
  }

  .frame h1 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .frame h2 {
    padding: 20px 0;
    font-size: 1.8rem;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }

  #Modal .pictBox {
    padding: 0 25px;
    width: auto;
  }

  #Modal .pictBox.border img {
    border-width: 2px;
  }

  #Modal .inlineBox {
    padding: 40px 30px 60px;
    max-width: 460px;
  }

  #Modal .inlineBox.event .story p {
    display: block;
    margin-top: 3em;
  }

  #Modal .inlineBox.event .story p:first-child {
    margin-top: 0;
  }

  #Modal .inlineBox.event .story p > span {
    display: block;
  }

  #Modal .inlineBox.event .story p > span.name {
    width: 6em;
  }

  #Modal .inlineBox.trial {
    padding: 0;
    max-width: 410px;
  }

  #Modal .inlineBox.trial > div {
    padding: 60px 25px 50px;
  }

  #Modal .inlineBox.trial h1 > img {
    width: 300px;
  }

  #Modal .inlineBox.nowonsale {
    max-width: 400px;
  }

  #Header .logo {
    position: absolute;
    left: calc(50% - 63px);
    top: 15px;
    z-index: 2;
    width: 126px;
  }

  .globalMenu {
    height: 100%;
  }

  .globalMenu > div {
    display: block;
  }

  .globalMenu > div > h1 {
    padding: 25px 0;
  }

  .globalMenu > div > h1 img {
    width: 186px;
  }

  .globalMenu > div > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .globalMenu > div > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }

  .globalMenu > div > ul > li:nth-of-type(odd) {
    border-left: none;
  }

  .globalMenu > div > ul > li:nth-of-type(even) {
    border-right: none;
  }

  .globalMenu > div > ul > li.twitter,
  .globalMenu > div > ul > li.youtube {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
  }

  .globalMenu > div > ul > li.new:before {
    top: 0;
    right: 0;
    z-index: -1;
    height: 40px;
    background-image: url(../img/ico_new_sp.png);
  }

  .globalMenu > div > ul a {
    padding: 20px 10px !important;
    background: none !important;
    font-size: 2rem;
    line-height: 1em;
  }

  .globalMenu > div > ul a:before {
    display: none;
  }

  .globalMenu > div > ul .sub {
    margin-top: 5px;
  }

  .globalMenu .share {
    margin-top: 25px;
  }

  .globalMenu .share > dt {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1em;
    font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }

  .globalMenu .share > dd .bro-snsbox > div > div {
    margin: 0 10px;
  }

  .globalMenu .share > dd .bro-snsbox.bro-circle-view > div > div,
  .globalMenu .share > dd .bro-snsbox.bro-rect-view > div > div {
    width: 68px !important;
  }

  #Header .globalMenu {
    left: auto;
    right: -100%;
  }

  #Header .globalMenu.show {
    right: 0;
  }

  #Footer {
    font-size: 1.3rem;
    line-height: 1.8em;
  }

  #Footer > div {
    display: block;
    padding: 80px 20px 120px;
  }

  #Footer > div > div:nth-of-type(1) {
    position: relative;
    padding-top: 160px;
    text-align: center;
  }

  #Footer > div > div:nth-of-type(2) {
    text-align: center;
  }

  #Footer .corps {
    white-space: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #Footer .corps > li {
    width: 190px;
  }

  #Footer .corps > li:nth-of-type(1) {
    margin-left: 0;
  }

  #Footer .corps > li:nth-of-type(2) {
    margin-left: 0px;
  }

  #Footer .share {
    position: absolute;
    top: 0;
    display: block;
    padding: 0;
    width: 100%;
  }

  #Footer .share > dt {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1em;
    font-family: "Alata", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }

  #Footer .share > dd .bro-snsbox > div > div {
    margin: 0 10px;
  }

  #Footer .share > dd .bro-snsbox.bro-circle-view > div > div,
  #Footer .share > dd .bro-snsbox.bro-rect-view > div > div {
    width: 68px !important;
  }

  #Footer .links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px;
  }

  #Footer .links > li {
    margin-right: 0;
    width: 220px !important;
  }

  #Footer .links > li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px;
  }

  #Footer .links > li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100% !important;
  }

  #Footer .links > li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100% !important;
  }

  #Footer .links a {
    padding: 13px 36px;
  }

  #Footer .links a:after {
    right: 15px;
  }

  #Footer .copy.jj {
    margin-top: 20px;
    letter-spacing: 0;
  }

  #Footer .totop {
    right: calc(50% - 70px);
  }

  #Wrap > h1 {
    margin-top: 40px;
  }

  #Top #Wrap #Container > section > h1 {
    margin: 100px auto 40px;
  }

  #Top #Wrap .buttonList {
    margin-top: 40px;
  }

  #Top #Footer > div {
    padding-bottom: 200px;
  }

  #Top #Footer > div .totop {
    bottom: 80px;
  }

  #Top #Header {
    display: none;
  }

  #Top .nvPos .globalMenu {
    opacity: 1;
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #Top .nvPos .globalMenu.show {
    right: 0;
  }

  #Top #Main > div > h1.logo {
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 10;
    left: 0;
    top: 280px;
    width: 100%;
    text-align: center;
  }

  #Top #Main > div > h1.logo img {
    width: 380px;
  }

  #Top #Main > div > .lead {
    left: 70px;
    top: 460px;
    width: 22px;
  }

  #Top #Main > div > .release {
    left: 25px;
    bottom: 35px;
    width: 450px;
  }

  #Top #Main > div > .badge {
    right: 15px;
    bottom: 130px;
    width: 176px;
  }

  #Top #Main > div > .pic {
    height: 850px;
  }

  #Top #Main > div > .pic > div {
    background-position: 28% 20px;
    background-size: 590px auto;
  }

  #Top #Main.v2 > .bnr {
    right: 30px;
    bottom: 120px;
    width: 240px;
  }

  #Top #Main.v2 {
    height: 850px;
  }

  #Top #Main > article .release {
    left: 25px;
    bottom: 25px;
    width: 450px;
    max-width: 100%;
  }

  #Top #Main > article .release img {
    margin-top: 10px;
  }

  #Top #Main > article .pic {
    height: 100%;
  }

  #Top #Main > article:nth-of-type(1) .pic {
    background-image: url(../../../img/img_kv01_sp.jpg);
  }

  #Top #Main > article:nth-of-type(2) .pic {
    background-image: url(../../../img/img_kv02_sp.jpg);
  }

  #Top #MainNv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }

  #Top #MainNv ul {
    padding-top: 0;
    background: none;
  }

  #Top #MainNv ul li {
    opacity: 0;
    position: absolute;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 80px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  #Top #MainNv ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../../../img/txt_vslmenu_sp.png) center no-repeat;
    background-size: 50% auto;
  }

  #Top #MainNv ul li.cur {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  #Top #MainNv ul li.next {
    opacity: 1;
    z-index: 1;
  }

  #Top #MainNv ul li:nth-of-type(1) {
    background-image: url(../../../img/btn_vslmenu01_sp.png) !important;
  }

  #Top #MainNv ul li:nth-of-type(2) {
    background-image: url(../../../img/btn_vslmenu02_sp.png) !important;
  }

  #Top .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    background: #fff;
  }

  #Top .cart > div {
    display: table;
    table-layout: fixed;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 49000;
    width: 100%;
    height: 80px;
  }

  #Top .cart > div > div {
    display: table-cell;
    vertical-align: middle;
  }

  #Top .cart > div > .switch {
    width: 80px;
  }

  #Top .cart > div > .buy a {
    padding: 20px;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: bold;
  }

  #Top .cart > div > .buy a:before {
    display: inline-block;
    margin: -5px 10px 0 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  #Top .cart > div > .buy a:hover {
    opacity: 0.6;
  }

  #Top .cart.static {
    position: static;
  }

  #Top .cart.static > div {
    position: fixed;
    top: auto;
    bottom: 0;
  }

  #Top #Banners > div {
    padding: 25px 0;
    height: 120px;
  }

  #Top #Banners ul > li {
    width: 380px;
  }

  #Top #Banners .nv > span.prev {
    left: 10px;
  }

  #Top #Banners .nv > span.prev:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #Top #Banners .nv > span.next {
    right: 10px;
  }

  #Top #Banners .nv > span.next:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #Top #Banners.slide ul {
    top: 25px;
  }

  #Top #Twitter .widget {
    width: 450px;
    background: #fff;
  }

  #Top #Twitter .widget iframe {
    width: 740px !important;
    max-width: 100% !important;
  }

  #News section.detail {
    width: 450px;
  }

  #News section.detail:before {
    padding: 7px 30px 7px 12px;
    min-width: 100px;
    font-size: 1.3rem;
    line-height: 1em;
  }

  #News section.detail > h1 {
    padding: 0 25px;
  }

  #News section.detail .date {
    padding: 10px 25px 25px;
    font-size: 1.6rem;
    line-height: 1em;
  }

  #News section.detail .body .flexBox {
    display: block;
  }

  #News section.detail .body .flexBox > div:nth-of-type(1) {
    margin-bottom: 30px;
  }

  #News section.detail .body .goodsNav > ul > li {
    margin: 20px 10px 0 0 !important;
  }

  #News section.detail .body .goodsNav > ul > li:nth-of-type(2n+2) {
    margin-right: 0 !important;
  }

  #News section.detail .body .goodsNav > ul > li a,
  #News section.detail .body .goodsNav > ul > li span {
    padding: 18px 10px 20px;
    min-width: 173px;
  }

  #News section.detail .body {
    padding: 30px 25px 0;
  }

  #News section.detail .body .picList > li > a > img,
  #News section.detail .body .picList > li > img {
    max-width: 180px;
  }

  #News section.detail .body .picList.left > li {
    margin-left: 0;
  }

  #News section.detail .body .picList.left > li:nth-of-type(even) {
    margin-right: 0 !important;
  }

  #News section.detail .body > section > h1 {
    border-left-width: 4px;
    padding: 8px 20px 8px 14px;
    font-size: 1.8rem;
    line-height: 1.6em;
  }

  #Story .tab > ul > li {
    margin: 0 10px 20px;
    min-width: 216px;
  }

  #Story .contentBox {
    min-height: 400px;
  }

  #Story #Intro {
    padding-bottom: 400px;
    background-size: auto 380px;
  }

  #Story #Intro > h1 {
    margin-bottom: 60px;
    padding: 10px 0;
    background-image: url(../../../story/img/img_main_back_sp.jpg);
    background-position: 50% 45%;
  }

  #Story #Intro > h1 img {
    width: 60px;
  }

  #Story #Intro .roll {
    height: 160px;
  }

  #Story #Intro .roll img {
    width: 1993px;
    max-width: none;
    height: 160px;
  }

  #Story #Keyword dl {
    width: 450px;
  }

  #Story #Keyword dl > dt {
    padding: 20px 30px 20px 0;
    font-size: 2.4rem;
    line-height: 1em;
  }

  #Story #Keyword dl > dt .oc {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }

  #Story #Keyword dl > dd .icoBox {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  #Story #Keyword dl > dd .icoBox .ico {
    -ms-flex-preferred-size: 72px;
    flex-basis: 72px;
    margin-right: 20px;
  }

  #Character .index .diagram {
    position: static;
    margin: 0 auto 40px;
    padding: 20px 25px;
    width: 400px;
    font-size: 1.8rem;
    line-height: 1em;
  }

  #Character .index > ul > li {
    height: auto;
  }

  #Character .index > ul > li a {
    background: none !important;
  }

  #Character .index > ul > li a:before,
  #Character .index > ul > li a:after {
    display: none;
  }

  #Character .index > ul.sub {
    display: block;
  }

  #Character .index > ul.sub > li {
    width: auto;
  }

  #Character .index > ul.sub > li:nth-of-type(1) {
    margin-right: 0;
  }

  #Character section.character .detail {
    overflow: visible;
    position: static;
    background: transparent !important;
  }

  #Character section.character .detail:before,
  #Character section.character .detail:after {
    display: none;
  }

  #Character section.character .detail > div {
    display: block;
    position: static;
    width: auto;
  }

  #Character section.character .detail > div > .chars {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
  }

  #Character section.character .detail > div > .profile {
    display: block;
    padding: 60px 25px 0;
    width: auto;
    height: auto;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.4em;
  }

  #Character section.character .detail > div > .chars .group {
    position: static;
    padding: 0 25px 10px;
    text-align: left;
  }

  #Character section.character .detail > div > .chars .group img {
    width: auto;
    height: 40px;
  }

  #Character section.character .detail > div > .chars .nv {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
  }

  #Character section.character .detail > div > .chars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: static;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
    height: auto !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  #Character section.character .detail > div > .chars ul li {
    position: static;
    margin: 5px;
    width: 80px;
  }

  #Character section.character .detail > div > .profile h1 {
    font-size: 5.4rem;
    line-height: 1em;
  }

  #Character section.character .detail > div > .profile h1 .ruby {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1em;
  }

  #Character section.character .detail > div > .profile h1 .sub {
    top: 2.6em;
    left: 16em;
  }

  #Character section.character .detail > div > .profile .cv {
    border-color: #000;
  }

  #Character section.character .detail > div > .profile .cv dt {
    border-color: #000;
    padding: 8px;
  }

  #Character section.character .detail > div > .profile .cv dd {
    padding: 8px 18px;
    font-weight: bold;
  }

  #Character section.character .detail > div > .profile .desc {
    margin-top: 25px;
    text-shadow: none !important;
  }

  #Character section.character .detail > div > .profile .spec > li {
    border-color: #000;
    padding: 8px 0;
  }

  #Character section.character .detail > div > .profile .spec > li:nth-of-type(odd) {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }

  #Character section.character .detail > div > .profile .spec > li:nth-of-type(even) {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
  }

  #Character section.character .detail > div > .profile .art {
    left: auto;
    right: 25px;
    bottom: auto;
    top: 700px;
    width: 110px;
  }

  #Character section.character .detail > div > .profile .voice {
    min-height: 0;
  }

  #Character section.character .detail > div > .profile .voice li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    margin-right: 15px;
    padding: 12px 20px;
  }

  #Character section.character .visual {
    position: relative;
    height: 750px;
  }

  #Character section.character .visual:before,
  #Character section.character .visual:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 670px;
    background-color: transparent;
    background-repeat: no-repeat;
  }

  #Character section.character .visual:before {
    z-index: -1;
    background-position: center;
    background-size: 110% auto;
  }

  #Character section.character .visual:after {
    z-index: -2;
    background-position: right bottom;
  }

  #Character section.character.quartz .visual:before {
    background-image: url(../../../character/img/quartz/bg_logo.png);
  }

  #Character section.character.quartz .visual:after {
    background-image: url(../../../character/img/quartz/bg_group_sp.png);
  }

  #Character section.character.onyx .visual:before {
    background-image: url(../../../character/img/onyx/bg_logo.png);
  }

  #Character section.character.onyx .visual:after {
    background-color: #193d71;
    background-image: url(../../../character/img/onyx/bg_group_sp.png);
  }

  #Character section.character.rhodonite .visual:before {
    background-image: url(../../../character/img/rhodonite/bg_logo.png);
  }

  #Character section.character.rhodonite .visual:after {
    background-color: #ec91a2;
    background-image: url(../../../character/img/rhodonite/bg_group_sp.png);
  }

  #Character section.character.amber .visual:before {
    background-image: url(../../../character/img/amber/bg_logo.png);
  }

  #Character section.character.amber .visual:after {
    background-color: #deb026;
    background-image: url(../../../character/img/amber/bg_group_sp.png);
  }

  #Character section.character.univeil .visual:before {
    background-image: url(../../../character/img/univeil/bg_logo.png);
  }

  #Character section.character.univeil .visual:after {
    background-color: #28b6e4;
    background-image: url(../../../character/img/univeil/bg_group_sp.png);
  }

  #Character section.character.others .visual:after {
    background-color: #28b6e4;
    background-image: url(../../../character/img/others/bg_group_sp.png);
  }

  #Character section.character.kisa .visual:after {
    background-color: #7ad8c7;
  }

  #Character section.character.sarafumi .visual:after {
    background-color: #cf0e36;
  }

  #Character section.character.kai .visual:after {
    background-color: #bfa867;
  }

  #Character section.character.kokuto .visual:after {
    background-color: #7a3992;
  }

  #Character section.character.mitsuki .visual:after {
    background-color: #9ed7f2;
  }

  #Character section.character.suzu .visual:after {
    background-color: #ee981a;
  }

  #Character section.character.soshiro .visual:after {
    background-color: #127b85;
  }

  #Character nav.groups > ul {
    padding-top: 60px;
  }

  #Character nav.groups > ul > li {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
  }

  #System.v2 .lead {
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 2.4em;
    letter-spacing: 0;
  }

  #System.v2 .tab > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }

  #System.v2 .tab > ul > li {
    width: 210px;
  }

  #System.v2 .tab > ul > li a {
    padding: 15px 15px 17px;
  }

  #System.v2 .buttonList {
    margin-top: 30px;
  }

  #System.v2 #Container > section {
    padding: 90px 0;
    font-size: 1.8rem;
    line-height: 1.8em;
  }

  #System.v2 #Container > section.re {
    font-size: 1.7rem;
    line-height: 1.8em;
  }

  #System.v2 #Container > section > h1 {
    margin-bottom: 30px;
  }

  #System.v2 #Container > section > h1 img {
    height: 150px;
  }

  #System.v2 #Container > section > article {
    margin: 26px auto 80px;
    padding: 26px 7px 60px;
    width: 460px;
  }

  #System.v2 #Container > section > article::before,
  #System.v2 #Container > section > article::after {
    height: 26px;
  }

  #System.v2 #Container > section > article::before {
    top: -26px;
  }

  #System.v2 #Container > section > article::after {
    bottom: -26px;
  }

  #System.v2 #Container > section > article > h1 {
    margin-bottom: 46px;
    padding: 0 0 30px;
    background-image: url(/system/img/v2/decoline_sp.png);
    background-size: 406px auto;
  }

  #System.v2 #Container > section > article > h1 img:nth-of-type(1) {
    margin-bottom: 24px;
    height: 66px;
  }

  #System.v2 #Container > section > article > h1 img:nth-of-type(2) {
    height: 72px;
  }

  #System.v2 #Container > section > article > .main {
    display: block;
    margin: 0 23px 50px;
  }

  #System.v2 #Container > section > article > .main .pic .movie > a,
  #System.v2 #Container > section > article > .main .pic2 .movie > a {
    width: 132px;
    height: 132px;
  }

  #System.v2 #Container > section > article > .main .pic2 {
    position: relative;
  }

  #System.v2 #Container > section > article > .main .window {
    border-width: 6px;
    width: 388px;
    height: 388px;
  }

  #System.v2 #Container > section > article > .main .window > video {
    width: 710px;
  }

  #System.v2 #Container > section > article > .sub {
    display: block;
  }

  #System.v2 #Container > section > article > .sub > section {
    padding: 50px 20px;
  }

  #System.v2 #Container > section > article > .sub > section:nth-of-type(2)::before {
    top: -1px;
    left: 0;
    border-width: 2px 0 0;
    width: 100%;
    height: 1px;
  }

  #System.v2 #Container > section > article > .sub > section > h1 {
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 2.2rem;
    line-height: 1.4em;
  }

  #System.v2 #Container > section > article > .sub > section > h1::before {
    left: 10px;
    top: 0.7em;
    font-size: 1.3rem;
    line-height: 1em;
    -webkit-transform: rotate(-90deg) scaleY(0.9);
    transform: rotate(-90deg) scaleY(0.9);
  }

  #System.v2 #Container > section > article > .box {
    display: block;
    margin-bottom: 60px;
    padding: 0 20px;
  }

  #System.v2 #Container > section > article > .box > .pic {
    padding: 8px;
    width: 380px;
    -webkit-box-shadow: 4px 4px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0 4px rgba(0, 0, 0, 0.1);
  }

  #System.v2 #Container > section > article > .box > .pic > .slide {
    height: 250px;
  }

  #System.v2 #Container > section > article > .box > .pic > .slide > ul > li {
    border-width: 1px;
  }

  #System.v2 #Container > section > article > .box > .desc {
    margin-top: 25px;
  }

  #System.v2 #Container > section > article > aside {
    padding: 90px 15px 60px;
  }

  #System.v2 #Container > section > article > aside p {
    padding-left: 10px;
  }

  #System.v2 #Container > section > article > aside .catch {
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 2.2rem;
    line-height: 1.4em;
  }

  #System.v2 #Container > section > article > aside .catch::before {
    left: 10px;
    top: 0.7em;
    font-size: 1.3rem;
    line-height: 1em;
    -webkit-transform: rotate(-90deg) scaleY(0.9);
    transform: rotate(-90deg) scaleY(0.9);
  }

  #System.v2 #Container > section.re > article > h1 {
    margin-bottom: 30px;
  }

  #System.v2 #Container > aside {
    padding-bottom: 410px;
    background-size: 690px auto;
  }

  #System.v2 #Container > aside > p img {
    width: 340px;
  }

  #System.v2 #Container > #Routine {
    background-image: url(/system/img/v2/bg_contents01_sp.jpg);
  }

  #System.v2 #Container > #Routine > article {
    padding-bottom: 1px !important;
    background-image: url(/system/img/v2/frame_w_repeat_sp.png);
  }

  #System.v2 #Container > #Routine > article::before {
    background-image: url(/system/img/v2/frame_w_head_sp.png);
  }

  #System.v2 #Container > #Routine > article::after {
    background-image: url(/system/img/v2/frame_w_bottom_sp.png);
  }

  #System.v2 #Container > #Routine > #Routine01 > .main {
    padding-top: 90px;
  }

  #System.v2 #Container > #Routine > #Routine01 > .main .cap {
    top: 0;
    left: 20px;
    width: 370px;
  }

  #System.v2 #Container > #Routine > #Routine01 > .main .desc {
    padding-top: 20px;
  }

  #System.v2 #Container > #Routine > #Routine02 > .main {
    padding-top: 100px;
  }

  #System.v2 #Container > #Routine > #Routine02 > .main .cap {
    top: 0;
    left: 40px;
    width: 320px;
  }

  #System.v2 #Container > #Routine > #Routine02 > .main .desc {
    padding-top: 20px;
  }

  #System.v2 #Container > #Routine > #Routine02 > .main .desc::after {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    right: -40px;
    top: -240px;
  }

  #System.v2 #Container > #Routine > #Routine02 > .sub > section:nth-of-type(2) > h1 {
    margin: 0 0 0.6em;
  }

  #System.v2 #Container > #Routine > article > aside > ul {
    display: block;
    margin: 0;
    padding: 0;
  }

  #System.v2 #Container > #Routine > article > aside > ul > li {
    margin: 20px 0 0;
  }

  #System.v2 #Container > #Routine > article > aside > ul > li p {
    padding: 15px 5px 0;
  }

  #System.v2 #Container > #Routine > article > aside > div {
    margin-top: 20px;
  }

  #System.v2 #Container > #Performance {
    background-image: url(/system/img/v2/bg_contents02_sp.jpg);
  }

  #System.v2 #Container > #Performance > article {
    background-image: url(/system/img/v2/frame_b_repeat_sp.png);
  }

  #System.v2 #Container > #Performance > article::before {
    background-image: url(/system/img/v2/frame_b_head_sp.png);
  }

  #System.v2 #Container > #Performance > article::after {
    background-image: url(/system/img/v2/frame_b_bottom_sp.png);
  }

  #System.v2 #Container > #Performance > #Performance01 > .main {
    padding-top: 90px;
  }

  #System.v2 #Container > #Performance > #Performance01 > .main .cap {
    top: -10px;
    left: 20px;
    width: 360px;
  }

  #System.v2 #Container > #Performance > #Performance01 > .main .desc {
    padding-top: 20px;
  }

  #System.v2 #Container > #Performance > #Performance02 > .main {
    padding-top: 100px;
    background-position: 0 40px, 100% 590px;
    background-size: 240px auto, 240px auto;
  }

  #System.v2 #Container > #Performance > #Performance02 > .main .cap:nth-of-type(1) {
    top: 0;
    left: auto;
    right: -5px;
  }

  #System.v2 #Container > #Performance > #Performance02 > .main .cap:nth-of-type(2) {
    top: 550px;
    right: auto;
    left: -10px;
  }

  #System.v2 #Container > #Performance > #Performance02 > .main .pic2 {
    margin-bottom: 160px;
  }

  #System.v2 #Container > #Performance > #Performance02 > .main .pic2 .movie {
    left: 0;
  }

  #System.v2 #Container > #Performance > #Performance02 > .main .desc {
    padding-top: 20px;
  }

  #System.v2 #Container > #Performance > article > aside .box {
    display: block;
  }

  #System.v2 #Container > #Performance > article > aside .box .pic {
    margin-top: 30px;
    text-align: center;
  }

  #System.v2 #Container > #Performance > article > aside .box .pic img {
    width: 406px;
  }

  #System.v2 #Container > #Performance.re > article > aside {
    padding: 50px 20px;
  }

  #System.v2 #Container > #Performance.re > article > aside p {
    padding-left: 0;
  }

  #System.v2 #Container > #Performance.re > article > aside .catch {
    position: absolute;
    top: 0;
    padding-left: 18px;
  }

  #System.v2 #Container > #Performance.re > article > aside .catch::before {
    left: 0;
  }

  #System.v2 #Container > #Performance.re > article > aside .box {
    position: relative;
    padding-top: 2.6em;
  }

  #System.v2 #Container > #Performance.re > article > aside .box .pic {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #System.v2 #Container > #Performance.re > article > aside .box .pic img {
    width: 396px;
  }

  #System.v1 #Wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(60%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
  }

  #System.v1 #Container > .contentBox > section > div {
    width: auto;
  }

  #System.v1 #Container > .contentBox > section h1 {
    left: 13px;
    width: 46px;
    height: 100%;
  }

  #System.v1 #System01 > div {
    padding-bottom: 300px;
  }

  #System.v1 #System01 .desc {
    left: 94px;
    top: 230px;
  }

  #System.v1 #System01 ul {
    left: 25px;
    top: 366px;
  }

  #System.v1 #System01 ul > li {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    margin-right: 0;
    margin-bottom: 14px;
  }

  #System.v1 #System02 .desc {
    left: 94px;
    top: 160px;
  }

  #System.v1 #System02 .pic {
    margin-top: 210px;
  }

  #System.v1 #System03 > div {
    padding-bottom: 700px;
  }

  #System.v1 #System03 .desc {
    left: 94px;
    top: 110px;
  }

  #System.v1 #System03 .pic {
    margin-top: 120px;
  }

  #System.v1 #System03 ul {
    left: 25px;
    top: 580px;
  }

  #System.v1 #System03 ul > li {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    margin-right: 0;
    margin-bottom: 14px;
  }

  #Gallery .list > li > a,
  #Gallery .list > li > span {
    padding: 0;
    width: 450px;
  }

  #Gallery .list > li.new > a:before,
  #Gallery .list > li.new > span:before {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(../img/ico_new_sp.png);
  }

  #Gallery .list > li .subj {
    font-size: 1.7rem;
    line-height: 1.4em;
  }

  #Gallery .list > li > a.modalMovie .pic:after {
    background-size: 90px auto;
  }

  #Speacial #Frame ul li:nth-of-type(1) {
    margin-left: 0;
    margin-right: 0;
  }

  #Products .contentBox ol.privs {
    font-size: 1.6rem;
    line-height: 1.6em;
  }

  #Products .contentBox ol.privs > li {
    margin: 0 0 30px;
    padding-left: 0;
  }

  #Products .contentBox ol.privs > li:before {
    top: 0;
    font-size: 3rem;
    line-height: 1em;
    text-shadow: -1px 0 0 #ddc174, 0 -1px 0 #ddc174, -1px -1px 0 #ddc174, 1px 0 0 #ddc174, 0 1px 0 #ddc174, 1px 1px 0 #ddc174, 1px -1px 0 #ddc174, -1px 1px 0 #ddc174;
  }

  #Products .contentBox ol.privs .lead {
    margin-bottom: 15px;
    padding-left: 30px;
    color: #d1b361;
    font-size: 2.4rem;
    line-height: 1.3em;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  #Products #Spec .base {
    display: block;
  }

  #Products #Spec .base > .visual {
    margin-bottom: 60px;
  }

  #Products #Spec .base > .visual .button {
    margin-top: 20px;
  }

  #Products #Spec .base > .desc h1 img {
    width: 320px;
  }

  #Products #Spec .base > .desc table.def {
    margin-top: 20px;
  }

  #Products #Spec .staff {
    padding: 0 25px;
  }

  #Products #Spec .staff > article {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  #Products #Spec .staff > article > h1 {
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }

  #Products #Spec .staff > article > h1 .sub {
    margin-left: 5px;
  }

  #Products #Spec .staff > article > dl dt {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }

  #Products #Spec .staff > article > dl dd {
    font-size: 1.8rem;
    line-height: 1.8em;
  }

  #Products #Spec .staff > article .other {
    font-size: 1.8rem;
    line-height: 1em;
  }

  #Products #Limited .pic > .slide > ul > li::after {
    right: 6px;
    bottom: 8px;
    width: 46px;
    height: 46px;
  }

  #Products #Limited .pic > .slide > span {
    bottom: 5px;
  }

  #Products #Limited .pic > .slide > span > span {
    margin: 0 6px;
    width: 11px;
    height: 11px;
  }

  #Products #Limited .movie > a.modalMovie:after {
    background-size: 90px auto;
  }

  #Products #Limited .movie > a.modalMovie {
    padding: 0;
  }

  #Products #Privilege > article {
    padding: 60px 25px;
    width: 450px;
  }

  #Products #Privilege > article > h1 img {
    width: 300px;
  }

  #Products #Privilege > article > .intro {
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  #Products #Privilege > article > .detail {
    display: block;
    border-top: none;
    padding: 0;
  }

  #Products #Privilege > article > .detail > .pic {
    margin: 0 auto 50px;
    width: 340px;
  }

  #Products #Privilege > article > section .attention {
    display: block;
    width: auto;
  }

  #Products #Privilege > article > section .attention .info {
    display: block;
    margin: 0 0 20px;
    padding: 5px 0 5px 40px;
    background: transparent url(../img/ico_attention.png) 0 50% no-repeat;
    background-size: auto 34px;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  #Products #Privilege > article > section .attention .chars {
    display: block;
    margin: 0 0 20px;
    width: auto;
    text-align: left;
  }

  #Products #Privilege > article > section .attention .chars > li {
    padding: 8px 5px;
    min-width: 100px;
    background: #aaa;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }

  #Products #Privilege > article > section .detail {
    display: block;
    border-top: none;
    padding: 0;
  }

  #Products #Privilege > article > section .detail > .pic {
    margin: 0 auto 50px;
    width: 340px;
  }

  #Products #Privilege > article > section .detail > .pic > .slide {
    border-width: 2px;
    height: 336px;
  }

  #Products #Privilege > article > section .detail > .pic > .slide > ul > li::after {
    right: 6px;
    bottom: 8px;
    width: 46px;
    height: 46px;
  }

  #Products #Privilege > article > section .detail > .pic > .slide > span {
    bottom: 13px;
  }

  #Products #Privilege > article > section .detail > .pic > .slide > span > span {
    margin: 0 6px;
    width: 11px;
    height: 11px;
  }

  #Products #Privilege > article .toShop .links {
    display: block;
  }

  #Products #Privilege > article .toShop .links > li {
    margin: 0 0 20px;
  }

  #Products #Privilege > article .toShop .links > li a {
    padding: 22px 30px;
    font-size: 1.8rem;
    line-height: 1em;
  }

  #Products #App > div {
    padding: 0 30px;
  }

  #Products #App > div h1 img {
    width: 320px;
  }

  #Products #App > div .movie {
    margin-top: 40px;
  }

  #Products #App > div .movie > a.modalMovie:after {
    background-size: 90px auto;
  }

  #Products #App > div .movie > a.modalMovie {
    padding: 0;
  }

  #Products #App > div ul.downloads {
    margin-top: 40px;
  }

  #Products #App > div ul.downloads > li {
    width: calc((100% - 10px) / 2);
  }

  #Products #App > div table.def {
    margin: 40px auto;
    width: auto;
  }

  #Guideline section.detail {
    width: 450px;
  }

  #Guideline section.detail > h1 {
    padding: 0 25px;
  }

  #Guideline section.detail .date {
    padding: 10px 25px 25px;
    font-size: 1.6rem;
    line-height: 1em;
  }

  #Guideline section.detail .body .flexBox {
    display: block;
  }

  #Guideline section.detail .body .flexBox > div:nth-of-type(1) {
    margin-bottom: 30px;
  }

  #Guideline section.detail .body {
    padding: 30px 25px 0;
  }

  #Guideline section.detail .body .picList > li > img {
    max-width: 180px;
  }

  #Guideline section.detail .body .picList.left > li {
    margin-left: 0;
  }

  #Guideline section.detail .body .picList.left > li:nth-of-type(even) {
    margin-right: 0 !important;
  }

  #Guideline section.detail .body > section > h1 {
    border-left-width: 4px;
    padding: 8px 20px 8px 14px;
    font-size: 1.8rem;
    line-height: 1.6em;
  }

  #Error #Container .pic {
    margin-top: 60px;
    width: 450px;
  }
}
/*# sourceMappingURL=../map/style.css.map */
