@charset "UTF-8";

/* ================================================================ *
 * MIXIN
 * ================================================================ */

@font-face {
  font-family: 'myFont';
  src: url("webfont.woff") format("woff");
}

/* ================================================================ *
 * 変数
 * ================================================================ */

/* ================================================================ *
 * BODY
 * ================================================================ */

body {
  color: #fff;
  background: #000;
  font: 15px/170% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
}

body.pp {
  overflow: hidden;
}

a:link,
a:visited {
  color: #80ccda;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:active,
a:hover {
  color: #e30038;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

.small {
  font-size: 80%;
  letter-spacing: 0;
  line-height: 140%;
}

/* ================================================================ *
 * 共通
 * ================================================================ */

#container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  min-width: 1020px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/bg_red.png) 50% 0px;
  background-attachment: fixed;
}

#container.wide:after,
#container.wide:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background: #e30038;
}

#container.wide:after {
  left: -2px;
}

#container.wide:before {
  right: -2px;
}

#sc_nav {
  display: none;
}

#menu {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  min-width: 1020px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  border-top: 2px solid #e30038;
  border-bottom: 2px solid #e30038;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#menu h1 {
  padding: 9px 40px 0 20px;
}

#menu h1 img {
  width: 250px;
}

#menu ul {
  font-family: 'myFont';
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1050px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#menu ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  letter-spacing: -1px;
}

#menu ul li.tokuten,
#menu ul li.product {
  letter-spacing: 0;
}

#menu ul li.character {
  letter-spacing: -2px;
}

#menu ul li:before,
#menu ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-left: 1px solid #e30038;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

#menu ul li:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #e30038;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: calc(100% - 4px);
  -webkit-transform: skewX(-20deg) scaleY(0);
  transform: skewX(-20deg) scaleY(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#menu ul li a,
#menu ul li span {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  font-weight: normal;
}

#menu ul li:not(.soon):hover:before,
#menu ul li.on:before {
  -webkit-transform: skewX(-20deg) scaleY(1);
  transform: skewX(-20deg) scaleY(1);
}

#menu ul li:not(.soon):hover a,
#menu ul li.on a {
  color: #000;
}

#menu ul li span.soon {
  color: rgba(255, 255, 255, 0.5);
}

#menu ul li.blog:before {
  width: 120%;
}

#header {
  text-align: center;
  padding: 130px 0 0px;
  position: relative;
  z-index: 10;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg_black.png) 50% 0px;
  background-attachment: fixed;
}

#header .before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  background: url(../img/bg_black.png) 50% 0px;
  background-attachment: fixed;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

#header h1 {
  position: relative;
}

#header .pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  margin-top: 30px;
}

#header .pagenav li {
  position: relative;
  margin: 0 5px 5px;
}

#header .pagenav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  color: #fff;
  padding: 0 80px;
  z-index: 1;
  font-size: 85%;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 3px;
}

#header .pagenav li:before,
#header .pagenav li:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 0;
}

#header .pagenav li:after {
  width: 0;
  background: #fff;
  border: none;
  height: calc(100% + 2px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#header .pagenav li:hover a {
  color: #000;
}

#header .pagenav li:hover:after {
  width: calc(100% + 2px);
}

.wrapper {
  padding: 180px 10px 100px;
}

section.pg {
  position: relative;
  z-index: 10;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 8px solid #000;
  padding: 20px;
  margin-bottom: 40px;
}

section.pg header {
  position: relative;
  z-index: 1;
  color: #000;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  padding: 10px 0 0 60px;
}

section.pg header .wrap {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  position: relative;
}

section.pg header h1 {
  position: relative;
  top: 10px;
  letter-spacing: 15px;
  font-size: 48px;
  line-height: 130%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
}

section.pg header .aori {
  font-size: 28px;
  line-height: 130%;
  color: #999;
  padding-left: 5px;
  position: relative;
  top: 5px;
  margin-top: 5px;
}

section.pg header:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -40px;
  z-index: -1;
  background: #fff;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

section.pg header:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: -20px;
  z-index: -1;
  background: #fff;
  border-bottom: 3px solid #000;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

section.pg .box {
  background: url(../img/box_bg.png);
  margin-top: -80px;
  padding: 180px 30px 70px;
}

section.pg .box .h02 {
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  font-size: 125%;
  line-height: 130%;
  background: #000;
  margin-bottom: 20px;
  margin-top: 50px;
}

section.pg .box .h02:nth-of-type(1) {
  margin-top: 0;
}

section.pg .box .h03 {
  position: relative;
  z-index: 1;
  padding: 1px 10px;
  margin-bottom: 10px;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.2);
}

section.pg .box .h03:nth-of-type(1) {
  margin-top: 0;
}

section.pg .box .inbox {
  padding: 0 10px;
}

section.pg .box .col {
  margin-bottom: 70px;
}

section.pg .box .col:nth-last-of-type(1) {
  margin-bottom: 0;
}

#footer {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  color: #fff;
}

#footer .foot_nav {
  display: none;
}

#footer .foot {
  padding: 50px 0;
  border-bottom: 1px solid rgba(227, 0, 56, 0.5);
  text-align: center;
}

#footer .wrap {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .sns {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .sns .follew,
#footer .sns .share {
  padding: 13px 40px 18px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#footer .sns .share {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#footer .sns p {
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-size: 75%;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.7);
}

#footer .copy_wrap {
  text-align: right;
  padding: 50px 0;
  background: #000;
  text-align: center;
}

#footer .copy_wrap .bro {
  margin-bottom: 15px;
}

#footer .copy_wrap .bro a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 30px 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 10px;
}

#footer .copy_wrap .bro a:hover {
  background: #e30038;
}

#footer .copy_wrap .links {
  margin: 40px auto;
}

#footer .copy_wrap .links li {
  display: inline-block;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  font-size: 0.8em;
  line-height: 1.0em;
  vertical-align: middle;
}

#footer .copy_wrap .links li:first-child {
  border-width: 0 1px;
}

#footer .copy_wrap .links li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
}

#footer .copy_wrap .links li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -2;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#footer .copy_wrap .links li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#footer .copy_wrap .copy {
  font-size: 10px;
  line-height: 170%;
  padding: 0 20px;
}

table.spec {
  width: 100%;
  border-top: 1px solid #fff;
}

table.spec tr {
  border-bottom: 1px solid #fff;
}

table.spec th {
  text-align: right;
  padding: 8px 30px 8px 20px;
  font-size: 90%;
  position: relative;
}

table.spec th:after {
  content: "-";
  line-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.7);
}

table.spec td {
  text-align: left;
  padding: 8px 10px 8px 25px;
  word-wrap: break-word;
}

.btn {
  position: relative;
  max-width: 400px;
  width: 80%;
  margin: 50px auto 0;
  text-align: center;
}

.btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 20px;
  color: #fff;
  z-index: 1;
  font-size: 85%;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: 0px;
}

.btn a .ya {
  display: inline-block;
  letter-spacing: -1px;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 0;
  background: #e30038;
}

.btn:after {
  width: 0;
  background: #fff;
  border: none;
  height: calc(100% + 2px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:hover a {
  color: #000;
}

.btn:hover:after {
  width: calc(100% + 2px);
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

/* ================================================================ *
 * index
 * ================================================================ */

#index #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

#index #splash p.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
  transform: translate(-50%, -50%) rotate(-6deg);
  color: #000;
  font-weight: bold;
  z-index: calc(100% + 10px);
  width: 110%;
  text-align: center;
  padding: 10px 70px;
  letter-spacing: 10px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#index #splash p.catch span {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #e30038;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #splash p.par {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  color: #e30038;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
}

#index #splash p.par span {
  font-size: 20px;
}

#index #splash.on {
  opacity: 0;
  pointer-events: none;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

#index #container {
  padding-top: 960px;
  background: none;
  pointer-events: none;
}

#index #container.peon {
  pointer-events: auto;
}

#index #container .pslogo {
  position: absolute;
  width: 150px;
  top: 15px;
  left: 15px;
  z-index: 10;
}

#index #container .top_head {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: -200px;
}

#index #container .top_head:before,
#index #container .top_head:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#index #container .top_head:after {
  background: url(../img/bg_red.png) 30% 80%;
  background-size: 900px auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -ms-transform: rotate(-6deg);
  -ms-transform-origin: 0 100%;
}

#index #container .top_head:before {
  background: #000;
  border-bottom: 1px solid #e30038;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewY(-8.5deg);
  transform: skewY(-8.5deg);
  top: 30px;
}

#index #menu {
  position: fixed;
  top: auto;
  bottom: 10px;
  height: 60px;
}

#index #menu h1 {
  padding: 12px 40px 0 20px;
}

#index #menu ul li a,
#index #menu ul li span {
  line-height: 60px;
}

#index #footer .copy_wrap {
  padding-bottom: 100px;
}

#index #top {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  min-width: 1020px;
  min-width: 1250px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 0px);
  min-height: 800px;
  max-height: 930px;
  background: url(../img/index_topimg_02.jpg?0) 0 0 no-repeat;
  background-size: auto 100%;
}

#index #top .ctt {
  position: absolute;
  right: 0;
  top: calc(50% - 95px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}

#index #top .ctt .bnr {
  display: inline-block;
  position: relative;
  overflow: hidden;
  right: -20px;
  top: 10px;
  padding: 10px 30px 10px 60px;
  width: 430px;
  background: rgba(227, 0, 56, 0.4);
  border: 1px solid rgba(227, 0, 56, 0.5);
  -webkit-transform: rotate(-8.1deg);
  transform: rotate(-8.1deg);
  -webkit-box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.2);
  box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.2);
}

#index #top .ctt .bnr:after {
  content: "TOPICS";
  display: block;
  width: 150px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 25px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 30px;
  line-height: 25px;
  border-top: 1px solid #e30038;
  background: rgba(0, 0, 0, 0.2);
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#index #top .ctt .bnr .sl {
  width: 320px;
  overflow: hidden;
}

#index #top .ctt .bnr ul {
  position: relative;
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #top .ctt .bnr ul li {
  width: 320px;
}

#index #top .ctt .bnr .maru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}

#index #top .ctt .bnr .maru li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #top .ctt .bnr .maru li:hover {
  background: #fff;
}

#index #top .ctt .bnr .maru li.on {
  background: #e30038;
}

#index #top .owb {
  position: absolute;
  top: 80%;
  left: 30px;
  margin-top: 10px;
  line-height: 130%;
  width: 450px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  text-align: center;
  margin-right: 30px;
  color: #000;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  color: #e30038;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #top .owb:hover {
  background: #fff;
}

#index #content {
  position: relative;
  width: 100%;
  color: #fff;
}

#index #content .bg {
  position: relative;
  background: url(../img/bg_red.png) 50% -120px;
  z-index: 1;
  padding: 70px 0 0;
}

#index #content .content_head {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: -200px;
}

#index #content .content_head:before,
#index #content .content_head:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

#index #content .content_head:after {
  background: url(../img/bg_red.png) 50% calc(100% - 120px);
  z-index: 1;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

#index #content .content_head:before {
  background: #000;
  border-top: 1px solid #e30038;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewY(-8.1deg);
  transform: skewY(-8.1deg);
  top: -40px;
  z-index: 0;
}

#index #content .box {
  position: relative;
  z-index: 10;
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #content #update,
#index #content #twitter {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0 20px;
  padding: 130px 30px 50px;
}

#index #content #update:before,
#index #content #twitter:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

#index #content #update {
  background: url(../img/index_ttl_update.png) 0 45px no-repeat;
}

#index #content #update dl {
  height: 200px;
  overflow-y: scroll;
  padding: 5px 10px 0 0;
  margin: 0;
}

#index #content #update dl dt {
  font-size: 80%;
  line-height: 130%;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 5px 0;
  margin-top: 10px;
}

#index #content #update dl dt:nth-of-type(1) {
  border: none;
}

#index #content #update dl dd {
  font-size: 90%;
  line-height: 140%;
  padding: 5px 5px 0;
}

#index #content #update dl dd:nth-last-of-type(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#index #content #update dl dd a,
#index #content #update dl dd span {
  color: #fff;
  cursor: pointer;
}

#index #content #update dl dd a:hover,
#index #content #update dl dd span:hover {
  color: #80ccda;
}

#index #content #twitter {
  background: url(../img/index_ttl_twitter.png) 0 45px no-repeat;
}

#index #footbnr {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #e30038;
}

#index #footer {
  background: #000;
  border-top: 1px solid rgba(227, 0, 56, 0.5);
}

/* ================================================================ *
 * news
 * ================================================================ */

#news section.pg .box p {
  margin: 10px 0;
}

#news section.pg header {
  padding: 30px 20px 0 35px;
}

#news section.pg header h1 {
  font-size: 200%;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 0;
}

#news section.pg header .date {
  font-weight: bold;
  color: #999;
  font-size: 130%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
}

#news section.pg div.attention {
  font-size: 85%;
  line-height: 130%;
  padding: 5px 10px;
  border: 1px dotted #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
}

#news section.pg div.attention p {
  padding-left: 1em;
  text-indent: -1em;
}

#news section.pg div.attention li {
  margin: 5px 0;
  padding-left: 2em;
  text-indent: -1em;
  color: #eee;
}

#news section.pg ul.attention2 {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 30px;
}

#news section.pg ul.attention2 li {
  font-size: 80%;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 130%;
  margin: 8px 0;
}

#news section.pg .line_aori {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

#news section.pg .inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#news section.pg .inner_box .inner_mini2 {
  margin: 0 0 0 30px;
}

#news .spec th {
  white-space: nowrap;
}

/* ================================================================ *
 * product
 * ================================================================ */

#product #item .imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 90%;
  line-height: 140%;
  margin-bottom: 50px;
}

#product #item .imgwrap .img {
  position: relative;
  width: 340px;
  margin: 0 30px;
  text-align: center;
}

#product #item .imgwrap .img img {
  padding: 8px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
}

#product #item .tbl {
  padding: 0 50px;
}

#product #item table.spec th {
  padding: 8px 40px 8px 20px;
  width: 35%;
}

#product #item table.spec td {
  padding: 8px 20px 8px 40px;
}

#product #item table.spec .castcel {
  display: inline-block;
  margin-right: 20px;
}

#product #gentei header {
  padding: 20px 0 0 30px;
}

#product #gentei header .wrap {
  display: block;
}

#product #gentei header h1 {
  letter-spacing: 5px;
}

#product #gentei table.spec th {
  width: 180px;
  text-align: center;
}

#product #gentei .inbox .img {
  text-align: center;
}

#product #gentei .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product #gentei .wrap .cdimg {
  margin-right: 20px;
}

/* ================================================================ *
 * story
 * ================================================================ */

#story #container {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#story #container .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/bg_white.png) 50% 0px, url(../img/story_bg.jpg) 50% 0 no-repeat;
  background-size: auto,cover;
  background-attachment: fixed;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#story #container.on .bg {
  opacity: 1;
}

#story #container.on section.pg {
  background: transparent;
  border-color: rgba(161, 0, 39, 0.8);
  border: none;
  margin-bottom: 100px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#story #container.on section.pg header {
  -webkit-transition: all 0.8s ease-out 0.3s;
  transition: all 0.8s ease-out 0.3s;
}

#story #container.on section.pg header:after,
#story #container.on section.pg header:before {
  background: none;
}

#story #container.on section.pg header:after {
  border-bottom: 2px solid #e30038;
}

#story #container.on section.pg header h1 {
  color: #e30038;
}

#story #container.on section.pg:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: url(../img/bg_white.png) 50% 0px, url(../img/story_bg.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: auto,100% auto;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.8s ease-out 0.3s;
  transition: all 0.8s ease-out 0.3s;
}

#story #container.on section.pg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#story #container.on .box {
  background: none;
  text-shadow: -3px -2px 0 rgba(227, 0, 56, 0.4), 3px 1px 0 rgba(0, 160, 221, 0.4);
  padding: 148px 38px 58px;
}

#story .box {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  font-weight: bold;
  text-shadow: 0px 0px 0 rgba(227, 0, 56, 0.4), 0px 0px 0 rgba(0, 160, 221, 0.4);
}

#story .box p {
  margin-bottom: 30px;
}

#story #story_txt .box {
  font-size: 120%;
  line-height: 200%;
}

#story #keyword dl {
  margin: 0;
}

#story #keyword dl dt {
  font-size: 200%;
  line-height: 130%;
  margin-bottom: 10px;
}

#story #keyword dl dd {
  text-shadow: none;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","メイリオ","Meiryo","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  font-weight: normal;
}

#story #keyword dl dd:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}

/* ================================================================ *
 * character
 * ================================================================ */

#character #container {
  background: url(../img/bg_black.png) 50% 0px;
  background-attachment: fixed;
}

#character #footer {
  border-top: 1px solid rgba(227, 0, 56, 0.5);
}

#character .ch_wrapper {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  background-position: 50% 0px;
  background-attachment: fixed;
}

#character .ch_wrapper .box {
  position: relative;
  width: 1000px;
  height: 740px;
  margin: 0 auto;
  z-index: 10;
}

#character .ch_wrapper .box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#character .ch_wrapper .box .txt {
  position: absolute;
  right: 0px;
  top: 150px;
}

#character .ch_wrapper .box .txt .voice {
  border: 1px solid #000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

#character .ch_wrapper .box .txt .voice.main {
  width: 100%;
}

#character .ch_wrapper .box .txt .voice dt {
  width: 130px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#character .ch_wrapper .box .txt .voice dt:after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background: #000;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

#character .ch_wrapper .box .txt .voice dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 7px 0 7px 20px;
  color: #000;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#character .ch_wrapper .box .txt .voice dd .voicebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  cursor: pointer;
}

#character .ch_wrapper .box .txt .voice dd .voicebtn span {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../../character/img/btn_play.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#character .ch_wrapper .box .txt .voice dd .voicebtn.on span {
  background-position: 100% 0;
}

#character .ch_wrapper .box .txt .voice.white {
  border-color: #fff;
  font-weight: bold;
}

#character .ch_wrapper .box .txt .voice.white dt:after {
  background: #fff;
}

#character .ch_wrapper .box .txt .voice.white dd {
  color: #fff;
}

#character .ch_wrapper .box .txt .voice.white dd .voicebtn span {
  background-image: url(../../character/img/btn_play_w.png);
}

#character .ch_wrapper .box .txt .voice.tsukimi dt {
  color: #7fcdec;
}

#character .ch_wrapper .box .txt .voice.izuna dt {
  color: #aace36;
}

#character .ch_wrapper .box .txt .voice.kurama dt {
  color: #6b1685;
}

#character .ch_wrapper .box .txt .voice.noin dt {
  color: #f19ebc;
}

#character .ch_wrapper .box .txt .voice.amon dt {
  color: #ffec51;
}

#character .ch_wrapper .box .txt .voice.hasegawa dt {
  color: #253176;
}

#character .ch_wrapper .box .txt .voice.matsuri dt {
  color: #c63379;
}

#character .ch_wrapper .box .txt .voice.rakia dt {
  color: #f7b520;
}

#character .ch_wrapper .box .txt .voice.shirakawa dt {
  color: #41a0be;
}

#character .ch_wrapper .box .txt .voice.yodaka dt {
  color: #900019;
}

#character .ch_wrapper .footer {
  position: relative;
  z-index: 1000;
  height: 180px;
  background: url(../img/bg_black.png) 50% 0px;
  background-attachment: fixed;
}

#character .ch_wrapper .footer .foot_before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url(../img/bg_black.png) 50% 0px #000;
  background-attachment: fixed;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

#character .ch_wrapper .footer .nav {
  position: absolute;
  width: 800px;
  top: -50px;
  right: -20px;
  z-index: 1001;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#character .ch_wrapper .footer .nav li {
  position: relative;
  width: 90px;
  margin: 0 6px 15px;
  height: 45px;
}

#character .ch_wrapper .footer .nav li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 108%;
  height: 100%;
  left: -8%;
  background-size: cover;
  background-position: 110% 100%;
  background-repeat: no-repeat;
}

#character .ch_wrapper .footer .nav li:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 4px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  border: 2px solid #e30038;
  z-index: 0;
}

#character .ch_wrapper .footer .nav li.ichigo a {
  background-image: url(../../character/img/thumb_ichigo.png);
}

#character .ch_wrapper .footer .nav li.ichigo:before {
  background-color: #e60039;
}

#character .ch_wrapper .footer .nav li.tsukimi a {
  background-image: url(../../character/img/thumb_tsukimi.png);
}

#character .ch_wrapper .footer .nav li.tsukimi:before {
  background-color: #7fcdec;
}

#character .ch_wrapper .footer .nav li.izuna a {
  background-image: url(../../character/img/thumb_izuna.png);
}

#character .ch_wrapper .footer .nav li.izuna:before {
  background-color: #aace36;
}

#character .ch_wrapper .footer .nav li.kurama a {
  background-image: url(../../character/img/thumb_kurama.png);
}

#character .ch_wrapper .footer .nav li.kurama:before {
  background-color: #6b1685;
}

#character .ch_wrapper .footer .nav li.noin a {
  background-image: url(../../character/img/thumb_noin.png);
}

#character .ch_wrapper .footer .nav li.noin:before {
  background-color: #f19ebc;
}

#character .ch_wrapper .footer .nav li.amon a {
  background-image: url(../../character/img/thumb_amon.png);
}

#character .ch_wrapper .footer .nav li.amon:before {
  background-color: #ffec51;
}

#character .ch_wrapper .footer .nav li.hasegawa a {
  background-image: url(../../character/img/thumb_hasegawa.png);
}

#character .ch_wrapper .footer .nav li.hasegawa:before {
  background-color: #253176;
}

#character .ch_wrapper .footer .nav li.matsuri a {
  background-image: url(../../character/img/thumb_matsuri.png);
}

#character .ch_wrapper .footer .nav li.matsuri:before {
  background-color: #c63379;
}

#character .ch_wrapper .footer .nav li.rakia a {
  background-image: url(../../character/img/thumb_rakia.png);
}

#character .ch_wrapper .footer .nav li.rakia:before {
  background-color: #f7b520;
}

#character .ch_wrapper .footer .nav li.shirakawa a {
  background-image: url(../../character/img/thumb_shirakawa.png);
}

#character .ch_wrapper .footer .nav li.shirakawa:before {
  background-color: #41a0be;
}

#character .ch_wrapper .footer .nav li.yodaka a {
  background-image: url(../../character/img/thumb_yodaka.png);
}

#character .ch_wrapper .footer .nav li.yodaka:before {
  background-color: #900019;
}

#character .ch_wrapper .footer .nav li.soukanzu {
  width: 250px;
}

#character .ch_wrapper .footer .nav li.soukanzu:before {
  background-color: #e30038;
  z-index: -1;
  background: #e30038;
}

#character .ch_wrapper .footer .nav li.soukanzu a {
  padding: 7px 30px 5px 10px;
  width: 100%;
  left: 0;
}

#character.all .ch_wrapper {
  padding: 0;
  background-image: url(../../character/img/bg_ichiko.png);
}

#character.all .ch_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#character.all .ch_wrapper .box {
  height: auto;
  width: 100%;
  z-index: 01;
  max-width: 1200px;
}

#character.all .ch_wrapper ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 750px;
  margin: 0;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  background: #000;
}

#character.all .ch_wrapper ul.list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#character.all .ch_wrapper ul.list li:before,
#character.all .ch_wrapper ul.list li:after,
#character.all .ch_wrapper ul.list li a {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 120%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#character.all .ch_wrapper ul.list li:before {
  background-attachment: fixed;
  background-position: 50% 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

#character.all .ch_wrapper ul.list li:after {
  background-repeat: no-repeat,repeat;
}

#character.all .ch_wrapper ul.list li .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%) skewY(-6deg);
  transform: translateY(-50%) skewY(-6deg);
  background: #000;
  letter-spacing: 5px;
  opacity: 0;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#character.all .ch_wrapper ul.list li .txt span {
  display: inline-block;
  letter-spacing: -2px;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

#character.all .ch_wrapper ul.list li .name {
  position: absolute;
  width: 120%;
  height: 200px;
  left: -10px;
  bottom: 0;
  z-index: 1;
}

#character.all .ch_wrapper ul.list li .name:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
  z-index: 0;
}

#character.all .ch_wrapper ul.list li .name img {
  position: absolute;
  bottom: 95px;
  left: 25px;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

#character.all .ch_wrapper ul.list li a {
  z-index: 100;
}

#character.all .ch_wrapper ul.list li:hover {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
  width: 20%;
}

#character.all .ch_wrapper ul.list li:hover:before {
  top: 0;
}

#character.all .ch_wrapper ul.list li:hover .txt {
  opacity: 1;
  letter-spacing: 2px;
}

#character.all .ch_wrapper ul.list li.ichigo {
  background-image: url(../../character/img/bg_ichiko.png);
}

#character.all .ch_wrapper ul.list li.ichigo:after {
  background-image: url(../../character/img/list_ichigo.png);
  background-position: 50% 140px;
}

#character.all .ch_wrapper ul.list li.ichigo .txt {
  top: calc(50% + 60px);
}

#character.all .ch_wrapper ul.list li.ichigo .name {
  bottom: -60px;
}

#character.all .ch_wrapper ul.list li.tsukimi {
  background-image: url(../../character/img/bg_tsukimi.png);
}

#character.all .ch_wrapper ul.list li.tsukimi:after {
  background-image: url(../../character/img/list_tsukimi.png);
  background-position: 50% 120px;
}

#character.all .ch_wrapper ul.list li.tsukimi .txt {
  top: calc(50% + 40px);
}

#character.all .ch_wrapper ul.list li.tsukimi .name {
  bottom: -40px;
}

#character.all .ch_wrapper ul.list li.izuna {
  background-image: url(../../character/img/bg_izuna.png);
}

#character.all .ch_wrapper ul.list li.izuna:after {
  background-image: url(../../character/img/list_izuna.png);
  background-position: 50% 100px;
}

#character.all .ch_wrapper ul.list li.izuna .txt {
  top: calc(50% + 20px);
}

#character.all .ch_wrapper ul.list li.izuna .name {
  bottom: -20px;
}

#character.all .ch_wrapper ul.list li.kurama {
  background-image: url(../../character/img/bg_kurama.png);
}

#character.all .ch_wrapper ul.list li.kurama:after {
  background-image: url(../../character/img/list_kurama.png);
  background-position: 50% 80px;
}

#character.all .ch_wrapper ul.list li.noin {
  background-image: url(../../character/img/bg_noin.png);
}

#character.all .ch_wrapper ul.list li.noin:after {
  background-image: url(../../character/img/list_noin.png);
  background-position: 50% 60px;
}

#character.all .ch_wrapper ul.list li.noin .txt {
  top: calc(50% - 20px);
}

#character.all .ch_wrapper ul.list li.noin .name {
  bottom: 20px;
}

#character.all .ch_wrapper ul.list li.amon {
  background-image: url(../../character/img/bg_amon.png);
}

#character.all .ch_wrapper ul.list li.amon:after {
  background-image: url(../../character/img/list_amon.png);
  background-position: 50% 40px;
}

#character.all .ch_wrapper ul.list li.amon .txt {
  top: calc(50% - 40px);
}

#character.all .ch_wrapper ul.list li.amon .name {
  bottom: 40px;
}

#character.all .ch_wrapper ul.list li.hasegawa {
  background-image: url(../../character/img/bg_hasegawa.png);
}

#character.all .ch_wrapper ul.list li.hasegawa:after {
  background-image: url(../../character/img/list_hasegawa.png);
  background-position: 50% 20px;
}

#character.all .ch_wrapper ul.list li.hasegawa .txt {
  top: calc(50% - 60px);
}

#character.all .ch_wrapper ul.list li.hasegawa .name {
  bottom: 60px;
}

#character.all .ch_wrapper ul.list li.matsuri {
  background-image: url(../../character/img/bg_matsuri.png);
}

#character.all .ch_wrapper ul.list li.matsuri:after {
  background-image: url(../../character/img/list_matsuri.png);
  background-position: 50% 40px;
}

#character.all .ch_wrapper ul.list li.matsuri .txt {
  top: calc(50% - 40px);
}

#character.all .ch_wrapper ul.list li.matsuri .name {
  bottom: 40px;
}

#character.all .ch_wrapper ul.list li.rakia {
  background-image: url(../../character/img/bg_rakia.png);
}

#character.all .ch_wrapper ul.list li.rakia:after {
  background-image: url(../../character/img/list_rakia.png);
  background-position: 50% 40px;
}

#character.all .ch_wrapper ul.list li.rakia .txt {
  top: calc(50% - 40px);
}

#character.all .ch_wrapper ul.list li.rakia .name {
  bottom: 40px;
}

#character.all .ch_wrapper ul.list li.shirakawa {
  background-image: url(../../character/img/bg_shirakawa.png);
}

#character.all .ch_wrapper ul.list li.shirakawa:after {
  background-image: url(../../character/img/list_shirakawa.png);
  background-position: 50% 40px;
}

#character.all .ch_wrapper ul.list li.shirakawa .txt {
  top: calc(50% - 40px);
}

#character.all .ch_wrapper ul.list li.shirakawa .name {
  bottom: 40px;
}

#character.all .ch_wrapper ul.list li.yodaka {
  background-image: url(../../character/img/bg_yodaka.png);
}

#character.all .ch_wrapper ul.list li.yodaka:after {
  background-image: url(../../character/img/list_yodaka.png);
  background-position: 50% 40px;
}

#character.all .ch_wrapper ul.list li.yodaka .txt {
  top: calc(50% - 40px);
}

#character.all .ch_wrapper ul.list li.yodaka .name {
  bottom: 40px;
}

#character.all .footer .nav {
  width: 800px;
}

#character.all .footer .nav li {
  height: 50px;
  width: 106px;
}

#character.all .footer .nav li.soukanzu a {
  padding: 12px 25px 10px 10px;
}

#character.ichigo .ch_wrapper {
  background-image: url(../../character/img/bg_ichiko.png);
}

#character.ichigo .ch_wrapper .box .img {
  background-image: url(../../character/img/img_ichigo.png);
}

#character.tsukimi .ch_wrapper {
  background-image: url(../../character/img/bg_tsukimi.png);
}

#character.tsukimi .ch_wrapper .box .img {
  background-image: url(../../character/img/img_tsukimi.png);
}

#character.izuna .ch_wrapper {
  background-image: url(../../character/img/bg_izuna.png);
}

#character.izuna .ch_wrapper .box .img {
  background-image: url(../../character/img/img_izuna.png);
}

#character.kurama .ch_wrapper {
  background-image: url(../../character/img/bg_kurama.png);
}

#character.kurama .ch_wrapper .box .img {
  background-image: url(../../character/img/img_kurama.png);
}

#character.noin .ch_wrapper {
  background-image: url(../../character/img/bg_noin.png);
}

#character.noin .ch_wrapper .box .img {
  background-image: url(../../character/img/img_noin.png);
}

#character.amon .ch_wrapper {
  background-image: url(../../character/img/bg_amon.png);
}

#character.amon .ch_wrapper .box .img {
  background-image: url(../../character/img/img_amon.png);
}

#character.hasegawa .ch_wrapper {
  background-image: url(../../character/img/bg_hasegawa.png);
}

#character.hasegawa .ch_wrapper .box .img {
  background-image: url(../../character/img/img_hasegawa.png);
}

#character.matsuri .ch_wrapper {
  background-image: url(../../character/img/bg_matsuri.png);
}

#character.matsuri .ch_wrapper .box .img {
  background-image: url(../../character/img/img_matsuri.png);
}

#character.rakia .ch_wrapper {
  background-image: url(../../character/img/bg_rakia.png);
}

#character.rakia .ch_wrapper .box .img {
  background-image: url(../../character/img/img_rakia.png);
}

#character.shirakawa .ch_wrapper {
  background-image: url(../../character/img/bg_shirakawa.png);
}

#character.shirakawa .ch_wrapper .box .img {
  background-image: url(../../character/img/img_shirakawa.png);
  left: -30px;
}

#character.yodaka .ch_wrapper {
  background-image: url(../../character/img/bg_yodaka.png);
}

#character.yodaka .ch_wrapper .box .img {
  background-image: url(../../character/img/img_yodaka.png);
}

/* ================================================================ *
 * gallery
 * ================================================================ */

#gallery .flexwrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gallery .flexwrap .sidemenu {
  position: relative;
  z-index: 10;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 240px;
  margin: 0 15px 0 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 8px solid #000;
  padding: 10px;
  margin-bottom: 40px;
}

#gallery .flexwrap .sidemenu ul {
  background: url(../img/box_bg.png);
  padding: 15px 15px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

#gallery .flexwrap .sidemenu ul li {
  width: 48%;
  height: 60px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  border: 3px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-clip: content-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}

#gallery .flexwrap .sidemenu ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#gallery .flexwrap .sidemenu ul li.tsukimi_01 {
  background-image: url(../../../gallery/img/tsukimi_01.jpg);
}

#gallery .flexwrap .sidemenu ul li.izuna_01 {
  background-image: url(../../../gallery/img/izuna_01.jpg);
}

#gallery .flexwrap .sidemenu ul li.kurama_01 {
  background-image: url(../../../gallery/img/kurama_01.jpg);
}

#gallery .flexwrap .sidemenu ul li.noin_01 {
  background-image: url(../../../gallery/img/noin_01.jpg);
}

#gallery .flexwrap .sidemenu ul li.amon_01 {
  background-image: url(../../../gallery/img/amon_01.jpg);
}

#gallery .flexwrap .sidemenu ul li.hasegawa_01 {
  background-image: url(../../../gallery/img/hasegawa_01.jpg);
}

#gallery .flexwrap .sidemenu ul li.tsukimi_02 {
  background-image: url(../../../gallery/img/tsukimi_02.jpg);
}

#gallery .flexwrap .sidemenu ul li.izuna_02 {
  background-image: url(../../../gallery/img/izuna_02.jpg);
}

#gallery .flexwrap .sidemenu ul li.kurama_02 {
  background-image: url(../../../gallery/img/kurama_02.jpg);
}

#gallery .flexwrap .sidemenu ul li.noin_02 {
  background-image: url(../../../gallery/img/noin_02.jpg);
}

#gallery .flexwrap .sidemenu ul li.amon_02 {
  background-image: url(../../../gallery/img/amon_02.jpg);
}

#gallery .flexwrap .sidemenu ul li.hasegawa_02 {
  background-image: url(../../../gallery/img/hasegawa_02.jpg);
}

#gallery .flexwrap .sidemenu ul li:hover,
#gallery .flexwrap .sidemenu ul li.on {
  outline: 1px solid #e30038;
  border-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#gallery .flexwrap #image {
  padding: 10px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#gallery .flexwrap #image .box {
  margin-top: 0;
  position: relative;
  padding: 20px 0;
}

#gallery .flexwrap #image .box li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#gallery .flexwrap #image .box li.on {
  opacity: 1;
}

#gallery .flexwrap #image .box li .img {
  border: 10px solid rgba(0, 0, 0, 0.5);
}

#gallery .flexwrap #image .box li .txt dl {
  position: relative;
  padding: 10px 20px 20px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 140%;
}

#gallery .flexwrap #image .box li .txt dl dt {
  position: absolute;
  padding: 5px 0;
}

#gallery .flexwrap #image .box li .txt dl dd {
  padding: 5px 10px 5px 100px;
  margin-bottom: 5px;
  text-indent: -1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#gallery .flexwrap #image .box li .txt dl dd:nth-last-of-type(1) {
  border-bottom: none;
}

#gallery .flexwrap #image .box li .txt dl .tsukimi {
  color: #7fcdec;
}

#gallery .flexwrap #image .box li .txt dl .izuna {
  color: #aace36;
}

#gallery .flexwrap #image .box li .txt dl .kurama {
  color: #c052e2;
}

#gallery .flexwrap #image .box li .txt dl .noin {
  color: #f19ebc;
}

#gallery .flexwrap #image .box li .txt dl .amon {
  color: #ffec51;
}

#gallery .flexwrap #image .box li .txt dl .hasegawa {
  color: #6575cf;
}

#gallery .flexwrap #image .box li .txt dl .ichigo {
  color: #e60039;
}

/* ================================================================ *
 * system
 * ================================================================ */

#system .img {
  width: 75%;
  margin: 10px auto 15px;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px;
}

#system #flow .inbox {
  width: 90%;
  margin: 0 auto 40px;
}

#system #flow .check {
  color: #e30038;
  border: 1px solid #e30038;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-top: 30px;
}

#system #flow .check:after {
  content: "CHECK";
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  background: #e30038;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  padding: 0 10px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

/* ================================================================ *
 * special
 * ================================================================ */

#special #header .pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}

#special #header .pagenav li {
  margin-bottom: 10px;
}

#special #header .pagenav li a {
  padding: 0 30px;
}

#special #index header {
  padding-left: 25px;
}

#special #index header h1 {
  letter-spacing: 3px;
}

#special #index .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#special #index .bnr li {
  width: 48%;
  margin: 10px 1%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#special #index .bnr li:hover {
  border: 1px solid #e30038;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

#special #movie .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#special #movie .box li {
  width: 48%;
  margin: 10px 1%;
}

#special #icon header {
  padding: 30px 20px 0 35px;
}

#special #icon header h1 {
  letter-spacing: 0;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  line-height: 110%;
}

#special #icon header h1 span {
  font-size: 70%;
}

#special #icon header p {
  margin-bottom: -5px;
  font-weight: bold;
  color: #999;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
}

#special #icon ul.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#special #icon ul.icon li {
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#special #icon ul.icon li:not(.no):hover {
  border-radius: 0;
  outline: 5px solid #3f3a39;
}

#special #icon ul.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#special #icon ul.header li {
  max-width: 420px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#special #icon ul.header li:hover {
  outline: 5px solid #3f3a39;
}

#special #lottery header,
#special #releaseevent header {
  padding: 10px 0 0 40px;
}

#special #lottery header h1,
#special #releaseevent header h1 {
  letter-spacing: 15px;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 15px;
}

#special #lottery header h1 span,
#special #releaseevent header h1 span {
  font-size: 70%;
  line-height: 1;
  display: block;
  text-indent: -0.5em;
  letter-spacing: 0;
}

#special #lottery .inbox,
#special #releaseevent .inbox {
  margin-bottom: 60px;
}

#special #lottery .spec th,
#special #releaseevent .spec th {
  line-height: 130%;
}

#special #lottery .spec td,
#special #releaseevent .spec td {
  line-height: 150%;
}

#special #lottery .spec .attention,
#special #releaseevent .spec .attention {
  font-size: 75%;
  line-height: 130%;
  padding: 2px 10px;
  border: 1px dotted #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
}

#special #lottery .spec .attention li,
#special #releaseevent .spec .attention li {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #eee;
}

#special #lottery ul.lst,
#special #releaseevent ul.lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#special #lottery ul.lst > li,
#special #releaseevent ul.lst > li {
  padding: 15px;
  position: relative;
}

#special #lottery ul.lst > li h3,
#special #releaseevent ul.lst > li h3 {
  font-size: 110%;
}

#special #lottery ul.lst > li h3 span,
#special #releaseevent ul.lst > li h3 span {
  font-size: 80%;
  line-height: 130%;
  display: block;
}

#special #lottery ul.lst > li .inbox,
#special #releaseevent ul.lst > li .inbox {
  font-size: 85%;
  line-height: 150%;
  padding-left: 0px;
  text-indent: -0.5em;
}

#special #lottery ul.lst > li .img,
#special #lottery ul.lst > li .story_btn,
#special #releaseevent ul.lst > li .img,
#special #releaseevent ul.lst > li .story_btn {
  display: none;
}

#special #lottery ul.lst > li img,
#special #releaseevent ul.lst > li img {
  margin: 0 auto;
}

#special #lottery ul.lst > li.sign,
#special #releaseevent ul.lst > li.sign {
  width: 25%;
}

#special #lottery ul.lst > li.poster,
#special #releaseevent ul.lst > li.poster {
  width: 25%;
}

#special #lottery ul.lst > li.bromaide,
#special #releaseevent ul.lst > li.bromaide {
  width: 50%;
}

#special #lottery dl.attention,
#special #releaseevent dl.attention {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}

#special #lottery dl.attention dt,
#special #releaseevent dl.attention dt {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 5px;
}

#special #lottery dl.attention dd,
#special #releaseevent dl.attention dd {
  font-size: 80%;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 130%;
  margin: 8px 0;
}

#special #ss header {
  padding: 10px 0 0 30px;
}

#special #ss header h1 {
  letter-spacing: 8px;
  font-size: 40px;
  line-height: 150%;
}

#special #ss article {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0px;
  margin: 30px 0;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

#special #ss article h2 {
  margin: 0px;
  padding: 30px 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #e30038;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 160%;
}

#special #ss article h2 span {
  font-size: 70%;
  display: block;
  line-height: 130%;
}

#special #ss article h2:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 80%;
  line-height: 1em;
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#special #ss article h2:hover {
  color: #fff;
  background: #e30038;
  border: 1px solid transparent;
}

#special #ss article .col {
  background: url(../../special/img/ss_bg.png);
  padding: 30px 30px;
  line-height: 30px;
  color: #000;
  display: none;
}

#special #ss article .col p {
  -webkit-transition: all 1s ease-out 0.8s;
  transition: all 1s ease-out 0.8s;
  margin-bottom: 30px;
  opacity: 0;
}

#special #ss article .col p:nth-last-of-type(1) {
  margin-bottom: 70px;
}

#special #ss article .col p:not(.indent) {
  text-indent: -1em;
  padding-left: 1em;
}

#special #ss article .col .tuzuki {
  color: #e30038;
  text-align: center;
  border: 1px solid #e30038;
  padding: 10px;
}

#special #ss article.on {
  background: white;
  padding: 10px 30px 30px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#special #ss article.on h2 {
  padding: 30px 10px;
  margin: 0px 0 5px;
  border: none;
  color: #e30038;
}

#special #ss article.on h2:after {
  -webkit-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
}

#special #ss article.on h2:hover {
  color: #e30038;
  background: none;
}

#special #ss article.on p {
  opacity: 1;
}

#special #christmas_ss header {
  padding: 10px 0 0 40px;
}

#special #christmas_ss header h1 {
  letter-spacing: 15px;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 15px;
}

#special #christmas_ss header h1 span {
  font-size: 70%;
  line-height: 1;
  display: block;
  text-indent: -0.5em;
  letter-spacing: 0;
}

#special #christmas_ss .box {
  margin-top: 0;
}

#special #christmas_ss .box ul li {
  margin: 40px 0 40px 140px;
  position: relative;
}

#special #christmas_ss .box ul li::before {
  width: 100px;
  height: 100px;
  position: absolute;
  content: "";
  left: -140px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#special #christmas_ss .box ul li p {
  border-radius: 7px;
  padding: 20px;
  position: relative;
}

#special #christmas_ss .box ul li p::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#special #christmas_ss .box ul li.tsukimi_c p {
  border: 5px solid rgba(127, 205, 236, 0.75);
}

#special #christmas_ss .box ul li.tsukimi_c p::before {
  border-color: transparent rgba(127, 205, 236, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.tsukimi_c::before {
  background: url(/special/img/christmas_ss/christmas_ss_tsukimi.jpg) 100%/100% no-repeat;
}

#special #christmas_ss .box ul li.izuna_c p {
  border: 5px solid rgba(170, 206, 54, 0.75);
}

#special #christmas_ss .box ul li.izuna_c p::before {
  border-color: transparent rgba(170, 206, 54, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.izuna_c::before {
  background: url(/special/img/christmas_ss/christmas_ss_izuna.jpg) 100%/100% no-repeat;
}

#special #christmas_ss .box ul li.kurama_c p {
  border: 5px solid rgba(107, 22, 133, 0.75);
}

#special #christmas_ss .box ul li.kurama_c p::before {
  border-color: transparent rgba(107, 22, 133, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.kurama_c::before {
  background: url(/special/img/christmas_ss/christmas_ss_kurama.jpg) 100%/100% no-repeat;
}

#special #christmas_ss .box ul li.noin_c p {
  border: 5px solid rgba(241, 158, 188, 0.75);
}

#special #christmas_ss .box ul li.noin_c p::before {
  border-color: transparent rgba(241, 158, 188, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.noin_c::before {
  background: url(/special/img/christmas_ss/christmas_ss_noin.jpg) 100%/100% no-repeat;
}

#special #christmas_ss .box ul li.amon_c p {
  border: 5px solid rgba(255, 236, 81, 0.75);
}

#special #christmas_ss .box ul li.amon_c p::before {
  border-color: transparent rgba(255, 236, 81, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.amon_c::before {
  background: url(/special/img/christmas_ss/christmas_ss_amon.jpg) 100%/100% no-repeat;
}

#special #christmas_ss .box ul li.hasegawa_c p {
  border: 5px solid rgba(37, 49, 118, 0.75);
}

#special #christmas_ss .box ul li.hasegawa_c p::before {
  border-color: transparent rgba(37, 49, 118, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.hasegawa_c::before {
  background: url(/special/img/christmas_ss/christmas_ss_hasegawa.jpg) 100%/100% no-repeat;
}

#special #christmas_ss .box ul li.all_c {
  margin: 80px 0 40px 240px;
}

#special #christmas_ss .box ul li.all_c p {
  border: 5px solid rgba(255, 255, 255, 0.75);
  font-size: 120%;
}

#special #christmas_ss .box ul li.all_c p::before {
  border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
}

#special #christmas_ss .box ul li.all_c::before {
  width: 200px;
  height: 133px;
  background: url(/special/img/christmas_ss/christmas_ss_all.jpg) 100%/100% no-repeat;
  left: -240px;
}

#special #christmas_ss .box ul li:first-child {
  margin: 0 0 40px 140px;
}

#special #christmas_ss .box .scene {
  text-align: center;
  padding: 40px 0;
  font-size: 140%;
  position: relative;
}

#special #christmas_ss .box .scene::before,
#special #christmas_ss .box .scene::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#special #christmas_ss .box .scene::after {
  right: 0;
}

#special #oden_ss header {
  padding: 10px 0 0 40px;
}

#special #oden_ss header h1 {
  letter-spacing: 15px;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 15px;
}

#special #oden_ss header h1 span {
  font-size: 70%;
  line-height: 1;
  display: block;
  text-indent: -0.5em;
  letter-spacing: 0;
}

#special #oden_ss .box {
  margin-top: 0;
}

#special #oden_ss .box ul li {
  margin: 40px 0 40px 140px;
  position: relative;
}

#special #oden_ss .box ul li::before {
  width: 100px;
  height: 100px;
  position: absolute;
  content: "";
  left: -140px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#special #oden_ss .box ul li p {
  border-radius: 7px;
  padding: 20px;
  position: relative;
}

#special #oden_ss .box ul li p::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#special #oden_ss .box ul li.tsukimi_c p {
  border: 5px solid rgba(127, 205, 236, 0.75);
}

#special #oden_ss .box ul li.tsukimi_c p::before {
  border-color: transparent rgba(127, 205, 236, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.tsukimi_c::before {
  background: url(/special/img/oden_ss/oden_ss_tsukimi.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.izuna_c p {
  border: 5px solid rgba(170, 206, 54, 0.75);
}

#special #oden_ss .box ul li.izuna_c p::before {
  border-color: transparent rgba(170, 206, 54, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.izuna_c::before {
  background: url(/special/img/oden_ss/oden_ss_izuna.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.kurama_c p {
  border: 5px solid rgba(107, 22, 133, 0.75);
}

#special #oden_ss .box ul li.kurama_c p::before {
  border-color: transparent rgba(107, 22, 133, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.kurama_c::before {
  background: url(/special/img/oden_ss/oden_ss_kurama.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.noin_c p {
  border: 5px solid rgba(241, 158, 188, 0.75);
}

#special #oden_ss .box ul li.noin_c p::before {
  border-color: transparent rgba(241, 158, 188, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.noin_c::before {
  background: url(/special/img/oden_ss/oden_ss_noin.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.amon_c p {
  border: 5px solid rgba(255, 236, 81, 0.75);
}

#special #oden_ss .box ul li.amon_c p::before {
  border-color: transparent rgba(255, 236, 81, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.amon_c::before {
  background: url(/special/img/oden_ss/oden_ss_amon.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.hasegawa_c p {
  border: 5px solid rgba(37, 49, 118, 0.75);
}

#special #oden_ss .box ul li.hasegawa_c p::before {
  border-color: transparent rgba(37, 49, 118, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.hasegawa_c::before {
  background: url(/special/img/oden_ss/oden_ss_hasegawa.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.matsuri_c p {
  border: 5px solid rgba(200, 51, 122, 0.75);
}

#special #oden_ss .box ul li.matsuri_c p::before {
  border-color: transparent rgba(200, 51, 122, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.matsuri_c::before {
  background: url(/special/img/oden_ss/oden_ss_matsuri.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.rakia_c p {
  border: 5px solid rgba(248, 182, 22, 0.75);
}

#special #oden_ss .box ul li.rakia_c p::before {
  border-color: transparent rgba(248, 182, 22, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.rakia_c::before {
  background: url(/special/img/oden_ss/oden_ss_rakia.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li.shirakawa_c p {
  border: 5px solid rgba(65, 161, 190, 0.75);
}

#special #oden_ss .box ul li.shirakawa_c p::before {
  border-color: transparent rgba(65, 161, 190, 0.75) transparent transparent;
}

#special #oden_ss .box ul li.shirakawa_c::before {
  background: url(/special/img/oden_ss/oden_ss_shirakawa.jpg) 100%/100% no-repeat;
}

#special #oden_ss .box ul li:first-child {
  margin: 0 0 40px 140px;
}

#special #oden_ss .box .scene {
  text-align: center;
  padding: 40px 0;
  font-size: 140%;
  position: relative;
}

#special #oden_ss .box .scene::before,
#special #oden_ss .box .scene::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#special #oden_ss .box .scene::after {
  right: 0;
}

#special #valentine2018 .box,
#special #whiteday2018 .box,
#special #cafe .box,
#special #rt_campaign .box,
#special #onlyshop .box {
  margin-top: 0;
  padding-top: 30px;
}

#special #valentine2018 .box > h1,
#special #whiteday2018 .box > h1,
#special #cafe .box > h1,
#special #rt_campaign .box > h1,
#special #onlyshop .box > h1 {
  margin-bottom: 40px;
}

#special #valentine2018 .h03,
#special #whiteday2018 .h03,
#special #cafe .h03,
#special #rt_campaign .h03,
#special #onlyshop .h03 {
  margin-bottom: 20px;
}

#special #valentine2018 .h04,
#special #whiteday2018 .h04,
#special #cafe .h04,
#special #rt_campaign .h04,
#special #onlyshop .h04 {
  border: 3px double rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 1px 10px;
  margin: 30px 0 20px;
}

#special #valentine2018 .head_h01,
#special #whiteday2018 .head_h01,
#special #cafe .head_h01,
#special #rt_campaign .head_h01,
#special #onlyshop .head_h01 {
  position: relative;
}

#special #valentine2018 .head_h01 ul,
#special #whiteday2018 .head_h01 ul,
#special #cafe .head_h01 ul,
#special #rt_campaign .head_h01 ul,
#special #onlyshop .head_h01 ul {
  position: absolute;
  width: 100%;
  bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#special #valentine2018 #massage,
#special #whiteday2018 #massage,
#special #cafe #massage,
#special #rt_campaign #massage,
#special #onlyshop #massage {
  margin-bottom: 70px;
}

#special #valentine2018 #massage .aori,
#special #whiteday2018 #massage .aori,
#special #cafe #massage .aori,
#special #rt_campaign #massage .aori,
#special #onlyshop #massage .aori {
  margin-bottom: 20px;
}

#special #valentine2018 #massage .ch,
#special #whiteday2018 #massage .ch,
#special #cafe #massage .ch,
#special #rt_campaign #massage .ch,
#special #onlyshop #massage .ch {
  letter-spacing: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#special #valentine2018 #massage .ch img:nth-of-type(1),
#special #whiteday2018 #massage .ch img:nth-of-type(1),
#special #cafe #massage .ch img:nth-of-type(1),
#special #rt_campaign #massage .ch img:nth-of-type(1),
#special #onlyshop #massage .ch img:nth-of-type(1) {
  margin-bottom: 5px;
}

#special #valentine2018 #rt ul.attention,
#special #whiteday2018 #rt ul.attention,
#special #cafe #rt ul.attention,
#special #rt_campaign #rt ul.attention,
#special #onlyshop #rt ul.attention {
  font-size: 80%;
  line-height: 130%;
  margin-top: 10px;
  border: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 10px;
}

#special #valentine2018 #rt ul.attention li,
#special #whiteday2018 #rt ul.attention li,
#special #cafe #rt ul.attention li,
#special #rt_campaign #rt ul.attention li,
#special #onlyshop #rt ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 0;
}

#special #valentine2018 #rt .catch,
#special #whiteday2018 #rt .catch,
#special #cafe #rt .catch,
#special #rt_campaign #rt .catch,
#special #onlyshop #rt .catch {
  padding: 5px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#special #valentine2018 #rt .catch .txt,
#special #whiteday2018 #rt .catch .txt,
#special #cafe #rt .catch .txt,
#special #rt_campaign #rt .catch .txt,
#special #onlyshop #rt .catch .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 110%;
  line-height: 170%;
}

#special #valentine2018 #rt .catch .txt p,
#special #whiteday2018 #rt .catch .txt p,
#special #cafe #rt .catch .txt p,
#special #rt_campaign #rt .catch .txt p,
#special #onlyshop #rt .catch .txt p {
  margin-bottom: 30px;
}

#special #valentine2018 #rt .catch .img,
#special #whiteday2018 #rt .catch .img,
#special #cafe #rt .catch .img,
#special #rt_campaign #rt .catch .img,
#special #onlyshop #rt .catch .img {
  width: 412px;
  margin-right: 30px;
}

#special #valentine2018 #rt .catch_s,
#special #whiteday2018 #rt .catch_s,
#special #cafe #rt .catch_s,
#special #rt_campaign #rt .catch_s,
#special #onlyshop #rt .catch_s {
  margin-bottom: 25px;
  line-height: 150%;
  margin-bottom: 30px;
}

#special #valentine2018 #rt section,
#special #whiteday2018 #rt section,
#special #cafe #rt section,
#special #rt_campaign #rt section,
#special #onlyshop #rt section {
  margin-bottom: 40px;
}

#special #valentine2018 #rt .tbl,
#special #whiteday2018 #rt .tbl,
#special #cafe #rt .tbl,
#special #rt_campaign #rt .tbl,
#special #onlyshop #rt .tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#special #valentine2018 #rt .tbl .cel,
#special #whiteday2018 #rt .tbl .cel,
#special #cafe #rt .tbl .cel,
#special #rt_campaign #rt .tbl .cel,
#special #onlyshop #rt .tbl .cel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}

#special #valentine2018 #rt .tbl .cel:nth-of-type(1),
#special #whiteday2018 #rt .tbl .cel:nth-of-type(1),
#special #cafe #rt .tbl .cel:nth-of-type(1),
#special #rt_campaign #rt .tbl .cel:nth-of-type(1),
#special #onlyshop #rt .tbl .cel:nth-of-type(1) {
  padding-top: 10px;
}

#special #valentine2018 #rt .tbl .cel:nth-of-type(2),
#special #whiteday2018 #rt .tbl .cel:nth-of-type(2),
#special #cafe #rt .tbl .cel:nth-of-type(2),
#special #rt_campaign #rt .tbl .cel:nth-of-type(2),
#special #onlyshop #rt .tbl .cel:nth-of-type(2) {
  margin-left: 20px;
}

#special #valentine2018 #rt .tbl .cel p,
#special #whiteday2018 #rt .tbl .cel p,
#special #cafe #rt .tbl .cel p,
#special #rt_campaign #rt .tbl .cel p,
#special #onlyshop #rt .tbl .cel p {
  font-size: 90%;
  line-height: 130%;
}

#special #valentine2018 #rt .tbl .cel ul.howto,
#special #whiteday2018 #rt .tbl .cel ul.howto,
#special #cafe #rt .tbl .cel ul.howto,
#special #rt_campaign #rt .tbl .cel ul.howto,
#special #onlyshop #rt .tbl .cel ul.howto {
  font-size: 90%;
  line-height: 130%;
  margin: 20px 0 20px;
  position: relative;
  border-top: 1px solid #fff;
}

#special #valentine2018 #rt .tbl .cel ul.howto li,
#special #whiteday2018 #rt .tbl .cel ul.howto li,
#special #cafe #rt .tbl .cel ul.howto li,
#special #rt_campaign #rt .tbl .cel ul.howto li,
#special #onlyshop #rt .tbl .cel ul.howto li {
  border-bottom: 1px solid #fff;
  padding: 15px 0 15px 45px;
  position: relative;
}

#special #valentine2018 #rt .tbl .cel ul.howto li:before,
#special #whiteday2018 #rt .tbl .cel ul.howto li:before,
#special #cafe #rt .tbl .cel ul.howto li:before,
#special #rt_campaign #rt .tbl .cel ul.howto li:before,
#special #onlyshop #rt .tbl .cel ul.howto li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e30038;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

#special #valentine2018 #rt .tbl .cel ul.howto li:nth-of-type(1) iframe,
#special #whiteday2018 #rt .tbl .cel ul.howto li:nth-of-type(1) iframe,
#special #cafe #rt .tbl .cel ul.howto li:nth-of-type(1) iframe,
#special #rt_campaign #rt .tbl .cel ul.howto li:nth-of-type(1) iframe,
#special #onlyshop #rt .tbl .cel ul.howto li:nth-of-type(1) iframe {
  vertical-align: middle;
}

#special #valentine2018 #rt .tbl .cel ul.howto li:nth-of-type(1):before,
#special #whiteday2018 #rt .tbl .cel ul.howto li:nth-of-type(1):before,
#special #cafe #rt .tbl .cel ul.howto li:nth-of-type(1):before,
#special #rt_campaign #rt .tbl .cel ul.howto li:nth-of-type(1):before,
#special #onlyshop #rt .tbl .cel ul.howto li:nth-of-type(1):before {
  content: "1";
}

#special #valentine2018 #rt .tbl .cel ul.howto li:nth-of-type(1):after,
#special #whiteday2018 #rt .tbl .cel ul.howto li:nth-of-type(1):after,
#special #cafe #rt .tbl .cel ul.howto li:nth-of-type(1):after,
#special #rt_campaign #rt .tbl .cel ul.howto li:nth-of-type(1):after,
#special #onlyshop #rt .tbl .cel ul.howto li:nth-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}

#special #valentine2018 #rt .tbl .cel ul.howto li:nth-of-type(2):before,
#special #whiteday2018 #rt .tbl .cel ul.howto li:nth-of-type(2):before,
#special #cafe #rt .tbl .cel ul.howto li:nth-of-type(2):before,
#special #rt_campaign #rt .tbl .cel ul.howto li:nth-of-type(2):before,
#special #onlyshop #rt .tbl .cel ul.howto li:nth-of-type(2):before {
  content: "2";
}

#special #valentine2018 #rt .tbl .cel ul.howto li span.icon,
#special #whiteday2018 #rt .tbl .cel ul.howto li span.icon,
#special #cafe #rt .tbl .cel ul.howto li span.icon,
#special #rt_campaign #rt .tbl .cel ul.howto li span.icon,
#special #onlyshop #rt .tbl .cel ul.howto li span.icon {
  display: inline-block;
  width: 20px;
  height: 16px;
  position: relative;
  background: url(../../special/img/valentine2018/retweeticon.svg) 0 0 no-repeat;
  background-size: cover;
}

#special #valentine2018 #rt .tbl .cel .h04:nth-of-type(1),
#special #whiteday2018 #rt .tbl .cel .h04:nth-of-type(1),
#special #cafe #rt .tbl .cel .h04:nth-of-type(1),
#special #rt_campaign #rt .tbl .cel .h04:nth-of-type(1),
#special #onlyshop #rt .tbl .cel .h04:nth-of-type(1) {
  margin-top: 0px;
}

#special #valentine2018 #rt .tbl .cel .day,
#special #whiteday2018 #rt .tbl .cel .day,
#special #cafe #rt .tbl .cel .day,
#special #rt_campaign #rt .tbl .cel .day,
#special #onlyshop #rt .tbl .cel .day {
  font-size: 150%;
  line-height: 130%;
}

#special #valentine2018 #rt .tbl .cel .day span.small,
#special #whiteday2018 #rt .tbl .cel .day span.small,
#special #cafe #rt .tbl .cel .day span.small,
#special #rt_campaign #rt .tbl .cel .day span.small,
#special #onlyshop #rt .tbl .cel .day span.small {
  display: inline-block;
  margin-right: 5px;
}

#special #valentine2018 #rt .tbl .cel .day span.kara,
#special #whiteday2018 #rt .tbl .cel .day span.kara,
#special #cafe #rt .tbl .cel .day span.kara,
#special #rt_campaign #rt .tbl .cel .day span.kara,
#special #onlyshop #rt .tbl .cel .day span.kara {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#special #valentine2018 #rt .youkou,
#special #whiteday2018 #rt .youkou,
#special #cafe #rt .youkou,
#special #rt_campaign #rt .youkou,
#special #onlyshop #rt .youkou {
  font-size: 90%;
  line-height: 150%;
}

#special #valentine2018 #rt .youkou .catch_s,
#special #whiteday2018 #rt .youkou .catch_s,
#special #cafe #rt .youkou .catch_s,
#special #rt_campaign #rt .youkou .catch_s,
#special #onlyshop #rt .youkou .catch_s {
  font-size: 110%;
  line-height: 150%;
}

#special #valentine2018 #rt .youkou ul:not(.attention),
#special #whiteday2018 #rt .youkou ul:not(.attention),
#special #cafe #rt .youkou ul:not(.attention),
#special #rt_campaign #rt .youkou ul:not(.attention),
#special #onlyshop #rt .youkou ul:not(.attention) {
  list-style-type: circle;
  padding: 0 10px 0 2em;
}

#special #valentine2018 #rt .youkou ul:not(.attention) li,
#special #whiteday2018 #rt .youkou ul:not(.attention) li,
#special #cafe #rt .youkou ul:not(.attention) li,
#special #rt_campaign #rt .youkou ul:not(.attention) li,
#special #onlyshop #rt .youkou ul:not(.attention) li {
  line-height: 130%;
  padding: 4px 0;
}

#special #valentine2018 #rt .youkou ol,
#special #whiteday2018 #rt .youkou ol,
#special #cafe #rt .youkou ol,
#special #rt_campaign #rt .youkou ol,
#special #onlyshop #rt .youkou ol {
  list-style: decimal-leading-zero;
  padding: 0 10px 0 2.5em;
}

#special #valentine2018 #rt .youkou ol li,
#special #whiteday2018 #rt .youkou ol li,
#special #cafe #rt .youkou ol li,
#special #rt_campaign #rt .youkou ol li,
#special #onlyshop #rt .youkou ol li {
  line-height: 130%;
  padding: 4px 0;
}

#special #valentine2018 #rt .youkou ol li ul:not(.attention),
#special #whiteday2018 #rt .youkou ol li ul:not(.attention),
#special #cafe #rt .youkou ol li ul:not(.attention),
#special #rt_campaign #rt .youkou ol li ul:not(.attention),
#special #onlyshop #rt .youkou ol li ul:not(.attention) {
  padding: 0;
}

#special #valentine2018 #rt .youkou p,
#special #whiteday2018 #rt .youkou p,
#special #cafe #rt .youkou p,
#special #rt_campaign #rt .youkou p,
#special #onlyshop #rt .youkou p {
  padding: 0 10px;
}

#special #rt_campaign .box {
  padding-top: 90px;
}

#special #rt_campaign #rt .inner_txt p {
  margin-bottom: 15px;
}

#special #rt_campaign #rt .tbl .day {
  text-align: center;
}

#special #rt_campaign #rt table.tbl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#special #rt_campaign #rt table.tbl tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#special #rt_campaign #rt table.tbl tbody .cel {
  width: 50%;
  display: block;
  padding-top: 30px !important;
}

#special #rt_campaign #rt table.tbl tbody .cel:nth-of-type(4),
#special #rt_campaign #rt table.tbl tbody .cel:nth-of-type(6) {
  padding-left: 20px;
}

#special #rt_campaign #rt table.tbl tbody .cel th,
#special #rt_campaign #rt table.tbl tbody .cel td {
  display: block;
}

#special #rt_campaign #rt table.tbl tbody .cel td .twitter-tweet {
  width: auto !important;
  min-width: auto !important;
  max-width: 500px !important;
}

#special #cafe .menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

#special #cafe .menuwrap li {
  width: 38%;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  position: relative;
}

#special #cafe .menuwrap li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../special/img/cafe/point_kakudai.png) calc(100% - 20px) calc(100% - 20px) no-repeat;
  z-index: 2;
  pointer-events: none;
}

#special #cafe #canpaign .menuwrap li {
  width: 70%;
}

#special #cafe .canpaign_ul {
  margin-bottom: 10px;
}

#special #cafe .canpaign_ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
}

#special #cafe .canpaign_ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  color: #e30038;
  border: 1px solid #e30038;
  border-radius: 50%;
}

#special #cafe .canpaign_ul li:nth-of-type(1):after {
  content: "1";
}

#special #cafe .canpaign_ul li:nth-of-type(2):after {
  content: "2";
}

#special #cafe .attention {
  font-size: 80%;
  line-height: 130%;
  padding: 2px 10px;
  border: 1px dotted #ccc;
  margin-top: 5px;
  margin-bottom: 20px;
}

#special #cafe .attention li {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #eee;
}

#special #cafe #link {
  text-align: center;
  padding: 50px 0 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}

#special #cafe #link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#special #cafe #link ul li {
  width: 38%;
  margin: 20px;
}

#special #onlyshop .box #goods .inbox ul.imglst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

#special #onlyshop .box #goods .inbox ul.imglst li {
  width: 49%;
  border: 1px solid #fff;
  padding: 10px 15px 15px;
  margin-top: 20px;
}

#special #onlyshop .box #goods .inbox ul.imglst li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 107%;
  height: 68px;
  line-height: 130%;
  min-height: 68px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#special #onlyshop .box #goods .inbox ul.imglst li h3 .price {
  position: relative;
}

#special #onlyshop .box #goods .inbox ul.imglst li h3 .price span {
  font-size: 80%;
}

#special #onlyshop .box #goods .inbox ul.imglst li h3 .price::after {
  content: "・・・";
  display: block;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -55px;
}

#special #onlyshop .box #goods .inbox ul.imglst li img {
  display: block;
  margin: 0 auto;
}

#special #onlyshop .box #goods .inbox ul.imglst li.img_mr {
  margin-right: 1%;
}

#special #onlyshop .box #goods .inbox ul.imglst li.img_ml {
  margin-left: 1%;
}

#special #onlyshop .box #goods .inbox ul.imglst li:nth-child(2) img {
  height: 370px;
}

#special #onlyshop .box #goods .inbox ul.imglst li:nth-child(3) img {
  height: 610px;
}

#special #onlyshop .box #goods .inbox ul.imglst li:nth-child(6) .img {
  margin-top: 60px;
}

#special #onlyshop .box #goods .inbox ul.imglst li:nth-child(8) .img {
  margin-top: 40px;
}

#special #onlyshop .box #goods .inbox ul.imglst li:nth-child(7) img,
#special #onlyshop .box #goods .inbox ul.imglst li:nth-child(12) img {
  height: 400px;
}

#special #onlyshop .box #privilege .inbox .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#special #onlyshop .box #privilege .inbox .outline .left {
  width: 48%;
  border: 1px solid #fff;
  padding: 30px;
  margin-right: 2%;
}

#special #onlyshop .box #privilege .inbox .outline .left p {
  text-align: justify;
  margin-bottom: 20px;
}

#special #onlyshop .box #privilege .inbox .outline .left .present {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#special #onlyshop .box #privilege .inbox .outline .left .present ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#special #onlyshop .box #privilege .inbox .outline .left .present ul li {
  padding: 0 0 0 40px;
  position: relative;
}

#special #onlyshop .box #privilege .inbox .outline .left .present ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

#special #onlyshop .box #privilege .inbox .outline .left ul.attention {
  font-size: 80%;
  line-height: 130%;
  margin-top: 20px;
}

#special #onlyshop .box #privilege .inbox .outline .left ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 0;
}

#special #onlyshop .box #privilege .inbox .outline .right {
  width: 49%;
  margin-left: 1%;
}

#special #onlyshop .box #privilege .inbox .outline .right img {
  width: 100%;
}

#special #popup .content .wrapper {
  text-align: center;
  height: 100%;
  max-width: 100%;
}

#special #koma .box,
#special #st_koma .box {
  padding: 180px 30px 70px;
  position: relative;
}

#special #koma .box .koma_box,
#special #st_koma .box .koma_box {
  overflow: hidden;
  position: relative;
  width: auto;
}

#special #koma .box .koma_box .koma_box_inner,
#special #st_koma .box .koma_box .koma_box_inner {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clear: both;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#special #koma .box .koma_box .koma_box_inner.on,
#special #st_koma .box .koma_box .koma_box_inner.on {
  opacity: 1;
}

#special #koma .box .koma_box .koma_box_inner .story1,
#special #st_koma .box .koma_box .koma_box_inner .story1 {
  float: left;
  padding-right: 15px;
  width: 50%;
}

#special #koma .box .koma_box .koma_box_inner .story1 img,
#special #st_koma .box .koma_box .koma_box_inner .story1 img {
  width: 100%;
}

#special #koma .box .koma_box .koma_box_inner .story2,
#special #st_koma .box .koma_box .koma_box_inner .story2 {
  float: right;
  padding-left: 15px;
  width: 50%;
}

#special #koma .box .koma_box .koma_box_inner .story2 img,
#special #st_koma .box .koma_box .koma_box_inner .story2 img {
  width: 100%;
}

#special #koma .box .kaeBtn,
#special #st_koma .box .kaeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#special #koma .box .kaeBtn .tabBtn,
#special #st_koma .box .kaeBtn .tabBtn {
  width: 180px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: table;
  margin-left: 10px;
}

#special #koma .box .kaeBtn .tabBtn.on,
#special #st_koma .box .kaeBtn .tabBtn.on {
  cursor: text;
  background: #e30038;
}

#special #koma .box .kaeBtn .tabBtn p,
#special #st_koma .box .kaeBtn .tabBtn p {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#special #st_koma .koma_box_inner .story {
  margin: 0 auto;
  text-align: center;
}

#special #st_koma .koma_box_inner .story img {
  width: 80%;
}

/* ================================================================ *
 * cd
 * ================================================================ */

#cd #item header {
  text-align: left;
  padding: 20px 0 0 30px;
}

#cd #item header h1 {
  letter-spacing: 5px;
}

#cd #item .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

#cd #item .box .wrap .jk {
  position: relative;
  width: 430px;
  margin-right: 20px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.2);
}

#cd #item .box .wrap .jk p {
  text-align: right;
  margin-top: 2px;
  font-size: 80%;
}

#cd #item .box .wrap .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#cd #item .box .wrap .right .aori {
  margin-bottom: 10px;
  font-size: 98%;
  line-height: 150%;
}

#cd #item .box .wrap .right .txt {
  font-size: 90%;
  line-height: 140%;
  margin-top: 5px;
  padding: 10px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#cd #item .box .wrap .right p {
  margin-bottom: 10px;
}

#cd #item .tracklist .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  counter-reset: number 0;
}

#cd #item .tracklist ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  margin: 0 10px;
  position: relative;
}

#cd #item .tracklist ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 40px 10px 38px;
  position: relative;
  height: 50px;
}

#cd #item .tracklist ul li p {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cd #item .tracklist ul li .sub {
  display: inline-block;
  font-size: 85%;
  line-height: 130%;
  display: block;
  padding: 0 0 0 2px;
}

#cd #item .tracklist ul li .ttl {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 1px;
  display: block;
}

#cd #item .tracklist ul li .audio_player {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  background: url(../../cd/img/btn_play.png) 0 0 no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}

#cd #item .tracklist ul li .audio_player.on {
  background-position: 100% 0;
}

#cd #item .tracklist ul li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
  font-size: 20px;
  color: #bbb;
  letter-spacing: -1px;
}

#cd #item .tracklist ul li.other {
  padding: 20px 12px;
  font-weight: bold;
  text-align: center;
  font-size: 105%;
}

#cd #item .pv {
  margin-top: 60px;
}

#cd #item .pv .inbox {
  text-align: center;
  padding: 10px;
}

#cd #item .pv .inbox img {
  width: 100%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
}

#cd #item .tokuten {
  margin-top: 45px;
}

#cd #item .tokuten .shop {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cd #item .tokuten .shop dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 8px 8px 4px;
  margin: 0 8px;
}

#cd #item .tokuten .shop dl dt {
  padding: 0px 5px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}

#cd #item .tokuten .shop dl dd {
  font-size: 85%;
  line-height: 130%;
  padding: 5px;
}

#cd #item .tokuten .shop dl dd p.ko {
  font-size: 90%;
}

#cd #item .tokuten .shop dl dd p.item {
  font-size: 120%;
  font-weight: bold;
  line-height: 160%;
}

#cd #item .tokuten .shop dl dd p.attention {
  font-size: 85%;
}

#cd #item .tokuten .shop dl .img {
  margin-top: 10px;
  text-align: center;
}

#cd #item .tokuten .shop dl .bnr {
  margin-top: 10px;
  text-align: center;
}

/* ================================================================ *
 * toukten
 * ================================================================ */

#tokuten .bnr {
  text-align: center;
}

#tokuten #header .pagenav li a {
  padding: 0 30px;
  letter-spacing: 0;
}

#tokuten .point {
  color: #f2b900;
}

#tokuten .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tokuten .box .wrap .img {
  position: relative;
  width: 280px;
  margin-right: 20px;
}

#tokuten .box .wrap .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tokuten .box p.info {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 70px;
}

#tokuten .box p.info:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../img/icon_info.png) 0 0 no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

#tokuten .box .stxt {
  font-size: 80%;
  line-height: 130%;
  margin-top: 10px;
}

#tokuten .box ul.attention {
  font-size: 80%;
  line-height: 130%;
  margin-top: 10px;
}

#tokuten .box ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 0;
}

#tokuten ul.lst > li {
  border-bottom: 1px solid #fff;
  padding: 15px 10px 15px 40px;
  position: relative;
}

#tokuten ul.lst > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

#tokuten ul.lst > li:nth-of-type(1) {
  border-top: 1px solid #fff;
}

#tokuten ul.lst > li h3 {
  font-size: 110%;
}

#tokuten ul.lst > li h3 span {
  font-size: 80%;
  line-height: 130%;
  display: block;
}

#tokuten ul.lst > li .inbox {
  font-size: 85%;
  line-height: 150%;
  padding-left: 0px;
  text-indent: -0.5em;
}

#tokuten ul.lst > li .img,
#tokuten ul.lst > li .story_btn {
  display: none;
}

#tokuten ul.imglst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

#tokuten ul.imglst > li {
  width: 32.3333334%;
  margin: 0 1.333333% 15px 0;
  border: 1px solid #fff;
  padding: 10px 15px 15px;
}

#tokuten ul.imglst > li:nth-of-type(3n) {
  margin-right: 0;
}

#tokuten ul.imglst > li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 107%;
  line-height: 130%;
  min-height: 68px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#tokuten ul.imglst > li h3 span {
  font-size: 75%;
  line-height: 150%;
  display: block;
  margin-bottom: 2px;
}

#tokuten ul.imglst > li h3 span.sub {
  font-size: 70%;
  line-height: 120%;
  font-weight: normal;
}

#tokuten ul.imglst > li .img.cd {
  padding: 0 10px 7px;
}

#tokuten ul.imglst > li .inbox {
  font-size: 85%;
  line-height: 150%;
  padding-left: 0px;
  text-indent: -0.5em;
}

#tokuten ul.imglst > li .inbox.cd {
  display: none;
}

#tokuten ul.imglst > li .story_btn {
  text-align: center;
}

#tokuten ul.imglst > li .story_btn a {
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 80%;
  line-height: 170%;
  background: #fff;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#tokuten ul.imglst > li .story_btn a:hover {
  background: #000;
  color: #fff;
}

#tokuten #souki ul.attention {
  padding: 0 10px;
}

#tokuten #souki .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tokuten #souki .img li {
  width: 106px;
  margin: 10px 8px;
  font-size: 70%;
  line-height: 110%;
  text-align: center;
}

#tokuten #souki .img li .name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#tokuten #souki .img li p {
  background: #000;
  margin-top: 7px;
  padding: 5px 0;
  height: 30px;
}

#tokuten #souki .img li:not(.bos) p {
  padding: 0;
  line-height: 30px;
}

#tokuten #cd .bnr {
  text-align: left;
}

#tokuten #cd header {
  padding: 20px 0 0 30px;
}

#tokuten #cd header h1 {
  letter-spacing: 5px;
}

#tokuten #cd .h03 {
  margin-top: 20px;
}

#tokuten #cd .h03:nth-of-type(1) {
  margin-top: 0;
}

#tokuten #cd .summary {
  font-size: 90%;
  line-height: 140%;
}

#tokuten #cd .summary dl dt {
  position: absolute;
  font-weight: bold;
}

#tokuten #cd .summary dl dd {
  padding-left: 60px;
  margin-bottom: 5px;
  text-indent: -1em;
  font-weight: bold;
}

#tokuten #cd .summary dl .tsukimi {
  color: #abdef3;
}

#tokuten #cd .summary dl .izuna {
  color: #aace36;
}

#tokuten #cd .summary dl .kurama {
  color: #c052e2;
}

#tokuten #cd .summary dl .noin {
  color: #f19ebc;
}

#tokuten #cd .summary dl .amon {
  color: #ffec51;
}

#tokuten #cd .summary dl .hasegawa {
  color: #547cc1;
}

#tokuten #set header {
  padding: 20px 0 0 30px;
}

#tokuten #set header h1 {
  letter-spacing: 10px;
}

#tokuten #set .kakioroshi {
  text-align: center;
  margin: 30px 0 30px;
}

#tokuten #set .col:not(:nth-last-of-type(1)) {
  margin-bottom: 160px;
  padding-bottom: 80px;
  position: relative;
}

#tokuten #set .col:not(:nth-last-of-type(1)):after {
  content: "";
  display: block;
  width: 140%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: skewY(-6deg) translateX(-50%);
  transform: skewY(-6deg) translateX(-50%);
}

#tokuten #set dl.cd {
  margin: 0;
}

#tokuten #set dl.cd dt {
  font-weight: bold;
  margin-top: 5px;
}

#tokuten #set dl.cd dd {
  text-indent: 0;
}

#tokuten #set .souki .img {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  width: 200px;
}

#tokuten #original header,
#tokuten #gameillust header {
  padding: 20px 0 0 30px;
}

#tokuten #original header h1,
#tokuten #gameillust header h1 {
  letter-spacing: 10px;
}

#tokuten #original .bnr,
#tokuten #gameillust .bnr {
  margin-top: 20px;
}

#tokuten #original ul.imglst li,
#tokuten #gameillust ul.imglst li {
  width: 48.5%;
  margin: 0 1.5% 15px 0;
}

#tokuten #original ul.imglst li:nth-of-type(2n),
#tokuten #gameillust ul.imglst li:nth-of-type(2n) {
  margin-right: 0;
}

#tokuten #original ul.imglst li .img,
#tokuten #gameillust ul.imglst li .img {
  margin-top: 20px;
}

#tokuten #original ul.imglst li.badge .img,
#tokuten #gameillust ul.imglst li.badge .img {
  width: 95%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 0;
}

#tokuten #original ul.imglst li.badge .img p,
#tokuten #gameillust ul.imglst li.badge .img p {
  font-size: 80%;
  text-align: right;
}

#tokuten #original ul.imglst li.cd .img,
#tokuten #gameillust ul.imglst li.cd .img {
  width: 72.5%;
  margin: 0 auto;
}

#tokuten #original .wrap:not(.souki),
#tokuten #gameillust .wrap:not(.souki) {
  margin-bottom: 30px;
}

#tokuten #original .wrap:not(.souki) .img,
#tokuten #gameillust .wrap:not(.souki) .img {
  width: 350px;
  height: 100%;
}

#tokuten #original .wrap:not(.souki) .img p,
#tokuten #gameillust .wrap:not(.souki) .img p {
  font-size: 80%;
  text-align: right;
}

#tokuten #original .wrap:not(.souki) .lst,
#tokuten #gameillust .wrap:not(.souki) .lst {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tokuten #gameillust header {
  padding: 20px 0 0 30px;
}

#tokuten #gameillust header h1 {
  letter-spacing: 10px;
}

#tokuten #gameillust .box {
  margin-top: -60px;
}

#tokuten #gameillust .bnr {
  margin-top: 20px;
}

#tokuten #gameillust .wrap:not(.souki) {
  margin-bottom: 30px;
}

#tokuten #gameillust .wrap:not(.souki) .img {
  width: 350px;
  height: 100%;
}

#tokuten #gameillust .wrap:not(.souki) .img p {
  font-size: 80%;
  text-align: right;
}

#tokuten #gameillust .wrap:not(.souki) .lst {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tokuten #cd .souki,
#tokuten #gameillust .souki {
  background: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  padding: 15px 15px;
}

#tokuten #cd .souki .img,
#tokuten #gameillust .souki .img {
  width: 200px;
}

#tokuten .pp_cd_story {
  background: #fff;
  max-width: 700px;
  padding: 10px;
  border: 5px solid #000;
}

#tokuten .pp_cd_story dl {
  margin: 0;
  padding: 50px 50px 30px;
  background: url(../img/box_bg.png);
}

#tokuten .pp_cd_story dl dt {
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}

#tokuten .pp_cd_story dl dd {
  text-indent: 0;
  margin-bottom: 30px;
}

/* ================================================================ *
 * popup
 * ================================================================ */

#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: rgba(17, 17, 17, 0.95);
  z-index: 1002;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

#popup .close {
  position: fixed;
  top: 30px;
  right: 30px;
  font-size: 70px;
  z-index: 1100;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

#popup .close:hover {
  color: #e30038;
}

#popup .content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  padding: 20px 20px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}

#popup .content .wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 10px 10px;
}

#popup .content.on {
  height: auto;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
}

#popup .content .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  opacity: 1;
}

#popup .content .loading span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-animation: loading 2.0s ease-in-out infinite;
  animation: loading 2.0s ease-in-out infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#popup .content .loading.on {
  opacity: 0;
}

#popup .content#pp_ajax .wrapper {
  opacity: 0;
}

#popup .content#pp_ajax .wrapper.on {
  opacity: 1;
}

#popup.on {
  top: 0;
}

#popup.on .close {
  opacity: 1;
  pointer-events: auto;
}

#popup #owb {
  background: #fff;
  color: #000;
  padding: 70px;
}

#popup #owb p {
  margin-bottom: 20px;
}

#popup #owb .right {
  text-align: right;
}

#popup #owb h1 {
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
  font-size: 120%;
  line-height: 160%;
}

#popup #owb .ki {
  text-align: center;
  margin: 50px 0;
}

/* totop-------------------------------------------------------------------------------------------*/

#totop {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: -60px;
  border: 1px solid #e30038;
  background: rgba(0, 0, 0, 0.7);
  width: 44px;
  height: 44px;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
  z-index: 99999;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#totop:hover {
  background: #e30038;
  border: 1px solid #fff;
}

#totop.on {
  bottom: 10px;
}

/* float clear-------------------------------------------------------------------------------------------*/

.float_wrap:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both !important;
}

* html .float_wrap {
  height: 1%;
}

.float_wrap {
  display: block;
}

/* sns-------------------------------------------------------------------------------------------*/

.snsbox {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.snsbox.img > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  margin: 0 4px;
  vertical-align: middle;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0;
}

.snsbox.img > div:hover {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  top: -3px;
}

.snsbox.img a {
  display: block;
  width: 100%;
  height: 100%;
}

.snsbox.img .twitter {
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
}

.snsbox.img .fb {
  background: url(../img/snsbtn.png) -30px 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
}

.snsbox.img .line {
  background: url(../img/snsbtn.png) 100% 0 no-repeat;
  background-clip: content-box;
  background-size: auto 100%;
}

/* ================================================================ *
 * レイアウト：700px以下
 * ================================================================ */

@media screen and (max-width: 700px) {
  #gallery .flexwrap {
    display: block;
  }

  #gallery .flexwrap .sidemenu {
    width: 100%;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
  }

  #gallery .flexwrap .sidemenu ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
  }

  #gallery .flexwrap .sidemenu ul li {
    height: 64px;
    width: 70px;
    margin-bottom: 0;
  }

  #gallery .flexwrap #image {
    width: 100%;
  }

  #gallery .flexwrap #image .box {
    padding: 5px;
  }

  #gallery .flexwrap #image .box li {
    padding: 10px;
  }

  #gallery .flexwrap #image .box li .txt dl {
    padding: 10px 10px;
  }

  #gallery .flexwrap #image .box li .txt dl dd {
    padding-left: 85px;
  }

  #system .img {
    width: 100%;
    padding: 5px;
  }

  #system #flow .inbox {
    width: 100%;
  }

  #special #header .pagenav {
    width: 80%;
  }

  #special #header .pagenav li a {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
  }

  #special #header .pagenav li.sp_tl a {
    padding-top: 3px;
    line-height: 105%;
  }

  #special #movie .box li {
    width: 100%;
  }

  #special #icon header {
    padding: 20px 10px 0 25px;
  }

  #special #icon header p {
    font-size: 150%;
  }

  #special #icon ul.icon li {
    width: 31%;
  }

  #special #icon ul.header li {
    width: 100%;
  }

  #special #valentine2018 .head_h01,
  #special #whiteday2018 .head_h01,
  #special #rt_campaign .head_h01 {
    position: relative;
  }

  #special #valentine2018 .head_h01 ul,
  #special #whiteday2018 .head_h01 ul,
  #special #rt_campaign .head_h01 ul {
    position: absolute;
    width: 100%;
    bottom: 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #special #valentine2018 .head_h01 ul li,
  #special #whiteday2018 .head_h01 ul li,
  #special #rt_campaign .head_h01 ul li {
    padding: 0 60px;
    margin-top: 15px;
  }

  #special #valentine2018 #massage,
  #special #whiteday2018 #massage,
  #special #rt_campaign #massage {
    margin-bottom: 30px;
  }

  #special #valentine2018 #massage .aori,
  #special #whiteday2018 #massage .aori,
  #special #rt_campaign #massage .aori {
    margin-bottom: 20px;
  }

  #special #valentine2018 #massage .ch,
  #special #whiteday2018 #massage .ch,
  #special #rt_campaign #massage .ch {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #special #valentine2018 #massage .ch li,
  #special #whiteday2018 #massage .ch li,
  #special #rt_campaign #massage .ch li {
    width: 30%;
    margin-bottom: 30px;
  }

  #special #valentine2018 #rt .catch,
  #special #whiteday2018 #rt .catch,
  #special #rt_campaign #rt .catch {
    padding-bottom: 0px;
    display: block;
  }

  #special #valentine2018 #rt .catch .txt,
  #special #whiteday2018 #rt .catch .txt,
  #special #rt_campaign #rt .catch .txt {
    width: 100%;
    font-size: 110%;
    line-height: 170%;
  }

  #special #valentine2018 #rt .catch .txt p,
  #special #whiteday2018 #rt .catch .txt p,
  #special #rt_campaign #rt .catch .txt p {
    margin-bottom: 30px;
  }

  #special #valentine2018 #rt .catch .img,
  #special #whiteday2018 #rt .catch .img,
  #special #rt_campaign #rt .catch .img {
    width: 280px;
    margin: 0 auto 30px;
  }

  #special #valentine2018 #rt .tbl,
  #special #whiteday2018 #rt .tbl,
  #special #rt_campaign #rt .tbl {
    display: block;
  }

  #special #valentine2018 #rt .tbl .cel,
  #special #whiteday2018 #rt .tbl .cel,
  #special #rt_campaign #rt .tbl .cel {
    width: 100%;
  }

  #special #valentine2018 #rt .tbl .cel:nth-of-type(1),
  #special #whiteday2018 #rt .tbl .cel:nth-of-type(1),
  #special #rt_campaign #rt .tbl .cel:nth-of-type(1) {
    padding-top: 10px;
  }

  #special #valentine2018 #rt .tbl .cel:nth-of-type(2),
  #special #whiteday2018 #rt .tbl .cel:nth-of-type(2),
  #special #rt_campaign #rt .tbl .cel:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 20px;
  }

  #special #valentine2018 #rt .tbl .cel .sp,
  #special #whiteday2018 #rt .tbl .cel .sp,
  #special #rt_campaign #rt .tbl .cel .sp {
    display: inline;
  }

  #special #rt_campaign #rt .inner_txt p {
    width: 100%;
  }

  #special #rt_campaign #rt table.tbl tbody {
    display: block;
  }

  #special #rt_campaign #rt table.tbl tbody .cel {
    width: 100%;
  }

  #special #rt_campaign #rt table.tbl tbody .cel:nth-of-type(2) {
    margin-top: 0;
  }

  #special #rt_campaign #rt table.tbl tbody .cel:nth-of-type(4),
  #special #rt_campaign #rt table.tbl tbody .cel:nth-of-type(6) {
    padding-left: 0;
  }

  #special #koma .box,
  #special #st_koma .box {
    padding: 140px 20px 40px;
  }

  #special #koma .box .koma_box .koma_box_inner .story1,
  #special #st_koma .box .koma_box .koma_box_inner .story1 {
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
    width: 100%;
  }

  #special #koma .box .koma_box .koma_box_inner .story2,
  #special #st_koma .box .koma_box .koma_box_inner .story2 {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  #special #koma .box .kaeBtn,
  #special #st_koma .box .kaeBtn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #special #koma .box .kaeBtn .tabBtn,
  #special #st_koma .box .kaeBtn .tabBtn {
    width: 44%;
    margin-right: 10px;
  }

  #special #koma .box .kaeBtn .tabSt,
  #special #st_koma .box .kaeBtn .tabSt {
    margin-top: 10px;
  }

  #special #st_koma .koma_box_inner .story img {
    width: 100%;
  }

  #special #ss header {
    padding: 10px 0 0 20px;
  }

  #special #ss header h1 {
    letter-spacing: 0px;
    font-size: 35px;
    line-height: 130%;
  }

  #special #ss article .col {
    padding: 30px 10px;
    font-size: 95%;
  }

  #special #ss article .col p:nth-last-of-type(1) {
    margin-bottom: 70px;
  }

  #special #ss article .col p:not(.indent) {
    text-indent: -1em;
    padding-left: 0;
  }

  #special #ss article.on {
    padding: 10px 15px;
  }

  #special #christmas_ss .box .scene::before,
  #special #christmas_ss .box .scene::after {
    width: 30%;
  }

  #special #lottery header,
  #special #releaseevent header,
  #special #cafe header {
    padding: 20px 0 0 20px;
  }

  #special #lottery header h1,
  #special #releaseevent header h1,
  #special #cafe header h1 {
    letter-spacing: 0px;
    font-size: 35px;
    line-height: 130%;
  }

  #special #lottery .inbox .spec th,
  #special #releaseevent .inbox .spec th,
  #special #cafe .inbox .spec th {
    display: block;
    text-align: left;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    padding-left: 25px;
  }

  #special #lottery .inbox .spec th:after,
  #special #releaseevent .inbox .spec th:after,
  #special #cafe .inbox .spec th:after {
    right: auto;
    left: 10px;
  }

  #special #lottery .inbox .spec td,
  #special #releaseevent .inbox .spec td,
  #special #cafe .inbox .spec td {
    display: block;
    padding-left: 10px;
  }

  #special #lottery ul.lst,
  #special #releaseevent ul.lst,
  #special #cafe ul.lst {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #special #lottery ul.lst > li,
  #special #releaseevent ul.lst > li,
  #special #cafe ul.lst > li {
    padding: 15px 10px;
  }

  #special #lottery ul.lst > li.sign,
  #special #releaseevent ul.lst > li.sign,
  #special #cafe ul.lst > li.sign {
    width: 50%;
  }

  #special #lottery ul.lst > li.poster,
  #special #releaseevent ul.lst > li.poster,
  #special #cafe ul.lst > li.poster {
    width: 50%;
  }

  #special #lottery ul.lst > li.bromaide,
  #special #releaseevent ul.lst > li.bromaide,
  #special #cafe ul.lst > li.bromaide {
    width: 100%;
  }

  #special #cafe .box > h1 {
    margin-bottom: 20px;
  }

  #special #cafe .menuwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #special #cafe .menuwrap li {
    width: 45%;
    margin: 0 2.5% 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
  }

  #special #cafe .menuwrap li:after {
    background: url(../../special/img/cafe/point_kakudai.png) calc(100% - 15px) calc(100% - 15px) no-repeat;
  }

  #special #cafe #canpaign .menuwrap li {
    width: 95%;
  }

  #special #cafe #link ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #special #cafe #link ul li {
    width: 70%;
    margin: 20px 20px 0px;
  }

  #special #onlyshop .box #goods .inbox ul.imglst {
    display: block;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li {
    width: 100%;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 107%;
    line-height: 130%;
    min-height: 68px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li h3 .price::after {
    width: 30px;
    left: -35px;
    font-size: 9px;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li.img_mr {
    margin-right: 0;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li.img_ml {
    margin-left: 0;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li:nth-child(2) img {
    height: auto;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li:nth-child(3) img {
    height: auto;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li:nth-child(6) .img {
    margin-top: 0;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li:nth-child(8) .img {
    margin-top: 0;
  }

  #special #onlyshop .box #goods .inbox ul.imglst li:nth-child(7) img,
  #special #onlyshop .box #goods .inbox ul.imglst li:nth-child(12) img {
    height: auto;
  }

  #special #onlyshop .box #privilege .inbox .outline {
    display: block;
  }

  #special #onlyshop .box #privilege .inbox .outline .left {
    width: 100%;
  }

  #special #onlyshop .box #privilege .inbox .outline .left .present {
    display: block;
    padding: 10px 0;
  }

  #special #onlyshop .box #privilege .inbox .outline .left .present ul {
    display: block;
  }

  #special #onlyshop .box #privilege .inbox .outline .left .present ul li {
    padding: 0 0 0 30px;
  }

  #special #onlyshop .box #privilege .inbox .outline .left .present ul li::after {
    left: 0;
  }

  #special #onlyshop .box #privilege .inbox .outline .left .present ul li:nth-child(1) {
    margin-bottom: 10px;
  }

  #special #onlyshop .box #privilege .inbox .outline .left ul.attention {
    font-size: 80%;
    line-height: 130%;
    margin-top: 20px;
  }

  #special #onlyshop .box #privilege .inbox .outline .left ul.attention li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0;
  }

  #special #onlyshop .box #privilege .inbox .outline .right {
    width: 100%;
    margin: 20px 0 0 0;
  }

  #special #onlyshop .box #privilege .inbox .outline .right img {
    width: 100%;
  }

  #cd #item .box .wrap {
    display: block;
  }

  #cd #item .box .wrap .jk {
    margin-bottom: 20px;
    width: 100%;
  }

  #cd #item .box .wrap .jk .txt {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
  }

  #cd #item .tracklist .inbox {
    display: block;
    padding: 0;
    counter-reset: number 0;
  }

  #cd #item .tracklist ul {
    margin: 0;
  }

  #cd #item .tracklist ul li {
    height: auto;
  }

  #cd #item .tracklist ul li p {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #cd #item .tokuten {
    margin-top: 40px;
  }

  #cd #item .tokuten .shop {
    display: block;
  }

  #cd #item .tokuten .shop dl {
    margin-bottom: 10px;
  }

  #tokuten #header .pagenav li a {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
  }

  #tokuten #header .pagenav li.gameillust a {
    padding-top: 3px;
    line-height: 105%;
  }

  #tokuten .souki .img {
    text-align: center;
  }

  #tokuten .souki .img img {
    width: 70%;
  }

  #tokuten #souki .img li {
    width: 40%;
  }

  #tokuten #set header {
    padding: 20px 0 0 25px;
  }

  #tokuten #set header h1 {
    letter-spacing: 0px;
    font-size: 33px;
  }

  #tokuten #set .col:not(:nth-last-of-type(1)) {
    margin-bottom: 90px;
    padding-bottom: 80px;
  }

  #tokuten #original ul.imglst li,
  #tokuten #gameillust ul.imglst li {
    width: 100%;
    margin: 0 1.5% 15px 0;
  }

  #tokuten #original ul.imglst li:nth-of-type(1),
  #tokuten #gameillust ul.imglst li:nth-of-type(1) {
    margin-right: 0;
  }

  #tokuten #original ul.imglst li .img,
  #tokuten #gameillust ul.imglst li .img {
    margin: 20px 0 20px;
  }

  #tokuten #original ul.imglst li.badge .img,
  #tokuten #gameillust ul.imglst li.badge .img {
    width: 70%;
  }

  #tokuten #original ul.imglst li.cd .img,
  #tokuten #gameillust ul.imglst li.cd .img {
    width: 200px;
    margin: 0 auto;
  }

  #tokuten #gameillust header {
    padding: 20px 0 0 25px;
  }

  #tokuten #gameillust header h1 {
    letter-spacing: 0px;
    font-size: 33px;
  }

  #popup .close {
    top: 20px;
    right: 10px;
    font-size: 50px;
    color: #e30038;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
  }

  #popup .close:hover {
    color: #e30038;
  }

  #popup .content {
    padding: 10px;
  }

  #popup #owb {
    padding: 40px 20px;
  }

  body {
    font-size: 14px;
    line-height: 160%;
    background-size: 310px auto;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #menu_icon {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 15px;
    z-index: 1001;
    background: rgba(227, 0, 56, 0.8);
    background-position: 0 0,0 100%,0 0,100% 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #menu_icon .txt {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
    display: none;
    position: absolute;
    bottom: -21px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0px;
    text-indent: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #menu_icon .icon {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 7px;
  }

  #menu_icon .icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #menu_icon .icon:after,
  #menu_icon .icon:before {
    content: "";
    background: #fff;
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    top: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  #menu_icon .icon:before {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  #menu_icon .icon:after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  #menu_icon.on {
    background: url(../img/foot_border_t.png) 0 0 repeat-x, url(../img/foot_border_t.png) 0 100% repeat-x, url(../img/foot_border_l.png) 0 0 repeat-y, url(../img/foot_border_l.png) 100% 0 repeat-y;
  }

  #menu_icon.on:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #3dbebe;
  }

  #menu_icon.on .icon span,
  #menu_icon.on .icon:before,
  #menu_icon.on .icon:after {
    background: #fff;
  }

  #menu_icon.on .icon span {
    opacity: 0;
    background: #fff;
  }

  #menu_icon.on .icon:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }

  #menu_icon.on .icon:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }

  #sc_nav {
    display: block;
    font-family: 'myFont';
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #sc_nav h1 {
    display: none;
  }

  #sc_nav ul {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #sc_nav ul li {
    position: relative;
  }

  #sc_nav ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    z-index: 0;
    border-top: 1px solid #e30038;
  }

  #sc_nav ul li:nth-last-of-type(1):after {
    border-bottom: 1px solid #e30038;
  }

  #sc_nav ul li a,
  #sc_nav ul li span {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 130%;
    line-height: 120%;
    letter-spacing: 5px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  #sc_nav ul li span {
    color: rgba(255, 255, 255, 0.5);
  }

  #sc_nav.on {
    top: 0;
  }

  #menu {
    min-width: 0;
    position: absolute;
  }

  #menu ul {
    display: none;
  }

  #header {
    padding: 130px 0 50px;
    background-size: 1280px;
  }

  #header h1 img {
    width: 320px;
  }

  #header .before {
    background-size: 1280px;
  }

  #header .pagenav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 80%;
    margin: 20px auto 0;
  }

  #header .pagenav li {
    width: 48%;
    margin: 0 1% 10px;
  }

  #header .pagenav li a {
    height: 25px;
    padding: 0;
    letter-spacing: 1px;
    line-height: 25px;
    color: #000;
  }

  #header .pagenav li:before {
    background: #fff;
    border: none;
  }

  #container {
    min-width: 0;
    background-size: 1280px;
  }

  .wrapper {
    padding: 90px 15px 50px;
  }

  section.pg {
    width: auto;
    padding: 15px;
  }

  section.pg header {
    padding: 20px 0 0 30px;
  }

  section.pg header h1 {
    font-size: 33px;
    line-height: 110%;
    letter-spacing: 10px;
  }

  section.pg header .aori {
    font-size: 23px;
    line-height: 130%;
    top: 10px;
    margin-top: 0px;
  }

  section.pg .box {
    padding: 150px 20px 40px;
  }

  section.pg .box .h02 {
    padding: 7px 10px;
  }

  #footer .foot_nav {
    display: block;
    font-family: 'myFont';
  }

  #footer .foot_nav h1 {
    display: none;
  }

  #footer .foot_nav li {
    text-align: center;
    border-top: 1px solid #e30038;
  }

  #footer .foot_nav li a,
  #footer .foot_nav li span {
    display: block;
    padding: 15px;
    color: #fff;
  }

  #footer .foot_nav li span {
    color: rgba(255, 255, 255, 0.5);
  }

  #footer .foot {
    padding: 30px 0;
    background: #000;
    border-bottom: 1px solid #e30038;
    border-top: 1px solid #e30038;
  }

  #footer .wrap {
    width: auto;
    display: block;
  }

  #footer .logo {
    padding: 0 90px;
    margin-bottom: 20px;
  }

  #footer .sns {
    width: 100%;
  }

  #footer .sns .follew,
  #footer .sns .share {
    padding: 10px 30px 13px;
  }

  #footer .copy_wrap {
    padding: 30px 0;
  }

  #index #splash {
    display: none;
  }

  #index #menu {
    display: none;
  }

  #index #menu_icon {
    top: 20px;
  }

  #index #container .pslogo {
    position: absolute;
    width: 100px;
    top: 8px;
    left: 10px;
    z-index: 10;
  }

  #index #container .top_head {
    top: 0px !important;
  }

  #index #container .top_head:before {
    top: 17px;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
  }

  #index #container .top_head:after {
    background-size: 780px;
  }

  #index #container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 10;
    background: url(../img/bg_red.png) 50% 10px;
    background-size: 780px;
    display: none;
  }

  #index #footer .copy_wrap {
    padding-bottom: 30px;
  }

  #index #top {
    min-width: 0;
    min-height: 0;
    height: 670px;
    top: 0px;
    background: url(../img/index_topimg_sp_02.jpg?0) 0 0 no-repeat #16170a;
    background-size: 100% auto;
    background-position: 50% 0px;
  }

  #index #top .ctt {
    width: 100%;
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 40px;
    padding: 0 30px;
  }

  #index #top .ctt .pc {
    display: none;
  }

  #index #top .ctt .sp {
    display: block;
  }

  #index #top .ctt .bnr {
    display: none;
  }

  #index #top .owb {
    display: none;
  }

  #index #content .content_head:before {
    top: -30px;
    border-top: 2px solid #e30038;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    background-size: 1280px;
  }

  #index #content .bg {
    padding-top: 40px;
    background-size: 1280px;
  }

  #index #content .spowb {
    width: 80%;
    background: rgba(255, 255, 255, 0.8);
    margin: -5px auto 55px;
    padding: 15px 0px;
    text-align: center;
    color: #000;
    font-size: 90%;
    line-height: 130%;
    outline: 3px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }

  #index #content .spbnr {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }

  #index #content .spbnr ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index #content .spbnr ul li {
    margin: 0 10px;
  }

  #index #content .box {
    min-width: 0;
    display: block;
    padding: 0 20px;
    margin-bottom: 70px;
  }

  #index #content .box #update,
  #index #content .box #twitter {
    margin-bottom: 30px;
    padding: 80px 30px 30px;
  }

  #index #content .box #update {
    background: url(../img/index_ttl_update.png) 0 25px no-repeat;
    background-size: 100% auto;
  }

  #index #content .box #update dl {
    height: 130px;
    -webkit-overflow-scrolling: touch;
  }

  #index #content .box #twitter {
    background: url(../img/index_ttl_twitter.png) 0 25px no-repeat;
    background-size: 100% auto;
  }

  #index #content .box #twitter iframe {
    height: 130px !important;
    min-height: 130px !important;
    width: 320px !important;
  }

  #index #footbnr .sbnr {
    list-style: none;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #index #footbnr .sbnr li {
    width: 48.5%;
  }

  #product #item .imgwrap {
    margin-bottom: 30px;
  }

  #product #item .imgwrap .img {
    position: relative;
    margin: 0 5px;
  }

  #product #item .imgwrap .img img {
    padding: 4px;
  }

  #product #item .tbl {
    padding: 0;
  }

  #product #item table.spec th {
    padding: 8px 20px 8px 5px;
    width: 35%;
  }

  #product #item table.spec td {
    padding: 8px 5px 8px 16px;
  }

  #product #item table.spec .castcel {
    display: inline-block;
    margin-right: 20px;
  }

  #product #gentei header {
    padding: 20px 0 0 20px;
  }

  #product #gentei header h1 {
    font-size: 37px;
    line-height: 130%;
    letter-spacing: 0px;
  }

  #product #gentei table.spec th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px 0;
  }

  #product #gentei table.spec th:after {
    display: none;
  }

  #product #gentei table.spec td {
    display: block;
    padding: 0 10px 10px;
  }

  #product #gentei .inbox .img {
    text-align: center;
  }

  #product #gentei .inbox .img img {
    width: auto;
  }

  #product #gentei .wrap {
    display: block;
  }

  #product #gentei .wrap .cdimg {
    margin: 0 0 20px;
    padding: 0 70px;
  }

  #news .spec th {
    display: block;
    text-align: left;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    padding-left: 25px;
  }

  #news .spec th:after {
    right: auto;
    left: 10px;
  }

  #news .spec td {
    display: block;
    padding-left: 10px;
  }

  #news section.pg .inner_box {
    display: block;
  }

  #news section.pg .inner_box .inner_mini2 {
    margin: 20px 0 0;
    text-align: center;
  }

  #story #container .bg {
    background-size: auto,auto 100%;
    background-attachment: scroll;
  }

  #story #container.on .bg {
    opacity: 1;
  }

  #story #container.on section.pg {
    background: transparent;
    border-color: rgba(161, 0, 39, 0.8);
    border: none;
    margin-bottom: 100px;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }

  #story #container.on section.pg header {
    -webkit-transition: all 0.8s ease-out 0.3s;
    transition: all 0.8s ease-out 0.3s;
  }

  #story #container.on section.pg header:after,
  #story #container.on section.pg header:before {
    background: none;
  }

  #story #container.on section.pg header:after {
    border-bottom: 2px solid #e30038;
  }

  #story #container.on section.pg header h1 {
    color: #e30038;
  }

  #story #container.on section.pg:before {
    display: none;
  }

  #story #container.on section.pg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }

  #story #container.on .box {
    background: none;
    text-shadow: -3px -2px 0 rgba(227, 0, 56, 0.4), 3px 1px 0 rgba(0, 160, 221, 0.4);
    padding: 148px 38px 58px;
  }

  #story .box {
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","Hiragino Mincho","HGS明朝E","HG明朝E","HG明朝","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","メイリオ","Meiryo",serif;
    font-weight: bold;
    text-shadow: 0px 0px 0 rgba(227, 0, 56, 0.4), 0px 0px 0 rgba(0, 160, 221, 0.4);
  }

  #story .box p {
    margin-bottom: 30px;
  }

  #story #story_txt .box {
    font-size: 110%;
    line-height: 180%;
  }

  #character .ch_wrapper .footer {
    background-size: 1280px;
    height: 250px;
  }

  #character .ch_wrapper .footer .foot_before {
    background-size: 1280px;
  }

  #character .ch_wrapper .footer .nav {
    width: 100%;
    right: -23px;
  }

  #character:not(.all) #header {
    padding-bottom: 50px;
  }

  #character:not(.all) .ch_wrapper {
    background-size: 1280px;
  }

  #character:not(.all) .ch_wrapper .footer {
    background-size: 1280px;
    margin-top: -30px;
  }

  #character:not(.all) .ch_wrapper .footer .foot_before {
    background-size: 1280px;
  }

  #character:not(.all) .ch_wrapper .footer .nav li {
    height: 40px;
  }

  #character:not(.all) .ch_wrapper .footer .nav li.shirakawa {
    margin-right: 13px;
  }

  #character:not(.all) .ch_wrapper .footer .nav li:not(.soukanzu) {
    margin-bottom: 12px;
    width: 16%;
  }

  #character:not(.all) .ch_wrapper .box {
    width: 100%;
    height: 720px;
  }

  #character:not(.all) .ch_wrapper .box .img {
    top: -15px;
    background-size: 90% auto;
    background-position: 70% 0;
  }

  #character:not(.all) .ch_wrapper .box .txt {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: 60%;
    top: auto;
    bottom: 120px;
  }

  #character:not(.all) .ch_wrapper .box .txt .voice {
    width: 100%;
  }

  #character:not(.all) .ch_wrapper .box .txt .voice dd {
    width: 70%;
    padding: 0;
  }

  #character:not(.all) .ch_wrapper .box .txt .voice dd .voicebtn {
    margin: 0 5px 0;
  }

  #character:not(.all) .ch_wrapper .box .txt .voice dd .voicebtn span {
    width: 20px;
    height: 20px;
  }

  #character:not(.all) .ch_wrapper .box .txt .voice.main dt {
    display: block;
    padding: 5px 0;
    line-height: 1.2em;
  }

  #character.all .ch_wrapper ul.list {
    height: 420px;
  }

  #character.all .ch_wrapper ul.list li {
    background-size: 1280px;
  }

  #character.all .ch_wrapper ul.list li:after {
    background-size: 260px auto;
  }

  #character.all .ch_wrapper ul.list li .name {
    height: 130px;
  }

  #character.all .ch_wrapper ul.list li .name img {
    position: absolute;
    bottom: 70px;
    left: 12px;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  #character.all .ch_wrapper ul.list li.ichigo:after {
    background-position: 50% 55px;
  }

  #character.all .ch_wrapper ul.list li.ichigo .txt {
    top: calc(50% + 15px);
  }

  #character.all .ch_wrapper ul.list li.ichigo .name {
    bottom: -50px;
  }

  #character.all .ch_wrapper ul.list li.tsukimi:after {
    background-position: 50% 45px;
  }

  #character.all .ch_wrapper ul.list li.tsukimi .txt {
    top: calc(50% + 10px);
  }

  #character.all .ch_wrapper ul.list li.tsukimi .name {
    bottom: -43px;
  }

  #character.all .ch_wrapper ul.list li.izuna:after {
    background-position: 50% 40px;
  }

  #character.all .ch_wrapper ul.list li.izuna .txt {
    top: calc(50% + 5px);
  }

  #character.all .ch_wrapper ul.list li.izuna .name {
    bottom: -36px;
  }

  #character.all .ch_wrapper ul.list li.kurama:after {
    background-position: 50% 33px;
  }

  #character.all .ch_wrapper ul.list li.kurama .name {
    bottom: -28px;
  }

  #character.all .ch_wrapper ul.list li.noin:after {
    background-position: 50% 35px;
  }

  #character.all .ch_wrapper ul.list li.noin .txt {
    top: calc(50% - 5px);
  }

  #character.all .ch_wrapper ul.list li.noin .name {
    bottom: -20px;
  }

  #character.all .ch_wrapper ul.list li.amon:after {
    background-position: 50% 25px;
  }

  #character.all .ch_wrapper ul.list li.amon .txt {
    top: calc(50% - 10px);
  }

  #character.all .ch_wrapper ul.list li.amon .name {
    bottom: -14px;
  }

  #character.all .ch_wrapper ul.list li.hasegawa:after {
    background-position: 50% 15px;
  }

  #character.all .ch_wrapper ul.list li.hasegawa .txt {
    top: calc(50% - 15px);
  }

  #character.all .ch_wrapper ul.list li.hasegawa .name {
    bottom: -5px;
  }

  #character.all .footer .nav {
    width: 100%;
  }

  #character.all .footer .nav li {
    height: 40px;
    width: 80px;
  }

  #character.all .footer .nav li.yodaka {
    margin-right: 12px;
  }

  #character.all .footer .nav li.soukanzu a {
    padding: 8px 25px 10px 10px;
  }

  #character.ichigo .ch_wrapper .box .txt {
    background: rgba(0, 0, 0, 0.5);
  }

  #character.ichigo .ch_wrapper .box .img {
    background-image: url(../../character/img/img_ichigo_sp.png);
  }

  #character.tsukimi .ch_wrapper .box .img {
    background-image: url(../../character/img/img_tsukimi_sp.png);
  }

  #character.izuna .ch_wrapper .box .img {
    background-image: url(../../character/img/img_izuna_sp.png);
  }

  #character.kurama .ch_wrapper .box .txt {
    background: rgba(0, 0, 0, 0.5);
  }

  #character.kurama .ch_wrapper .box .img {
    background-image: url(../../character/img/img_kurama_sp.png);
  }

  #character.noin .ch_wrapper .box .img {
    background-image: url(../../character/img/img_noin_sp.png);
  }

  #character.amon .ch_wrapper .box .img {
    background-image: url(../../character/img/img_amon_sp.png);
  }

  #character.hasegawa .ch_wrapper .box .txt {
    background: rgba(0, 0, 0, 0.5);
  }

  #character.hasegawa .ch_wrapper .box .img {
    background-image: url(../../character/img/img_hasegawa_sp.png);
  }

  #character.matsuri .ch_wrapper .box .txt {
    background: rgba(0, 0, 0, 0.5);
  }

  #character.matsuri .ch_wrapper .box .img {
    background-image: url(../../character/img/img_matsuri_sp.png);
  }

  #character.rakia .ch_wrapper .box .img {
    background-image: url(../../character/img/img_rakia_sp.png);
  }

  #character.shirakawa .ch_wrapper .box .txt {
    background: rgba(0, 0, 0, 0.5);
  }

  #character.shirakawa .ch_wrapper .box .img {
    background-image: url(../../character/img/img_shirakawa_sp.png);
  }

  #character.yodaka .ch_wrapper .box .txt {
    background: rgba(0, 0, 0, 0.5);
  }

  #character.yodaka .ch_wrapper .box .img {
    background-image: url(../../character/img/img_yodaka_sp.png);
  }

  #tokuten #header .pagenav li a {
    padding: 0;
  }

  #tokuten .bnr {
    text-align: center;
  }

  #tokuten .box .wrap {
    display: block;
  }

  #tokuten .box .wrap .img {
    width: 200px;
    margin-right: 0;
    margin: 0 auto 20px;
  }

  #tokuten ul.lst li {
    padding: 10px 10px 10px 30px;
  }

  #tokuten ul.lst li:after {
    left: 10px;
  }

  #tokuten ul.imglst > li {
    width: 48%;
    margin: 0 2% 15px 0;
    padding: 8px;
  }

  #tokuten ul.imglst > li:nth-of-type(2n) {
    margin-right: 0;
  }

  #tokuten ul.imglst > li:nth-of-type(3n) {
    margin-right: 2%;
  }

  #tokuten #souki .img {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  #tokuten #souki .img li {
    width: 28.5%;
  }

  #tokuten #souki .img li span {
    white-space: nowrap;
  }

  #tokuten #cd header {
    padding: 20px 0 0 20px;
  }

  #tokuten #cd header h1 {
    letter-spacing: 5px;
  }

  #tokuten #set_animate header {
    padding: 25px 0 0 20px;
  }

  #tokuten #set_animate header h1 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0px;
  }

  #tokuten #set_stella header {
    padding: 25px 0 0 20px;
  }

  #tokuten #set_stella header h1 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0px;
  }

  #tokuten #set_bos header {
    padding: 25px 0 0 20px;
  }

  #tokuten #set_bos header h1 {
    font-size: 30px;
    line-height: 100%;
  }

  #tokuten #original header {
    padding: 20px 0 0 20px;
  }

  #tokuten #original header h1 {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: 2px;
  }
}

@media all and (-ms-high-contrast: none) {
  body:not(#character) #menu ul {
    max-width: none;
  }

  body:not(#character) #header {
    padding-bottom: 70px;
  }

  body:not(#character) #header .before {
    display: none;
  }

  body:not(#character) .wrapper {
    padding-top: 70px;
  }

  #index #content .content_head {
    display: none;
  }

  #index #content:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    display: block;
    z-index: 0;
    background: url(../img/bg_red.png) 50% -120px;
    -ms-transform-origin: 0 0;
    -ms-transform: skewY(-6deg);
  }

  #index #content .bg {
    background: none;
  }

  #character .ch_wrapper .box .txt {
    top: 220px;
  }

  #character .ch_wrapper .footer .before {
    display: none;
  }

  #character .ch_wrapper .footer .nav {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  #character.all #header {
    padding-bottom: 70px;
  }

  #character.all #header .before {
    display: none;
  }

  #character.all .ch_wrapper ul.list {
    height: 650px;
  }

  #character.all .ch_wrapper ul.list li:after {
    background-position: 50% 20px !important;
  }

  #character.all .ch_wrapper ul.list li .txt {
    top: 50% !important;
  }

  #character.all .ch_wrapper ul.list li .name {
    bottom: -70px !important;
  }

  #character.all .ch_wrapper ul.list li .name img {
    bottom: 105px;
  }

  #character.all .ch_wrapper ul.list li:hover {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/*# sourceMappingURL=../map/style.css.map */
