@import url("yil7coe.css");



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  /*
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "a-otf-midashi-go-mb31-pr6n", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  */
  font-family: 微软雅黑;
  letter-spacing: .06em;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

.sp {
  display: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  color: #fff;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

* {
  outline: none;
}

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}


/*设置浮动*/
.float-left {
  float: left;
}

/*设置元素向左浮动*/
.float-right {
  float: right;
}

/*设置元素向右浮动*/

/*清除浮动*/
.clear-left {
  clear: left;
}

/*左侧不允许浮动元素*/
.clear-right {
  clear: right;
}

/*右侧不允许浮动元素*/
.clear-both {
  clear: both;
}

/*左右两侧均不允许浮动元素*/


/*其他*/
.overflow-hidden {
  overflow: hidden;
}

/*自动截取超出后的内容或区域*/
.visibility-hidden {
  visibility: hidden;
}

/*设置元素为不可见，但还是会占据原有位置*/
.visibility-visible {
  visibility: visible;
}

/*设置元素为可见*/
.display-block {
  display: block;
}

/*设置元素为块级并显示*/
.display-none {
  display: none;
}

/*设置元素为隐藏*/
.display-inline {
  display: inline;
}

/*设置元素为内联*/
.display-inline-block {
  display: inline-block;
}

/*设置元素为内联块级，元素会尽可能缩减占用空间*/
.text-align-center {
  text-align: center;
}

/*文本居中*/
.text-align-left {
  text-align: left;
}

/*文本左对齐*/
.text-align-right {
  text-align: right;
}

/*文本右对齐*/
.font-weight-bold {
  font-weight: bold;
}

/*字体加粗*/
.font-weight-normal {
  font-weight: normal;
}

/*字体不加粗*/
.cursor-pointer {
  cursor: pointer
}

/*当鼠标经过元素的时候出现手指形状*/
.text-decoration-underline {
  text-decoration: underline;
}

/*盒布局*/
.display-box {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -o-box !important;
  display: -ms-flexbox !important;
  display: box !important;
}

.display-box2 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: box;
}


/*垂直方向-居中对其*/
.box-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  box-align: center;
}

.box-align-center>* {
  display: block;
}

/*垂直方向-顶部对齐*/
.box-align-start {
  -moz-box-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -o-box-align: start;
  box-align: start;
}

/*垂直方向-底部对齐*/
.box-align-end {
  -moz-box-align: end;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  box-align: end;
}

/*水平方向-居中对齐*/
.box-pack-center {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
}

/*水平方向-左则对齐*/
.box-pack-start {
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
}

/*水平方向-右则对齐*/
.box-pack-end {
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  box-pack: end;
}

/*边缘2端对齐*/
.display-flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

/*设置元素为可伸缩*/
.box-flex {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}

.box-flex2 {
  -moz-box-flex: 0.1;
  -webkit-box-flex: 0.1;
  -o-box-flex: 0.1;
  -ms-flex: 0.1;
  box-flex: 0.1;
}

/*规定框中子元素的显示次序-数字小的排前面*/
.box-ordinal-group1 {
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
}

.box-ordinal-group2 {
  -moz-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
  box-ordinal-group: 2;
}

.box-ordinal-group3 {
  -moz-box-ordinal-group: 3;
  -webkit-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-box-ordinal-group: 3;
  box-ordinal-group: 3;
}

/*改变元素的排列方向-垂直排列*/
.box-orient-vertical {
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}

/*改变元素的排列方向-水平排列*/
.box-orient-vertical {
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}

/*/盒布局*/

/*多行显示忽略号*/

.line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp2 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 2;
}

.line-clamp3 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 3;
}

.line-clamp4 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 4;
}

.line-clamp5 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 5;
}

/*/多行显示忽略号*/

/*宽高计算*/
.width-calc1 {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: calc(100% - 40px);
}

.height-calc1 {
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: -o-calc(100% - 30px);
  height: -ms-calc(100% - 30px);
  height: calc(100% - 30px);
}

/*位置偏移*/
.transform1 {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.transform2 {
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.transform3 {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.transform4 {
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

/*设置元素为内联快级并垂直居中对齐*/
.vertical-align-middle {
  vertical-align: middle;
}

.display-inline-block-middle {

  vertical-align: middle;
}

.display-inline-block-align-q * {

  vertical-align: middle;
}

/*改变placeholder输入框提示颜色*/
.placeholder-color1:-moz-placeholder {
  color: #939393;
}

.placeholder-color1::-moz-placeholder {
  color: #939393;
}

.placeholder-color1:-ms-input-placeholder {
  color: #939393;
}

.placeholder-color1::-webkit-input-placeholder {
  color: #939393;
}

/*/通用样式*/



#bg-box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

#bg-box .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bg-box .container .keyvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: cover;
}

#bg-box .container .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("../images/img_keyvisual_pc_blur.jpg") top center; */
  background-size: cover;
  transition: all 0.5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#bg-box.blur-ef .container .keyvisual {
  /*
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: blur(10px) brightness(80%);
  filter: blur(10px) brightness(80%); 
  
  -webkit-transform: scale(1.015);
      -ms-transform: scale(1.015);
          transform: scale(1.015); 
  */
}

#bg-box.blur-ie .container .blur {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#bg-box.secondary-page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#bg-box.secondary-page .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bg-box.secondary-page .container .keyvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_keyvisual_pc.jpg") top center;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: cover;
}

#bg-box.secondary-page .container .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_keyvisual_pc_blur.jpg") top center;
  background-size: cover;
  transition: all 0.5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#bg-box.secondary-page .container.news-page .keyvisual {
  background: url("../images/img_keyvisual_pc.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page .container.news-page .blur {
  background: url("../images/img_keyvisual_pc_blur.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page .container.release-page .keyvisual {
  background: url("../images/img_keyvisual_pc.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page .container.release-page .blur {
  background: url("../images/img_keyvisual_pc_blur.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page .container.live-page .keyvisual {
  background: url("../images/img_keyvisual_pc.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page .container.live-page .blur {
  background: url("../images/img_keyvisual_pc_blur.jpg") top center;
  background-size: cover;
}


#bg-box.secondary-page .container.video-page .keyvisual {
  background: url("../images/img_keyvisual_pc.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page .container.video-page .blur {
  background: url("../images/img_keyvisual_pc_blur.jpg") top center;
  background-size: cover;
}

#bg-box.secondary-page.blur-ef .container .keyvisual {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: blur(10px) brightness(80%);
  filter: blur(10px) brightness(80%);
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}

#bg-box.secondary-page.blur-ie .container .blur {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#parallax-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#parallax-box .inner {
  position: relative;
  top: 50vh;
  width: 100%;
  height: 3433px;
  background: url("https://pic.yupoo.com/dilraba920603/0d8402cd/598c4ff8.png") top center no-repeat;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 108px;
  z-index: 5;
}

header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  background: url("../images/bg_header.png") top left no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 50px;
  height: 20px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

header nav:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

header nav span {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  transition: all 0.5s linear;
}

header nav span:nth-child(2) {
  top: 10px;
}

header nav span:nth-child(3) {
  top: 20px;
}

header h1 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 142px;
  height: 101px;
  background-size: 100% 100%;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header h1 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .r-box {
  position: absolute;
  top: 50px;
  right: 42px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header .r-box .sns-box {
  position: relative;
  top: 6px;
}

header .r-box .sns-box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .r-box .sns-box ul li {
  width: 28px;
  height: 24px;
}

header .r-box .sns-box ul li:nth-child(n+2) {
  margin-left: 18px;
}

header .r-box .sns-box ul li img {
  width: 100%;
  height: auto;
}

header .r-box .btn-listen {
  position: relative;
  margin-left: 28px;
  border: 2px solid #e0e0e0;
  letter-spacing: 0.22em;
  font-size: 14px;
  padding: 5px 25px 5px 12px;
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  /* font-style: italic; */
}

header .r-box .btn-listen:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  background: url("../images/ico_arrow_pulldown.png") no-repeat;
  width: 10px;
  height: 8px;
  background-size: 100% 100%;
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.fixed {
  background-color: rgba(0, 0, 0, .5);
}

header.fixed:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

#wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}

#wrap main.toppage {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wrap main.toppage h2 {
  font-size: 28px;
  color: #000;
  letter-spacing: 0.16em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.toppage section.main {
  position: relative;
  width: 100%;
  height: 0vh;
}

#wrap main.toppage section.main .scrolldown {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.toppage section.main .scrolldown ul {
  position: relative;
  width: 120px;
  height: 100px;
}

#wrap main.toppage section.main .scrolldown ul li {
  position: absolute;
  top: 0px;
  left: 0px;
}

#wrap main.toppage section.main .scrolldown ul li img {
  width: 100%;
  height: auto;
}

#wrap main.toppage section.main .scrolldown.fadeout {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#wrap main.toppage section.release {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 80px 0 0;
}

#wrap main.toppage section.release .inner-box {
  position: relative;
  width: 840px;
  /* background: rgba(0, 0, 0, 0.5); */
  margin: 40px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px;
  box-sizing: border-box;
}

#wrap main.toppage section.release .inner-box .image-box .image {
  width: 281px;
}

#wrap main.toppage section.release .inner-box .image-box .image img {
  width: 100%;
  height: auto;
}

#wrap main.toppage section.release .inner-box .text-box {
  text-align: left;
  color: #515151;
  margin-left: 58px;
  padding: 12px 0 0;
}

.ljmnrt a {
  color: #000;
  font-size: 13px;
}

#wrap main.toppage section.release .inner-box .text-box p.name {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 60px;
  font-weight: 500;

}

.image-box .image {
  margin-top: 60px;
}

.videos .image-box .image {
  margin-top: 25px;
}

.jigetv {
  display: block;
  color: #6f6f6f;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
}

#wrap main.toppage section.release .inner-box .text-box h3 {
  font-size: 20px;
  font-weight: bold;
}

#wrap main.toppage section.release .inner-box .text-box p.release-date {
  font-size: 13px;
  font-weight: 500;
}

#wrap main.toppage section.release .inner-box .text-box ul {
  margin: 18px 0 0;
}

#wrap main.toppage section.release .inner-box .text-box ul li {
  font-size: 16px;
  font-weight: bold;
}

#wrap main.toppage section.release .inner-box .text-box ul li:nth-child(n+2) {
  margin: 10px 0 0;
}

#wrap main.toppage section.release .inner-box .text-box ul li span {
  display: inline-block;
  font-size: 14px;
  width: 44px;
  letter-spacing: 0.1em;
}

#wrap main.toppage section.release .inner-box .btn-listen {
  position: absolute;
  bottom: 36px;
  right: 36px;
  border: 2px solid #e0e0e0;
  letter-spacing: 0.22em;
  font-size: 14px;
  padding: 5px 25px 5px 12px;
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.toppage section.release .inner-box .btn-listen:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  background: url("../images/ico_arrow_pulldown.png") no-repeat;
  width: 10px;
  height: 8px;
  background-size: 100% 100%;
}

#wrap main.toppage section.release .label-new:after {
  position: absolute;
  content: "";
  top: -28px;
  right: -28px;
  background: url("../images/label_new.png");
  width: 86px;
  height: 90px;
  background-size: 100% 100%;
}

#wrap main.toppage section.videos {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 140px 0 0;
}

#wrap main.toppage section.videos .slider-video-box {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
}

#wrap main.toppage section.videos .slider-video-box article {
  width: 400px;
  margin: 0 3.8vw;
  outline: none;
  cursor: pointer;
}

#wrap main.toppage section.videos .slider-video-box article .image-box {
  position: relative;
  width: 100%;
}

#wrap main.toppage section.videos .slider-video-box article .image-box .image {
  overflow: hidden;
  background: #000;
}

#wrap main.toppage section.videos .slider-video-box article .image-box .image img {
  width: 100%;
  height: auto;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.toppage section.videos .slider-video-box article .image-box .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
}

#wrap main.toppage section.videos .slider-video-box article .image-box .ico-play img {
  width: 100%;
  height: auto;
}

#wrap main.toppage section.videos .slider-video-box article .text-box {
  padding-top: 18px;
}

#wrap main.toppage section.videos .slider-video-box article .text-box p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

#wrap main.toppage section.videos .slider-video-box .flickity-page-dots {
  position: relative;
  width: 200px;
  margin: 36px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrap main.toppage section.videos .slider-video-box .flickity-page-dots li:nth-child(n+2) {
  margin-left: 14px;
}

#wrap main.toppage section.videos .slider-video-box .flickity-page-dots .dot {
  position: relative;
  width: 12px;
  height: 12px;
  border: 2px solid #f7c3cf;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
}

#wrap main.toppage section.videos .slider-video-box .flickity-page-dots .dot.is-selected {
  border: 2px solid #f7c3cf;
  background: #f7c3cf;
}

#wrap main.toppage section.news {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 150px 0 0;
}

#wrap main.toppage section.news .news-box {
  width: 840px;
  margin: 34px auto 0;
}

#wrap main.toppage section.news .news-box ul li {
  font-size: 17px;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#wrap main.toppage section.news .news-box ul li:nth-child(n+2) {
  margin: 20px 0 0;
}

#wrap main.toppage section.news .news-box ul li a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.10em;
}

#wrap main.toppage section.news .news-box ul li a time,
#wrap main.toppage section.news .news-box ul li a span {
  display: inline-block;
}

#wrap main.toppage section.news .news-box ul li a time {
  width: 110px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.toppage section.news .btn-more {
  margin: 44px auto 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.toppage section.live {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 100px 0 0;
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 50px 0 0;
}

#wrap main.toppage section.live:before {
  position: absolute;
  content: "";
  top: -142px;
  left: 0px;
  background: url("../images/bg_live_top.png") no-repeat;
  width: 2000px;
  height: 142px;
  display: none;
}

#wrap main.toppage section.live:after {
  position: absolute;
  content: "";
  bottom: -142px;
  left: 0px;
  background: url("../images/bg_live_bottom.png") no-repeat;
  width: 2000px;
  height: 142px;
  display: none;
}

#wrap main.toppage section.live .live-box {
  margin: 40px 0 0;
}

#wrap main.toppage section.live .live-box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrap main.toppage section.live .live-box ul li {
  width: 200px;
}

#wrap main.toppage section.live .live-box ul li a {
  display: block;
  text-decoration: none;
  text-align: left;
}

#wrap main.toppage section.live .live-box ul li a .image-box {
  width: 100%;
}

#wrap main.toppage section.live .live-box ul li a .image-box img {
  width: 100%;
  height: auto;
}

#wrap main.toppage section.live .live-box ul li a .text-box {
  margin: 22px 0 0;
  font-weight: bold;
}

#wrap main.toppage section.live .live-box ul li a .text-box time {
  font-size: 15px;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-style: normal;
  color: #707070;
}

#wrap main.toppage section.live .live-box ul li a .text-box p.ttl {
  margin: 4px 0 0;
  font-size: 15px;
  color: #707070;
  line-height: 1.4;
}

#wrap main.toppage section.live .live-box ul li a .text-box p.place {
  margin: 7px 0 0;
  font-size: 15px;
  color: #707070;
  line-height: 1.3;
  height: 38px;
  overflow: hidden;
}

#wrap main.toppage section.live .live-box ul li:nth-child(n+2) {
  margin-left: 50px;
}

#wrap main.toppage section.live .btn-more {
  margin: 44px auto 0;
}

#wrap main.toppage section.about {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 150px 0 0;
}

#wrap main.toppage section.about .image-box {
  position: relative;
  width: 840px;
  margin: 45px auto 0;
}

#wrap main.toppage section.about .image-box img {
  width: 100%;
  height: auto;
}

#wrap main.toppage section.about .about-box {
  margin: 48px 0 0;
}

#wrap main.toppage section.about .about-box .image {
  width: 142px;
  margin: 0 auto;
}

#wrap main.toppage section.about .about-box .image img {
  width: 100%;
  height: auto;
}

#wrap main.toppage section.about .about-box h3 {
  background: url("../images/txt_about_roe.png");
  width: 32px;
  height: 14px;
  background-size: 100% 100%;
  overflow: hidden;
  margin: 16px auto 0;
  text-indent: -9999px;
}

#wrap main.toppage section.about .about-box .text-box {
  width: 720px;
  margin: 46px auto 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #5D5D5D;
}

#wrap main.toppage section.about .about-box .text-box p:nth-child(n+2) {
  margin: 18px 0 0;
}

#wrap main.toppage section.about .about-box .sns-box {
  position: relative;
  margin: 48px 0 0;
}

#wrap main.toppage section.about .about-box .sns-box p.ttl {
  font-size: 13px;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.toppage section.about .about-box .sns-box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}

#wrap main.toppage section.about .about-box .sns-box ul li:nth-child(n+2) {
  margin-left: 20px;
}

#wrap main.toppage section.about .about-box .sns-box ul li a {
  display: block;
  width: 28px;
}

#wrap main.toppage section.about .about-box .sns-box ul li a img {
  width: 100%;
  height: auto;
}

#wrap main.toppage .btn-more {
  position: relative;
  width: 190px;
  margin: 40px auto 0;
  border: 2px solid #F7C3CF;
}

#wrap main.toppage .btn-more a {
  position: relative;
  display: block;
  color: #F7C3CF;
  text-decoration: none;
  padding: 7px 25px 7px 15px;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-style: normal;
}

#wrap main.toppage .btn-more a:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 14px;
  background: url("../images/ico_arrow.png") no-repeat;
  width: 10px;
  height: 12px;
  background-size: 100% 100%;
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.toppage .btn-more a:hover {
  background-color: #F7C3CF;
  color: #FFF !important;
}

#wrap main.toppage .btn-more a:hover:after {
  background: url("../images/ico_arrow2.png") no-repeat !important;
  width: 10px !important;
  height: 12px !important;
  background-size: 100% 100% !important;
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

#wrap main.secondary-page {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 220px 0 0px;
}

#wrap main.secondary-page .inner-contents {
  text-align: center;
}

#wrap main.secondary-page .inner-contents h2 {
  font-size: 36px;
  margin-bottom: 112px;
  letter-spacing: 0.12em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.secondary-page .inner-contents .news-box {
  position: relative;
  width: 950px;
  margin: 0 auto 0;
  text-align: left;
}

#wrap main.secondary-page .inner-contents .news-box article {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

#wrap main.secondary-page .inner-contents .news-box article:nth-child(n+2) {
  margin: 84px 0 0;
}

#wrap main.secondary-page .inner-contents .news-box article .ttl-box {
  position: relative;
  padding: 40px 70px;
}

#wrap main.secondary-page .inner-contents .news-box article .ttl-box time {
  font-size: 17px;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.secondary-page .inner-contents .news-box article .ttl-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 4px 0 0;
  letter-spacing: 0.1em;
  font-style: normal;
}

#wrap main.secondary-page .inner-contents .news-box article .ttl-box:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0px;
  background: url("../images/hr_ttl.png") no-repeat;
  width: 100%;
  height: 41px;
  background-size: 100% 100%;
}

#wrap main.secondary-page .inner-contents .news-box article .kiji {
  padding: 40px 70px 68px;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.08em;
  font-weight: bold;
}

#wrap main.secondary-page .inner-contents .news-box article .kiji p:nth-child(n+2) {
  margin: 28px 0 0;
}

#wrap main.secondary-page .inner-contents .news-box article .kiji img.size-full {
  width: 100%;
  height: auto;
}

#wrap main.secondary-page .inner-contents .news-box article .kiji .youtube {
  margin: 40px 0 0;
}

#wrap main.secondary-page .inner-contents .live-box {
  position: relative;
  width: 950px;
  margin: 0 auto 0;
  text-align: left;
}

#wrap main.secondary-page .inner-contents .live-box article {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 70px 72px;
  box-sizing: border-box;
}

#wrap main.secondary-page .inner-contents .live-box article:nth-child(n+2) {
  margin: 84px 0 0;
}

#wrap main.secondary-page .inner-contents .live-box article .image-box .image {
  width: 250px;
}

#wrap main.secondary-page .inner-contents .live-box article .image-box .image img {
  width: 100%;
  height: auto;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box {
  position: relative;
  margin-left: 50px;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box {
  position: relative;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box time {
  font-size: 17px;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 4px 0 0;
  letter-spacing: 0.1em;
  font-style: normal;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box:after {
  position: absolute;
  content: "";
  bottom: -28px;
  left: 0px;
  background: url("../images/hr_ttl_live.png") no-repeat;
  width: 100%;
  height: 28px;
  background-size: 100% 100%;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box .kiji {
  padding: 50px 0px 0px;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

#wrap main.secondary-page .inner-contents .live-box article .text-box .kiji p:nth-child(n+2) {
  margin: 28px 0 0;
}

#wrap main.secondary-page .inner-contents .release-box {
  position: relative;
  width: 950px;
  margin: 0 auto 0;
  text-align: left;
}

#wrap main.secondary-page .inner-contents .release-box article {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

#wrap main.secondary-page .inner-contents .release-box article:nth-child(n+2) {
  margin: 20px 0 0;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .image-box {
  width: 188px;
  margin-right: 40px;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .image-box img {
  width: 100%;
  height: auto;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .text-box {
  position: relative;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 640px;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner p.name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner h2 {
  font-size: 22px;
  margin: 0;
  font-style: normal;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner p.date {
  font-size: 21px;
  letter-spacing: 0.12em;
  margin: 2px 0 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.secondary-page .inner-contents .release-box article .index-box:after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 22px;
  background: url("../images/icon_release_pulldown.png") no-repeat;
  width: 22px;
  height: 20px;
  background-size: 100% 100%;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.secondary-page .inner-contents .release-box article .index-box.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box {
  position: relative;
  width: 100%;
  padding: 40px 32px;
  box-sizing: border-box;
  display: none;
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box>ul.tracklist li {
  font-size: 16px;
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box>ul.tracklist li:nth-child(n+2) {
  margin: 6px 0 0;
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box>ul.tracklist li span {
  display: inline-block;
  font-size: 14px;
  width: 44px;
  letter-spacing: 0.1em;
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen {
  position: relative;
  border: 2px solid #e0e0e0;
  letter-spacing: 0.22em;
  font-size: 14px;
  padding: 5px 25px 5px 12px;
  cursor: pointer;
  display: inline-block;
  margin: 22px 0 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  background: url("../images/ico_arrow_pulldown.png") no-repeat;
  width: 10px;
  height: 8px;
  background-size: 100% 100%;
}

#wrap main.secondary-page .inner-contents .video-box article {
  width: 730px;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
}

#wrap main.secondary-page .inner-contents .video-box article:nth-child(n+2) {
  margin: 88px auto 0;
}

#wrap main.secondary-page .inner-contents .video-box article .image-box {
  position: relative;
  width: 100%;
}

#wrap main.secondary-page .inner-contents .video-box article .image-box .image {
  overflow: hidden;
  background: #000;
}

#wrap main.secondary-page .inner-contents .video-box article .image-box .image img {
  width: 100%;
  height: auto;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrap main.secondary-page .inner-contents .video-box article .image-box .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
}

#wrap main.secondary-page .inner-contents .video-box article .image-box .ico-play img {
  width: 100%;
  height: auto;
}

#wrap main.secondary-page .inner-contents .video-box article .text-box {
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.5);
}

#wrap main.secondary-page .inner-contents .video-box article .text-box p {
  font-size: 18px;
  letter-spacing: 0.1em;
}

#wrap footer {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 90px 0 0;
  overflow: hidden;
  padding-bottom: 112px;
}

#wrap footer .btn-pagetop {
  position: relative;
  width: 112px;
  margin: 46px auto 0;
  cursor: pointer;
}

#wrap footer .btn-pagetop img {
  width: 100%;
  height: auto;
}

#wrap footer .link-box {
  margin: 60px 0 0;
}

#wrap footer .link-box .footer-menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrap footer .link-box .footer-menu ul li {
  font-size: 13px;
  letter-spacing: 0.12em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#wrap footer .link-box .footer-menu ul li:nth-child(n+2) {
  margin-left: 36px;
}

#wrap footer .link-box .footer-menu ul li a {
  text-decoration: none;
}

#wrap footer .link-box .footer-link {
  margin: 26px 0 0;
}

#wrap footer .link-box .footer-link ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrap footer .link-box .footer-link ul li {
  font-size: 13px;
  letter-spacing: 0.12em;
  width: 94px;
}

#wrap footer .link-box .footer-link ul li img {
  width: 100%;
  height: auto;
}

#wrap footer .link-box .footer-link ul li:nth-child(n+2) {
  margin-left: 36px;
}

#wrap footer .link-box .footer-link ul li a {
  text-decoration: none;
}

#wrap footer .copyright {
  margin: 52px 0 0;
}

#wrap footer .copyright small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #6F6F6F;
}

.xialmrt {
  padding-bottom: 60px;
}

#wrap footer:before {
  position: absolute;
  content: "";
  background: url("../images/hr_footer.png");
  width: 100%;
  min-width: 1800px;
  height: 140px;
  top: 0px;
  left: 0px;
  background-size: 100% 100%;
}

#wrap footer:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: rgba(31, 27, 27, 0.98);
  width: 100%;
  height: 7px;
  display: none;
}

.szuortg {
  text-align: center;
  font-size: 0;
  margin-top: 70px;
}

.szuortg-yur {
  display: inline-block;
  width: 162px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #F7C3CF;
  margin: 0 8px;
  padding: 12px 12px
}

.szuortg-yur h6 {
  color: #2E2E2E;
  font-size: 13px;
  padding-top: 7px;
}

#frame {
  position: fixed;
  z-index: 15000;
}

#frame span {
  display: block;
  background: #F7C3CF;
}

#frame .top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
}

#frame .left {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 100%;
}

#frame .right {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 100%;
}

#frame .bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#nav.active {
  width: 100%;
  height: 100%;
}

#nav.active .cover {
  display: block;
}

#nav.active .nav-box {
  display: block;
}

#nav.active>nav span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

#nav.active>nav span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#nav.active>nav span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  -ms-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
}

#nav .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 28, 28, 0.95);
  display: none;
}

#nav .nav-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 480px;
  display: none;
}

#nav .nav-box nav ul li {
  font-size: 22px;
  letter-spacing: 0.12em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#nav .nav-box nav ul li:nth-child(n+2) {
  margin: 15px 0 0;
}

#nav .nav-box nav ul li a {
  display: block;
  text-decoration: none;
}

#nav .nav-box .sns-box {
  position: relative;
  margin: 48px 0 0;
}

#nav .nav-box .sns-box p.ttl {
  font-size: 13px;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#nav .nav-box .sns-box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}

#nav .nav-box .sns-box ul li:nth-child(n+2) {
  margin-left: 20px;
}

#nav .nav-box .sns-box ul li a {
  display: block;
  width: 24px;
}

#nav .nav-box .sns-box ul li a img {
  width: 100%;
  height: auto;
}

#nav>nav {
  position: absolute;
  top: 35px;
  left: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav>nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav>nav .inner:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#nav>nav span {
  position: absolute;
  background: #fff;
  top: 15px;
  left: 0px;
  width: 50px;
  height: 2px;
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav>nav span:nth-child(2) {
  top: 25px;
}

#nav>nav span:nth-child(3) {
  top: 35px;
}

#listen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

#listen .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 28, 28, 0.95);
}

#listen .listen-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 500px;
}

#listen .listen-box nav ul li {
  position: relative;
  font-size: 29px;
  letter-spacing: 0.15em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

#listen .listen-box nav ul li:nth-child(n+2) {
  margin: 20px 0 0;
}

#listen .listen-box nav ul li a {
  display: block;
  text-decoration: none;
}

#listen .listen-box nav ul li span.icon {
  position: relative;
  top: 12px;
  margin-right: 16px;
  display: inline-block;
  background: url("../images/ico_listen_applemusic.png") no-repeat;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}

#listen .listen-box nav ul li.applemusic span.icon {
  top: 9px;
}

#listen .listen-box nav ul li.itunes span.icon {
  background: url("../images/ico_listen_itunes.png") no-repeat;
  background-size: 100% 100%;
}

#listen .listen-box nav ul li.spotify span.icon {
  background: url("../images/ico_listen_spotify.png") no-repeat;
  background-size: 100% 100%;
}

#listen .listen-box nav ul li.youtube span.icon {
  background: url("../images/ico_listen_youtube.png") no-repeat;
  background-size: 100% 100%;
}

#listen .listen-box nav ul li.recochoku span.icon {
  background: url("../images/ico_listen_recochoku.png") no-repeat;
  background-size: 100% 100%;
}

#listen .listen-box nav ul li.linemusic span.icon {
  background: url("../images/ico_listen_linemusic.png") no-repeat;
  background-size: 100% 100%;
}

#listen .listen-box nav ul li.warner span.icon {
  background: url("../images/ico_listen_warner.png") no-repeat;
  background-size: 100% 100%;
}

#listen .btn-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  cursor: pointer;
}

#listen .btn-close img {
  width: 100%;
  height: auto;
}

#listen.active {
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#loading .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231e1d;
}

#loading .logo {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.qdiaol {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

#loading .logo video {
  width: 100%;
  height: auto;
}

#loading .logo .logo-box ul {
  position: relative;
}

#loading .logo .logo-box ul li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  display: none;
}

#loading .logo .logo-box ul li img {
  width: 100%;
  height: auto;
}

#modal-pp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 160px 0;
  display: none;
}

#modal-pp.active {
  display: block;
}

#modal-pp .cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 28, 28, 0.5);
}

#modal-pp .pp-box {
  position: relative;
  width: 840px;
  margin: 0 auto 180px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 64px 64px;
  font-size: 12px;
  line-height: 2;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#modal-pp .pp-box h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#modal-pp .pp-box h3 {
  font-size: 14px;
  font-weight: bold;
}

#modal-pp .pp-box p.lead {
  margin: 28px 0 0;
}

#modal-pp .pp-box .p-box {
  margin: 30px 0 0;
}

#modal-pp .pp-box .p-box p {
  margin: 4px 0 0;
  line-height: 1.95;
  text-align: justify;
}

#modal-pp .pp-box .p-box>ul {
  margin: 30px 0 0;
}

#modal-pp .pp-box .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

#modal-pp .pp-box .btn-close img {
  position: relative;
  top: 8px;
  width: 10px;
  height: auto;
}

#youtube {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1005;
}

#youtube .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}

#youtube .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 978px;
  height: 550px;
  margin-left: -490px;
  margin-top: -275px;
  background-color: #000;
}

#youtube .box .player {
  width: 978px;
  height: 550px;
}

#youtube .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

#youtube .btn-close img {
  position: relative;
  top: 8px;
  width: 10px;
  height: auto;
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.bietrg {
  margin-top: 95px;
}

.bietrg-div ul {
  text-align: center;
  font-size: 0;
}

.bietrg-div ul li {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  border: 1px solid #F7C3CF;
  padding: 17px 0;
  font-weight: 500;
  width: 164px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.bietrg-div ul li.on {

  background-color: #F7C3CF;
}

.bietrg-div ul li.on a {
  color: #FFF;
  text-decoration: underline;
}

.bietrg-div ul li a {
  color: #000;
  text-decoration: none;
}


.bietrg-div ul li.dader {
  width: 220px;
}




.xratdg-right * {
  color: #626262;
}

.width-950 {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.xratdg-div li {
  background-color: #FDF2F4;
  padding: 30px 0;
  margin-top: 30px;
}

.xratdg-kamnr {
  padding: 0 30px;
}

.xratdg-right {
  text-align: left;
  padding-left: 38px;
}

.xratdg-a1 {
  font-size: 16px;
}

.xratdg-a2 {
  font-size: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.xratdg-a3 {
  font-size: 15px;
}

.xratdg-a4 {
  margin-top: 20px;
  padding-top: 10px;
  overflow: hidden;
}

.xratdg-a4 img {
  float: right;
  cursor: pointer;
}

.xratdg-a4 img.onxt {
  transform: rotate(-60deg);
}

.xratdg-a5 {
  text-align: left;
  border-top: 1px solid #F7C3CF;
  padding: 0 30px;
  padding-top: 25px;
  margin-top: 25px;
  display: none;
}

.xratdg-a5 a {
  color: #626262;
  font-size: 15px;
  text-decoration: underline;
}


.rtgrc {
  color: #626262;
  position: relative;
  margin-left: 28px;
  border: 2px solid #626262;
  letter-spacing: 0.22em;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.rtgrc  a{
  color: #626262;
  text-decoration: none;
}

.myishtg {
  padding-top: 170px;
}

.gaujth .xratdg-a2 {
  font-size: 24px;
}

.xratdg-xian {
  background-color: #FADEE4;
  height: 1px;
  width: 100%;
  transform: rotate(-3deg);
  margin-top: 15px;
  margin-bottom: 70px;
}

li.gaujth .xratdg-left {
  text-align: left;
}

.xratdg-a6 {
  color: #5D5D5D;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  margin-top: 25px;
}

.xratdg-kamnr {
  text-align: left;
}

.xratdg-kamnr .btn-more {
  display: inline-block;
  text-align: center;
}

.domntg b {
  font-weight: 900;
}

.duotrg-a3 {
  width: 60px;
  position: relative;
}

.duotrg-a3::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 4px;
  z-index: 10;
  width: 18px;
  height: 18px;
  border-radius: 1000px;
  overflow: hidden;
  background-color: #F7C3CF;
}

.duotrg-a2,
.duotrg-a4 {
  width: calc(50% - 30px);
  text-align: left;
}

.duotrg-a2 img {
  width: 100%;
}

.duotrg-a4 {
  color: #626262;
  font-size: 18px;
}

.duotrg-a1 {
  margin-top: 75px;
}

.wckmrg {
  margin-top: 20px;
}

.duotrg-a1 ul {
  position: relative;
  padding-top: 10px;
  padding-bottom: 16px;
}

.duotrg-a1 ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3px;
  z-index: 10;
  width: 6px;
  height: 100%;
  background-color: #F7C3CF;
}

.duotrg-a1 ul li {
  margin-top: 60px;
}

.duotrg-a1 ul li:nth-child(even) .duotrg-a2 {
  -webkit-box-ordinal-group: 3;
}

.duotrg-a1 ul li:nth-child(even) .duotrg-a3 {
  -webkit-box-ordinal-group: 2;
}

.duotrg-a1 ul li:nth-child(even) .duotrg-a4 {
  -webkit-box-ordinal-group: 1;
  text-align: right;
}

.dxinmrt {
  background-color: #FAD7DF;
  text-align: center;
  line-height: 58px;
  color: #626262;
}

.zuijrt a {
  text-decoration: none;
}

.sjianrtg {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}

.wckmrg .duotrg-a2 {
  margin-top: -15px;
}

.huangrt {
  text-align: left;
}

.huangrt article {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  border: 1px solid #F7C3CF;
  padding: 0 12px;
  font-weight: 500;
  width: auto;
  text-align: center;
  margin: 0 3px;
}

.huangrt select {
  border: none;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 17px 7px;
}

.wckmrg ul {
  padding-top: 22px;
}

.wckmrg ul li:first-child {
  margin-top: 15px;
}

.huangrt {
  margin-top: 50px;
}

.quangrn {
  color: #6F6F6F;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  margin-top: 75px;
}

.bnrtgx {
  margin-top: 62px;
}

.bnrtgx li {
  background-color: #FDF2F4;
  padding: 20px 25px;
}

.bnrtgx-a2 span {
  color: #616161;
  font-size: 13px;
}

.bnrtgx-a2 i {
  color: #616161;
  font-size: 13px;
  font-weight: 400;
  padding-left: 10px;
}

.bnrtgx-fdajr {
  padding-left: 15px;
}

.bnrtgx-fdajr * {
  text-align: left;
}

.bnrtgx-a3 {
  color: #616161;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 8px;
}

.bnrtgx-a6 {
  text-align: right;
  margin-top: 15px;
}

.bnrtgx-a6 span {
  color: #616161;
  font-size: 13px;
  cursor: pointer;
}

.bnrtgx-a6 span a{
  color: #616161;
  text-decoration: none;
}




.bnrtgx-a4 {
  color: #919191;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  background-color: #FFF;
  padding: 15px;
  margin-top: 13px;
  margin-bottom: 17px;
}

.bnrtgx-a5 {
  margin-top: 6px;
}

.bnrtgx li {
  margin-top: 16px;
}



.page1-cenrat ul {
  text-align: center;
  font-size: 0;
}

.page1-cenrat ul li {
  display: inline-block;
  margin: 0 2.5px;
  vertical-align: middle;
  padding-bottom: 15px;
}

.page1-cenrat ul li * {
  color: #6f6f6f;
  font-size: 14px;
}

.page1-cenrat ul li a,
.page1-cenrat ul li span {
  border: 1px solid #F7C3CF;
  padding: 6px 12px;
  line-height: initial;
  display: block;
  font-weight: 500;
  text-decoration: none;
}

.page1-cenrat ul li a[href]:hover,
.page1-cenrat ul li a[href]:hover span {
  background-color: #EFEFEF;
  color: initial;
}

.page1-cenrat ul li a,
.page1-cenrat ul li span {
  color: #c5c5c5;
  font-weight: 500;
}

.page1-cenrat ul li a[href] {
  color: #6f6f6f;
  font-weight: 500;
}

.page1-cenrat ul li.active a,
.page1-cenrat ul li span.current {
  background-color: #F7C3CF;
  border-color: #F7C3CF;
  color: #FFF;
  font-weight: 500;
}

.page1-cenrat ul li.page1-num {
  color: #C89C5A;
  font-size: 14px;
  margin-left: 20px;
}

.page1-cenrat ul li a.dianrg {
  border: none;
  margin-top: -6px;
}

.page1-cenrat li a img {
  width: 12px;
  position: relative;
  top: 2px;
}

.page1 {
  margin-top: 55px;
}

.xsunrg {
  text-align: right;
}

.xsunrg input {
  background-color: #F7C3CF;
  border-radius: 4px;
  overflow: hidden;
  width: 106px;
  height: 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  color: #FFF;
}

.xsunrg {
  margin-top: 50px;
}

.xsunrg-a1 {
  color: #6E6E6E;
  font-size: 17px;
  text-align: center;
}

.xsunrg-article {
  background-color: #FDF2F4;
  padding: 35px;
  margin-top: 18px;
  box-sizing: border-box;
}

.xsunrg-a2 textarea {
  background-color: #FFF;
  padding: 20px;
  color: #616161;
  font-size: 13px;
  line-height: 1.4;
  border: none;
  display: block;
  width: 100%;
  height: 162px;
  box-sizing: border-box;
}

.xsunrg-a3 {
  margin-top: 20px;
}


@media (max-width: 768px) {
  .page1-cenrat ul li.page1-num {
    display: none;
  }
}



@media screen and (max-width: 768px) {
  .bietrg {
    margin-top: 35px;
  }

  .width-950 {
    width: 100%;
  }

  .xratdg-left img {
    width: 100%;
  }

  .xratdg-right {
    padding-left: 0px;
    padding-top: 12px;
  }

  .xratdg-div li {
    margin-top: 15px;
  }

  .quangrn {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .zuijrt {
    padding-left: 15px;
    padding-right: 15px;
  }

  body {
    font-weight: 400;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .xratdg-kamnr {
    display: block !important;
  }

  .myishtg {
    padding-top: 70px;
  }

  .rtgrc {
    display: none;
  }

  .huangrt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .huangrt select {
    zoom: .6;
    margin-bottom: 12px;
  }

  .huangrt {
    margin-top: 30px;
  }


  .bietrg-div ul li {
    zoom: .6;
    margin-bottom: 12px;
  }

  /* #bg-box .container .keyvisual {
    background: url("../images/img_keyvisual_sp.jpg") top center;
    background-size: cover;
  } */
  .fixed {
    display: block !important;
  }

  #bg-box .container .blur {
    /* background: url("../images/img_keyvisual_sp_blur.jpg") top center; */
    background-size: cover;
  }

  #bg-box.blur-ef .container .keyvisual {
    /* filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: blur(5px) brightness(80%);
    filter: blur(5px) brightness(80%); */
  }

  #bg-box.secondary-page .container .keyvisual {
    background: url("../images/img_keyvisual_sp.jpg") top center;
    background-size: cover;
  }

  #bg-box.secondary-page .container.video-page .keyvisual {
    background: url("../images/img_keyvisual_sp.jpg") top center;
    background-size: cover;
  }

  #bg-box.secondary-page .container.news-page .keyvisual {
    background: url("../images/img_keyvisual_sp.jpg") top center;
    background-size: cover;
  }

  #bg-box.secondary-page .container.live-page .keyvisual {
    background: url("../images/img_keyvisual_sp.jpg") top center;
    background-size: cover;
  }

  #bg-box.secondary-page .container.release-page .keyvisual {
    background: url("../images/img_keyvisual_sp.jpg") top center;
    background-size: cover;
  }

  #bg-box.secondary-page.blur-ef .container .keyvisual {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: blur(5px) brightness(80%);
    filter: blur(5px) brightness(80%);
  }

  #parallax-box {
    position: fixed;
    display: none;
  }

  #parallax-box .inner {
    position: relative;
    background: url("../images/bg_parallax_sp.png") top center no-repeat;
    background-size: 100% auto;
    height: auto;
    z-index: 1;
  }

  header {
    background-color: rgba(0, 0, 0, .5);
    height: 72px;
  }

  header nav:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  header nav span {
    height: 1px;
  }

  header h1 {
    width: 62px;
    height: 44px;
    top: 19px;
    background-size: cover;
  }

  header .r-box {
    top: 26px;
    right: 22px;
  }

  header .r-box .btn-listen {
    letter-spacing: 0.2em;
    border: 1px solid #e0e0e0;
    font-size: 9px;
    padding: 4px 18px 4px 8px;
  }

  header .r-box .btn-listen:after {
    top: 8px;
    right: 6px;
    width: 8px;
    height: 6px;
    background-size: 100% 100%;
  }

  #wrap main.toppage h2 {
    font-size: 23px;
    letter-spacing: 0.14em;
  }

  #wrap main.toppage section.main .scrolldown {
    width: 80px;
    bottom: 0px;
  }

  #wrap main.toppage section.main .scrolldown ul {
    width: 80px;
  }

  #wrap main.toppage section.release {
    margin: 46px 0 0;
  }

  #wrap main.toppage section.release .inner-box {
    margin: 20px auto 0;
    padding: 30px 0px 30px;
    width: 80%;
    display: block;
  }

  #wrap main.toppage section.release .inner-box .image-box .image {
    width: 80%;
    margin: 0 auto;
  }

  #wrap main.toppage section.release .inner-box .text-box {
    margin-left: 0px;
    padding: 19px 10px 0;
    text-align: center;
  }

  #wrap main.toppage section.release .inner-box .text-box p.name {
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 2px;
    margin-top: 10px;
  }

  #wrap main.toppage section.release .inner-box .text-box h3 {
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  #wrap main.toppage section.release .inner-box .text-box p.release-date {
    font-size: 14px;
  }

  #wrap main.toppage section.release .inner-box .text-box ul {
    width: 100px;
    margin: 12px auto 0;
  }

  #wrap main.toppage section.release .inner-box .text-box ul li {
    font-size: 10px;
    text-align: left;
    font-weight: 400;
  }

  #wrap main.toppage section.release .inner-box .text-box ul li:nth-child(n+2) {
    margin: 6px 0 0;
  }

  #wrap main.toppage section.release .inner-box .text-box ul li span {
    font-size: 10px;
    width: 36px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  #wrap main.toppage section.release .inner-box .btn-listen {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 14px 0 0;
    display: inline-block;
    letter-spacing: 0.2em;
    border: 1px solid #e0e0e0;
    font-size: 9px;
    padding: 4px 18px 4px 8px;
  }

  #wrap main.toppage section.release .inner-box .btn-listen:after {
    top: 8px;
    right: 6px;
    width: 8px;
    height: 6px;
    background-size: 100% 100%;
  }

  #wrap main.toppage section.release .label-new:after {
    width: 56px;
    height: 59px;
    right: -32px;
  }

  #wrap main.toppage section.videos {
    margin: 50px 0 0;
  }

  #wrap main.toppage section.videos .slider-video-box {
    margin: 20px 0 0;
    display: block;
  }

  #wrap main.toppage section.videos .slider-video-box article {
    width: 248px;
    margin: 0 5vw;
  }

  #wrap main.toppage section.videos .slider-video-box article .image-box .ico-play {
    width: 40px;
  }

  #wrap main.toppage section.videos .slider-video-box article .text-box {
    padding: 10px 10px;
  }

  #wrap main.toppage section.videos .slider-video-box article .text-box p {
    font-size: 12px;
  }

  #wrap main.toppage section.videos .slider-video-box .flickity-page-dots {
    margin: 18px auto 0;
  }

  #wrap main.toppage section.videos .slider-video-box .flickity-page-dots li:nth-child(n+2) {
    margin-left: 9px;
  }

  #wrap main.toppage section.videos .slider-video-box .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    border: 1px solid #e0e0e0;
  }

  #wrap main.toppage section.videos .slider-video-box .flickity-page-dots .dot.is-selected {
    border: 1px solid #e0e0e0;
  }

  #wrap main.toppage section.news {
    margin: 50px 0 0;
  }

  #wrap main.toppage section.news .news-box {
    width: 80%;
    margin: 24px auto 0;
  }

  #wrap main.toppage section.news .news-box ul li {
    font-size: 13px;
  }

  #wrap main.toppage section.news .news-box ul li:nth-child(n+2) {
    margin: 18px 0 0;
  }

  #wrap main.toppage section.news .news-box ul li a time {
    width: auto;
    display: block;
  }

  #wrap main.toppage section.news .news-box ul li a span {
    display: block;
    font-weight: 400;
    margin: 3px 0 0;
  }

  #wrap main.toppage section.news .btn-more {
    margin: 30px auto 0;
  }

  #wrap main.toppage section.live {
    margin: 108px 0 0;
    padding: 28px 0 0;
  }

  #wrap main.toppage section.live:before {
    background: url("../images/bg_live_top_sp.png") no-repeat;
    width: 750px;
    height: 115px;
    background-size: 100% 100%;
    top: -115px;
  }

  #wrap main.toppage section.live:after {
    background: url("../images/bg_live_bottom_sp.png") no-repeat;
    width: 750px;
    height: 115px;
    background-size: 100% 100%;
    bottom: -115px;
  }

  #wrap main.toppage section.live .live-box {
    width: 80%;
    margin: 28px auto 0;
  }

  #wrap main.toppage section.live .live-box ul {
    display: block;
  }

  #wrap main.toppage section.live .live-box ul li {
    width: 100%;
  }

  #wrap main.toppage section.live .live-box ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #wrap main.toppage section.live .live-box ul li a .image-box {
    width: 100px;
  }

  #wrap main.toppage section.live .live-box ul li a .text-box {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 20px;
    font-weight: 400;
  }

  #wrap main.toppage section.live .live-box ul li a .text-box time {
    font-size: 13px;
  }

  #wrap main.toppage section.live .live-box ul li a .text-box p.ttl {
    font-size: 13px;
    margin: 3px 0 0;
  }

  #wrap main.toppage section.live .live-box ul li a .text-box p.place {
    font-size: 13px;
  }

  #wrap main.toppage section.live .live-box ul li:nth-child(n+2) {
    margin: 26px 0 0;
  }

  #wrap main.toppage section.live .live-box ul li:nth-child(4) {
    display: none;
  }

  #wrap main.toppage section.live .btn-more {
    margin: 32px auto 0;
  }

  #wrap main.toppage section.about {
    margin: 150px 0 0;
  }

  #wrap main.toppage section.about .image-box {
    width: 100%;
    margin: 12px auto 0;
  }

  #wrap main.toppage section.about .about-box {
    margin: 10px 0 0;
  }

  #wrap main.toppage section.about .about-box .image {
    width: 66px;
  }

  #wrap main.toppage section.about .about-box h3 {
    margin: 10px auto 0;
    width: 27px;
    height: 12px;
  }

  #wrap main.toppage section.about .about-box .text-box {
    width: 80%;
    margin: 24px auto 0;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
  }

  #wrap main.toppage section.about .about-box .sns-box {
    margin: 28px 0 0;
  }

  #wrap main.toppage .btn-more {
    width: 124px;
    margin: 28px auto 0;
    border: 1px solid #F7C3CF;
  }

  .szuortg-yur {
    margin-bottom: 15px;
  }

  .copyright {
    padding: 0 10%;
  }

  #wrap main.toppage .btn-more a {
    padding: 5px 25px 5px 25px;
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  #wrap main.toppage .btn-more a:after {
    top: 9px;
    right: 11px;
    width: 6px;
    height: 8px;
  }

  #wrap main.secondary-page {
    margin: 120px 0 0px;
  }

  #wrap main.secondary-page .inner-contents h2 {
    font-size: 23px;
    margin-bottom: 58px;
  }

  #wrap main.secondary-page .inner-contents .news-box {
    width: 88%;
    margin: 0 auto 0;
  }

  #wrap main.secondary-page .inner-contents .news-box article:nth-child(n+2) {
    margin: 54px 0 0;
  }

  #wrap main.secondary-page .inner-contents .news-box article .ttl-box {
    padding: 20px 20px;
  }

  #wrap main.secondary-page .inner-contents .news-box article .ttl-box time {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  #wrap main.secondary-page .inner-contents .news-box article .ttl-box h2 {
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  #wrap main.secondary-page .inner-contents .news-box article .ttl-box:after {
    bottom: -16px;
    background: url("../images/hr_ttl_sp.png") no-repeat;
    background-size: 100% 100%;
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji {
    padding: 32px 20px 36px;
    font-weight: normal;
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji p {
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji p:nth-child(n+2) {
    margin: 20px 0 0;
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji .youtube {
    margin: 20px 0 0;
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji .youtube iframe {
    height: 160px;
  }

  #wrap main.secondary-page .inner-contents .live-box {
    width: 88%;
    margin: 0 auto 0;
  }

  #wrap main.secondary-page .inner-contents .live-box article {
    display: block;
    padding: 32px 0px;
  }

  #wrap main.secondary-page .inner-contents .live-box article:nth-child(n+2) {
    margin: 54px 0 0;
  }

  #wrap main.secondary-page .inner-contents .live-box article .image-box .image {
    width: 80%;
    margin: 0 auto;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box {
    margin: 10px auto 0;
    padding: 0px;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box {
    padding: 8px 20px 20px;
    box-sizing: border-box;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box time {
    font-size: 13px;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box h2 {
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .ttl-box:after {
    bottom: -16px;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .kiji {
    padding: 40px 20px 0px;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .kiji p {
    font-size: 12px;
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .kiji p:nth-child(n+2) {
    margin: 20px 0 0;
  }

  #wrap main.secondary-page .inner-contents .release-box {
    width: 88%;
    margin: 0 auto 0;
  }

  #wrap main.secondary-page .inner-contents .release-box article:nth-child(n+2) {
    margin: 10px 0 0;
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box {
    padding: 16px 16px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box .image-box {
    width: 112px;
    margin-right: 18px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner {
    width: calc(100vw - 200px);
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner p.name {
    font-size: 12px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner h2 {
    font-size: 13px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box .text-box .inner p.date {
    font-size: 12px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box:after {
    bottom: 12px;
    right: 13px;
    width: 15px;
    height: 14px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box {
    padding: 20px 16px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box:before {
    height: 1px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box>ul.tracklist li {
    font-size: 10px;
    text-align: left;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box>ul.tracklist li:nth-child(n+2) {
    margin: 4px 0 0;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box>ul.tracklist li span {
    font-size: 10px;
    width: 36px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 12px 0 0;
    display: inline-block;
    letter-spacing: 0.2em;
    border: 1px solid #e0e0e0;
    font-size: 9px;
    padding: 4px 18px 4px 8px;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen:after {
    top: 8px;
    right: 6px;
    width: 8px;
    height: 6px;
    background-size: 100% 100%;
  }

  #wrap main.secondary-page .inner-contents .video-box article {
    width: 248px;
  }

  #wrap main.secondary-page .inner-contents .video-box article:nth-child(n+2) {
    margin: 36px auto 0;
  }

  #wrap main.secondary-page .inner-contents .video-box article .image-box .ico-play {
    width: 40px;
  }

  #wrap main.secondary-page .inner-contents .video-box article .text-box {
    padding: 10px 10px;
  }

  #wrap main.secondary-page .inner-contents .video-box article .text-box p {
    font-size: 12px;
  }

  .xialmrt {
    padding-bottom: 30px;
  }

  #wrap footer {
    margin: 48px 0 0;
    padding-bottom: 50px;
  }

  #wrap footer .btn-pagetop {
    width: 50px;
  }

  #wrap footer .link-box {
    margin: 54px 0 0;
  }

  #wrap footer .link-box .footer-menu ul {
    display: block;
  }

  #wrap footer .link-box .footer-menu ul li:nth-child(n+2) {
    margin: 16px 0 0;
  }

  #wrap footer .link-box .footer-link {
    margin: 20px 0 0;
  }

  #wrap footer .link-box .footer-link ul {
    display: block;
    text-align: center;
  }

  #wrap footer .link-box .footer-link ul li {
    width: 80px;
    margin: 0 auto 0;
  }

  #wrap footer .link-box .footer-link ul li:nth-child(n+2) {
    width: 80px;
    margin: 18px auto 0;
  }

  #wrap footer .copyright {
    margin: 40px 0 0;
  }

  #wrap footer .copyright small {
    font-size: 10px;
  }

  #wrap footer:before {
    min-width: 0px;
    width: 100%;
    height: 50px;
    background: url("../images/hr_footer_sp.png") top center;
    background-size: 100% 100%;
    top: 42px;
  }

  #wrap footer:after {
    display: block;
  }

  #frame .top {
    height: 7px;
  }

  #frame .left {
    width: 7px;
  }

  #frame .right {
    width: 7px;
  }

  #frame .bottom {
    height: 7px;
    /* display: none; */
  }

  .image-box .image {
    margin-top: 0;
  }

  #nav .nav-box nav ul li {
    font-size: 15px;
  }

  #nav .nav-box .sns-box p.ttl {
    font-size: 12px;
  }

  #nav>nav {
    top: 14px;
    left: 20px;
  }

  #nav>nav .inner {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  #nav>nav .inner:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  #nav>nav span {
    height: 1px;
  }

  #listen .listen-box nav ul li {
    font-size: 19px;
  }

  #listen .listen-box nav ul li:nth-child(n+2) {
    margin: 28px 0 0;
  }

  #listen .listen-box nav ul li span.icon {
    width: 28px;
    height: 28px;
    top: 8px;
    margin-right: 12px;
  }

  #listen .listen-box nav ul li.applemusic span.icon {
    top: 5px;
  }

  #listen .btn-close {
    top: 25px;
    right: 25px;
    width: 20px;
  }

  #loading .cover {
    background: #1f1c1b;
  }

  #loading .logo {
    width: 100%;
    height: 100%;
  }

  #loading .logo {
    background: url(../images/bj1.jpg) center top no-repeat;
    background-size: cover;
  }

  #modal-pp {
    padding: 100px 0;
  }

  #modal-pp .pp-box {
    width: 80%;
    padding: 36px 24px;
  }

  #modal-pp .pp-box h2 {
    font-size: 13px;
    line-height: 1.8;
  }

  #modal-pp .pp-box h3 {
    font-size: 12px;
  }

  #modal-pp .pp-box p.lead {
    font-size: 10px;
    margin: 20px 0 0;
  }

  #modal-pp .pp-box .p-box {
    font-size: 10px;
    margin: 20px 0 0;
  }

  #modal-pp .pp-box .p-box p {
    margin: 3px 0 0;
  }

  #modal-pp .pp-box .btn-close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
  }

  #modal-pp .pp-box .btn-close img {
    top: 6px;
    width: 6px;
    height: auto;
  }

  #youtube .box {
    width: 100%;
    height: 200px;
    margin-left: -50%;
    margin-top: -120px;
  }

  #youtube .box .player {
    width: 100%;
    height: 100%;
  }

  #youtube .btn-close {
    top: -30px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
  }

  #youtube .btn-close img {
    top: 6px;
    width: 6px;
    height: auto;
  }


  .gaujth .xratdg-right {
    padding: 0 30px;
  }

  .gaujth .xratdg-xian {
    margin-bottom: 40px;
  }

}

#wrap main.toppage section.news .news-box ul li a time {
  color: #5d5d5d;
  font-size: 15px;
  font-family: "微软雅黑";
  font-style: normal;
}

#wrap main.toppage section.news .news-box ul li a span {
  color: #5d5d5d;
  font-size: 15px;
}


@media screen and (min-width: 769px) {





  header h1:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  header .r-box .sns-box ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  header .r-box .sns-box ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  header .r-box .btn-listen {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  header .r-box .btn-listen:hover {
    background: #e0e0e0;
    color: #8f8f8f;
  }

  header .r-box .btn-listen:hover:after {
    background: url("../images/ico_arrow_pulldown_hover.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(2.5px);
    -ms-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }

  header.fixed h1 {
    width: 100px;
    height: 71px;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }

  header.fixed .r-box {
    -webkit-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  #wrap main.toppage section.release .inner-box .btn-listen {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.toppage section.release .inner-box .btn-listen:hover {
    background: #e0e0e0;
    color: #8f8f8f;
  }

  #wrap main.toppage section.release .inner-box .btn-listen:hover:after {
    background: url("../images/ico_arrow_pulldown_hover.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(2.5px);
    -ms-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }

  #wrap main.toppage section.videos .slider-video-box article:hover .image-box .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  #wrap main.toppage section.news .news-box ul li {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.toppage section.news .news-box ul li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  #wrap main.toppage section.live .live-box ul li {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.toppage section.live .live-box ul li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  #wrap main.toppage section.about .about-box .sns-box ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.toppage section.about .about-box .sns-box ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #wrap main.toppage .btn-more {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.toppage .btn-more:hover {
    background: #e0e0e0;
  }

  #wrap main.toppage .btn-more:hover a {
    color: #8f8f8f;
  }

  #wrap main.toppage .btn-more:hover a:after {
    background: url("../images/ico_arrow_hover.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(2.5px);
    -ms-transform: translateX(2.5px);
    transform: translateX(2.5px);
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji p a {
    transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.secondary-page .inner-contents .news-box article .kiji p a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .kiji p a {
    transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.secondary-page .inner-contents .live-box article .text-box .kiji p a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box:hover .image-box {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box:hover .text-box {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  #wrap main.secondary-page .inner-contents .release-box article .index-box:hover:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen:hover {
    background: #e0e0e0;
    color: #8f8f8f;
  }

  #wrap main.secondary-page .inner-contents .release-box article .detail-box .btn-listen:hover:after {
    background: url("../images/ico_arrow_pulldown_hover.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(2.5px);
    -ms-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }

  #wrap main.secondary-page .inner-contents .video-box article:hover .image-box .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  #wrap footer .btn-pagetop {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap footer .btn-pagetop:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  #wrap footer .link-box .footer-menu ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap footer .link-box .footer-menu ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #wrap footer .link-box .footer-link ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wrap footer .link-box .footer-link ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #nav .nav-box nav ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #nav .nav-box nav ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #nav .nav-box .sns-box ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #nav .nav-box .sns-box ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #nav.fixed>nav {
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }

  #listen .listen-box nav ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #listen .listen-box nav ul li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #listen .btn-close {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #listen .btn-close:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }

  #youtube .btn-close {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #youtube .btn-close:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}




/* .blur-ef{
   position: inherit !important;
 }  */

/* 好主题20210111 */
.comment-page-nav {
  text-align: center;
  font-size: 0;
}

.comment-page-nav a ,.comment-page-nav span {
  display: inline-block;
  margin: 0 2.5px;
  padding-bottom: 15px;
  color: #6f6f6f;
  font-size: 14px;
  border: 1px solid #F7C3CF;
  padding: 6px 12px;
  line-height: initial;
  font-weight: 500;
  text-decoration: none;
}

.comment-page-nav .current{
  background-color: #F7C3CF;
  border-color: #F7C3CF;
  color: #fff;
  font-weight: 500;
}



.comment-page-nav li a img {
  width: 12px;
  position: relative;
  top: 2px;
}

.comment-respond a{
  color: #000;
}

.xsunrg-a2 .form-submit{
  margin-top: 20px;
}

/* 好主题20210111 */


#wrap main.toppage section.fansInte {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 150px 0 0;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 0;
}
#wrap main.toppage section.download {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 150px 0 0;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 0;
}
#wrap main.toppage section.download .bietrg { margin-top: 45px;}