/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
  font-size:10px;
  scroll-behavior:smooth;
}

body {
  font-family: 'Noto Serif SC', 'SimSun', serif;
  font-weight:400;
  font-size:2.3rem;
  line-height: 1;
  color:#442200;
  scroll-behavior: smooth;
  min-width:129rem;
  background: #e4e3e1 url(../images/bg.jpg);
}

a,
label {
  cursor: pointer;
}

p {
  margin:0;
}

ul,li {
  padding:0;
  margin:0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color:#D15639;;
}

div,header,footer,ul,li,label,h2,h3,h4,h5 {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  margin:0;
  flex-direction: column;
  font-weight: normal;
}

.hidden {
  display: none;
}

.mobile {
  display: none;
}

.anchor {
  position:absolute;
  margin-top:-13rem;
}

.wrap {
  width:112.5rem;
  margin:0 auto;
  z-index:2;
  height:100%;
  position: relative;
}

header {
  height:103rem;
  background:#354368 url(../images/kv/kvbg.jpg) no-repeat center;
  background-size: cover;
  position:relative;
  overflow: hidden;
}

header:before {
  content: '';
  position:absolute;
  background:url(../images/kv/kvsakura1.png) no-repeat left top,
              url(../images/kv/kvsakura2.png) no-repeat right top;
  min-width:192rem;
  width:100%;
  height:100%;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
}

header .slogan {
  font-weight:700;
  color:#fff;
  font-size:3.6rem;
  letter-spacing: .5rem;
  position:absolute;
  text-shadow: 0 0.1rem 2.7rem #FF00FF60;
  top:3rem;
  padding:0 0 0 2rem;
  align-self: center;
}

.type-2 header .slogan {
  font-weight:normal;
  left:6.5rem;
  letter-spacing: .3rem;
  font-size:3rem;
  transform:none;
  top:3.5rem;
}

header .slogan:before {
  content: '';
  width:100%;
  height:1.5rem;
  background:#00FF60;
  opacity:0.4;
  position: absolute;
  z-index:-1;
  bottom:-0.5rem;
  left:0;
}

.type-2 header .slogan:before {
  width:96%;
}

.type-2 header .slogan.second {
  top:8.5rem;
}

header .chara {
  width:82.6rem;
  height:116.2rem;
  max-height: none;
  position: absolute;
  bottom:-21rem;
  left:0;
  right:0;
  margin:auto;
}

header .logo {
  width:54rem;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom:7.5rem;
}

header .logo img {
  width:54rem;
  height:auto;
}

.nav {
  background:#F7F4EF;
  height:5.5rem;
  border-top: .3rem solid #442200;
  border-bottom: .3rem solid #442200;
  position:sticky;
  z-index:20;
  top:0;
  font-size:1.6rem;
  font-weight: 700;
}

.nav:before {
  content:'';
  position:absolute;
  top: .1rem;
  bottom: .1rem;
  right:0;
  left:0;
  border-top: .1rem solid #442200;
  border-bottom: .1rem solid #442200;
}

.nav .main-nav {
  justify-content: space-between;
  flex-direction: row;
  height:100%;
}

.nav .main-nav li {
  flex:1;
  height:100%;
  position: relative;
}

.nav .main-nav li:after {
  content:'';
  position: absolute;
  height:72%;
  top:0;
  bottom:0;
  margin:auto;
  width: .2rem;
  right: -.1rem;
  background:#442200;
}

.nav .main-nav li:last-child:after {
  display: none;
}

.nav .main-nav a {
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: color 0.1s linear;
  color:#442200;
}

.nav .main-nav a:hover {
  color:#D15639;
}

.nav .main-nav a:active {
  transform: translateY(.1rem);
}

.nav .main-nav a span {
  font-size:1.2rem;
}

.nav .lang-nav {
  position: absolute;
  right:2rem;
  top:0;
  height:100%;
  font-size:1.2rem;
  align-items: center;
  flex-direction: row;
}

.nav .lang-nav .lang-title {
  margin-right:3.5rem;
}

.nav .lang-select {
  flex-direction: row;
}

.nav .lang-select li {
  margin-right:4rem;
  position:relative;
  box-shadow: 0 0 .5rem rgba(13, 4, 8, 0.42);
  font-size:0;
}

.nav .lang-select li img {
  width:3rem;
}

.nav .lang-select li a:before {
  content:'';
  position:absolute;
  left:-2.5rem;
  box-sizing: border-box;
  border:.1rem solid #442200;
  background-clip:content-box;
  padding: .2rem;
  width:2rem;
  height:2rem;
  border-radius: 100%;
}

.nav .lang-select li.current a:before {
  background-color: #998866;
}

.nav .lang-select li:last-child {
  margin-right:0;
}

.latest {
  padding:3.5rem 0 11.5rem 0;
  background:url(../images/shading-1.png) no-repeat top right 0 / cover;
}

.latest .wrap {
  flex-direction: row;
  justify-content: space-between;
}

.latest .news {
  width:71.5rem;
  position: relative;
}

.latest .infobox-title {
  font-size:3rem;
  font-weight:700;
  position: relative;
  padding-bottom:1rem;
  padding-left: .2rem;
  letter-spacing: .2rem;
}

.content-widget {
  padding-top:10rem;
  min-width:112.5rem;
  overflow: hidden;
}

.content-widget .double-border:before {
  content:'';
  position: absolute;
  width:100%;
  height: .3rem;
  background:#442200;
  padding-bottom: .1rem;
  border-bottom: .1rem solid #442200;
  background-clip: content-box;
  left:0;
  bottom:-.5rem;
}

.content-widget .widget-title {
  font-size: 6rem;
  letter-spacing: .7rem;
  margin-bottom:10rem;
  text-align: center;
  position: relative;
}

.content-widget .widget-title:before {
  content:'';
  width:23.1rem;
  height:18.7rem;
  background: url(../images/widget-title-bg.png) no-repeat center/100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index: -1;
}

.latest .news-list {
  height: 32rem;
  margin-top: .5rem;
  overflow-y: auto;
  font-size: 1.8rem;
}

.latest .news-list li {
  padding:1.5rem 1rem 1.5rem 1rem;
  border-bottom: .1rem solid #CEC6BE;
}

.latest .news-list li p {
  margin:2rem 0;
}

.latest .news-list li p:last-child {
  margin-bottom:0;
}

.latest .news-list li:last-child {
  border-bottom:0;
}

.latest .news-list .date {
  margin-bottom: .5rem;
  font-size:2.4rem;
}

.latest .news-list .briefing {
  line-height:1.5;
  display: initial;
}

.latest .sns {
  width:37rem;
  position: relative;
}

.latest .sns .frame {
  margin-top:.5rem;
  height:32rem;
  background:#fff;
  overflow-y: auto;
}

.latest .sns .frame .twitter-timeline {
  display: unset;
  box-sizing:unset;
  flex-shrink:unset;
  margin:unset;
  flex-direction: unset;
  font-weight: normal;
}

.cg-separator {
  position:relative;
}

.cg-separator:before,
.cg-separator:after {
  content: '';
  position: absolute;
  left:0;
  right:0;
}

.cg-separator.cg-1 {
  height:51rem;
}

.cg-separator.cg-1:before {
  top:0;
  bottom:0;
  background: url(../images/cg/cg-1.jpg) no-repeat fixed center 0 / cover;
  clip-path: ellipse(116% 50% at 100% 50%);
}

.cg-separator.cg-1:after {
  top:-4%;
  bottom:-8%;
  background: url(../images/separator-1-top.png) no-repeat left top 0 / 100% 30%,
              url(../images/separator-1-bottom.png) no-repeat left bottom 0 / 100% 30%;
}

.cg-separator.cg-2 {
  height:48rem;
  background: url(../images/cg/cg-2.jpg) no-repeat fixed center 0 / cover;
}

.cg-separator.cg-3 {
  height:48rem;
  background: url(../images/cg/cg-3.jpg) no-repeat fixed center 0 / cover;
}

.cg-separator.cg-3-2 {
  height:48rem;
  background: url(../images/cg/cg-3-2.jpg) no-repeat fixed center 0 / cover;
}

.cg-separator.cg-4 {
  height:48rem;
  background: url(../images/cg/cg-4.jpg) no-repeat fixed center 0 / cover;
}

.cg-separator.cg-4-2 {
  height:48rem;
  background: url(../images/cg/cg-4-2.jpg) no-repeat fixed center 0 / cover;
}

.cg-separator.cg-2:before,
.cg-separator.cg-3:before,
.cg-separator.cg-3-2:before,
.cg-separator.cg-4:before,
.cg-separator.cg-4-2:before {
  top:-9%;
  height:10.5rem;
  background: url(../images/separator-2.png) no-repeat left top 0 / 100% 80%;
}

.cg-separator.cg-2:after,
.cg-separator.cg-3:after,
.cg-separator.cg-3-2:after,
.cg-separator.cg-4:after,
.cg-separator.cg-4-2:after {
  height:10.5rem;
  bottom:-9%;
  transform: rotateX(180deg);
  background: url(../images/separator-2.png) no-repeat left top 0 / 100% 80%;
}

.story {
  padding-top:8rem;
  padding-bottom:18rem;
  background:url(../images/shading-2.png) no-repeat center top 0 / cover;
}

.story .wrap {
  width:123rem;
}

.story .story-top,
.story .story-bottom {
  flex-direction: row;
  justify-content: space-between;
  font-size:2rem;
  line-height:1.9;
}

.story .story-bottom {
  flex-direction: row-reverse;
}

.story .story-img,
.story .story-video {
  background:#fff;
  position: relative;
  box-shadow: 0 0 2.4rem #BFBBB2AC;
}

.story .story-img {
  width:101rem;
  border: 2.5rem solid #fff;
}

.story .story-img img {
  width:100%;
}

.story .story-text-1 {
  margin-top:2.5rem;
  justify-content:end;
  writing-mode: vertical-rl;
  text-align: left;
}

.story .story-video {
  width:72.6rem;
  height:41.8rem;
  margin-top:-15rem;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  background:none;
  border: 1rem solid #fff;
  z-index:3;
}

.story .story-video:before {
  content:'';
  left:0rem;
  right:0rem;
  top:0rem;
  bottom:0rem;
  background:#000;
  position: absolute;
  opacity:0.8;
  z-index:2;
  transition:opacity 0.2s linear;
}

.story .story-video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width:none;
  max-height:none;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index:-1;
}

.story .story-video .play-button {
  width:8rem;
  height:8rem;
  position:absolute;
  background:url(../images/story/play.png) no-repeat center 0 / 100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  z-index:3;
  transition:transform 0.3s ease, background 0.3s ease;
}

.story .story-video:hover .play-button {
  transform: scale(1.2);
  background:url(../images/story/play-active.png) no-repeat center 0 / 100%;
}

.story .story-text-2 {
  text-align: left;
  margin-top:6rem;
}

.character {
  padding-bottom:15rem;
  background:url(../images/shading-3.png) no-repeat right top 0 / 100%;
}

.character .wrap {
  width:132.75rem;
}

.chara-wrap {
  position: relative;
  width:112.5rem;
  margin:0 auto;
}

.xialu.chara-wrap {
  margin-top:1rem;
}

.satsuki.chara-wrap {
  margin-top:10rem;
}

.xiahui.chara-wrap {
  margin-top:18rem;
}

.chara-wrap .extra-view {
  width:11.8rem;
  height:11.8rem;
  position:absolute;
  top:0;
  border-radius: 100%;
  background:#998866 url(../images/chara/extra-view-btn.png) no-repeat center 0 / 100%;
  z-index:4;
  box-sizing: border-box;
  font-family: 'Noto Sans SC';
  font-weight: bold;
  padding-top:6rem;
  text-align: center;
  color:#1d2230;
  transition:background 0.2s linear, color 0.2s linear;
}

.chara-wrap .extra-view:hover {
  color:#998866;
  background:#1d2230 url(../images/chara/extra-view-btn-active.png) no-repeat center 0 / 100%;
}

.xialu.chara-wrap .extra-view {
  left:0;
}

.satsuki.chara-wrap .extra-view {
  right:0;
}

.chara-words {
  right:0;
  z-index:3;
  line-height:2;
  font-size:2.8rem;
  font-style: italic;
  font-weight:700;
  letter-spacing: 0.3rem;
  margin-bottom:1.5rem;
  position: relative;
}

.chara-words .mid {
  margin-left:25%;
}

.xialu .chara-words {
  align-self: flex-end;
  color:#C6505B;
  width:46%;
  margin-right:1rem;
}

.type-2 .xialu .chara-words {
  width:55%;
  margin-left:4rem;
}

.satsuki .chara-words {
  color:#DF604E;
  width:53%;
  margin-left:7rem;
}

.type-2 .satsuki .chara-words {
  width:60%;
  margin-left:3rem;
}

.xiahui .chara-words {
  margin-right:12rem;
  margin-top:15rem;
  position:absolute;
  color:#0E1834;
  width:39%;
}

.type-2 .xiahui .chara-words {
  margin-right:8rem;
  margin-top:10rem;
  width:45%;
}

.xialu .chara-words p:first-child {
  margin-right:50%;
  text-align: left;
}

.chara-words p:first-child:before {
  content:'';
  position:absolute;
  width:4rem;
  height:4rem;
  top:0;
  left:-2rem;
  border-top:.1rem solid #C6505B;
  border-left:.1rem solid #C6505B;
  z-index:-1;
}

.chara-words p:last-child {
  text-align: right;
}

.chara-words p:last-child:before {
  content:'';
  position:absolute;
  width:4rem;
  height:4rem;
  bottom:0;
  right:-2rem;
  border-bottom:.1rem solid #C6505B;
  border-right:.1rem solid #C6505B;
  z-index:-1;
}

.xialu .chara-words p:first-child:before,
.xialu .chara-words p:last-child:before {
  border-color: #C6505B;
}

.satsuki .chara-words p:first-child:before,
.satsuki .chara-words p:last-child:before {
  border-color: #DF604E;
}

.xiahui .chara-words p:first-child:before,
.xiahui .chara-words p:last-child:before {
  border-color: #0E1834;
}

.chara-img {
  position:absolute;
  z-index:2;
  bottom:1.9rem;
}

.chara-img img {
  width:100%;
  height: 100%;
}

.xialu .chara-img {
  left:-4.5rem;
  height:100.4rem;
  width:69.2rem;
}

.satsuki .chara-img {
  right:-15rem;
  height:102rem;
  width:99.3rem;
}

.xiahui .chara-img {
  left:7.5rem;
  height:96.9rem;
  width:46.9rem;
}

.chara-info-wrap {
  height:86.7rem;
  width:100%;
  text-align: right;
  align-items:flex-end;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
}

.xialu .chara-info-wrap {
  background: url(../images/chara/xialu/xialu-bg.png) no-repeat left top 100% / 100%;
  padding-right:5rem;
  padding-bottom: 5rem;
}

.satsuki .chara-info-wrap {
  align-items: flex-start;
  text-align: left;
  background:url(../images/chara/satsuki/satsuki-bg.png) no-repeat left top 100% / 100%;
  padding-left:5rem;
  padding-bottom: 5rem;
}

.xiahui .chara-info-wrap {
  background:url(../images/chara/xiahui/xiahui-bg.png) no-repeat left top 100% / 100%;
  padding-right:5rem;
  padding-bottom: 5rem;
}

.chara-info {
  align-items: flex-end;
  z-index:3;
}

.satsuki .chara-info {
  align-items: flex-start;
}

.chara-info .name {
  margin-bottom:3rem;
  font-size:5.4rem;
  font-weight: 700;
  z-index:1;
  letter-spacing: .5rem;
  position: relative;
}

.xialu .chara-info .name {
  margin-right:1rem;
}

.satsuki .chara-info .name {
  margin-left:1rem;
}

.xiahui .chara-info .name {
  padding-right:1rem;
}

.chara-info .name:before {
  content:'';
  position:absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top:-6.3rem;
  z-index:-1;
}

.xialu .chara-info .name:before {
  width:30.2rem;
  height:8.2rem;
  right:-1rem;
  background-image: url(../images/chara/xialu/xialu-en.png);
}

.satsuki .chara-info .name:before {
  width:40.4rem;
  height:8.3rem;
  left:-1rem;
  background-image: url(../images/chara/satsuki/satsuki-en.png);
}

.xiahui .chara-info .name:before {
  width:30.2rem;
  height:8.2rem;
  right:0;
  background-image: url(../images/chara/xiahui/xiahui-en.png);
}

.chara-info .name:after {
  content:'';
  position: absolute;
  opacity: 0.7;
  height:0.7rem;
  z-index:-1;
}

.xialu .chara-info .name:after {
  background:#C6505B;
  bottom:-0.3rem;
  right:-1rem;
  left:-1.5rem;
}

.satsuki .chara-info .name:after {
  background:#E45C54;
  bottom:-0.3rem;
  right:-0.5rem;
  left:-1rem;
}

.xiahui .chara-info .name:after {
  background:#555F76;
  bottom:-0.3rem;
  right:0;
  left:-2rem;
}

.chara-info .voice-info {
  margin-bottom:2rem;
}

.chara-info .voice-info .cv {
  font-size:3rem;
}

.chara-info .voice-sample {
  margin-top:2.5rem;
  flex-direction: row;
}

.xialu .chara-info .voice-sample,
.xiahui .chara-info .voice-sample {
  justify-content: flex-end;
}

.chara-info .voice-sample .voice {
  box-sizing: border-box;
  height:6rem;
  width:6rem;
  border-radius: 100%;
  border:.1rem solid #442200;
  position: relative;
  overflow: hidden;
  background:url(../images/chara/voice.png) no-repeat center 0 / 100%;
}

.xialu .chara-info .voice-sample .voice {
  margin-left: 2rem;
}

.satsuki .chara-info .voice-sample .voice {
  margin-right: 2rem;
}

.chara-info .voice-sample .voice:after {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  opacity:0;
  background:#9b8969 url(../images/chara/voice-bg.png) no-repeat center 0 / 100%;
  transition:opacity 0.2s linear;
}

.chara-info .voice-sample .voice:hover:after {
  opacity: 1;
}

.chara-info .intro {
  font-size:1.8rem;
  line-height:2;
  letter-spacing: .1rem;
  text-shadow: -1px 0 #E3E1DF, 0 1px #E3E1DF, 1px 0 #E3E1DF, 0 -1px #E3E1DF;
}

.chara-clothes {
  background:#ccc;
  flex-direction: row;
  margin-top:5rem;
  z-index:3;
}

.chara-clothes a {
  font-size: 0;
  filter: grayscale(1);
  opacity:0.5;
  position: relative;
  transition:opacity 0.2s linear, filter 0.2s linear;
}

.chara-clothes a img {
  width:15.5rem;
  height:auto;
}

.chara-clothes a:hover {
  opacity:1;
  filter: grayscale(0);
}

.sub-chara-wrap {
  margin-top:7.5rem;
  flex-direction: row;
  justify-content: center;
}

.sub-chara-wrap .row {
  justify-content: center;
  flex-direction: row;
}

.sub-chara-thumb {
  width:33.17rem;
  height:20.37rem;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing:border-box;
}

.sub-chara-thumb a {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  color:#442200;
}

.sub-chara-thumb img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index: -1;
}

.sub-chara-thumb .name {
  color:#fff;
  font-size:5.7rem;
  margin-bottom:22%;
  margin-left:3%;
  position:relative;
}

.sub-chara-thumb .name:before {
  content:'';
  position: absolute;
  left:0;
  right:0;
  bottom: -.2rem;
  height: .4rem;
  z-index:-1;
  opacity:0.7;
  background:#323962;
}

.kagami.sub-chara-thumb .name {
  transform-origin: left;
  transform:scaleX(0.65);
  letter-spacing: 0;
}

.type-2 .kagami.sub-chara-thumb .name {
  transform:none;
}

.kagami.sub-chara-thumb .name:before {
  bottom:0rem;
  background:#C87F1C;
}

.sub-chara-thumb .voice-sample {
  position:absolute;
  flex-direction: row;
  bottom:24%;
  left:3%;
}

.sub-chara-thumb .voice-sample a {
  width:4rem;
  height:4rem;
  border-radius: 100%;
  box-sizing: border-box;
  border: .1rem solid #442200;
  margin-right:1rem;
  position: relative;
  overflow: hidden;
  background:url(../images/chara/voice.png) no-repeat center 0 / 100%;
}

.sub-chara-thumb .voice-sample a:after {
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:-1;
  opacity:0.4;
  background:#9b8969 url(../images/chara/voice-bg.png) no-repeat center 0 / 100%;
  transition:opacity 0.2s linear;
}

.sub-chara-thumb .voice-sample a:hover:after {
  opacity: 1;
}

.sub-chara-thumb .voice-sample a:last-child {
  margin-right:0;
}

.sub-chara-thumb .cv {
  margin-left:3%;
  margin-bottom:5%;
  font-size:1.8rem;
}

.kagami.sub-chara-thumb .cv {
  color:#DDA65D;
}

.content-widget.product {
  padding-bottom:7rem;
  background:url(../images/shading-5.png) no-repeat right top 0 / 100%;
}

.prod-wrap {
  flex-direction: row;
  justify-content: space-between;
}

.shop {
  background:url(../images/shading-4.png) no-repeat right top 0 / 100%;
}

.shop .prod-wrap {
  padding-bottom:15rem;
}

.prod-section {
  width:54.3rem;
  margin-bottom:7.5rem;
}

.prod-section:last-child {
  margin-bottom:0;
}

.prod-section .prod-title {
  align-items: flex-start;
  font-size:2.4rem;
  position: relative;
}

.prod-section .prod-title span {
  position:relative;
  padding:1.2rem 1rem;
  background:#aeb4c2 url(../images/prod-title-bg.png) top left;
  z-index:1;
  min-width:25rem;
}

.prod-section .prod-title span:before {
  background:#aeb4c2 url(../images/prod-title-bg.png) top right;
  content: '';
  height: 100%;
  position: absolute;
  top:0;
  right: -2rem;
  transform: skew(-40deg);
  width: 5rem;
  z-index: -1;
}

.prod-section .prod-content {
  margin-top:4rem;
  letter-spacing: .1rem;
  line-height:2.3;
}

.prod-section .prod-content span {
  margin-right:3rem;
}

.prod-section .prod-content span:last-child {
  margin-right:0;
}

.prod-section .prod-content .text-right {
  display: flex;
  justify-content: flex-end;
}

.prod-section .prod-content .price {
  font-size:2.4rem;
  font-weight:700;
}

.prod-section .prod-content .release-date,
.prod-section .prod-content .subtitle {
  font-size:2.4rem;
}

.prod-section .prod-content .sp {
  font-size:2.4rem;
  font-style: italic;
}

.prod-section .prod-content .item-content {
  font-size:1.6rem;
  padding-left:3rem;
}

.prod-section .prod-content .preview {
  display: inline-block;
  width:4rem;
  height:4rem;
  background: url(../images/show-pic.png) no-repeat center 0 / 100%;
  margin-left:1rem;
  margin-bottom:-1rem;
  transition:background 0.2s linear;
}

.prod-section .prod-content .preview:hover {
  background: url(../images/show-pic-active.png) no-repeat center 0 / 100%;
}

.prod-section .prod-content .preview.mobile {
  display: none;
}

.prod-section .prod-content .redirect-btn {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width:20rem;
  padding:0 2rem;
  height:5.6rem;
  box-sizing: border-box;
  border: .4rem solid #442200;
  color: #442200;
  font-weight: 700;
  position: relative;
  margin-top:2rem;
  transition: background 0.1s linear;
}

.prod-section .prod-content .redirect-btn:hover {
  background:#a7987b;
}

.prod-section .prod-content .redirect-btn:before {
  content: '';
  width:3rem;
  height:2.6rem;
  background:#ccc;
  margin-right:1rem;
  background:url(../images/redirect.png) no-repeat center 0 / 100%;
}

.prod-section .prod-content .redirect-btn.wishlist:before {
  background:url(../images/wishlist.png) no-repeat center 0 / 100%;
}

.prod-section .prod-content .redirect-btn:after {
  content:'';
  position: absolute;
  left: .3rem;
  right: .3rem;
  top: .3rem;
  bottom: .3rem;
  box-sizing: border-box;
  border: .1rem solid #442200;
}

.prod-section .prod-content .redirect-btn.disabled {
  background:#a9a9a9;
  border-color: #505050;
  color:#505050;
}

.prod-section .prod-content .redirect-btn.disabled:before {
  display: none;
}

.prod-section .prod-content .redirect-btn.disabled:after {
  border-color: #505050;
}

.prod-section .prod-content .item {
  flex-direction: row;
  margin-bottom:2.2rem;
}

.prod-section .prod-content.song {
  margin-top:0;
  padding-top:2rem;
  border-top: .1rem solid #442200;
}

.prod-section .prod-content .item-title {
  font-weight:700;
  margin-bottom:2rem;
}

.prod-section .prod-content .item .key {
  width:22%;
  font-weight: 700;
  word-spacing: .5rem;
}

.type-2 .prod-section .prod-content .item .key {
  width:30%;
}

.footer {
  background:#aeb4c2 url(../images/footer-bg.jpg) top left;
  height:23rem;
  color:#fff;
  font-size:1.2rem;
}

.footer .wrap {
  justify-content: center;
}

.footer .producer {
  margin-bottom:2rem;
}

.footer .producer ul {
  flex-direction: row;
  justify-content: center;
}

.footer .producer ul li {
  margin-right:3rem;
}

.footer .producer ul li:last-child {
  margin-right:0;
}

.footer .producer img {
  width:21.2rem;
  height:7.8rem;
}

.footer .copyright {
  text-align: center;
}

.sidebar {
  position:fixed;
  width:5.5rem;
  height:26.4rem;
  right:2rem;
  bottom:1rem;
  z-index:20;
  justify-content: space-between;
}

.stick {
  position: fixed;
  z-index:30;
}

.reserve,
.totop {
  color:#442200;
}

.reserve {
  height:19.6rem;
  width:5.5rem;
  border-radius: 5.5rem;
  box-sizing: border-box;
  border: .3rem solid #442200;
  right:2rem;
  bottom:8rem;
  writing-mode: vertical-rl;
  display: flex;
  background:#E3E1DF;
  justify-content: center;
  align-items: center;
  font-size:2.5rem;
}

.reserve:before {
  content:'';
  width:3.4rem;
  height:3rem;
  background: url(../images/cart.png) no-repeat center/100%;
  margin-top:-.5rem;
  margin-bottom:1rem;
}

.totop {
  height:5.5rem;
  width:5.5rem;
  bottom:1rem;
  right:2rem;
  border-radius: 100%;
  box-sizing: border-box;
  border: .3rem solid #442200;
  background:#E3E1DF url(../images/totop.png) no-repeat center/50%;
}

.reserve,
.totop {
  transition:background 0.2s linear;
}

.reserve:hover,
.totop:hover {
  background-color: #998866;
}

.reserve:after,
.totop:after {
  content:'';
  position: absolute;
  border-radius: 5.5rem;
  border: .1rem solid #442200;
  top: .2rem;
  right: .2rem;
  left: .2rem;
  bottom: .2rem;
}

.window {
  position:fixed;
  z-index:31;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100vh;
  max-width:90vw;
  height:90vh;
  margin:auto;
  box-sizing: border-box;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transform: translateY(0) scale(1.2);
  opacity:0;
  transition:visibility 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

.window img {
  position: absolute;
  width:100%;
}

.window.active {
  transform: translateY(0) rotateY(0) scale(1);
  opacity:1;
  visibility: visible;
}

.window.clothes {
  width:52.2vh;
  height:85vh;
}

.window.sub-chara {
  width:110vh;
  height:92vh;
}

.window.shop-vertical {
  width:62vh;
  height:95vh;
}

.window.shop-horizontal {
  width:120vh;
  height:78vh;
}

.window.clothes img {
  bottom:1.05vh;
}

.window.clothes:before {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  margin:auto;
  background:url(../images/chara/chara-clothes/clothes-bg.png) no-repeat center bottom 0 / 100%;
  z-index:-1;
}

#window-mask {
  position:fixed;
  background:#000;
  opacity:0.7;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:30;
  opacity:0;
  visibility:hidden;
  transition:visibility 0.5s ease, opacity 0.5s ease;
}

#window-mask.active {
  visibility: visible;
  opacity:0.7;
}

@media screen and (max-width: 1620px) {
  .nav .lang-nav .lang-title {
    display: none;
  }
}

@media screen and (max-width: 1450px) {
  .nav .lang-nav {
    right:1rem;
  }
  .nav .lang-select li {
    margin-right:1rem;
  }
  .nav .lang-select li a:before {
    display: none;
  }
}

@media screen and (max-width: 1380px) {
  .character .wrap {
    width:auto;
  }
  .sub-chara-thumb {
    width:28rem;
    height:17.2rem;
  }
  .sub-chara-thumb .name {
    font-size:4.6rem;
  }
  .sub-chara-thumb .cv {
    font-size:1.6rem;
  }
}

@media screen and (max-width: 1330px) {
  .story .wrap {
    width:auto;
  }
  .story .story-img {
    width:90rem;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size:1.5vw;
  }
  body {
    min-width: auto;
  }
  .main {
    display: none;
  }
  .mobile {
    display: initial;
  }

  .wrap {
    width:100%;
  }

  header {
    height:125rem;
    background-image: url(../images/kv/mo-kvbg.jpg);
  }
  header:before {
    display: none;
  }
  header .slogan {
    top:9.5rem;
  }
  header .chara {
    width:76rem;
    height:106.9rem;
    bottom:3rem;
    left:50%;
    transform: translateX(-45%);
  }
  .nav {
    width:32.5%;
    position:fixed;
    height:auto;
    right:-32.5%;
    top:0;
    bottom:0;
    border:0;
    z-index:30;
    background:rgba(31, 33, 63, 0.8);
    overflow: auto;
    transition:transform 0.3s ease;
  }
  .nav:before {
    display: none;
  }
  .nav.active {
    transform: translateX(-100%);
  }
  .nav .wrap {
    height:auto;
  }
  .nav .main-nav {
    padding-top:15rem;
    flex-direction: column;
    justify-content:initial;
    padding-left:1.5rem;
    height:auto;
  }
  .nav .main-nav li {
    flex:0;
    font-size:2.6rem;
    margin-bottom:8rem;
  }
  .nav .main-nav li:after {
    display: none;
  }
  .nav .main-nav a {
    text-align: left;
    align-items:initial;
    color:#fff;
  }
  .nav .lang-nav {
    position: static;
    height:auto;
    font-size:1.2rem;
    margin-left:1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: initial;
    margin-top:8rem;
  }
  .nav .lang-nav .lang-title {
    display: initial;
    color:#fff;
    margin-bottom:2rem;
  }
  .nav .lang-select {
    flex-direction: column;
    margin-right:0;
  }
  .nav .lang-select li {
    width:auto;
    margin-left:4rem;
    margin-right:0;
    margin-bottom:2rem;
    box-shadow: none;
  }
  .nav .lang-select li a {
    display: block;
  }
  .nav .lang-select li a:before {
    display: initial;
    width:3rem;
    height:3rem;
    top:0;
    bottom:0;
    margin:auto;
    left:-4rem;
    padding:.5rem;
    border-color: #ccc;
  }
  .nav .lang-select li img {
    width:6rem;
  }

  .cg-separator.cg-1:before {
    background: url(../images/cg/cg-1.jpg) no-repeat center 0 / cover;
  }
  .cg-separator.cg-2 {
    background: url(../images/cg/cg-2.jpg) no-repeat center 0 / cover;
  }
  .cg-separator.cg-3 {
    background: url(../images/cg/cg-3.jpg) no-repeat center 0 / cover;
  }
  .cg-separator.cg-3-2 {
    background: url(../images/cg/cg-3-2.jpg) no-repeat center 0 / cover;
  }
  .cg-separator.cg-4 {
    background: url(../images/cg/cg-4.jpg) no-repeat center 0 / cover;
  }
  .cg-separator.cg-4-2 {
    background: url(../images/cg/cg-4-2.jpg) no-repeat center 0 / cover;
  }

  .content-widget {
    min-width: auto;
    margin:auto;
  }
  .content-widget .wrap {
    width:95%;
  }
  .latest {
    padding:5rem 0 5rem 0;
    background:url(../images/mo-shading-1.png) no-repeat top right 0 / cover;
  }
  .latest .wrap {
    flex-direction: column;
  }
  .latest .news,
  .latest .sns {
    width:100%;
  }
  .latest .news {
    margin-bottom:5rem;
  }
  .latest .news-list {
    font-size:2.4rem;
  }
  .latest .sns {
    width:100%;
  }
  .latest .sns .frame {
    height:300px;
  }
  .story .story-top,
  .story .story-bottom {
    flex-direction: column;
    font-size:2.4rem;
  }
  .story .story-top {
    margin-bottom:3rem;
  }
  .story .story-img {
    width:100%;
  }
  .story .story-text-1,
  .story .story-text-2 {
    margin-top:3rem;
    padding-left:3rem;
    writing-mode: initial;
  }
  .story .story-video {
    margin-top:0;
    width:100%;
    height:40rem;
  }
  .chara-wrap {
    width:100%;
  }
  .xiahui.chara-wrap {
    margin-top:10rem;
  }
  .xialu .chara-words,
  .satsuki .chara-words,
  .xiahui .chara-words {
    width:80%;
    align-self: center;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:1rem;
    position:relative;
  }
  .type-2 .xialu .chara-words,
  .type-2 .satsuki .chara-words,
  .type-2 .xiahui .chara-words {
    width:90%;
  }
  .type-2 .satsuki .chara-words {
    font-size:2.3rem;
  }
  .type-2 .xiahui .chara-words {
    margin:0;
  }
  .satsuki .chara-words {
    width:90%;
  }
  .xialu .chara-words p:first-child {
    margin-right:20%;
  }
  .chara-img {
    position:static;
  }
  .xialu .chara-img {
    width:100%;
    height:auto;
  }
  .satsuki .chara-img {
    width:135%;
    height:auto;
    margin-left:-16rem;
  }
  .xiahui .chara-img {
    width:65%;
    height:auto;
    margin-left:11rem;
  }
  .chara-wrap .extra-view,
  .xialu .chara-wrap .extra-view,
  .satsuki .chara-wrap .extra-view {
    top:auto;
    bottom:85rem;
  }
  .chara-info-wrap {
    flex-direction: column;
    height:82rem;
  }
  .xialu .chara-info-wrap {
    background: url(../images/chara/xialu/mo-xialu-bg.png) no-repeat left top 100% / 100%;
  }
  .satsuki .chara-info-wrap {
    background: url(../images/chara/satsuki/mo-satsuki-bg.png) no-repeat left top 100% / 100%;
  }
  .xiahui .chara-info-wrap {
    height:55.8rem;
    background: url(../images/chara/xiahui/mo-xiahui-bg.png) no-repeat left top 100% / 100%;
  }
  .chara-info {
    margin-top:9rem;
  }
  .xiahui .chara-info {
    margin-top:12rem;
  }
  .chara-info .name {
    margin-bottom:2.5rem;
  }
  .chara-info .voice-info {
    flex-direction: row;
    align-items: center;
    margin-bottom:1.5rem;
  }
  .chara-info .voice-info .cv {
    margin-right:2rem;
  }
  .chara-info .voice-info .voice-sample {
    margin-top:0;
  }
  .chara-info .intro {
    font-size:2.3rem;
    margin-bottom:1rem;
  }
  .type-2 .satsuki .chara-info .intro {
    font-size:2rem;
  }
  .chara-info .intro p {
    display: flex;
    flex-direction: column;
  }
  .chara-clothes {
    margin-top:0;
  }
  .chara-clothes a img {
    height:30rem;
    width:auto;
  }
  .sub-chara-wrap {
    justify-content: center;
    flex-direction: column;
    margin-top:2rem;
  }
  .sub-chara-thumb {
    margin-right:2rem;
    margin-top:2rem;
    width:30rem;
    height:18.4rem;
  }
  .sub-chara-thumb:last-child {
    margin-right:0;
  }
  .prod-wrap {
    flex-direction: column;
  }
  .prod-wrap .row {
    margin-bottom:8rem;
  }
  .prod-wrap .row:last-child {
    margin-bottom:0;
  }
  .prod-section {
    width:auto;
  }
  .prod-section .prod-content .item-content {
    font-size:2rem;
  }
  .window.clothes {
    height:70vh;
  }
  .prod-section .prod-content .preview.main {
    display: none;
  }
  .prod-section .prod-content .preview.mobile {
    display: inline-block;
  }
  .totop {
    height:8rem;
    width:8rem;
    z-index:10;
  }
  .reserve {
    top:3rem;
    right:4rem;
    width:6rem;
    height:6rem;
    border-radius: 0;
    border:0;
    background:none;
  }
  .reserve:hover {
    background:none;
  }
  .reserve:before {
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:0;
    margin:0;
    width:100%;
    height:100%;
    background: url(../images/mo-cart.png) no-repeat center/100%;
  }
  .reserve:after {
    display: none;
  }
  .reserve span {
    display: none;
  }
  .menu-btn {
    position:fixed;
    width:6rem;
    height:6rem;
    top:3rem;
    right:13rem;
    background: url(../images/mo-menu.png) no-repeat center/100%;
    transition:background 0.2s linear;
  }
  .menu-btn.active {
    background: url(../images/mo-back.png) no-repeat center/100%;
  }
}
