@charset "UTF-8";
/* ==============================================================
*  base test test
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border: none;
  border-radius: 10px;
  background: linear-gradient(to top, #3e3e3e 0%, #000000 100%);
  box-shadow: inset 0 0 2px #333;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #333;
  box-shadow: none;
}

body {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}

html {
  position: relative;
  z-index: -1;
  overflow-x: hidden;
  min-height: 100%;
  background: linear-gradient(to top, #3e3e3e 0%, #000000 100%);
}
html::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png) no-repeat;
  background-size: cover;
  transition: 0.3s;
  animation: fluffy 20s ease infinite;
}
@-moz-document url-prefix() {
  html:before {
    transition: 0.3s;
    animation: fluffy2 20s ease infinite;
  }
}
html::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(62, 62, 62, 0.5333333333) 0%, rgba(0, 0, 0, 0.5333333333) 100%);
  background-size: cover;
}

@keyframes fluffy {
  0%, 100% {
    opacity: 0.5;
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png) no-repeat;
    background-size: cover;
    animation-direction: alternate;
  }
  25%, 75% {
    opacity: 0.75;
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg3.png) no-repeat;
    background-size: cover;
    animation-direction: alternate;
  }
  50% {
    opacity: 1;
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png) no-repeat;
    background-size: cover;
    animation-direction: alternate;
  }
}
@keyframes fluffy2 {
  0%, 100% {
    opacity: 0.2;
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png) no-repeat;
    background-size: cover;
    animation-direction: alternate;
  }
  25%, 75% {
    opacity: 0.5;
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png) no-repeat;
    background-size: cover;
    animation-direction: alternate;
  }
  50% {
    opacity: 1;
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png) no-repeat;
    background-size: cover;
    animation-direction: alternate;
  }
}
@keyframes scrl {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes tpbg {
  0% {
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg1.png);
    background-size: cover;
  }
  25% {
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg2.png);
    background-size: cover;
  }
  50% {
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg3.png);
    background-size: cover;
  }
  75% {
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg4.png);
    background-size: cover;
  }
  100% {
    background: url(/static/theoralcigarettes/official-pc/common/topbg/bg1.png);
    background-size: cover;
  }
}
@keyframes bgchg {
  0% {
    background: url(/static/theoralcigarettes/official-pc/common/mainvisual_bg.png);
    background-size: cover;
  }
  16% {
    background: url(/static/theoralcigarettes/official-pc/common/mainvisual_bg2.png);
    background-size: cover;
  }
  50% {
    background: url(/static/theoralcigarettes/official-pc/common/mainvisual_bg3.png);
    background-size: cover;
  }
  84% {
    background: url(/static/theoralcigarettes/official-pc/common/mainvisual_bg.png);
    background-size: cover;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  margin: 56px 0 0 0;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
a * {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

input {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
}

/* clearfix
---------------- */
.clearfix::after {
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
  clear: both;
}

section iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 300px;
  margin: 0 auto 32px auto;
}
section img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.none {
  display: none;
}

a.link {
  margin: 2px 0;
  padding: 8px 16px;
  font-size: 0.8rem;
  letter-spacing: 3px;
  line-height: normal;
}

li {
  list-style-type: none;
}

*[data-show=on-scroll] {
  opacity: 0.2;
  transform: scale(0.9) translateY(40px);
  transition-timing-function: ease-out;
}
*[data-show=on-scroll].in-view {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-duration: 1s;
}

.detail *[data-show=on-scroll]:nth-child(-n+15) {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-duration: 1s;
}

.newscategory {
  list-style-type: none;
}

#load {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #000000;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(47, 51, 50, 0.8) 50%, rgba(10, 14, 10, 0.8) 50.1%, rgba(10, 8, 9, 0.8) 100%);
  text-align: center;
  animation: load1 6s ease 0s 1 forwards;
}

.top #load {
  display: block;
}
@keyframes load1 {
  0% {
    transform: scale(1);
  }
  2% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
#load::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: 0 0 -100px -100px;
  background: url(/static/original/fanclub-pc/img/cmn/oral_load_icon_load1.svg) center center no-repeat;
  background-size: 100%;
  animation: load2 12s infinite ease-in-out alternate;
}
#load::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: 0 0 -100px -100px;
  background: url(/static/original/fanclub-pc/img/cmn/oral_load_icon_load2.svg) center center no-repeat;
  background-size: 100%;
  animation: load3 6s infinite ease-in-out normal;
}
@keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(50deg);
  }
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  30% {
    transform: rotate(670deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.memberMenu,
#header h1.membersLogo,
#footer.membersfooter {
  display: none;
}

.members .memberMenu,
.members #header h1.membersLogo,
.members #footer.membersfooter,
.category-14 .memberMenu,
.category-14 #header h1.membersLogo,
.category-14 #footer.membersfooter {
  display: block;
}
.members .ofMenu,
.members #header h1.officialLogo,
.members #footer.officialfooter,
.category-14 .ofMenu,
.category-14 #header h1.officialLogo,
.category-14 #footer.officialfooter {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.4);
  font-family: din-2014, sans-serif;
  transition: all 0.3s ease-out;
}
#header h1 {
  transition: 0.3s;
  width: 70%;
  height: 100%;
  display: block;
  max-width: 300px;
  float: left;
}
#header h1 a {
  display: block;
  height: 100%;
}
#header h1 a img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
}
#header nav ul {
  text-align: center;
}
#header nav ul li.icon {
  display: inline-block;
  width: 17%;
  margin-top: 16px;
}
#header nav ul li a {
  display: block;
  position: relative;
  z-index: 999999;
  margin: 0;
  padding: 6px 12px;
  color: #fff;
  font-size: 1rem;
}
#header nav ul.iconara li {
  margin: 0 0.4em;
}
#header nav ul.iconara li a {
  padding: 0;
}
#header nav ul.iconara li a img {
  max-width: 30px;
}
#header nav ul.iconara li.icon a {
  padding-top: 0;
}
#header nav ul li svg {
  width: 32px;
  height: 32px;
  vertical-align: top;
  fill: #fff;
}
#header nav ul li span {
  display: none;
}
#header .menu {
  display: none;
}

/* popup
------------------------------ */
a#gotop {
  display: block;
  margin: 0;
  padding: 16px 0 8px;
  box-sizing: border-box;
}

.top a#gotop {
  display: none;
}

a#gotop span {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: auto;
}
a#gotop span::before {
  content: " ";
  display: block;
  position: absolute;
  top: 25px;
  left: -1px;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1px solid #fff;
  transform: rotate(45deg);
}

.artistbox {
  margin: 32px 0;
  padding: 4px 0 1px 24px;
  border-left: 2px #ccc solid;
}

.inr {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}

ul.newslist {
  display: block;
  position: relative;
  padding: 0 0 32px 0;
}
ul.newslist li {
  display: block;
  position: relative;
  padding: 20px 0;
  list-style-type: none;
}
ul.newslist li .cancel {
  display: none;
}
ul.newslist li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4em;
  list-style: none;
  box-sizing: border-box;
}
ul.newslist li a:hover * {
  opacity: 1;
}
ul.newslist li a time {
  display: block;
  padding-right: 2em;
  padding: 10px 30px 10px 0;
  border-right: solid 1px #555;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
ul.newslist li a time em::after {
  content: ".";
}
ul.newslist li a span {
  display: block;
  padding-left: 1.5em;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  word-break: break-all;
}
ul.newslist li a span i {
  position: static;
  margin-left: 3em;
  color: #CDB900;
  font-style: italic;
  font-weight: 900;
  font-size: 14px;
}
ul.newslist li a .cat {
  display: inline-block;
  padding: 0 1.5em;
  min-width: 8em;
  border-right: solid 1px #555;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  text-align: center;
  text-indent: 0;
}
ul.newslist li.new a span i {
  color: #d0be00;
  font-style: italic;
  font-weight: 500;
  font-size: 0.75rem;
  vertical-align: 0px;
}
ul.newslist li .entrybody {
  display: none;
  opacity: 1;
  overflow: hidden;
  margin: 0;
  padding-top: 15px;
  color: #fff;
  font-size: 0.8rem;
}
ul.newslist li .txtBox {
  width: 100%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.062745098);
  line-height: 1.8em;
}
ul.newslist li .txtBox img {
  padding: 15px 0;
  box-shadow: none;
  margin: 0;
}
ul.newslist li .txtBox a {
  display: inline;
  font-size: 0.8rem;
}
ul.newslist li .txtBox .youtube {
  position: relative;
  padding-top: 56.25%;
}
ul.newslist li .txtBox .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: unset;
  margin: 0;
}

ul.block--pager {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  font-family: din-2014, sans-serif;
}
ul.block--pager li {
  margin: 0 0.5em;
  font-weight: 300;
}
ul.block--pager li a {
  display: block;
}
ul.block--pager li a:hover {
  font-weight: 600;
}
ul.block--pager li.pager__item--current {
  font-weight: 600;
}
ul.block--pager li.pager__item--newer {
  margin-right: 1em;
}
ul.block--pager li.pager__item--newer a {
  color: #fff;
}
ul.block--pager li.pager__item--newer a::after {
  content: "<";
}
ul.block--pager li.pager__item--older {
  margin-left: 1em;
}
ul.block--pager li.pager__item--older a {
  color: #fff;
}
ul.block--pager li.pager__item--older a::after {
  content: ">";
}

/* page--home
---------------- */
.top #mainvisual a {
  display: block;
}
.top .mainbnr {
  display: flex;
  justify-content: space-between;
}
.top .mainbnr .mainbnr__mv {
  width: 66.6%;
  padding: 0;
}
.top .mainbnr .mainbnr__mv button {
  display: none !important;
}
.top .mainbnr .mainbnr__bnr1 {
  width: 33.3%;
}
.top .mainbnr .mainbnr__bnr1 .bn {
  width: auto;
  padding: 0 0 0 0.5em;
}
.top .subbnr {
  display: flex;
  justify-content: space-between;
}
.top .subbnr .subbnr__bnr2 {
  order: 2;
  width: 66.6%;
}
.top .subbnr .subbnr__bnr2 ul {
  display: flex;
  justify-content: space-between;
}
.top .subbnr .subbnr__bnr2 ul li {
  display: none;
  width: 25%;
}
.top .subbnr .subbnr__bnr2 ul li img {
  width: 100%;
}
.top .subbnr .subbnr__bnr2 ul li:nth-child(1), .top .subbnr .subbnr__bnr2 ul li:nth-child(2), .top .subbnr .subbnr__bnr2 ul li:nth-child(3), .top .subbnr .subbnr__bnr2 ul li:nth-child(4) {
  display: block;
}
.top .subbnr .subbnr__bnr3 {
  order: 1;
  width: 33.3%;
}
.top .subbnr .subbnr__bnr3 ul li {
  display: none;
  width: 100%;
}
.top .subbnr .subbnr__bnr3 ul li:nth-child(1) {
  display: block;
}
.top .subbnr .subbnr__bnr3 ul li img {
  width: 100%;
}
.top .section__information,
.top .section__media,
.top .section__live {
  padding: 5em 0 5em 15em;
  position: relative;
  min-height: 20em;
}
.top .section__information .inr,
.top .section__media .inr,
.top .section__live .inr {
  position: relative;
}
.top .section__information h2,
.top .section__media h2,
.top .section__live h2 {
  position: absolute;
  top: 10px;
  left: -25%;
  color: #777;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-size: 60px;
  transform: rotate(90deg);
}
.top .section__information ul li,
.top .section__media ul li,
.top .section__live ul li {
  margin: 2em 0;
}
.top .section__information ul li a,
.top .section__media ul li a,
.top .section__live ul li a {
  display: flex;
  align-items: center;
}
.top .section__information ul li a .list__txt p,
.top .section__media ul li a .list__txt p,
.top .section__live ul li a .list__txt p {
  padding: 10px 27px 10px 0;
  border-right: solid 1px #555;
}
.top .section__information ul li a .list__txt .date,
.top .section__media ul li a .list__txt .date,
.top .section__live ul li a .list__txt .date {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}
.top .section__information ul li a .list__txt .date span,
.top .section__media ul li a .list__txt .date span,
.top .section__live ul li a .list__txt .date span {
  font-weight: 700;
}
.top .section__information ul li a .cat,
.top .section__media ul li a .cat,
.top .section__live ul li a .cat {
  min-width: 8em;
  padding: 9px 1em;
  border-right: solid 1px #555;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
.top .section__information ul li a .tit,
.top .section__media ul li a .tit,
.top .section__live ul li a .tit {
  padding: 0 0 0 2em;
  font-size: 18px;
  line-height: 1.5em;
}
.top .section__information ul li.new,
.top .section__media ul li.new,
.top .section__live ul li.new {
  position: relative;
}
.top .section__information ul li.new a::after,
.top .section__media ul li.new a::after,
.top .section__live ul li.new a::after {
  content: "NEW";
  margin-left: 40px;
  color: #CDB900;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 19px;
}
.top .section__information .list__more,
.top .section__media .list__more,
.top .section__live .list__more {
  margin-top: 40px;
}
.top .section__information .list__more a,
.top .section__media .list__more a,
.top .section__live .list__more a {
  display: inline-block;
  position: relative;
  padding: 0.2em 6em 10px 0.2em;
  border-bottom: solid 2px #555;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
}
.top .section__information .list__more a::after,
.top .section__media .list__more a::after,
.top .section__live .list__more a::after {
  content: "";
  position: absolute;
  top: 36%;
  right: 1px;
  width: 24px;
  height: 10px;
  background: url(/static/theoralcigarettes/official-pc/common/arrow.png) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.top .section__media {
  padding: 5em 0 5em 5em;
  background: rgba(0, 0, 0, 0.5019607843);
}
.top .section__media h2 {
  left: auto;
  right: 5%;
}
.top .section__media ul li .list__txt {
  display: flex;
}
.top .section__live .section-tit {
  top: 10px;
}
.top .section__live ul li a {
  align-items: center;
}
.top .section__live ul li a .list__txt .date {
  position: relative;
  padding: 0 0.5em 0 1em;
  font-size: 36px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.top .section__live ul li a .list__txt .date span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  transform: translate(0, -50%) rotate(90deg);
}
.top .section__live ul li a .list__txt .tit {
  font-size: 18px;
}

/* page--media
---------------- */
.tabList {
  font-family: din-2014, sans-serif;
  letter-spacing: 0.04em;
}
.tabList li.current a {
  color: #aaa;
}

/* page--live
---------------- */
#live ul.newslist li a time {
  position: relative;
  padding-left: 1em;
  margin-right: 0.2em;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
#live ul.newslist li a time em {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.4em;
  transform: translate(0, -50%) rotate(90deg);
  letter-spacing: 0.04em;
}
#live ul.newslist li a time em::after {
  content: "";
}
#live ul.newslist li .txtBox {
  border-top: none;
  background: rgba(255, 255, 255, 0.062745098);
}

#media #main .archive,
#t_media #main .archive,
#w_media #main .archive,
#m_media #main .archive,
#r_media #main .archive,
#o_media #main .archive,
#live #main .archive {
  margin-top: 2em;
  text-align: center;
}
#media #main .archive a,
#t_media #main .archive a,
#w_media #main .archive a,
#m_media #main .archive a,
#r_media #main .archive a,
#o_media #main .archive a,
#live #main .archive a {
  display: inline-block;
  position: relative;
  padding: 0.2em 3em 0.5em 0em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1882352941);
  font-weight: 600;
  letter-spacing: 0.04em;
}
#media #main .archive a::after,
#t_media #main .archive a::after,
#w_media #main .archive a::after,
#m_media #main .archive a::after,
#r_media #main .archive a::after,
#o_media #main .archive a::after,
#live #main .archive a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 3%;
  width: 20px;
  height: 10px;
  background: url(/static/theoralcigarettes/official-pc/common/arrow.png) center center no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: translate(0, -50%);
}

#media .tabList li.all a,
#t_media .tabList li.tv a,
#w_media .tabList li.web a,
#r_media .tabList li.radio a,
#m_media .tabList li.magazine a,
#o_media .tabList li.other a {
  background: none;
  color: #aaa;
  pointer-events: none;
}

/* video
---------------- */
#video .newslist li a {
  align-items: inherit;
}
#video .newslist li a .yt--thumb {
  width: 40%;
}
#video .newslist li a .yt--thumb img {
  width: 100%;
  transform: scale(1.2);
}
#video .newslist li a span {
  padding: 1em 1em 1em 3em;
}
#video .newslist li a span .yt--tit {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  line-height: 1.7em;
}
#video .newslist li a span .yt--subtxt {
  font-size: 0.8em;
}

.category-11 {
  background: #000;
  min-height: 100vh;
}
.category-11 header,
.category-11 .login,
.category-11 .section-tit,
.category-11 .subTit,
.category-11 .block--category,
.category-11 footer,
.category-11 .langBar,
.category-11 .detail__btn {
  display: none;
}
.category-11 #main {
  padding-top: 120px !important;
  max-width: none !important;
}
.category-11 .yt__ara {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.category-11 .yt__ara .yt--ct {
  width: 50%;
}
.category-11 .yt__ara .yt--txt {
  width: 50%;
  padding: 1em 1em 1em 3em;
  font-size: 1.1em;
  font-weight: bold;
}
.category-11 .yt__ara .yt--txt .new {
  display: none;
}
.category-11 .yt__ara .yt--txt .yt--txt--sub {
  margin: 1em 0;
  font-size: 90%;
  font-weight: normal;
}
.category-11 .yt__ara .yt--txt .scriptsvce {
  margin-top: 2em;
  font-size: 80%;
}
.category-11 .yt__ara .yt--txt .scriptsvce ul {
  display: flex;
  width: 80%;
  margin: 1em 0;
}
.category-11 .yt__ara .yt--txt .scriptsvce ul li {
  width: 24%;
  max-width: 42px;
  margin: 0 0.5em;
}
.category-11 .yt__ara .yt--txt .scriptsvce ul li:nth-child(2) {
  padding: 0;
}

/* page--bio
---------------- */
.page--bio .box {
  font-size: 1em;
}
.page--bio .mbrname {
  font-family: din-2014, sans-serif;
  font-weight: 300;
}
.page--bio .mbrname ul li em {
  padding-bottom: 0 !important;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.page--bio .mbrname ul li strong {
  font-size: 18px;
  font-weight: normal;
}
.page--bio .mbrname ul li small {
  font-weight: 200;
  letter-spacing: 0.1em;
}
.page--bio .mbrname ul li .biosns {
  margin-left: -5px;
}
.page--bio .mbrname ul li .biosns a {
  width: 30px;
}

/* discography
---------------- */
/* detail */
#disco a {
  display: block;
}
#disco #next {
  width: 30%;
  min-height: 300px;
}
#disco #next .loading {
  position: relative;
  width: 100%;
  height: 100%;
}
#disco #next .loading img {
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#disco #discoList .disco__box .disco--jacket img {
  width: 100%;
  text-align: center;
}
#disco #discoList .disco__box .disco--entry {
  margin: 0 0 32px;
  padding: 0 0 32px;
}
#disco #discoList .disco__box .disco--entry .disco--entry--tit {
  padding-bottom: 0;
  font-weight: 600;
}
#disco #discoList .disco__box .disco--entry .disco--entry--tit em {
  display: block;
  color: #888;
  font-weight: 400;
}
#disco a.ico_link {
  display: inline-block;
  width: 25%;
  margin: 5px 5px 0 0;
  padding: 2px 7px;
  border-radius: 5px;
  background: #fff;
  line-height: 0;
}

.page--disco {
  min-height: 100vh;
  background: #000;
  line-height: 1.5em;
}
.page--disco .inr {
  margin: 2em auto 0;
}
.page--disco .block--jacket {
  margin-bottom: 3em;
  padding-bottom: 100px;
  border-bottom: solid 1px #707070;
}
.page--disco header,
.page--disco .login,
.page--disco .section-tit,
.page--disco .block--category,
.page--disco footer,
.page--disco .langBar {
  display: none;
}
.page--disco .list--jacket {
  display: flex;
  justify-content: space-between;
}
.page--disco .list--jacket li {
  width: 50%;
}
.page--disco .list--jacket li:nth-child(2) {
  padding: 0 3em;
}
.page--disco .list--jacket li h3 {
  font-size: 24px;
}
.page--disco .list--jacket li h3.tit span {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 200;
  font-size: 0.6em;
}
.page--disco .list--jacket li .date {
  margin-top: -10px;
  margin-bottom: 30px;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.page--disco .list--jacket li img {
  width: 100%;
}
.page--disco .list--jacket li figcaption {
  font-weight: 200;
}
.page--disco .list--jacket li .discdtl {
  margin-top: 1em;
}
.page--disco .list--jacket li .discdtl strong {
  display: block;
}
.page--disco .list--jacket li .scriptsvce {
  margin-top: 4em;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
.page--disco .list--jacket li .scriptsvce ul {
  display: flex;
  width: 80%;
  margin: 1em 0;
}
.page--disco .list--jacket li .scriptsvce ul li {
  width: 24%;
  max-width: 24px;
  margin: 0 0.5em;
}
.page--disco .list--jacket li .scriptsvce ul li:nth-child(2) {
  padding: 0;
}
.page--disco .block--detail .block--review h3 {
  font-size: 1rem;
}
.page--disco .block--detail .block--review .songlist {
  margin: 1em 0;
}
.page--disco .block--detail .block--review .songlist li {
  margin: 0.5em 0;
}
.page--disco .block--detail .block--review .dscdtl {
  margin: 2em 0;
}
.page--disco .block--detail .block--review .dscdtl strong {
  display: block;
  margin-top: 1em;
}
.page--disco .block--detail .block--review .dscdtl small {
  display: block;
  margin-top: 1em;
}

/* kiyaku
---------------- */
.kiyaku {
  margin-bottom: 5%;
  font-size: 0.8rem;
}
.kiyaku dt {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}
.kiyaku dd {
  line-height: 180%;
}
.kiyaku .subList dt {
  margin-top: 5px;
}
.kiyaku ul li {
  padding: 0 0 3px 1em;
  text-indent: -1em;
}

/* device
---------------- */
.deviceList {
  margin-bottom: 5%;
  font-size: 0.8rem;
}
.deviceList dt {
  margin: 3% 0 0;
  padding-bottom: 7px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}
.deviceList dt:first-child {
  margin-top: 1%;
}
.deviceList dd {
  margin-bottom: 2px;
  line-height: 150%;
}

/* privacy
---------------- */
.privacyList {
  line-height: 150%;
}
.privacyList dt {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}
.privacyList dd {
  margin-bottom: 5%;
  font-size: 0.8rem;
}
.privacyList dd li {
  margin-bottom: 1.5%;
  padding-left: 1em;
  line-height: 150%;
  text-indent: -1em;
}

/* deals
---------------- */
.dealList dt {
  padding: 2% 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  float: left;
  clear: left;
}
.dealList dd {
  margin-bottom: 0;
  padding: 2% 0 2% 150px;
  font-size: 0.8rem;
  line-height: 150%;
}
.dealList dd a {
  opacity: 1;
  border-bottom: solid 1px #B6B6B6;
  color: #fff;
  transition: all 0.3s ease;
}

/* faq
---------------- */
#qaList .newsList {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #777;
}
#qaList .newsList li {
  position: relative;
  line-height: 130%;
}
#qaList .newsList a {
  display: block;
  padding: 0 15px 15px 2.5em;
  color: #FFF;
  font-size: 0.75rem;
  text-indent: -2.5em;
}
#qaList .newsList a span {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
#qaList .newsList a span:before {
  content: "Q" counter(sample) ".";
  padding-right: 5px;
  counter-increment: sample;
}

h3 {
  counter-reset: sample;
}

#qaList dl {
  margin-bottom: 40px;
}
#qaList dt {
  margin-bottom: 15px;
  padding-left: 1em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-indent: -1em;
  line-height: 140%;
}
#qaList dt span {
  color: #3D7DDD;
}
#qaList dd {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 170%;
}
#qaList dd span {
  color: #E44466;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

h3.title {
  margin-bottom: 2%;
  padding: 0 0 5px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  word-break: break-all;
}

#qaList .newsList .tit {
  font-size: 14px;
}
#qaList .lead {
  margin: 50px auto 20px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-align: center;
}

.searchBox {
  position: relative;
  width: 420px;
  margin: 0 auto 50px;
  text-align: center;
}
.searchBox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 15px;
  line-height: 1.4em;
  box-sizing: border-box;
  outline: none;
}
.searchBox input[type=text] {
  width: 100%;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  cursor: auto;
}
.searchBox input[type=text]:hover {
  opacity: 1;
}
.searchBox input[type=text]:placeholder-shown, .searchBox input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
.searchBox input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  border-radius: 30px;
  border: none;
  background: transparent;
  color: #999;
  font-family: FontAwesome;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.searchBox input[type=submit]:hover {
  opacity: 1;
  color: #222;
}

/* faq */
#faq.detail h2.tit {
  padding: 0 0 5%;
}
#faq.detail h2.tit .title {
  display: block;
  color: #FFF;
  font-size: 0.9rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  padding: 0 0 0 50px;
  margin: 0;
  position: relative;
}
#faq.detail h2.tit .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 0 0.5em;
  border: solid 1px #FFF;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.65em;
}
#faq.detail .txt .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 0 0.5em;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.65em;
}
#faq.detail .txt {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 48px;
  font-size: 0.9rem;
}
#faq.detail .txt span {
  color: #FFF !important;
}
#faq.detail .txt .icon {
  background: #fff;
  color: #000 !important;
}
#faq .inquiry {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: dashed 1px #fff;
}
#faq .inquiry p {
  text-align: center;
}

#qaList dd span, #qaList dt span {
  color: #fff !important;
  font-weight: 400;
}
#qaList dd a {
  text-decoration: underline;
}

#header nav a#gofooter:hover span::before {
  transform: translateY(2px);
}

/* common
---------------- */
#main {
  padding: 0;
}

.detail #main {
  width: 100%;
  max-width: 1080px;
  min-height: 600px;
  margin: 0 auto 40px;
  padding: 40px 16px;
  box-sizing: border-box;
}

section h1, section h2, section h3, section h4, section h5, section p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

dt {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

section p {
  line-height: 1.7em;
}

.subTit {
  display: block;
  padding: 35px 0 70px;
  margin: 0;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  text-transform: uppercase;
  text-indent: -3px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.04em;
}
.subTit img {
  box-shadow: none;
  width: 80%;
  margin: 0 auto;
}

.m_detail .subTit {
  color: #C4B400;
  font-size: 2rem;
  text-align: center;
}
.m_detail .subTit span.sml {
  font-size: 1.5rem;
}

#wallpaper.m_detail .subTit, #fcNews.m_detail .subTit {
  font-size: 2.8rem;
}

.subTit a {
  color: #fff;
}

section.bn2 {
  padding: 0 16px 32px 16px;
  box-sizing: border-box;
}
section.bn2 ul {
  display: block;
}
section.bn2 ul li {
  display: block;
  margin: 0 0 16px 0;
  padding: 0;
}

#footer {
  overflow: hidden;
  width: 100%;
  margin: auto;
  padding: 32px 24px;
  box-sizing: border-box;
  clear: both;
}
#footer p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  opacity: 0.7;
  width: 327px;
  height: 52px;
  margin: auto;
  padding: 0 0 24px 0;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
}
#footer p small {
  font-size: 0.5rem;
  letter-spacing: 0.04em;
}
#footer p img {
  display: block;
  width: 120px;
  height: 20px;
  margin: 15px 16px 0;
  float: left;
}
#footer nav {
  padding: 0 0 24px 0;
}
#footer nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 320px;
  margin: auto;
}
#footer nav ul li {
  display: block;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}
#footer nav ul li a {
  display: block;
  padding: 8px;
  color: #FFF;
}
#footer nav ul li svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
#footer nav ul li span {
  display: none;
}
#footer > br,
#footer #gotop {
  display: none;
}

#fcNews .subTit {
  margin: 0;
}

#t_media ul.newslist li a span .cat, #w_media ul.newslist li a span .cat, #r_media ul.newslist li a span .cat, #m_media ul.newslist li a span .cat, #o_media ul.newslist li a span .cat {
  display: none;
}

.entrybody a, .box a {
  text-decoration: underline;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}

hr {
  clear: both;
}

/* members
---------------- */
#bkw--top #main {
  max-width: none;
  margin: 0;
  padding: 0;
}
#bkw--top .subTit {
  margin-bottom: 1em;
  font-size: 3.5em;
}
#bkw--top .subTit em {
  font-family: "yu-gothic-pr6n", sans-serif;
}
#bkw--top .section--news {
  padding: 5em 0 1em;
}
#bkw--top .section--news ul.newslist {
  margin: 1em 0;
}
#bkw--top .section--news ul.newslist li {
  padding: 25px 0;
}
#bkw--top .section--news time {
  padding: 0 30px 0 0;
  font-size: 1em;
}
#bkw--top .section--news time strong {
  font-size: 2.5em;
}
#bkw--top .section--movie .subTit {
  position: relative;
}
#bkw--top .section--movie .subTit em {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 14px);
  transform: translate(0, -50%);
}
#bkw--top .section--bnr a {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .section--movie .subTit em {
    font-size: 14px;
  }
}
.members #header, .members #footer,
.category-14 #header,
.category-14 #footer {
  background: #000;
}
.members #header h1,
.category-14 #header h1 {
  width: 70px;
}
.members #header h1 a img,
.category-14 #header h1 a img {
  height: 100%;
}
.members #footer,
.category-14 #footer {
  border-top: solid 1px rgba(255, 255, 255, 0.1882352941);
  background: none;
}
.members .contents,
.category-14 .contents {
  padding-top: 60px;
}
.members .contents .subTit,
.category-14 .contents .subTit {
  padding-bottom: 40px;
}
.members .contents .contentsList,
.category-14 .contents .contentsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.members .contents .contentsList li,
.category-14 .contents .contentsList li {
  position: relative;
  width: 30.3%;
  margin: 0 0 60px;
}
.members .contents .contentsList li i.new,
.category-14 .contents .contentsList li i.new {
  display: block;
  position: absolute;
  top: -10%;
  left: -7%;
  width: 20%;
  height: 20%;
  margin-left: 0;
  background: url(/static/theoralcigarettes/official-pc/common/icon_new.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.members .contents .contentsList li a,
.category-14 .contents .contentsList li a {
  display: block;
}
.members .contents .contentsList li .logo,
.category-14 .contents .contentsList li .logo {
  display: none;
  margin: 0 0 20px;
  padding: 0;
}
.members .contents .contentsList li .logo img,
.category-14 .contents .contentsList li .logo img {
  box-shadow: none;
}
.members .contents .contentsList li .thumb,
.category-14 .contents .contentsList li .thumb {
  margin: 0 0 20px;
}
.members .contents .contentsList li .thumb img,
.category-14 .contents .contentsList li .thumb img {
  background-image: url(/static/theoralcigarettes/official-pc/cmn/thumb_blank.png);
}
.members .contents .contentsList li .list__txt,
.category-14 .contents .contentsList li .list__txt {
  padding: 0 20px;
}
.members .contents .contentsList li .blgtit,
.category-14 .contents .contentsList li .blgtit {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #555;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.members .contents .contentsList li .date,
.category-14 .contents .contentsList li .date {
  position: relative;
  padding: 0;
  font-weight: 600;
  font-kerning: normal;
  font-family: din-2014, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.members .contents .contentsList li .date strong,
.category-14 .contents .contentsList li .date strong {
  margin-right: 0.2em;
  font-size: 200%;
}
.members .contents .contentsList li .date .category,
.category-14 .contents .contentsList li .date .category {
  position: absolute;
  bottom: 1px;
  right: 0;
  margin-left: 8px;
  color: #434343;
  font-size: 14px;
}
.members .contents .contentsList li .tit,
.category-14 .contents .contentsList li .tit {
  margin: 0;
  margin-top: 0.5em;
  color: #CDB900;
  word-break: break-all;
}
.members .contents .contentsList li .tit .new,
.category-14 .contents .contentsList li .tit .new {
  margin-left: 5px;
}
.members .section--movie .contentsList li .tit,
.category-14 .section--movie .contentsList li .tit {
  color: #fff;
}
.members .mainvisual,
.category-14 .mainvisual {
  position: relative;
  padding: 6em 0 9em;
  background: url(/static/theoralcigarettes/official-pc/common/mainvisual_bg.png);
  background-size: cover;
  animation: bgchg 20s ease infinite;
}
.members .mainvisual::after,
.category-14 .mainvisual::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7.5%;
  left: 50%;
  width: 1px;
  height: 15%;
  background: #fff;
  transform: translate(-50%, 0);
  transform-origin: top;
  animation: scrl 3s ease infinite;
}
.members .mainvisual img,
.category-14 .mainvisual img {
  width: 35%;
  min-width: 300px;
}
.members .mainvisual .lgin,
.category-14 .mainvisual .lgin {
  padding-top: 1.5em;
  text-align: center;
}
.members .mainvisual .tocard,
.category-14 .mainvisual .tocard {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 8%;
}
.members .mainvisual .tocard a,
.category-14 .mainvisual .tocard a {
  display: block;
  padding: 0.5em;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5019607843);
}
.members .mainvisual .tocard a img,
.category-14 .mainvisual .tocard a img {
  width: 100%;
  min-width: auto;
}
.members .mainvisual #cardara,
.category-14 .mainvisual #cardara {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 999;
  width: 50%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.6s;
}
.members .mainvisual #cardara.panelactive,
.category-14 .mainvisual #cardara.panelactive {
  right: 0;
}
.members .mainvisual #cardara.panelactive #card,
.category-14 .mainvisual #cardara.panelactive #card {
  position: fixed;
  z-index: 999;
  overflow: auto;
  width: 50%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.members .mainvisual #cardara .close,
.category-14 .mainvisual #cardara .close {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 11;
  width: 20px;
  height: 20px;
  background: url(/static/theoralcigarettes/official-pc/common/fbx/x.png);
  background-size: contain;
  text-indent: -9999px;
}
.members ul.newslist li:first-child,
.category-14 ul.newslist li:first-child {
  border-top: none;
}
.members .section--news,
.members .section--blog,
.members .section--movie,
.members .section--bnr,
.category-14 .section--news,
.category-14 .section--blog,
.category-14 .section--movie,
.category-14 .section--bnr {
  padding: 5em 0;
}
.members .section--news .subTit,
.members .section--blog .subTit,
.members .section--movie .subTit,
.members .section--bnr .subTit,
.category-14 .section--news .subTit,
.category-14 .section--blog .subTit,
.category-14 .section--movie .subTit,
.category-14 .section--bnr .subTit {
  text-align: left;
}
.members .section--news .contentsList:after,
.members .section--blog .contentsList:after,
.members .section--movie .contentsList:after,
.members .section--bnr .contentsList:after,
.category-14 .section--news .contentsList:after,
.category-14 .section--blog .contentsList:after,
.category-14 .section--movie .contentsList:after,
.category-14 .section--bnr .contentsList:after {
  display: block;
  content: "";
  width: 30.3%;
}
.members .section--bnr,
.category-14 .section--bnr {
  padding: 5em 0 0;
}
.members .section--news time,
.category-14 .section--news time {
  padding-right: 1em;
  border-right: solid 1px rgba(255, 255, 255, 0.1882352941);
  text-transform: uppercase;
}
.members .section--news time strong,
.category-14 .section--news time strong {
  font-size: 200%;
  margin-right: 0.2em;
}
.members .section--movie,
.category-14 .section--movie {
  background: linear-gradient(160deg, rgba(34, 34, 34, 0.3333333333), rgba(107, 107, 107, 0.3333333333));
}

nav.memberfooter {
  padding: 0 0 40px 0 !important;
}
nav.memberfooter ul {
  max-width: 1115px !important;
  margin: 0;
  padding: 0;
}
nav.memberfooter ul li {
  width: auto !important;
  font-size: 0.7rem;
}

.backsite {
  padding: 1em 0 5em;
}
.backsite a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 2em auto;
  padding: 2em 1.5em;
  background: #fff;
  color: #000;
  font-kerning: normal;
  text-align: center;
}
.backsite a img {
  width: 50%;
}
.backsite a span {
  margin-left: 1em;
  color: #000;
}

#footer .backsite {
  display: none;
  padding: 0px 0 48px;
  text-align: center;
}
#footer .backsite a {
  padding: 8px;
}

.membersmain {
  max-width: 540px;
  margin: 0 auto 48px;
  padding: 14px 24px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
}
.membersmain p {
  margin: 8px 0;
  text-align: center;
  letter-spacing: 0.1rem;
}
.membersmain img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-shadow: none;
}
.membersmain .loggedinArea {
  padding: 25px 0 30px;
}
.membersmain .loggedinArea p {
  margin: 0;
  padding: 0;
}
.membersmain .loggedinArea .welcome {
  margin: 0 0 15px;
  font-size: 15px;
}
.membersmain .loggedinArea .expire {
  color: #888;
  font-size: 13px;
}
.membersmain .loggedinArea .expire .course span {
  display: block;
  border-radius: 3px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.membersmain .loggedinArea .expire.year .course span {
  color: #9f9404;
}
.membersmain .loggedinArea .expire.month .course span {
  color: #d0e4f3;
}
.membersmain .loggedinArea .expire .btn {
  padding-top: 10px;
}

.btn {
  padding: 0;
  text-align: center;
}

.signuplink {
  background: #000;
  margin: 24px;
  padding: 1.3em 5em;
  border-radius: 2px;
  color: #c8b400;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 48px;
  letter-spacing: 2px;
}

.btn .main, .btn .sub {
  margin: 24px;
  padding: 14px 32px;
  border-bottom: solid 3px #7d7d7d;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 48px;
  letter-spacing: 2px;
}
.btn .main {
  display: block;
  width: 40%;
  margin: 2% auto;
  padding: 0;
  border: solid 1px #FFF;
  border-radius: 0;
  letter-spacing: 0;
}
.btn .sub {
  display: block;
  width: 40%;
  margin: 0 auto 3%;
  padding: 0;
  border: solid 1px #FFF;
  border-radius: 0;
  background: transparent;
  color: #FFF;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}
.btn input.main {
  display: block;
  width: 40%;
  margin: 0 auto 2%;
  padding: 0;
  border: solid 1px #FFF;
  -webkit-appearance: none;
}

.dobleBtn {
  overflow: hidden;
  margin: 5% 0 8%;
}
.dobleBtn li {
  width: 48%;
  margin-right: 3%;
  float: left;
}
.dobleBtn li:nth-child(2) {
  margin: 0;
}
.dobleBtn li a {
  display: block;
  padding: 10px 0;
  border: solid 1px #777;
  font-size: 0.9rem;
  text-align: center;
}
.dobleBtn li span {
  display: block;
  padding: 10px 0;
  border: solid 1px #777;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}

.btn .back {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
}

#header nav ul li.login a {
  display: inline-block;
  margin: 6px auto;
  padding: 8px 16px;
  border: solid 1px;
  line-height: 18px;
}

.introTxt {
  margin-bottom: 5%;
  text-align: center;
}

/* movie
---------------- */
#movie .logo {
  text-align: center;
}
#movie .contentsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#movie .contentsList::after {
  content: "";
  width: 26%;
  height: 0;
}
#movie .contentsList li {
  width: 30.3%;
  margin-bottom: 5%;
  padding: 0;
  list-style-type: none;
}
#movie .contentsList li a:hover {
  opacity: 1;
  background: rgba(51, 51, 51, 0.6666666667);
}
#movie .contentsList li a:hover * {
  opacity: 1;
}
#movie .contentsList li a .mov--thumb .thumb {
  width: 100%;
}
#movie .contentsList li a .mov--thumb .thumb img {
  width: 100%;
}
#movie .contentsList li a .mov--txt {
  padding: 1em;
}
#movie .contentsList li a .mov--txt .tit {
  font-size: 1em;
}
#movie .contentsList li a .mov--txt time {
  font-family: din-2014, sans-serif;
  color: #888;
}
#movie .contentsList li a .thumb {
  margin-bottom: 0.5em;
}
#movie .contentsList li a time {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  padding: 0;
  font-kerning: normal;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-font-kerning: normal;
}
#movie .contentsList li a time strong {
  margin-right: 0.2em;
  font-size: 200%;
}
#movie .contentsList li a .tit {
  margin: 0.5em 0;
}
#movie .movdetail {
  margin-top: 2em;
}
#movie .movdetail .movdetail__tit {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1882352941);
  font-size: 1.1em;
}
#movie .movdetail .movdetail__tit time {
  color: #888;
  font-family: din-2014, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
#movie .movdetail .movdetail__tit .movdetail__tit--tit {
  padding: 0 0 0.5em;
}
#movie .movdetail #flash_box {
  position: relative;
  margin-top: 2em;
  padding-top: 56.25%;
}
#movie .movdetail #flash_box .ulizahtml5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie.new-movie.page-movie-detail .section--detail .area--movie {
  margin: 30px auto 50px;
}
#movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  padding-top: 55.7%;
  margin: 0 auto 20px;
}
#movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(135, 135, 135, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
#movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 40px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies {
  background: none;
  padding-top: 0;
  border-top: none;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .more_movies_title {
  font-size: 18px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #fff;
  padding: 0 0 30px 0;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents {
  display: block;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin: 0 auto 30px;
  border: none;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 35%;
  margin: 0;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 65%;
  padding: 0 0 0 20px;
}
#movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.contentsList li .thumb {
  overflow: hidden;
  width: 100%;
  padding: 0;
  line-height: 100%;
}
.contentsList li .tit {
  margin-bottom: 5px;
  padding: 0;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5em;
}
.contentsList li time {
  font-size: 0.85rem;
}

.system_error {
  padding: 20px 0;
  font-size: 0.8rem;
  line-height: 1.5em;
}

.contentsList li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.movieTit {
  padding: 10px 0 0;
  margin-bottom: 5px;
  text-align: left;
  font-size: 1.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}

.detail embed {
  margin: 0 auto 5px;
}

/* BLOG
---------------- */
.blogDetail {
  margin-top: 4%;
  padding-top: 2%;
  border-top: dotted 1px #777;
}
.blogDetail p {
  text-align: left;
}
.blogDetail span {
  white-space: normal !important;
}
.blogDetail img {
  margin: 3% 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

#blog .subTit {
  padding: 45px 0 50px;
}
#blog img {
  pointer-events: none;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#blog .movieTit {
  font-size: 1.7rem;
}
#blog .section--detail {
  padding-top: 40px;
}
#blog .categoryList {
  margin: 0 0 70px;
  text-align: center;
}
#blog .categoryList li {
  display: inline-block;
  padding: 0 20px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#blog .categoryList li + li {
  border-left: solid 1px #ccc;
}
#blog .categoryList.nav-tab--information li {
  margin-bottom: 20px;
  padding: 0 10px 0;
  border-left: none;
}
#blog .categoryList.nav-tab--information li .sml {
  font-size: 0.75em;
}
#blog .categoryList.nav-tab--information li.year {
  color: #c6c6c6;
}
#blog ul.newslist {
  margin: 0;
  padding: 0;
}
#blog .aop_blogList {
  max-width: 800px;
  margin: 0 auto;
}
#blog .aop_blogList li {
  position: relative;
  margin: 0 0 28px 0;
  padding: 0 0 24px;
  border-bottom: 1px dotted #888;
}
#blog .aop_blogList li a {
  display: block;
}
#blog .aop_blogList .articleTit {
  margin-bottom: 3px;
  padding: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
#blog .aop_blogList .date {
  padding: 0;
  color: #888888;
  font-size: 85%;
  letter-spacing: 0.05em;
}
#blog .aop_comment {
  padding-top: 50px;
}
#blog .commentcomplete .tit {
  text-align: center;
}
#blog .commentList {
  width: 100%;
  margin: 50px auto;
}
#blog .commentList li {
  margin-bottom: 15px;
  padding: 20px 30px;
  background: #2a2a2a;
}
#blog .commentList li:last-child {
  margin-bottom: 0;
}
#blog .commentList li p {
  padding: 0;
}
#blog .commentList li .comment_post {
  display: inline-block;
  margin: 0 15px 10px 0;
  font-weight: bold;
}
#blog .commentList li .comment_date {
  display: inline-block;
  color: #d4d4d4;
  font-size: 14px;
}
#blog .commentList li .comment_body {
  font-size: 14px;
}
#blog .section--detail .block--pager {
  margin-bottom: 50px;
}
#blog .aop_newslist .block--player {
  padding-bottom: 56.25%;
}
#blog .aop_newslist .ulizahtml5 {
  width: 100% !important;
  height: 0 !important;
  margin: 0;
  padding-top: 56.25%;
}
#blog.blogtop .newslist li {
  padding: 0;
}
#blog.blogtop .newslist li a {
  padding: 40px 0;
  display: block;
  margin: 0 auto;
}
#blog.blogtop .newslist li p {
  padding: 0;
}
#blog.blogtop .newslist li span {
  margin: 0;
  padding-left: 0;
}
#blog.blogtop .newslist li p img {
  width: 62%;
  box-shadow: none;
}
#blog.blogtop .newslist li .staff img, #blog.blogtop .newslist li .yamanaka img {
  margin: 0 auto;
}
#blog.detail .logo {
  width: 80%;
  margin: 0 auto 40px;
  padding-top: 1px;
}
#blog.detail .logo a {
  display: block;
  line-height: 0;
}
#blog.detail .logo img {
  width: 100%;
}
#blog .newslist.yamanaka li {
  margin: 0 0 40px;
  padding: 40px;
  border: solid 1px #777;
}
#blog .newslist.yamanaka li .new {
  position: relative;
  top: -3px;
  left: 5px;
}
#blog .newslist.yamanaka li time {
  display: block;
  margin: 20px 0 0;
  font-size: 13px;
  float: left;
}
#blog .newslist.yamanaka li .blog_body p {
  margin-bottom: 0.5em;
  padding: 0;
  font-size: 13px;
}
#blog .newslist.yamanaka li span {
  display: block;
  font-size: 13px;
}
#blog .newslist.yamanaka li span:first-of-type {
  display: block;
  margin: 0 0 20px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
}
#blog .newslist.yamanaka li time .time {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 0 0 0 5px;
  margin: 0;
}
#blog .newslist.yamanaka li span {
  padding: 0;
  line-height: 2.6em;
}
#blog .newslist.yamanaka li figure {
  margin: 20px -40px;
}
#blog .newslist.yamanaka li a {
  display: inline-block;
  position: relative;
  top: 4px;
  right: 10px;
  margin: 20px 0 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  float: right;
}
#blog .newslist.yamanaka li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -10px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
#blog #main.yamanaka .errorList {
  margin: 0 0 20px;
  font-size: 13px;
}
#blog #main.yamanaka .blogDetail {
  margin-top: 2%;
}
#blog #main.yamanaka textarea {
  width: 100%;
  height: 140px;
  margin: 0 0 30px;
  padding: 15px;
  border: none;
  border-radius: 0;
  background: #555;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 　600;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#blog #main.yamanaka .errorList + .post {
  padding: 0 0 1%;
  font-family: din-2014, sans-serif;
  font-weight: 　600;
  font-size: 0.9rem;
  color: #FFF;
}
#blog #main .blogDetail .sns_movie_class {
  position: relative;
  padding-top: 56.25%;
}
#blog #main .blogDetail .sns_movie_class .jstream-eqPlayer {
  top: 0;
}
#blog #main .sns_movie_class {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
}
#blog #main.yamanaka .formList {
  margin: 0 0 30px;
}
#blog #main.yamanaka .formList p:first-of-type {
  margin: 0 0 10px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}
#blog #main.yamanaka .formList dt {
  font-family: din-2014, sans-serif;
  font-weight: 　600;
}
#blog #main.yamanaka .formList dd {
  font-size: 13px;
}
#blog #main.yamanaka h5 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}
#blog #main.yamanaka h5 + p {
  margin: 0 0 20px;
  font-size: 13px;
  text-align: center;
}

/* Q&A
---------------- */
#qa .subTit img {
  max-height: 100px;
}
#qa .txt {
  margin-bottom: 5%;
}
#qa section .formArea {
  margin-top: 5%;
}
#qa #main section #list {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #qa .subTit img {
    max-height: auto;
    max-width: 400px;
  }
}
.formArea .formList input[type=text], .formArea .formList input[type=password] {
  width: 80%;
  margin: -2px 0 0;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: #555;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.formArea .formList textarea {
  width: 80%;
  margin: -2px 0 0;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: #555;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.formArea form.main {
  max-width: 100%;
  margin: 0;
}
.formArea .formList {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  word-break: break-all;
}
.formArea .formList.confirm input[type=text], .formArea .formList.confirm input[type=password] {
  border-radius: 0;
  background: #555;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.formArea .formList.confirm textarea {
  border-radius: 0;
  background: #555;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.formArea .formList textarea {
  width: 100%;
}

#qa section .formArea .formTit {
  padding: 0 0 1%;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.formArea .confirm li {
  font-size: 1rem;
}

/* WALLPAPER
================================== */
#wallpaper .ph {
  margin-bottom: 10px;
  text-align: center;
}
#wallpaper .center {
  text-align: center;
}
#wallpaper .pointArea {
  margin-bottom: 10px;
  text-align: center;
}
#wallpaper .dlLink {
  padding: 0;
}
#wallpaper .dlLink a {
  display: block;
  margin-bottom: 8px;
  padding: 5px 0;
  border: 1px solid #777;
  font-size: 0.8rem;
  text-align: center;
}
#wallpaper .howto {
  margin: 0 0 40px;
  padding: 1% 3% 1.5%;
  border: solid 1px #777;
  font-size: 0.85em;
}
#wallpaper .howto .tit {
  margin-bottom: 5px;
}
#wallpaper .howto ul li {
  margin-bottom: 10px;
}

.thumbList {
  overflow: hidden;
  margin-bottom: 5%;
}
.thumbList li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  float: left;
}
.thumbList li:nth-child(2n) {
  margin-right: 0;
}
.thumbList li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.thumbList li a:hover .tit {
  text-decoration: underline;
}
.thumbList li .tit {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.9rem;
  text-align: left;
}
.thumbList li .thumb {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}
.thumbList li .thumb img {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
}
.thumbList li .date {
  margin-bottom: 5px;
}

#wallpaper .necessary {
  width: 50%;
  margin: 0 auto;
  padding: 2%;
  border: solid 1px #DDD;
  border-radius: 5px 5px 0 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-align: center;
}
#wallpaper .rest {
  width: 50%;
  margin: 0 auto 5%;
  padding: 2%;
  border: solid 1px #DDD;
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 0.8rem;
  text-align: center;
}

/* PHOTO
================================== */
#photo .subTit a {
  display: block;
}

#photoList + .btn {
  margin-top: 40px;
}
#photoList .item {
  width: 47.5%;
  display: inline-block;
  margin: 0px 4% 30px 0px;
  list-style-type: none;
  vertical-align: top;
}
#photoList .item .ph {
  height: 210px;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}
#photoList .item:nth-child(2n) {
  margin: 0 0 30px;
}
#photoList .item a {
  outline: none;
}

.modal {
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.modal .thumb img {
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
}

#cboxContent img {
  width: 100%;
}

#cboxPrevious {
  position: fixed !important;
  top: 0 !important;
  left: -40px !important;
  height: 100% !important;
  border: none !important;
  background: url(/static/theoralcigarettes/official-pc/cmn/prev.png) no-repeat center !important;
  background-size: 20% !important;
  text-indent: -9999px !important;
  outline: none !important;
}

#cboxNext {
  position: fixed !important;
  top: 0 !important;
  right: -40px !important;
  height: 100% !important;
  border: none !important;
  background: url(/static/theoralcigarettes/official-pc/cmn/next.png) no-repeat center !important;
  background-size: 20% !important;
  text-indent: -9999px !important;
  outline: none !important;
}

#cboxClose {
  position: fixed !important;
  top: 20px !important;
  right: 30px !important;
  width: 70px !important;
  height: 70px !important;
  background: url(/static/theoralcigarettes/official-pc/cmn/close.png) no-repeat center !important;
  background-size: 70px !important;
}

#cboxContent .ph {
  width: 800px;
  height: 560px;
  margin: 0 auto;
  background-size: cover;
}

/* question
------------------------------ */
#question .titArea {
  margin-bottom: 60px;
}
#question .titArea .tit {
  margin-bottom: 60px;
  letter-spacing: 0px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
#question .thumb {
  position: relative;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
#question .thumb img {
  box-shadow: none;
}
#question .formList {
  margin: 60px 0 30px;
}
#question .formList dd .rule {
  display: block;
}

.icoMust {
  display: inline-block;
  position: relative;
}
.icoMust::before {
  content: "必須";
  display: block;
  position: relative;
  top: -2px;
  margin-left: 4px;
  padding: 3px 2px 3px 6px;
  border-radius: 2px;
  background: #ef2323;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.3em;
}

.questionCnfirm .icoMust {
  display: none;
}

#question .formList dt {
  padding: 0 0 7px;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: 600;
}
#question .formList dd {
  margin-bottom: 30px;
}
#question .formList dd div {
  display: inline-block;
}
#question .formList dd input {
  width: 100%;
  margin: -2px 0 0;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: #555;
  color: #FFF;
  cursor: inherit;
  box-sizing: border-box;
}
#question .formList dd input:hover {
  opacity: 1;
}
#question .pulldownBox {
  position: relative;
  border-bottom: none;
}
#question .pulldownBox:before {
  content: "\f107";
  display: block;
  position: absolute;
  right: 10px;
  top: 66%;
  z-index: 10;
  width: auto;
  height: auto;
  margin-top: -5px;
  background: none;
  color: #fff;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 0;
}
#question .formList .pulldownBox select {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 2px 30px 2px 10px;
  border: medium none;
  background: #555;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
#question .formList .pulldownBox select::-ms-expand {
  display: none;
}
#question .formList .choiceArea.year .pulldownBox {
  margin-right: 6px;
}
#question .formList .choiceArea.year .pulldownBox select {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
#question .formList .choiceArea.year .pulldownBox:not(:first-child) {
  margin-left: 8px;
}
#question .formList .radioBtn label {
  display: block;
  margin: 2px 25px 10px 8px;
  font-size: 13px;
  line-height: 1.5em;
  float: left;
}
#question .formList .radioBtn input[type=radio] {
  content: "";
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 100%;
  background-color: #fff;
  vertical-align: middle;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: radio;
  -webkit-appearance: button;
  box-sizing: border-box;
  float: left;
  clear: both;
}
#question .formList .radioBtn input[type=radio]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 6px;
  background: #000;
}
#question .formList input[type=checkbox] {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
#question .formList input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 3px;
  width: 8px;
  height: 14px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(45deg);
}
#question textarea {
  font-weight: normal;
}
#question .formList .check {
  margin: 0 0 20px;
  font-size: 13px;
}
#question .formList .check label {
  display: block;
  margin: 0 0 10px;
}
#question .txtInput {
  width: 100%;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #000 !important;
  background-image: none;
  color: #fff !important;
}

#question .center {
  text-align: center;
}
#question .errorList {
  margin: 30px auto;
  padding: 20px;
  border: solid 1px red;
  color: red;
  line-height: 2em;
}
#question .btnTxt {
  margin: 0 0 20px;
}
#question .btn {
  margin-top: 60px;
}
#question .btn + .btn {
  margin-top: 0;
}
#question .guidance {
  margin-bottom: 30px;
}
#question .questionCnfirm {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
#question .questionCnfirm tbody, #question .questionCnfirm tr, #question .questionCnfirm th, #question .questionCnfirm td {
  display: block;
  width: 100%;
}
#question .questionCnfirm th {
  margin-bottom: 3px;
  color: #999;
  font-size: 11px;
  text-align: left;
}
#question .questionCnfirm td {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #585858;
  font-size: 16px;
}

/* entry
---------------- */
.entry--page {
  margin-top: 120px;
}
.entry--page .logo {
  max-width: 500px;
  margin: 0 auto;
}
.entry--page .membersList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin: 3% 0 5%;
}
.entry--page .membersList::after {
  content: "";
  width: 48%;
}
.entry--page .membersList li {
  width: 49%;
  margin: 0 0 2% 0;
  padding: 2%;
  border: solid 2px #D3C07B;
  background: #FFF;
  color: #000;
}
.entry--page .membersList li dt {
  padding: 0 0 5%;
  color: #A18A35;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}
.entry--page .membersList li dt strong {
  display: block;
}
.entry--page .membersList li dt span {
  display: inline-block;
  padding: 0.1em 1em;
  border: solid 1px #BFA33F;
  border-radius: 3px;
  color: #BFA33F;
  font-weight: normal;
  font-size: 0.8rem;
  vertical-align: 3px;
}
.entry--page .membersList li dd {
  font-size: 0.9rem;
  line-height: 1.5em;
}
.entry--page .entryPrice dt {
  margin-bottom: 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
.entry--page .entryPrice dd {
  margin-bottom: 4%;
}
.entry--page .entryPrice table {
  width: 100%;
  margin: 0 auto 30px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  empty-cells: show;
}
.entry--page .entryPrice tr {
  border: solid 1px #777;
}
.entry--page .entryPrice table th {
  width: 230px;
  padding: 20px;
  border-right: solid 1px #777;
  border-bottom: solid 1px #777;
  background: transparent;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.entry--page .entryPrice table td {
  padding: 15px 20px;
  font-size: 0.9rem;
  line-height: 150%;
  vertical-align: middle;
}
.entry--page .entryPrice table td .subtxt {
  font-size: 11px;
}
.entry--page .commentBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  padding: 1em;
  border: solid 3px #D3C07B;
  border-radius: 2px;
  background: #FFF;
}
.entry--page .commentBox p {
  padding: 0 0 2%;
  color: #000;
  font-size: 1rem;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
}
.entry--page .commentBox .ph {
  width: 50%;
}
.entry--page .commentBox .ph img {
  width: 100%;
}
.entry--page .commentBox .txtBox {
  width: 48%;
}
.entry--page .commentBox .btn .main {
  text-decoration: none;
  background: #CFB24B;
  color: #FFF;
  width: 80%;
}
.entry--page .commentBox img {
  margin: 0 auto;
}
.entry--page .registBox {
  margin-bottom: 5%;
}
.entry--page .hasId {
  padding: 0;
  margin-bottom: 3%;
}
.entry--page .hasId p {
  padding-bottom: 0;
  text-align: center;
}
.entry--page .regist img {
  width: 40%;
  margin: -6% auto 6%;
  box-shadow: none;
}
.entry--page .box .registBox .lead {
  margin: 30px 0 -40px;
  padding-top: 0;
  font-size: 40px;
}

/* BLOG ?? Real time report
---------------- */
.report #header {
  display: none;
}
.report #footer {
  padding-bottom: 0;
}
.report.members #footer.membersfooter {
  background: #000 !important;
}
.report.members #footer.membersfooter .memberfooter, .report.members #footer.membersfooter .backsite + p {
  display: none;
}
.report.members #gotop {
  display: none;
}
.report.members #footer.membersfooter .backsite p {
  height: auto;
}
.report.members #footer.membersfooter .backsite a {
  margin: 0 auto !important;
  background: none;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.1em;
}

#blog.report #main {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #000;
}

.report #main section {
  max-width: 1000px;
  margin: 0 auto;
}
.report #main h1 img {
  width: 70%;
}
.report #main.kisses h1 img {
  width: 50%;
}

.reportlist {
  margin: 0 0 40px;
}
.reportlist li {
  width: 32%;
  margin: 0 2% 20px 0;
  float: left;
}
.reportlist li:nth-child(3n) {
  margin-right: 0;
}
.reportlist li:nth-child(3n+1) {
  clear: left;
}
.reportlist li a {
  display: block;
  position: relative;
}
.reportlist li img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.reportlist li span {
  display: block;
  position: absolute;
  top: -12px;
  left: -9px;
  font-size: 1.5rem;
  transform: rotate(-14deg);
  animation: inherit;
}

.report #main .reportdetail {
  max-width: 800px;
}

.reportdetail .titleBox {
  margin-bottom: 10px;
}
.reportdetail .icon {
  width: 40px;
  padding-right: 10px;
  float: left;
}
.reportdetail .icon img {
  box-shadow: none;
}

#blog .reportdetail .movieTit {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.reportdetail time {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
}
.reportdetail .blogDetail {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 13px;
}
.reportdetail .blogDetail p {
  padding-top: 0;
}
.reportdetail .blogDetail img {
  margin: 0;
}
.reportdetail .blogDetail img + img {
  margin-top: 15px;
}
.reportdetail .blogDetail div {
  margin-bottom: 15px;
}

/* pullDown */
.report #main .pulldownBox {
  display: none;
  position: relative;
  width: 40%;
  margin: -30px auto 50px;
  padding: 8px 0;
  border: none;
  background: #111;
}
.report #main .pulldownBox form {
  text-align: center;
}
.report #main .pulldownBox select {
  position: relative;
  width: 100%;
  height: 26px;
  padding: 0 10px;
  border: medium none;
  border-radius: 2px;
  background: #111;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: button;
}
.report #main .pulldownBox::before {
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 10;
  width: 13px;
  height: 8px;
  margin-top: -10px;
  font-family: "FontAwesome";
  font-size: 20px;
}
.report #main .pulldownBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  background: #333;
}

/*	body--app
------------------------------ */
/* app */
.body--app {
  margin: 0;
}
.body--app header, .body--app footer, .body--app.members #footer.membersfooter, .body--app .block--share, .body--app .drawer {
  display: none;
}
.body--app.detail #main {
  margin: 0;
}
.body--app#blog #main.yamanaka .blogDetail {
  margin-top: 6%;
}
.body--app .blogDetail + .dobleBtn {
  margin-bottom: 50px;
}
.body--app footer, .body--app.members #footer.membersfooter, .body--app .block--share {
  display: none;
}
.body--app #header h1 a {
  pointer-events: none;
}
.body--app .overlay:target nav ul li {
  animation: none !important;
}
.body--app .memberfooter .ssl.login:last-of-type, .body--app .memberfooter .ssl.logout:last-of-type {
  display: none !important;
}
.body--app#blog #main.yamanaka .blogDetail {
  margin-top: 6%;
}
.body--app .blogDetail + .dobleBtn {
  margin-bottom: 50px;
}

/* page--info */
#infoDetail .tit {
  position: relative;
  margin-bottom: 5px;
  border-bottom: solid 1px #707070;
  line-height: 1.8em;
}
#infoDetail .tit .new {
  position: absolute;
  top: 10px;
  right: 0;
  color: #d0be00;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  vertical-align: 0px;
}
#infoDetail .tit time {
  display: block;
  color: #888;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
#infoDetail .tit time strong em::after {
  content: ".";
}
#infoDetail .tit time .cat {
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #888;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
#infoDetail .new {
  margin-left: 0.5em;
}
#infoDetail .txt {
  margin: 50px 0 0;
  font-size: 0.8em;
  line-height: 1.7em;
  letter-spacing: 0.06em;
  word-break: break-word;
}
#infoDetail .txt a {
  color: #2dcedf;
}
#infoDetail .txt .ph {
  position: relative;
  margin: 20px 0;
}
#infoDetail .txt .ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#infoDetail .event {
  font-size: 1.2rem;
}
#infoDetail .event .date__bar {
  position: relative;
  top: -2px;
  margin: 0 0.5em;
}
#infoDetail .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#infoDetail .youtube iframe, #infoDetail .youtube object, #infoDetail .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: unset;
  margin: 0;
}
#infoDetail .detail__btn {
  margin-top: 2em;
  text-align: center;
}
#infoDetail .detail__btn a {
  font-family: din-2014, sans-serif;
  font-weight: 700;
}
#infoDetail .detail__btn a::after {
  content: "BACK";
}
#infoDetail.category-13 .date, #infoDetail.category-3 .date, #infoDetail.category-11 .date {
  display: none;
}
#infoDetail.category-13 .tit time {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 120%;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  color: #fff;
}
#infoDetail.category-13 .tit time.date {
  display: none;
}
#infoDetail.category-13 .tit time strong {
  position: relative;
  padding-left: 1.2em;
}
#infoDetail.category-13 .tit time strong em {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#infoDetail.category-13 .tit time strong em::after {
  content: "";
}

/* walkthrough */
.walkthrough {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 0 !important;
}
.walkthrough::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #4a4400 0%, #2d2b15 50%, #171500 50.1%, #252417 100%);
  transition: all 0.15s ease-out;
  filter: grayscale(1);
}
.walkthrough li {
  height: 100vh;
  padding-top: 18vh;
}
.walkthrough .step {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.walkthrough .step .tit {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 4.8vw;
  line-height: 1.3em;
}
.walkthrough .step .txt {
  font-size: 3.8vw;
  line-height: 1.6em;
  letter-spacing: 0;
}
.walkthrough .step .txt--sub {
  font-size: 10px;
}
.walkthrough .step .ph_device {
  margin: 0 auto;
  padding: 0;
}
.walkthrough .step .ph_device img {
  box-shadow: none;
}
.walkthrough .slick-dots {
  bottom: 15%;
  height: 10px;
  line-height: 1;
}
.walkthrough .slick-dots li button {
  opacity: 0.3;
  background: #fff;
}
.walkthrough .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
.walkthrough .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.walkthrough .btn.start {
  display: none;
  background: #d0be00;
}
.walkthrough .btn.skip {
  background: #000;
  color: #fff;
}
.walkthrough .btn > * {
  display: block;
  padding: 3vh 0 3.5vh;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.walkthrough .btn.start a {
  color: #000;
}
.walkthrough .step01 .ph_device, .walkthrough .step03 .ph_device {
  width: 80%;
  margin: 0 auto;
}
.walkthrough .step01 .block--figure, .walkthrough .step03 .block--figure {
  position: relative;
  bottom: -4vh;
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: 0.3s ease 0.5s;
}

.slide--fc .walkthrough::before {
  filter: grayscale(0);
}

.ready .walkthrough .step01.slick-active .block--figure {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.walkthrough .step03.slick-active .block--figure {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.walkthrough .step02 {
  position: relative;
}
.walkthrough .step02 .block--text {
  position: relative;
  z-index: 3;
}
.walkthrough .step02 .block--figure {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
}
.walkthrough .step02 .block--figure span {
  display: block;
  position: relative;
  padding: 3vw;
  transform: scale(0);
  transition: 0.3s ease 1s;
}
.walkthrough .step02 .block--figure span img {
  width: auto;
  height: 9vh;
  border-radius: 3px;
  box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.7);
}
.walkthrough .step02 .block--figure .thumb01 {
  top: -2vw;
}
.walkthrough .step02 .block--figure .thumb02 {
  right: -1vw;
}
.walkthrough .step02 .block--figure .thumb03 {
  left: -4vw;
}
.walkthrough .step02 .block--figure .thumb04, .walkthrough .step02 .block--figure .thumb05 {
  top: -2vw;
}
.walkthrough .step02 .block--figure .thumb06 {
  right: -1vw;
}
.walkthrough .step02 .block--figure .thumb01 img {
  height: 13vh;
}
.walkthrough .step02 .block--figure .thumb04 img, .walkthrough .step02 .block--figure .thumb05 img {
  height: 13vh;
}
.walkthrough .step02.slick-active .block--figure span {
  transform: scale(1);
  transition: 0.4s cubic-bezier(0, 1.24, 0.45, 2.04);
}
.walkthrough .step02.slick-active .block--figure .thumb01 {
  transition-delay: 0.2s;
}
.walkthrough .step02.slick-active .block--figure .thumb02 {
  transition-delay: 0.4s;
}
.walkthrough .step02.slick-active .block--figure .thumb03 {
  transition-delay: 0.6s;
}
.walkthrough .step02.slick-active .block--figure .thumb04 {
  transition-delay: 0.8s;
  z-index: 3;
}
.walkthrough .step02.slick-active .block--figure .thumb05 {
  transition-delay: 1s;
}
.walkthrough .step02.slick-active .block--figure .thumb06 {
  transition-delay: 1.2s;
}
.walkthrough .step02 .block--figure span::before {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  padding: 3px 5px 2px;
  background: #d0be00;
  color: #000;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 7vw;
  line-height: 1em;
  transform: scale(1);
  transition: 0.3s ease 1s;
  transform-origin: bottom right;
  white-space: nowrap;
}
.walkthrough .step02 .block--figure .thumb01::before {
  content: "MOVIE";
  transition-delay: 0.4s;
}
.walkthrough .step02 .block--figure .thumb02::before {
  content: "RADIO";
  right: 0em;
  transition-delay: 0.6s;
}
.walkthrough .step02 .block--figure .thumb03::before {
  content: "LIVE";
  transition-delay: 0.8s;
}
.walkthrough .step02 .block--figure .thumb04::before {
  content: "MEMBER BLOG";
  transition-delay: 1s;
}
.walkthrough .step02 .block--figure .thumb05::before {
  content: "STAFF BLOG";
  transition-delay: 1.2s;
}
.walkthrough .step02 .block--figure .thumb06::before {
  content: "PHOTO";
  right: 0em;
  transition-delay: 1.4s;
}
.walkthrough .step02.slick-active .block--figure span::before {
  transform: rotate(0) scale(0.65);
}

@media screen and (max-height: 480px) {
  .walkthrough .step .tit {
    font-size: 15px;
  }
  .walkthrough .step .txt {
    font-size: 12px;
  }
  .walkthrough .step .ph_device {
    width: 25%;
  }
}
.block--week {
  font-family: "Montserrat", sans-serif;
}

.page--calendar {
  overflow-x: hidden;
  margin-top: 0;
}
.page--calendar .block--refine, .page--calendar .block--month, .page--calendar .block--day ul .day {
  font-family: "Montserrat", sans-serif;
}
.page--calendar .wrapper {
  overflow: hidden;
  padding: 0;
}
.page--calendar #header, .page--calendar footer {
  display: none;
}
.page--calendar .block--refine {
  overflow: hidden;
  width: 100%;
  background: #2e3031;
}
.page--calendar .block--refine ul {
  overflow: scroll;
  width: 100%;
  padding: 0 3% 15px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.page--calendar .block--refine li {
  display: inline-block;
  margin-right: 2px;
}
.page--calendar .block--refine input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}
.page--calendar .block--refine label p {
  display: block;
  position: relative;
  min-width: 70px;
  padding: 0.5em 1em;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page--calendar .block--refine input[type=checkbox]:checked + p {
  background: #000;
  color: #fff;
}
.page--calendar .block--month {
  background: #2e3031;
}
.page--calendar .block--month p {
  position: relative;
  height: 55px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 55px;
  float: left;
}
.page--calendar .block--month a {
  display: block;
  color: #fff;
}
.page--calendar .block--month .tit {
  width: 60%;
  color: #fff;
  text-align: center;
}
.page--calendar .block--month .tit span {
  padding: 0 10px;
  font-size: 24px;
  vertical-align: -4px;
}
.page--calendar .block--month .prev {
  width: 20%;
  text-align: left;
}
.page--calendar .block--month .prev a {
  padding-left: 20px;
}
.page--calendar .block--month .prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: auto;
  left: 10px;
  width: 0.5em;
  height: 0.5em;
  margin: -0.4em 0 0;
  border: solid 2px #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}
.page--calendar .block--month .next {
  width: 20%;
  text-align: right;
}
.page--calendar .block--month .next a {
  padding-right: 20px;
}
.page--calendar .block--month .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  margin: -0.4em 0 0;
  border: solid 2px #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
}
.page--calendar .block--week ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0 3px;
  border-bottom: 0.5px solid rgba(150, 150, 150, 0.5);
  background: #fff;
  color: #999999;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.page--calendar .block--week ul li {
  width: 100%;
  text-align: center;
}
.page--calendar .block--week ul li:nth-child(6) {
  color: #4cafff;
}
.page--calendar .block--week ul li:nth-child(7) {
  color: #ff6d6f;
}

.block--day {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.block--day a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.block--day a * {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.page--calendar .block--day ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  border-bottom: solid 0.5px rgba(150, 150, 150, 0.5);
  background: #fff;
  color: inherit;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0;
}
.page--calendar .block--day ul li {
  position: relative;
  width: 14.28571429%;
  min-height: 65px;
  padding-bottom: 5px;
}
.page--calendar .block--day ul li:nth-child(6) .day {
  color: #0098ff;
}
.page--calendar .block--day ul li:nth-child(7) .day {
  color: #ff4346;
}
.page--calendar .block--day ul a {
  display: block;
}
.page--calendar .block--day ul a + a {
  margin-top: 5px;
}
.page--calendar .block--day ul span {
  display: block;
  padding: 0 2px;
  word-break: break-all;
}
.page--calendar .block--day ul span span {
  display: inline;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.page--calendar .block--day ul .box {
  padding-top: 20px;
  width: 100%;
  font-size: inherit;
  line-height: 1.2;
}
.page--calendar .block--day ul .category {
  display: inline-block;
  margin: 0 0 5px;
  background: #000;
  color: #fff;
}
.page--calendar .block--day ul .day {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  font-weight: 500;
  text-align: center;
}

.body--app__android #main .searchBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  opacity: 0.3;
  width: 30px;
  height: 30px;
  background: no-repeat url(/static/theoralcigarettes/app/icon--search.png) center;
  background-size: 20px;
  pointer-events: none;
}
.body--app__android #main .searchBox input[type=submit] {
  opacity: 0;
}
.body--app__android #main .androidMoviedetail .fa-angle-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 12px;
  background: no-repeat url(/static/theoralcigarettes/app/angle-right-solid.svg) center;
  background-size: cover;
}

/*	streaming
------------------------------ */
.section--detail.page--streaming {
  max-width: 1200px;
}
.section--detail.page--streaming * {
  box-sizing: border-box;
}
.section--detail.page--streaming *::before, .section--detail.page--streaming *::after {
  box-sizing: border-box;
}
.section--detail.page--streaming .section-tit {
  margin-bottom: 30px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #cab816;
  text-align: center;
}
.section--detail.page--streaming .red {
  color: #FD5651;
}
.section--detail.page--streaming::after {
  content: "";
  display: block;
  clear: both;
}
.section--detail.page--streaming .block--movie-area::after {
  display: table;
  content: "";
  clear: both;
}
.section--detail.page--streaming .block--attention-comment {
  margin-bottom: 30px;
  padding: 20px 40px;
  background: #18191b;
  text-align: center;
}
.section--detail.page--streaming .block--attention-comment p {
  text-align: left;
  padding: 0;
}
.section--detail.page--streaming textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 10em;
  padding: 0.5em;
  border: solid 1px #959EA7;
  border-radius: 0.3em;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  box-shadow: none;
  word-break: break-word;
  -webkit-appearance: none;
}
.section--detail.page--streaming textarea:focus {
  border-color: inherit;
}
.section--detail.page--streaming .block--movie .block--movie__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  outline: none;
}
.section--detail.page--streaming .block--movie .block--movie__inner iframe, .section--detail.page--streaming .block--movie .block--movie__inner video, .section--detail.page--streaming .block--movie .block--movie__inner .jstream-eqPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--detail.page--streaming .block--comment #comments {
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  float: none;
}
.section--detail.page--streaming .block--comment .form--post {
  margin-bottom: 0;
}
.section--detail.page--streaming .block--comment .form--post dd {
  margin-bottom: 0;
}
.section--detail.page--streaming .block--comment .form--post + .btn {
  opacity: 1;
  width: 110px;
  min-width: inherit;
  margin: 0 0 0 auto;
  transform: translate3d(0, 0, 0);
}
.section--detail.page--streaming .block--comment .form--post + .btn .btn--main {
  display: inline-block;
  width: 100%;
  min-width: inherit;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  border: solid 1px #959EA7;
  border-radius: 0.3em;
  background: none;
  font-size: 13px;
  line-height: 3;
  transition: 0.3s;
  word-break: break-word;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
}
.section--detail.page--streaming .block--comment .form--post + .btn .btn--main:hover {
  background: #555;
  box-shadow: none;
}
.section--detail.page--streaming .block--comment .comment_area {
  height: 5em;
  border: none;
  background: #fff;
}
.section--detail.page--streaming .block--comment .comments_post {
  margin-bottom: 20px;
}
.section--detail.page--streaming .block--comment .inner_comments {
  overflow-y: scroll;
  width: 100%;
  height: 290px !important;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  float: none;
}
.section--detail.page--streaming .block--comment .inner_comments li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 10px 8px 0;
  border-bottom: solid 1px #6e7077;
  font-family: "Noto Sans JP", sans-serif;
}
.section--detail.page--streaming .block--comment .inner_comments li.flag--delete .name {
  width: calc(100% - 108px);
}
.section--detail.page--streaming .block--comment .inner_comments li.flag--delete .date {
  width: 108px;
  padding-right: 45px;
}
.section--detail.page--streaming .block--comment .inner_comments li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.section--detail.page--streaming .block--comment .inner_comments li .btn.btn--delete {
  position: absolute;
  top: 9px;
  right: 8px;
  z-index: 100;
  opacity: 1;
  width: 2.2em;
  margin: 0;
  line-height: 0;
  transform: translate3d(0, 0, 0);
}
.section--detail.page--streaming .block--comment .inner_comments li .btn.btn--delete button {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 2px 0;
  border: solid 1px #959EA7;
  border-radius: 0.3em;
  background: #fff;
  color: #000;
  font-weight: inherit;
  font-size: 11px;
  line-height: 1;
  transition: 0.3s;
  box-shadow: none;
  cursor: pointer;
  word-break: break-word;
  -webkit-appearance: none;
}
.section--detail.page--streaming .block--comment .inner_comments li .btn.btn--delete button:hover {
  background: #000;
  color: #fff;
}
.section--detail.page--streaming .block--comment .inner_comments li .name {
  width: calc(100% - 100px);
  font-size: 0.8em;
  line-height: 1.4;
  float: left;
}
.section--detail.page--streaming .block--comment .inner_comments li .date {
  width: 100px;
  color: #7b7b7b;
  font-size: 10px;
  text-align: right;
  float: right;
}
.section--detail.page--streaming .block--comment .inner_comments li .comment_body {
  padding: 0;
  font-size: 13px;
}
.section--detail.page--streaming .block--attention {
  position: relative;
  padding-top: 60px;
}
.section--detail.page--streaming table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* svg */
.svg-symbol {
  display: none;
}

.members.detail .memberscard {
  margin-bottom: 90px;
}
.members.detail .block--card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.members.detail .memberscard .block--card .tit-logo {
  width: 30%;
  margin-right: 10%;
  box-shadow: none;
}
.members.detail .block--card .card {
  position: relative;
  z-index: 10;
  width: 415px;
  height: 597px;
  border-radius: 13px;
  background: #1e2022;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.members.detail .block--card .airtist {
  width: 100%;
  height: 400px;
  border-radius: 13px 13px 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 33% center;
  background-color: #000;
  line-height: 0;
  box-shadow: none;
}
.members.detail .block--card .airtist.first {
  filter: grayscale(1);
}
.members.detail .block--card .card-inner {
  position: relative;
  padding: 20px 22px 20px;
}
.members.detail .block--card .card .card-inner .logo {
  position: absolute;
  top: -100px;
  left: 12px;
  width: 200px;
  height: 200px;
}
.members.detail .block--card .card .card-inner .logo svg {
  width: 100%;
  height: 100%;
  fill: #454545;
}
.members.detail .block--card .card .card-inner .left {
  width: 100%;
}
.members.detail .block--card .card .card-inner .left .circle {
  position: absolute;
  top: -100px;
  left: 32px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #1e2022;
}
.members.detail .block--card .card .card-inner .left .award {
  width: auto;
  padding: 0;
  margin: 2.5em 0 0.5em 0;
  color: #fff;
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  text-align: right;
  text-shadow: 0 0 2px #7fa3ac, 0 0 2px #7fa3ac;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
.members.detail .block--card .card .card-inner .left .item {
  top: 3em;
  left: 20px;
  width: auto;
  padding: 0;
  color: #fff;
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  text-align: right;
  line-height: 1.2;
}
.members.detail .block--card .card .card-inner .right {
  width: 100%;
}
.members.detail .block--card .card .card-inner .right .list--status {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 5%;
  width: 150px;
  margin: 15px 0;
  font-size: 24px;
}
.members.detail .block--card .card .card-inner .right .list--status li {
  display: inline-block;
  width: 25px;
  margin-left: 4px;
}
.members.detail .block--card .card .card-inner .right .list--status li img {
  width: 100%;
  min-width: auto;
  box-shadow: none;
}
.members.detail .block--card .card .card-inner .right .list--data {
  color: #fff;
  padding-top: 0.5em;
}
.members.detail .block--card .card .card-inner .right .list--data li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 68%;
  margin-right: 0;
  margin-left: auto;
  padding: 1% 0;
  border-bottom: 1px solid #2D2F31;
}
.members.detail .block--card .card .card-inner .right .list--data li:last-child {
  border-right: none;
  border-bottom: none;
}
.members.detail .block--card .card .card-inner .right .list--data .tit {
  display: inline-block;
  padding: 0;
  color: #646464;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: normal;
}
.members.detail .block--card .card .card-inner .right .list--data .item {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0;
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  text-align: right;
  line-height: 1.5;
  word-break: break-all;
}
.members.detail .block--card .card .card-inner .right .status-logo {
  position: absolute;
  bottom: 8%;
  left: 6%;
  width: 19%;
  min-width: auto;
}
.members.detail.lang-en .block--card .card .right .list--data .item {
  font-size: 10px;
}

@media (min-width: 1100px) {
  .section--detail.page--streaming .block--movie {
    width: 65%;
    float: left;
  }
  .section--detail.page--streaming .block--comment {
    width: 35%;
    margin: 0;
    padding: 0 0 0 32px;
    float: right;
  }
  .section--detail.page--streaming .block--attention .supportArea {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .section--detail.page--streaming .block--attention .supportArea dt {
    margin: 0 auto 15px;
  }
  .section--detail.page--streaming .block--attention .attentionList {
    margin: 0 0 50px;
  }
  .section--detail.page--streaming .block--attention .attentionList li {
    margin: 0 0 0 18px;
    padding: 0 0 10px;
    font-size: 11px;
    text-indent: -9px;
    line-height: 1.4em;
  }
  .section--detail.page--streaming .block--attention .attentionList li:last-child {
    padding: 0;
  }
  .section--detail.page--streaming .block--attention .supportCell {
    width: 60%;
    margin: 0 auto;
  }
  .section--detail.page--streaming .block--attention .supportCell th {
    width: 33%;
    padding: 7px;
    border: solid 1px #ccc;
    font-size: 11px;
  }
  .section--detail.page--streaming .block--attention .supportCell td {
    width: 60%;
    padding: 7px;
    border: solid 1px #ddd;
    font-size: 11px;
    line-height: 1.3em;
    vertical-align: middle;
  }
  .section--detail.page--streaming .block--attention .supportCell .blank {
    width: 10%;
  }
  .section--detail.page--streaming .block--attention .supportCell .os {
    width: 15%;
  }
  .section--detail.page--streaming .block--attention .supportCell .osVer {
    width: 40%;
  }
  .section--detail.page--streaming .block--attention .attentionList li:before {
    content: none;
  }
  .section--detail.page--streaming .block--attention .fa-warning:before, .section--detail.page--streaming .block--attention .fa-exclamation-triangle:before, .section--detail.page--streaming .block--attention .fa-check:before {
    padding: 0 5px 0 0;
  }
  .section--detail.page--streaming .block--attention .block--text {
    width: 40%;
    padding-right: 50px;
  }
}
/* onakama2021 */
.onakama2021 {
  background: #fff;
  color: #000;
}
.onakama2021 body, .onakama2021 input, .onakama2021 textarea, .onakama2021 select, .onakama2021 button {
  background: #fff;
  color: #000;
}
.onakama2021 #header, .onakama2021 #footer {
  display: none;
}
.onakama2021 a {
  color: #000;
}
.onakama2021 a * {
  color: #000;
}
.onakama2021 input {
  color: #000;
}
.onakama2021 .titleLogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90vh;
  max-width: 54%;
  height: 100%;
  margin: 0 auto;
  padding: 5%;
  box-sizing: border-box;
}
.onakama2021 .artistLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5vh;
}
.onakama2021 .artistLogo li {
  line-height: 0;
}
.onakama2021 .artistLogo li.fourlimi {
  width: 30%;
}
.onakama2021 .artistLogo li.oral {
  width: 40%;
}
.onakama2021 .artistLogo li.bluen {
  width: 16%;
}
.onakama2021 .titleLogo .presents {
  width: 14%;
  margin: 0 auto 3.5vh;
  line-height: 0;
}
.onakama2021 .title h1 {
  margin-bottom: 10vh;
  padding: 0 8%;
  line-height: 0;
}
.onakama2021 section {
  max-width: 1000px;
  margin: 0 auto;
}
.onakama2021 ul.reportlist li {
  width: 32%;
  margin: 0 2% 2% 0;
  float: left;
}
.onakama2021 ul.reportlist li:nth-child(3n) {
  margin: 0 0 2% 0;
}
.onakama2021 ul.reportlist li:nth-child(3n+1) {
  clear: left;
}
.onakama2021 ul.reportlist li a {
  display: block;
  position: relative;
}
.onakama2021 ul.reportlist li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  background: no-repeat center;
  background-image: none;
  background-size: cover;
  box-shadow: 0 0px 1px rgba(255, 255, 255, 0.4);
}
.onakama2021 .pagingBox {
  margin: 0 auto 50px;
  text-align: center;
}
.onakama2021 .pagingBox ul {
  text-align: center;
}
.onakama2021 .pagingBox ul li {
  display: inline;
  color: #999;
}
.onakama2021 .btn input.main {
  border: solid 1px #000;
}
.onakama2021 .backsite {
  padding: 30px 0 48px;
  text-align: center;
}
.onakama2021 .backsite a {
  display: block;
  width: 23vw;
  margin: 0 auto !important;
  background: none;
  color: #000;
  font-size: 12px;
  font-kerning: normal;
  letter-spacing: 0.1em;
}
.onakama2021 .copy {
  height: 65px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 0.5rem;
  text-align: center;
  letter-spacing: 0;
}
.onakama2021 .btn .sub {
  border: solid 1px #000;
  color: #000;
}

.dobleBtn {
  overflow: hidden;
  margin: 8% 0 8%;
}
.dobleBtn li {
  width: 48%;
  margin-right: 3%;
  float: left;
}
.dobleBtn li:nth-child(2) {
  margin: 0;
}
.dobleBtn li a {
  display: block;
  padding: 10px 0;
  border: solid 1px #777;
  font-size: 0.9rem;
  text-align: center;
}
.dobleBtn li span {
  display: block;
  padding: 10px 0;
  border: solid 1px #777;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}

.onakama2021 .page--blog {
  max-width: 800px;
  min-height: 600px;
  margin: 0 auto 0px;
  padding: 100px 16px 0px;
  box-sizing: border-box;
}
.onakama2021 .tit {
  margin-bottom: 2%;
  padding: 10px 0 2%;
  border-bottom: dotted 1px #777;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.4em;
}
.onakama2021 .date, .onakama2021 .user {
  display: none;
}
.onakama2021 .selectBox {
  display: block;
  position: relative;
  width: 40%;
  margin: 0 auto 40px;
  border: solid 1px;
}
.onakama2021 .selectBox:after {
  content: "";
  position: absolute;
  top: 45%;
  z-index: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
.onakama2021 .liveSelect {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  background: transparent;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 13px;
  -webkit-appearance: none;
}

/* bbs */
.page--bbs01 {
  position: relative;
  padding: 150px 0 0;
  color: #222;
}
.page--bbs01 input[type=button], .page--bbs01 input[type=text], .page--bbs01 input[type=submit], .page--bbs01 input[type=image] {
  border-radius: 0;
  -webkit-appearance: none;
}
.page--bbs01:after {
  content: "";
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/static/theoralcigarettes/official-pc/bbs/bg_textureYt3AiMJp.jpg") repeat;
  background-size: 100%;
}
.page--bbs01 #header, .page--bbs01 #footer {
  background: #555;
}
.page--bbs01 section {
  max-width: 1000px;
  margin: 0 auto;
}
.page--bbs01 section img {
  box-shadow: none;
}
.page--bbs01 .lead-box {
  height: calc(100vh - 150px);
  padding: 0 5% 0px;
  text-align: center;
}
.page--bbs01 .lead-box .bbs-tit {
  width: 45vh;
  margin: 0 auto 30px;
}
.page--bbs01 .lead-box .bbs-subtit {
  margin: 0 auto 20px;
  color: #e3d975;
  font-style: italic;
  font-size: 45px;
  letter-spacing: 0.1em;
}
.page--bbs01 .block--post {
  width: 50%;
  margin: 0 auto 100px;
  box-shadow: 4px 4px 0px #222;
}
.page--bbs01 .block--post .form-entry-tit {
  position: relative;
  margin: 0 auto;
  padding: 15px 20px;
  border: solid 1px #222;
  background: #fff;
}
.page--bbs01 .block--post .form-entry-tit::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 27px;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
.page--bbs01 .block--post .form-entry-tit.active:after {
  transform: translateY(0%) rotate(-45deg);
}
.page--bbs01 .block--post .form--post {
  display: none;
  margin: 0 auto;
  padding: 20px;
  border-right: solid 1px #222;
  border-bottom: solid 1px #222;
  border-left: solid 1px #222;
  background: #fff;
}
.page--bbs01 .block--post .form--post .form--notice .form--post--tit {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.page--bbs01 .block--post .form--post .form--notice ul.listBox {
  font-size: 14px;
}
.page--bbs01 .block--post .form--post .form--notice ul.listBox li {
  padding: 10px 0 0px 1em;
  text-indent: -1em;
}
.page--bbs01 .block--post .form--post p.txt {
  margin: 10px auto;
  font-size: 13px;
  text-align: center;
}
.page--bbs01 .block--post .form--post .btn .btn--main {
  margin: 10px auto;
}
.page--bbs01 #comment_form dl {
  border-top: solid 1px #222;
}
.page--bbs01 #comment_form dl dt {
  margin: 10px auto 0px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.page--bbs01 #comment_form dl dt .sub {
  padding: 0 0 0 10px;
  font-weight: normal;
  font-size: 14px;
}
.page--bbs01 #comment_form dl dd {
  margin: 0 auto;
}
.page--bbs01 #comment_form dl dd textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px;
  color: #222;
  box-sizing: border-box;
}
.page--bbs01 #comment_form dl dd input {
  color: #fff;
}
.page--bbs01 .btn .btn--main {
  min-width: 300px;
  margin: 30px auto 10px;
  padding: 17px 20px 14px;
  background: #999;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.page--bbs01 ul.list--comment {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.page--bbs01 ul.list--comment li.block--comment {
  position: relative;
  width: 32%;
  margin: 0 2% 4% 0;
  padding: 10px;
  background: #fff;
  box-shadow: 2px 2px 4px #C4C4C4;
  box-sizing: border-box;
}
.page--bbs01 ul.list--comment li.block--comment:before {
  content: "";
  position: absolute;
  top: -1em;
  left: 26%;
  width: 100px;
  height: 30px;
  padding: 0.25em 2em;
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(-45deg, rgba(227, 155, 140, 0.4) 25%, transparent 25%, transparent 50%, rgba(227, 155, 140, 0.4) 50%, rgba(227, 155, 140, 0.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  color: #65513f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.page--bbs01 ul.list--comment li.block--comment:nth-child(4n+1):before {
  top: -0.5em;
  background-image: linear-gradient(-45deg, rgba(140, 227, 211, 0.4) 25%, transparent 25%, transparent 50%, rgba(140, 227, 211, 0.4) 50%, rgba(140, 227, 211, 0.4) 75%, transparent 75%, transparent 100%);
  transform: rotate(5deg);
}
.page--bbs01 ul.list--comment li.block--comment:nth-child(3n) {
  margin: 0 0 4% 0;
}
.page--bbs01 ul.list--comment li.block--comment:nth-child(4n+2):before {
  top: -0.5em;
  background-image: linear-gradient(-45deg, rgba(179, 140, 227, 0.4) 25%, transparent 25%, transparent 50%, rgba(179, 140, 227, 0.4) 50%, rgba(179, 140, 227, 0.4) 75%, transparent 75%, transparent 100%);
  transform: rotate(-6deg);
}
.page--bbs01 ul.list--comment li.block--comment:nth-child(4n+3):before {
  top: -0.5em;
  background-image: linear-gradient(-45deg, rgba(227, 222, 140, 0.4) 25%, transparent 25%, transparent 50%, rgba(227, 222, 140, 0.4) 50%, rgba(227, 222, 140, 0.4) 75%, transparent 75%, transparent 100%);
  transform: rotate(3deg);
}
.page--bbs01 ul.list--comment li.block--comment .block--user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 10px;
  padding: 0;
}
.page--bbs01 ul.list--comment li.block--comment .ph {
  padding: 0;
}
.page--bbs01 ul.list--comment li.block--comment .ph img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  background: no-repeat center;
  background-size: cover;
}
.page--bbs01 ul.list--comment li.block--comment .date {
  text-align: right;
}
.page--bbs01 ul.list--comment li.block--comment .block--user a.report-btn {
  display: inline-block;
  padding: 8px 10px;
  border: solid 1px #222;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
.page--bbs01 ul.list--comment li.block--comment .block--user .date {
  text-align: right;
}
.page--bbs01 .confirm-box {
  width: 700px;
  margin: 0 auto 150px;
}
.page--bbs01 .detail__btn {
  text-align: center;
}
.page--bbs01 .detail__btn a {
  display: inline-block;
  min-width: 300px;
  margin: 30px auto 10px;
  padding: 17px 20px 14px;
  background: #999;
  color: #000;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
.page--bbs01 .center {
  text-align: center;
}
.page--bbs01 ul.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 100px;
  color: #999;
}
.page--bbs01 ul.block--pager li p {
  padding: 10px 15px;
  line-height: 1;
}
.page--bbs01 ul.block--pager li a {
  display: inline-block;
  padding: 10px 15px;
  color: #222;
  line-height: 1;
}
.page--bbs01 ul.block--pager li a * {
  color: #222;
}

@media screen and (min-width: 961px) {
  #cboxContent img {
    width: auto;
    max-height: 700px;
    max-height: 85vh;
  }
  html {
    margin: auto;
  }
  body {
    margin: 0;
  }
  #header nav a#gofooter:hover span::after {
    transform: translateY(-2px);
  }
  .artistbox:hover, .artist:focus {
    border-left: 　solid 2px #f00;
  }
  .dealList dd a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  #qaList .newsList a:hover {
    color: #999;
  }
  #qaList dd a:hover {
    text-decoration: none;
  }
  .sp {
    display: none !important;
  }
  a:hover, a:active {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.64;
    text-decoration: none;
  }
  input:hover {
    opacity: 0.64;
    text-decoration: none;
  }
  .titArea {
    margin-bottom: 3%;
  }
  .detail #main {
    padding-top: 250px;
  }
  #header {
    padding: 1.5em 2% 1em;
    height: auto;
    background: rgba(3, 3, 3, 0.2509803922);
  }
  #header h1 {
    max-width: 240px;
    width: 23vw;
    margin-left: 2%;
  }
  #header h1.mini {
    margin-top: -2em;
  }
  #header p {
    display: none;
  }
  #header .overlay {
    width: 75vw;
    float: right;
    min-width: 840px;
  }
  #header .overlay .cancel {
    display: none;
  }
  #header .ofMenu {
    margin-top: 2.5em;
  }
  #header nav ul {
    display: block;
    padding: 0;
    text-align: right;
  }
  #header nav ul.iconara {
    margin-top: 1em;
  }
  #header nav ul.iconara li {
    display: inline-block;
    margin: 0 0.4em;
  }
  #header nav ul.iconara li a {
    padding: 0;
    position: relative;
  }
  #header nav ul.iconara li a img {
    width: 100%;
    max-width: 30px;
  }
  #header nav ul.iconara li.icon {
    width: 20px;
  }
  #header nav ul li {
    display: inline-block;
    font-family: din-2014, sans-serif;
    font-weight: 300;
  }
  #header nav ul li.login a {
    margin: 0 8px;
    border: 1px solid;
    padding: 8px 14px;
    line-height: 8px;
  }
  #header nav ul li.alarm, #header nav ul li.app, #header nav ul li.backsite, #header nav ul li.top {
    display: none;
  }
  #header nav ul li a {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0;
    margin: 10px;
    line-height: 34px;
    letter-spacing: 0.05em;
    font-size: clamp(16px, 1.5vw, 18px);
  }
  #header nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s;
  }
  #header nav ul li a:hover {
    opacity: 1;
  }
  #header nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  #header nav ul li svg {
    max-width: 18px;
    max-height: 18px;
    vertical-align: middle;
  }
  #header nav ul .iconara li.icon a {
    margin: 0;
  }
  #header nav ul .iconara li.icon a::after {
    content: "";
  }
  #header nav ul .iconara li.icon a:hover {
    opacity: 0.5;
  }
  #header nav ul .iconara li.icon a:hover:after {
    transform: scaleX(0);
  }
  #header nav .scrl ul li a {
    margin: 0px 5px;
    line-height: 1.5em;
  }
  #header nav .memberMenu ul {
    text-align: center;
  }
  #header nav .memberMenu ul li a {
    margin: 10px 0.4em;
    padding: 0;
  }
  #bkw--top .subTit {
    font-size: 3em;
  }
  #bkw--top .section--news time {
    min-width: 155px;
    padding: 0 15px 0 0;
  }
  #fcNews .newslist li a time {
    min-width: 155px;
    text-transform: uppercase;
  }
  #fcNews .newslist li a time strong {
    font-size: 2.5em;
    font-weight: 600;
    margin-right: 0.2em;
  }
  ul.newslist li a span {
    font-size: 1em;
  }
  .members,
  .category-14 {
    margin-top: 100px;
  }
  .members #header,
  .category-14 #header {
    position: fixed;
    background: #000;
  }
  .members #header .overlay,
  .category-14 #header .overlay {
    min-width: 1130px;
  }
  .members #header .headinr,
  .category-14 #header .headinr {
    position: relative;
  }
  .members #header .headinr h1,
  .category-14 #header .headinr h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 70px;
    margin-left: 0;
    transform: translate(0, -50%);
  }
  .members #main,
  .category-14 #main {
    padding-top: 0;
  }
  .members .section--bnr,
  .category-14 .section--bnr {
    padding: 5em 0 0;
  }
  .members .contents .contentsList li a:hover img {
    transform: scale(1.1);
  }
  .top #header #logo {
    position: absolute;
    max-width: none;
    width: 36%;
    top: 21%;
    left: 1%;
    transition: 0.3s;
  }
  .top #header #logo a {
    display: block;
  }
  .top #header #logo a img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
  }
  .top #header #logo.mini {
    transition: 0.3s;
    position: static;
    width: 250px;
    left: auto;
    margin-top: -3em;
  }
  .top #main {
    min-height: 100vh;
    margin: 200px 0 0 0;
    clear: both;
  }
  .top .section__information,
  .top .section__media,
  .top .section__live {
    padding: 4em 0 8em 15em;
  }
  .top .section__information ul li,
  .top .section__media ul li,
  .top .section__live ul li {
    margin: 3em 0;
  }
  .top .section__information ul li a,
  .top .section__media ul li a,
  .top .section__live ul li a {
    align-items: self-start;
  }
  .top .section__information ul li a .tit,
  .top .section__media ul li a .tit,
  .top .section__live ul li a .tit {
    font-size: 16px;
    padding: 0.35em 0 0 2em;
  }
  .top .section__information .list__more a,
  .top .section__media .list__more a,
  .top .section__live .list__more a {
    transition: 0.3s;
  }
  .top .section__information .list__more a:hover:after,
  .top .section__media .list__more a:hover:after,
  .top .section__live .list__more a:hover:after {
    transform: translate(0.5em, -50%);
    transition: 0.3s;
  }
  .top .section__information h2,
  .top .section__media h2,
  .top .section__live h2 {
    font-size: 60px;
    top: 23px;
    left: -25%;
  }
  .top .section__information ul li a .list__txt .date,
  .top .section__media ul li a .list__txt .date {
    font-size: 15px;
  }
  .top .section__media {
    padding: 4em 15em 6em 6em;
  }
  .top .section__media h2 {
    right: -25%;
    left: auto;
  }
  .top .section__live {
    padding: 5em 0 5em 15em;
  }
  .top .section__live ul li {
    margin: 2em 0;
  }
  .top .section__live ul li a .list__txt .date {
    padding: 0 1em;
  }
  .top .section__live .list--information {
    font-size: 115%;
  }
  .top .bn {
    width: 120px;
    height: auto;
    padding: 0 1em;
  }
  .top .bn ul {
    width: auto !important;
  }
  .top .bn ul li {
    display: none;
    margin: 0 0 1em 0;
  }
  .top .bn ul li:nth-child(1), .top .bn ul li:nth-child(2) {
    display: block;
  }
  .top .bn ul li:nth-child(2) {
    margin-bottom: 0;
  }
  .top .bn2 {
    display: none;
    height: auto;
    padding: 0 16px 16px 16px;
    width: 250px;
  }
  .top .bn2 ul li {
    display: block;
    margin: 0 0 16px 0;
  }
  .top .topimg .slide ul {
    width: 100%;
    height: 100%;
    max-width: 100vh;
    max-height: none;
    min-width: initial;
    min-height: 100vh;
  }
  .psnlara {
    display: flex !important;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 21;
    border: solid 1px #555;
    color: #fff;
    font-size: 12px;
    font-family: din-2014, sans-serif;
    font-weight: 300;
  }
  .psnlara .login {
    padding: 1em;
    border-left: none;
    letter-spacing: 0.05em;
  }
  .psnlara .langBar select {
    padding: 1em;
    border-right: solid 1px #555;
    background: none;
    color: #fff;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  .psnlara .langBar select option {
    color: #000;
  }
  .psnlara .langBar .esb-displayer {
    padding: 0.3em 1em;
    border: solid 1px #444;
    text-align: center;
  }
  .psnlara .langBar .esb-dropdown {
    padding: 0 0.5em;
    background: #fff;
    color: #000;
    line-height: 1.8em;
  }
  /* NEWS
  ------------------------------ */
  .tabList {
    margin: 40px 0 100px;
    display: flex;
    justify-content: center;
  }
  .tabList li {
    margin-right: 1em;
  }
  .tabList li:last-child {
    margin: 0;
  }
  .tabList li a {
    text-align: center;
  }
  ul.newslist {
    margin: 4em 0;
  }
  ul.newslist li.open {
    padding: 80px 0;
  }
  .thumbList li .thumb img {
    height: 228px;
  }
  #media .tabList li.all a, #t_media .tabList li.tv a, #w_media .tabList li.web a, #r_media .tabList li.radio a, #m_media .tabList li.magazine a, #o_media .tabList li.other a {
    background: none;
    color: #aaa;
    pointer-events: none;
  }
  .regist {
    font-family: "Noto Sans Japanese", sans-serif;
  }
  .regist .txt {
    font-size: 14px;
  }
  .membersList li {
    border-radius: 2px;
  }
  #infoDetail.category-13 #main .tit {
    display: flex;
    align-items: center;
    padding: 0.5em 0 1em;
  }
  #infoDetail.category-13 #main .tit time {
    font-size: 36px;
    padding: 3px 18.5px 3px 0;
    border-right: solid 1px #555;
    min-width: 151px;
    letter-spacing: 0.02em;
  }
  #infoDetail.category-13 #main .tit time strong {
    padding-left: 1em;
    font-weight: 600;
  }
  #infoDetail.category-13 #main .tit time strong em {
    font-size: 0.4em;
    letter-spacing: 0.04em;
  }
  #infoDetail.category-13 #main .tit .achivetit {
    word-break: break-all;
  }
  #infoDetail.category-13 #main .tit .new {
    top: -1em;
  }
  #infoDetail .detail__btn a {
    position: relative;
  }
  #infoDetail .detail__btn a::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  #infoDetail .detail__btn a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  /* anchor
  ------------------------------ */
  #anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 1px;
  }
  #news #e2, #media #e5 {
    top: 300px;
  }
  #news #e1 {
    top: 370px;
  }
  #live #e7 {
    top: 370px;
  }
  #live #e8 {
    top: 285px;
  }
  .m_detail .subTit {
    margin-bottom: 20px;
  }
  .regist .subTit {
    margin-bottom: 5px;
  }
  #qa.m_detail .subTit {
    margin-bottom: 7px;
  }
  .entry {
    padding: 0 0 32px;
    margin: 0 0 80px 240px;
    border: none;
  }
  ul.itemlist li {
    width: 33%;
  }
  .other nav li {
    padding: 0;
    width: 25%;
  }
  #footer .backsite {
    display: block;
  }
  .members .bn2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  .members .bn2 ul li {
    width: 49%;
    margin: 0 0 16px 0;
    padding: 0;
    float: left;
  }
  /* discography
  ---------------- */
  #disco .discoTit {
    margin: 2em 0 5em;
    padding: 0;
    text-align: left;
    font-weight: bold;
  }
  #disco .discoTit em {
    display: block;
  }
  #disco #discoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #disco #discoList:after {
    content: "";
    width: 25%;
    display: block;
  }
  #disco #discoList .disco__box {
    width: 26%;
    margin-bottom: 5em;
  }
  #disco #discoList .disco__box .disco--jacket {
    margin: 0 0 0.5em 0;
  }
  #disco #discoList .disco__box .disco--jacket img {
    height: auto;
    max-width: none;
    display: block;
    margin: 0 0 0 !important;
    text-align: center;
    float: none;
  }
  #disco #discoList .disco__box .disco--jacket a:hover {
    opacity: 1;
  }
  #disco #discoList .disco__box .disco--jacket a:hover img {
    transform: scale(1.05);
    filter: drop-shadow(2px 4px 6px black);
  }
  #disco #discoList .disco__box .disco--entry {
    padding: 0;
    margin: 0;
    font-size: 15px;
  }
  #disco #discoList .disco__box .disco--entry .disco--entry--tit em {
    font-size: 13px;
  }
  #disco .subTit {
    margin-bottom: 40px;
  }
  #disco .disco-text {
    clear: left;
  }
  #disco a.ico_link {
    width: 90px;
  }
  /* media
  ----------------- */
  #media .newslist li a .cat,
  #t_media .newslist li a .cat,
  #w_media .newslist li a .cat,
  #m_media .newslist li a .cat,
  #r_media .newslist li a .cat,
  #o_media .newslist li a .cat {
    padding: 7px 1.5em;
  }
  #media #main .archive a:hover::after,
  #t_media #main .archive a:hover::after,
  #w_media #main .archive a:hover::after,
  #m_media #main .archive a:hover::after,
  #r_media #main .archive a:hover::after,
  #o_media #main .archive a:hover::after,
  #live #main .archive a:hover::after {
    transform: translate(0.5em, -50%);
    transition: 0.3s;
  }
  /* video
  ----------------- */
  #video.detail #main {
    padding: 250px 0 0 0;
  }
  #video.detail #main .newslist {
    margin: 0 0 4em;
  }
  #video.detail #main .newslist li {
    border-bottom: solid 1px #707070;
  }
  #video.detail #main .newslist li:last-child {
    border-bottom: none;
  }
  #video.detail #main .newslist li a {
    position: relative;
  }
  #video.detail #main .newslist li a:after {
    content: "";
    background: rgba(255, 255, 255, 0.1254901961);
    position: absolute;
    width: 100%;
    height: 100%;
    display: inlne-block;
    transform: scaleX(0);
    transition: transform 0.5s;
    transform-origin: right;
    z-index: -1;
  }
  #video.detail #main .newslist li a:hover {
    opacity: 1;
  }
  #video.detail #main .newslist li a:hover img {
    opacity: 0.6;
  }
  #video.detail #main .newslist li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  #video.detail #main .newslist li a .yt--thumb {
    overflow: hidden;
    position: relative;
    width: 40%;
    padding-top: 22.5%;
  }
  #video.detail #main .newslist li a .yt--thumb img {
    position: absolute;
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
  }
  #video.detail #main .newslist li a span {
    width: 60%;
    padding: 1em 1em 1em 1.5em;
  }
  #video.detail #main .newslist li a span .yt--tit {
    font-size: 1.1em;
    font-weight: 600;
  }
  .videoList {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .videoList li {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .videoList li:nth-child(2n) {
    margin-left: 1.5vw;
  }
  .videoList li h1 {
    font-size: 16px;
  }
  .videoList li p {
    width: 100%;
  }
  /* photo
  ------------------------------ */
  #photoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #photoList:after {
    content: "";
    width: 30.3%;
  }
  #photoList li.item {
    width: 30.3%;
    margin: 0 0 4.5%;
  }
  #photoList li.item a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  #photoList li.item a .ph {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translate(-50%, -50%);
  }
  #photoList li.item a.item--tophoto:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.1%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5019607843);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
  }
  #photoList li.item a.item--tophoto:hover {
    opacity: 1;
  }
  #photoList li.item a.item--tophoto:hover:after {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  #photoList li.item a.item--tophoto:hover .item_tit_date {
    transform: translate(-50%, -50%) scaleY(1);
    transform-origin: bottom;
  }
  #photoList li.item a.item--tophoto .item_tit_date {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%) scaleY(0);
    transform-origin: top;
    top: 50%;
    left: 50%;
    min-width: 90%;
    transition: transform 0.3s;
    z-index: 2;
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
  #photoList li.item a.item--tophoto .item_tit_date span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  html:before {
    position: fixed;
  }
  .inner {
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
  }
  /* menu
  ------------------------------ */
  #header .headinr {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header .headinr h1 {
    max-width: 150px;
    margin-top: 2%;
    margin-left: 4%;
  }
  #header .headinr h1.mini {
    max-width: 150px;
  }
  #header #g-nav {
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 999;
    width: 60%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8666666667);
    transition: all 0.6s;
  }
  #header #g-nav.panelactive {
    right: 0;
  }
  #header #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    overflow: auto;
    width: 65%;
    height: 100vh;
    padding-bottom: 2em;
    -webkit-overflow-scrolling: touch;
  }
  #header #g-nav ul {
    position: static;
    z-index: 999;
    width: 90%;
    padding: 0 0 0 1em;
  }
  #header #g-nav ul.iconara {
    display: flex;
    flex-wrap: wrap;
    position: static;
    width: 90%;
    margin: 2em 3em 3em 0.5em;
    padding: 0;
  }
  #header #g-nav ul.iconara li {
    width: 24%;
    margin: 0.5em 0.5%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #header #g-nav ul.iconara li a {
    padding: 0;
  }
  #header #g-nav ul.iconara li svg {
    max-width: 85%;
  }
  #header #g-nav #g-nav-list .langBar {
    width: 90%;
    margin-top: 3em;
    padding-left: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #header #g-nav #g-nav-list .langBar .langSelector .easy-select-box:nth-of-type(2) {
    display: none;
  }
  #header #g-nav #g-nav-list .langBar .esb-item {
    padding: 0.2em 1em;
  }
  #header #g-nav li {
    text-align: left;
    list-style: none;
  }
  #header #g-nav li.login {
    margin-top: 0.5em;
  }
  #header #g-nav li.login a, #header #g-nav li.backsite a {
    padding: 0.5em;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #header #g-nav li a {
    display: block;
    padding: 0.2em 0;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.04em;
  }
  #header #g-nav .langBar .langSelector .easy-select-box {
    width: 100% !important;
    margin: 1em 0 0.5em;
  }
  #header #g-nav .langBar .langSelector .easy-select-box .esb-displayer {
    padding: 0.2em 0.5em;
    border: solid 1px;
  }
  #header #g-nav .langBar .langSelector .easy-select-box .esb-dropdown {
    width: 100% !important;
    background: #fff;
    color: #000;
    line-height: 1.8em;
  }
  .members #header #g-nav ul li.backsite,
  .category-14 #header #g-nav ul li.backsite {
    padding: 1em 0 0;
  }
  .members #header #g-nav ul li.backsite a,
  .category-14 #header #g-nav ul li.backsite a {
    width: 100%;
    color: #000;
    text-align: left;
  }
  .openbtn1 {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
    transition: 0.3s;
    cursor: pointer;
  }
  .openbtn1 span {
    display: inline-block;
    position: absolute;
    left: 14px;
    width: 45%;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.4s;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 19px;
  }
  .openbtn1 span:nth-of-type(2) {
    display: none;
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 27px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    width: 30%;
    transform: translateY(6px) rotate(-45deg);
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    width: 30%;
    transform: translateY(-6px) rotate(45deg);
  }
  .no-cookie {
    margin-top: 77px !important;
  }
  .no-cookie .openbtn1 {
    transition: 0.3s;
  }
  /* blog
  ------------------------------ */
  #blog .section--detail {
    padding-top: 0;
  }
  #blog.detail #main {
    padding: 30px 5% 0;
  }
  #blog .subTit {
    padding: 0 0 35px;
  }
  #blog .categoryList {
    margin: 0 0 35px;
  }
  #blog .categoryList li {
    padding: 0px 10px;
    font-size: 16px;
  }
  #blog video {
    background: #030303;
  }
  #blog .movieTit {
    font-size: 18px;
  }
  #blog .blogDetail p {
    font-size: 13px;
  }
  #blog .commentList {
    width: 100%;
    margin: 40px auto;
  }
  #blog .commentList li {
    margin-bottom: 10px;
    padding: 15px;
    background: #2a2a2a;
  }
  #blog .commentList li .comment_post {
    display: inline-block;
    margin: 0 10px 0px 0;
    font-weight: bold;
    font-size: 14px;
  }
  #blog .commentList li .comment_date {
    margin-bottom: 8px;
    font-size: 13px;
  }
  #blog .commentList li .comment_body {
    font-size: 13px;
  }
  #blog .section--detail .block--pager {
    margin-bottom: 40px;
  }
  #blog .aop_blogList li {
    margin: 0 0 15px 0;
    padding: 0 0 15px;
    font-size: 14px;
  }
  #blog .aop_blogList .articleTit {
    margin-bottom: 2px;
    font-size: 14px;
  }
  #blog .categoryList.nav-tab--information li {
    margin-bottom: 10px;
    padding: 0 7px 0;
    border-left: none;
  }
  #blog.blogtop .newslist li a {
    padding: 35px 0;
  }
  #blog.blogtop .newslist li p img {
    width: 95%;
  }
  #blog.detail .logo {
    width: 100%;
    margin: 0 0 35px;
  }
  #blog .newslist.yamanaka li {
    margin-bottom: 20px;
    padding: 20px;
  }
  #blog .newslist.yamanaka li span:first-of-type {
    margin: 0 0 15px;
    font-size: 15px;
  }
  #blog .newslist.yamanaka li figure {
    margin: 15px -20px;
  }
  /* common
  ------------------------------ */
  .pc {
    display: none;
  }
  .detail #main {
    min-height: 0;
  }
  .subTit {
    padding: 20px 0 40px;
    font-size: 32px;
  }
  .subTit img {
    width: 100%;
  }
  .block--pager {
    font-size: 14px;
  }
  .members ul.newslist li:first-child {
    padding-top: 0;
  }
  .btn input.main {
    margin-bottom: 5%;
  }
  .btn .back {
    font-size: 0.75em;
  }
  #anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 1px;
  }
  .membersmain p:nth-of-type(1) {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .membersmain .loggedinArea {
    padding: 15px 0 20px;
  }
  .membersmain .loggedinArea p {
    margin: 0;
    padding: 0;
  }
  .membersmain .loggedinArea .welcome {
    height: auto;
    margin: 0 auto 13px;
    font-size: 14px;
  }
  .membersmain .loggedinArea .expire {
    font-size: 12px;
  }
  .backsite {
    padding: 1em 0 0;
  }
  .backsite a {
    display: block;
    width: 80%;
    padding: 1em 1.5em;
    line-height: 1em;
  }
  .backsite a img {
    width: 55.5%;
  }
  .backsite a span {
    margin-left: 0;
    font-size: 0.7em;
  }
  #footer .backsite {
    display: block;
    padding: 0px 0 48px;
    text-align: center;
  }
  #footer .backsite a {
    display: block;
    padding: 8px;
    line-height: 1.6em;
  }
  #footer nav ul li a {
    padding: 0.2em 8px;
  }
  nav.memberfooter {
    overflow: hidden;
    padding-bottom: 10px !important;
  }
  li.members a img {
    width: 60px;
    margin: 0 4px 0 0;
  }
  li.members a span {
    display: inline !important;
  }
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #000000 0%, #2f3332 50%, #0a0e0a 50.1%, #0a0809 100%);
    transition: opacity 800ms;
    box-sizing: border-box;
  }
  .members .overlay {
    background: #3F51B5;
    background: linear-gradient(135deg, #4a4400 0%, #2d2b15 50%, #171500 50.1%, #252417 100%);
  }
  .overlayphoto {
    position: absolute;
    top: 1vh;
    right: 0;
    bottom: 0;
    left: 1vw;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    width: 98vw;
    height: 98vh;
    border: solid 8px #000;
    background: rgba(255, 255, 255, 0.9);
    transition: opacity 200ms;
    box-sizing: border-box;
  }
  .overlayphoto .img {
    position: absolute;
    width: 92%;
    height: 86%;
    margin: 4%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .overlay .cancel {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    cursor: default;
  }
  .overlay .cancel::before {
    content: "×";
    position: absolute;
    top: 28px;
    right: 20px;
    color: #999;
    font-size: 40px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
  }
  .popup {
    position: relative;
    width: 300px;
    margin: 75px auto;
    padding: 20px;
    border: solid 1px #666;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  }
  .light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
  .popup h2 {
    margin-top: 0;
    color: #666;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    width: 20px;
    height: 20px;
    color: #666;
    font-weight: bold;
    font-size: 24px;
    transition: all 200ms;
    text-decoration: none;
  }
  .m_detail .subTit:after {
    width: 15%;
  }
  .popup .close:hover {
    opacity: 1;
  }
  .popup .content {
    overflow: auto;
    max-height: 400px;
  }
  .popup p {
    margin: 0 0 1em;
  }
  .popup p:last-child {
    margin: 0;
  }
  .overlay:target nav ul li:nth-child(1) {
    animation: example 0.4s ease 0.1s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(2) {
    animation: example 0.4s ease 0.2s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(3) {
    animation: example 0.4s ease 0.3s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(4) {
    animation: example 0.4s ease 0.4s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(5) {
    animation: example 0.4s ease 0.5s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(6) {
    animation: example 0.4s ease 0.6s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(7) {
    animation: example 0.4s ease 0.7s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(8) {
    animation: example 0.4s ease 0.8s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(9) {
    animation: example 0.4s ease 0.9s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(10) {
    animation: example 0.4s ease 1s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(11) {
    animation: example 0.4s ease 1.1s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(12) {
    animation: example 0.4s ease 1.2s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(13) {
    animation: example 0.4s ease 1.3s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(14) {
    animation: example 0.4s ease 1.4s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(15) {
    animation: example 0.4s ease 1.5s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(16) {
    animation: example 0.4s ease 1.6s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(17) {
    animation: example 0.4s ease 1.7s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(18) {
    animation: example 0.4s ease 1.8s 1 forwards;
  }
  .overlay:target nav ul li:nth-child(19) {
    animation: example 0.4s ease 1.9s 1 forwards;
  }
  @keyframes example {
    0% {
      opacity: 0;
      transform: scale(0.9) translateY(-8px);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0px);
    }
  }
  .members #header h1,
  .category-14 #header h1 {
    width: 40px;
    margin-top: 0;
  }
  .members .signuplink,
  .category-14 .signuplink {
    display: inline-block;
    margin: 1em 0;
    padding: 0.5em 5em;
    font-size: 14px;
  }
  .members .mainvisual .lgin,
  .category-14 .mainvisual .lgin {
    padding-top: 0;
  }
  .members .section--news, .members .section--blog, .members .section--movie,
  .category-14 .section--news,
  .category-14 .section--blog,
  .category-14 .section--movie {
    padding: 0;
  }
  .members .section--news,
  .category-14 .section--news {
    padding: 5em 0 0;
  }
  .members .contents,
  .category-14 .contents {
    padding-top: 40px;
  }
  .members .contents .contentsList li,
  .category-14 .contents .contentsList li {
    width: 48%;
  }
  .members .contents .contentsList li i.new,
  .category-14 .contents .contentsList li i.new {
    left: -12%;
    width: 30%;
    height: 30%;
  }
  .members .contents .contentsList li .thumb,
  .category-14 .contents .contentsList li .thumb {
    margin: 0 0 15px;
  }
  .members .contents .contentsList li .date,
  .category-14 .contents .contentsList li .date {
    font-size: 13px;
  }
  .members .contents .contentsList li .date strong,
  .category-14 .contents .contentsList li .date strong {
    font-size: 26px;
  }
  .members .contents .contentsList li .date .category,
  .category-14 .contents .contentsList li .date .category {
    display: block;
    bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }
  .members .contents .contentsList li .logo,
  .category-14 .contents .contentsList li .logo {
    margin: 0 0 15px;
  }
  .members .contents .contentsList li .tit,
  .category-14 .contents .contentsList li .tit {
    font-size: 13px;
  }
  .members .mainvisual #cardara,
  .category-14 .mainvisual #cardara {
    width: 100%;
  }
  .members .mainvisual #cardara.panelactive #card,
  .category-14 .mainvisual #cardara.panelactive #card {
    width: 90%;
    margin-left: 5%;
  }
  .members .mainvisual .tocard,
  .category-14 .mainvisual .tocard {
    width: 15%;
  }
  .members .footsns nav ul,
  .category-14 .footsns nav ul {
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 3em auto 3em;
  }
  .members .footsns nav ul li,
  .category-14 .footsns nav ul li {
    width: 20%;
    margin: 0 1%;
  }
  .members .footsns nav ul li a svg,
  .category-14 .footsns nav ul li a svg {
    display: block;
    width: 50%;
    margin: 0 auto;
    fill: #fff;
  }
  .members .footsns nav ul li a span,
  .category-14 .footsns nav ul li a span {
    display: none;
  }
  #bkw--top .inr {
    padding: 0 16px;
  }
  #bkw--top .contents {
    padding-top: 0;
  }
  #bkw--top .contents .contentsList li .list__txt {
    padding: 0 5px;
  }
  #bkw--top .contents .contentsList li .blgtit {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-size: 12px;
  }
  #bkw--top .section--news ul.newslist li a {
    display: block;
  }
  #bkw--top .section--news ul.newslist li a time {
    display: block;
    border-right: none;
    font-size: 17px;
  }
  #bkw--top .section--news ul.newslist li a time strong {
    font-size: 34px;
  }
  #bkw--top .section--news ul.newslist li a span {
    padding: 0;
  }
  #bkw--top .subTit {
    font-size: 30px;
    text-align: center;
  }
  #bkw--top .section--movie .subTit em {
    position: static;
    font-size: 12px;
    text-align: center;
    transform: translate(0, 0);
  }
  /* top
  ------------------------------------- */
  .top #header h1 {
    max-width: 200px;
  }
  .top .mainbnr {
    display: block;
  }
  .top .mainbnr .mainbnr__mv {
    width: 100%;
    padding: 10% 0 0 0;
  }
  .top .mainbnr .mainbnr__bnr1 {
    width: 100%;
  }
  .top .mainbnr .mainbnr__bnr1 .bn {
    padding: 0;
  }
  .top .mainbnr .mainbnr__bnr1 ul {
    display: flex;
    justify-content: space-between;
    width: auto !important;
  }
  .top .mainbnr .mainbnr__bnr1 ul li {
    display: none;
    width: 50%;
    margin: 0;
  }
  .top .mainbnr .mainbnr__bnr1 ul li:nth-child(1), .top .mainbnr .mainbnr__bnr1 ul li:nth-child(2) {
    display: block;
  }
  .top .mainbnr .mainbnr__bnr1 ul li img {
    width: 100%;
  }
  .top .subbnr {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .top .subbnr .subbnr__bnr2 {
    width: 100%;
    justify-content: space-between;
    order: 1;
  }
  .top .subbnr .subbnr__bnr2 ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .subbnr .subbnr__bnr2 ul li {
    width: 33.3%;
  }
  .top .subbnr .subbnr__bnr3 {
    order: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 66.6%;
  }
  .top .subbnr .subbnr__bnr3 ul li {
    width: 100%;
  }
  .top .section__information,
  .top .section__media,
  .top .section__live {
    position: relative;
    padding: 5em 1em;
  }
  .top .section__information h2,
  .top .section__media h2,
  .top .section__live h2 {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 1em;
    color: rgba(255, 255, 255, 0.3137254902);
    font-weight: 300;
    font-size: 32px;
    transform: rotate(0);
  }
  .top .section__information ul li a .tit,
  .top .section__media ul li a .tit,
  .top .section__live ul li a .tit {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.4em;
  }
  .top .section__information ul li a .list__txt .date,
  .top .section__media ul li a .list__txt .date,
  .top .section__live ul li a .list__txt .date {
    margin-bottom: 0;
    padding: 9px 1.5em 9px 0;
  }
  .top .section__information ul li a .cat,
  .top .section__media ul li a .cat,
  .top .section__live ul li a .cat {
    display: inline-block;
    min-width: 8em;
    padding: 10px 1em 10px 0.5em;
    line-height: 1em;
  }
  .top .section__information ul li.new a::after,
  .top .section__media ul li.new a::after,
  .top .section__live ul li.new a::after {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    line-height: 1em;
  }
  .top .section__information .list__more,
  .top .section__media .list__more,
  .top .section__live .list__more {
    text-align: right;
  }
  .top .section__information .list__more a,
  .top .section__media .list__more a,
  .top .section__live .list__more a {
    padding: 0.2em 3em 0.2em 0.2em;
    font-size: 14px;
  }
  .top .section__information .list__more a::after,
  .top .section__media .list__more a::after,
  .top .section__live .list__more a::after {
    width: 15px;
  }
  .top .section__information ul li a,
  .top .section__media ul li a {
    display: block;
  }
  .top .section__information ul li a .list__txt,
  .top .section__media ul li a .list__txt {
    font-size: 0.8em;
  }
  .top .section__information ul li a .list__txt .date,
  .top .section__media ul li a .list__txt .date {
    display: inline-block;
  }
  .top .section__information ul li a .cat,
  .top .section__media ul li a .cat {
    padding: 11px 1em;
    font-size: 13px;
  }
  .top .section__information ul li a .date,
  .top .section__media ul li a .date {
    margin-bottom: 0.5em;
    font-size: 13px;
  }
  .top .section__information ul li a .tit,
  .top .section__media ul li a .tit {
    padding: 0;
  }
  .top .section__information ul li a .list__txt .date {
    border-right: none;
  }
  .top .section__live ul li a {
    align-items: self-start;
  }
  .top .section__live ul li a .list__txt .date {
    margin-left: -0.5em;
    padding: 0 0.5em 0 0.8em;
    font-size: 30px;
  }
  .top .section__live ul li a .list__txt .date span {
    font-size: 11px;
  }
  .top .section__live ul li a .tit {
    margin-top: 0;
    padding: 0 2em 0 1em;
  }
  /* NEWS
  ------------------------------ */
  .pulldownBox {
    position: relative;
    padding: 0 0 30px;
    border-bottom: none;
  }
  .pulldownBox select {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 2px 10px;
    border: solid 1px #666;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: button;
  }
  .pulldownBox::before {
    content: "\f107";
    display: block;
    position: absolute;
    right: 3%;
    top: 28%;
    z-index: 10;
    width: auto;
    height: auto;
    margin-top: -12px;
    background: none;
    color: #333;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
  }
  ul.newslist li .entrybody {
    padding-top: 10px;
  }
  ul.newslist li a {
    flex-wrap: wrap;
    position: relative;
  }
  ul.newslist li a time {
    padding: 6px 30px 6px 0;
    font-size: 13px;
  }
  ul.newslist li a .cat {
    padding: 0 1em;
    font-size: 13px;
  }
  ul.newslist li a span {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.6em;
  }
  ul.newslist li a span i {
    position: absolute;
    top: 5px;
    right: 5%;
    margin-left: 0;
    font-size: 13px;
  }
  #news ul.newslist li a time,
  #fcNews ul.newslist li a time {
    font-size: 18px;
    border-right: none;
  }
  #fcNews .newslist li a time {
    font-size: 17px;
    text-transform: uppercase;
  }
  #fcNews .newslist li a time strong {
    margin-right: 0.2em;
    font-weight: 600;
    font-size: 34px;
  }
  #infoDetail #main .tit {
    line-height: 1.2em;
  }
  #infoDetail #main .tit time {
    margin-bottom: 0.5em;
  }
  #infoDetail #main .tit .achivetit, #infoDetail #main .tit .new {
    font-size: 14px;
  }
  #infoDetail #main .txt {
    margin: 1em 0 0 0;
    font-size: 13px;
  }
  #infoDetail.category-13 #main .tit {
    display: block;
    align-items: center;
    line-height: 1.4em;
  }
  #infoDetail.category-13 #main .tit time {
    min-width: 90px;
    margin-bottom: 0;
  }
  #infoDetail.category-13 #main .tit time.event {
    display: block;
    margin-bottom: 0.5em;
    font-size: 150%;
  }
  #infoDetail.category-13 #main .tit time strong {
    padding-left: 0.5em;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0;
  }
  #infoDetail.category-13 #main .tit time strong em {
    left: -0.7em;
    font-size: 11px;
  }
  #infoDetail.category-13 #main .tit .achivetit {
    font-size: 14px;
    word-break: break-all;
  }
  #infoDetail.category-13 #main .tit .new {
    font-size: 12px;
  }
  #infoDetail.category-13 #main .txt {
    margin: 1em 0 0 0;
    font-size: 12px;
  }
  #media ul.newslist li a time,
  #t_media ul.newslist li a time,
  #w_media ul.newslist li a time,
  #m_media ul.newslist li a time,
  #r_media ul.newslist li a time,
  #o_media ul.newslist li a time {
    padding: 8.5px 25px 8.5px 0;
    font-size: 18px;
  }
  #media ul.newslist li a .cat,
  #t_media ul.newslist li a .cat,
  #w_media ul.newslist li a .cat,
  #m_media ul.newslist li a .cat,
  #r_media ul.newslist li a .cat,
  #o_media ul.newslist li a .cat {
    padding: 6.5px 1em;
    font-size: 13px;
  }
  #media ul.newslist li a span i.new,
  #t_media ul.newslist li a span i.new,
  #w_media ul.newslist li a span i.new,
  #m_media ul.newslist li a span i.new,
  #r_media ul.newslist li a span i.new,
  #o_media ul.newslist li a span i.new {
    right: 2%;
  }
  #media #main .archive a,
  #t_media #main .archive a,
  #w_media #main .archive a,
  #m_media #main .archive a,
  #r_media #main .archive a,
  #o_media #main .archive a {
    font-size: 13px;
  }
  #media #main .archive a:after,
  #t_media #main .archive a:after,
  #w_media #main .archive a:after,
  #m_media #main .archive a:after,
  #r_media #main .archive a:after,
  #o_media #main .archive a:after,
  #live #main .archive a:after {
    width: 12px;
  }
  #media #main .archive a .sp,
  #t_media #main .archive a .sp,
  #w_media #main .archive a .sp,
  #m_media #main .archive a .sp,
  #r_media #main .archive a .sp,
  #o_media #main .archive a .sp,
  #live #main .archive a .sp {
    display: none;
  }
  #video ul.newslist li a {
    display: block;
  }
  #video ul.newslist li a span {
    padding: 0;
    text-align: center;
  }
  #video ul.newslist li a span .yt--tit {
    margin-bottom: 0;
    font-size: 16px;
  }
  #video ul.newslist li a span .yt--subtxt {
    margin: 0.5em 0;
  }
  #video ul.newslist li a span .yt--subtxt p {
    padding: 0;
  }
  #video ul.newslist li a .yt--thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  #video ul.newslist li a .yt--thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #video ul.newslist li:first-child {
    padding: 0 0 20px;
  }
  .tabList {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    font-size: 14px;
  }
  .tabList li {
    margin: 0.5em;
  }
  .category-11 {
    margin: 0;
    padding: 56px 0 0 0;
  }
  .category-11 #main {
    padding: 0 !important;
  }
  .category-11 .inner {
    max-width: 100%;
  }
  .category-11 .subTit {
    display: none;
  }
  .category-11 .yt__ara {
    display: block;
    width: 100%;
  }
  .category-11 .yt__ara .yt--ct {
    width: 100%;
  }
  .category-11 .yt__ara .yt--txt {
    width: 100%;
    padding: 1em 0;
    font-size: 16px;
  }
  .category-11 .yt__ara .yt--txt .yt--txt--sub {
    font-size: 12px;
  }
  .category-11 .yt__ara .yt--txt .scriptsvce {
    text-align: center;
  }
  .category-11 .yt__ara .yt--txt .scriptsvce ul {
    justify-content: space-around;
    margin: 0 auto;
  }
  /* LIVE
  ---------------- */
  #live ul.newslist li a time {
    padding: 6px 15px 6px 0.9em;
    border-right: none;
    font-size: 30px;
  }
  #live ul.newslist li a time em {
    font-size: 11px;
  }
  #live ul.newslist li a span {
    padding-left: 0.5em;
    font-size: 14px;
  }
  /* DISCOGRAPHY
  ------------------------------ */
  #disco #main section .tabList {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
    font-size: 14px;
  }
  #disco #main section .tabList li {
    margin: 0 0.5em;
  }
  #disco #main section #discoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #disco #main section #discoList .disco__box {
    width: 48%;
  }
  #disco #main section #discoList .disco__box .disco--jacket img {
    max-width: none;
  }
  #disco #main section #discoList .disco__box .disco--entry .disco--entry--tit {
    font-size: 13px;
  }
  #disco #main section #discoList .disco__box .disco--entry .disco--entry--tit em {
    font-size: 11px;
  }
  #disco #main section .disco--entry {
    margin: 0;
    border-bottom: none;
  }
  #disco #main section .disco--entry .disco--entry--tit {
    text-align: center;
  }
  #disco #main section .disco--entry .disco--entry--tit em {
    display: block;
  }
  #disco #next {
    min-height: 0;
  }
  .page--disco {
    margin-top: 0;
  }
  .page--disco .inr {
    max-width: 100%;
  }
  .page--disco .list--jacket {
    display: block;
  }
  .page--disco .list--jacket li {
    width: 100%;
  }
  .page--disco .list--jacket li:nth-child(2) {
    padding: 1em;
    font-size: 14px;
  }
  .page--disco .list--jacket li:nth-child(2) h3 {
    font-size: 16px;
  }
  .page--disco .list--jacket li:nth-child(2) .discdtl, .page--disco .list--jacket li:nth-child(2) .date {
    font-size: 12px;
  }
  .page--disco .list--jacket li .scriptsvce {
    text-align: center;
  }
  .page--disco .list--jacket li .scriptsvce ul {
    width: 100%;
    justify-content: center;
  }
  .page--disco .list--jacket li .scriptsvce ul li {
    max-width: 40px;
  }
  .page--disco .block--detail {
    font-size: 14px;
  }
  /* biography
  ------------------------------ */
  .page--bio .box {
    font-size: 0.9em;
  }
  .page--bio .box .mbrname ul li em {
    font-size: 13px;
  }
  .page--bio .box .mbrname ul li strong {
    font-size: 14px;
  }
  .page--bio .box .biotxt {
    font-size: 14px;
  }
  /* movie
  ------------------------------ */
  #movie .contentsList li {
    width: 48%;
  }
  #movie .contentsList li a time {
    font-size: 13px;
  }
  #movie .contentsList li a time strong {
    font-size: 26px;
  }
  #movie .contentsList li a .movtxt {
    padding: 0 1em;
  }
  #movie .contentsList li a .movtxt .tit {
    padding: 0;
  }
  #movie .contentsList li a .tit {
    font-size: 13px;
  }
  #movie .ios #flash_box {
    padding-top: 0;
  }
  #movie .ulizahtml5.uliza-device-mobile {
    width: 100% !important;
  }
  #movie.new-movie.page-movie-detail .section--detail {
    padding: 0;
    margin: 0 auto;
  }
  #movie.new-movie.page-movie-detail .section--detail .logo {
    padding: 0;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie {
    background: none;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    width: 100%;
    aspect-ratio: initial;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding-top: 56.25%;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-poster {
    display: block;
    background-size: 100%;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
    width: 70px;
    height: 70px;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
    height: 30px;
    width: 25px;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
    position: relative;
    height: 100%;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
    background: none;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: rgba(135, 135, 135, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
    content: "";
    background: #ffffff;
    height: 30px;
    width: 25px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 3.5em;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
    height: 3.5em;
    position: absolute;
    left: -2vw;
    top: -3vw;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
    height: 3.5em;
    position: absolute;
    left: 1vw;
    top: -3vw;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
    height: 3.5em;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    right: 0;
    top: -10px;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 3.5em;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display: block !important;
    height: 3.5em;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 3.5em;
  }
  #movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
    position: absolute;
    right: 10vw;
    bottom: 10px;
    height: 3.5em;
  }
  #movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .more_movies_title {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
  #movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin: 0 auto 20px;
    border: none;
  }
  #movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a .list__txt {
    padding: 0 0 0 10px;
  }
  #movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
  #movie.new-movie.page-movie-detail .section--detail .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
    padding: 0;
    font-size: 11px;
    margin: 0;
  }
  .m_detail .subTit {
    font-size: 1.4rem;
    line-height: 1.25em;
  }
  .m_detail .subTit span.sml {
    font-size: 1rem;
  }
  .movieTit {
    margin-bottom: 4px;
  }
  video {
    width: 100%;
  }
  .contentsList li .tit {
    margin-bottom: 2px;
  }
  .btn .main, .btn input.main, .btn .sub {
    width: 100%;
  }
  .btn .main {
    margin-bottom: 5%;
  }
  .titArea {
    margin-bottom: 5%;
  }
  .steparrow img {
    box-shadow: none;
  }
  .steptit {
    padding: 3px;
    border-radius: 3px;
    background: #FFF;
    color: #000;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
  }
  .stepbox p {
    padding-left: 3em;
    text-indent: -3em;
    font-size: 13px;
  }
  .stepbox .btn {
    padding: 0;
    text-indent: 0;
  }
  .stepbox .ph {
    padding: 0 0 15px;
  }
  #UlizaApp .sectionTit {
    font-weight: bold;
  }
  #movie.detail .logo {
    width: 100%;
    margin: 0 0 25px;
  }
  #movie.detail .contentsBox {
    padding: 0px;
  }
  #movie.detail .passList {
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px 0 9px;
  }
  #movie.detail .passList dt {
    width: 45%;
    font-size: 15px;
  }
  #movie.detail .passList dd {
    width: 55%;
    font-size: 15px;
    float: left;
  }
  #movie .confirm .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  #movie .confirm .pointList {
    width: 100%;
    padding: 20px 20px 15px;
  }
  #movie .confirm .pointList li > span {
    padding-top: 3px;
  }
  #movie .confirm .backLink {
    padding-top: 40px;
  }
  /* PHOTO
  ------------------------------ */
  #photoList {
    overflow: hidden;
  }
  #photoList .item {
    width: 48.5%;
    margin: 0 3% 3% 0;
    float: left;
  }
  #photoList .item a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  #photoList .item a .ph {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translate(-50%, -50%);
  }
  #photoList .item a.item--tophoto::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3137254902);
  }
  #photoList .item a.item--tophoto .item_tit_date {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    min-width: 80%;
    font-size: 13px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  #photoList .item a.item--tophoto .item_tit_date span {
    display: block;
    font-size: 0.7em;
  }
  #photo .item img, #photo .thumb img {
    touch-callout: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
  }
  #photoList .item:nth-child(2n) {
    margin: 0 0 3%;
  }
  #photoList li .tit {
    font-weight: normal;
    font-size: 13px;
  }
  .modal {
    width: 320px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  #cboxNext {
    position: fixed !important;
    top: 50% !important;
    right: -50px !important;
    height: 30px !important;
    border: none !important;
    background: url(/static/theoralcigarettes/official-pc/cmn/next.png) no-repeat center !important;
    background-size: 30px !important;
    text-indent: -9999px !important;
    outline: none !important;
  }
  #cboxPrevious {
    position: fixed !important;
    top: 50% !important;
    left: -50px !important;
    height: 30px !important;
    border: none !important;
    background: url(/static/theoralcigarettes/official-pc/cmn/prev.png) no-repeat center !important;
    background-size: 30px !important;
    text-indent: -9999px !important;
    outline: none !important;
  }
  #cboxClose {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    width: 50px !important;
    height: 50px !important;
    background: url(/static/theoralcigarettes/official-pc/cmn/close.png) no-repeat center !important;
    background-size: 50px !important;
  }
  #cboxLoadedContent {
    display: table-cell;
    vertical-align: middle;
  }
  #cboxContent img {
    width: auto;
    max-width: 100%;
    max-height: 450px;
    max-height: 72vh;
  }
  /* QA
  ------------------------------ */
  .formArea .formList textarea {
    width: 95%;
  }
  .dealList dt {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #777;
    float: none !important;
    clear: left;
  }
  .dealList dd {
    width: 100%;
    padding: 7px 0 !important;
    margin: 0 0 4%;
  }
  /* blog
  ------------------------------ */
  .blogDetail {
    margin-top: 6%;
  }
  /* BLOG Real time report
  ---------------- */
  .report {
    position: relative;
    margin-top: 0;
    padding-bottom: 70px;
  }
  #blog.report footer {
    position: absolute;
    bottom: 0;
  }
  #blog.report footer p {
    width: auto;
    height: auto;
    padding-bottom: 0;
  }
  #blog.report #footer .backsite {
    padding: 0 0 10px;
  }
  .report.members #footer.membersfooter .backsite a {
    font-size: 10px;
  }
  #blog.report #main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .report.members #footer.membersfooter {
    padding-top: 0;
  }
  .reportlist li {
    margin: 0 2% 2vw 0;
  }
  .reportlist span {
    top: -5px;
    left: -3px;
    font-size: 1rem;
  }
  .reportlist .subTit {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .reportlist .subTit img {
    width: 100% !important;
  }
  .kisses .reportlist .subTit img {
    width: 90% !important;
  }
  #blog .reportdetail .movieTit {
    display: block;
    margin-bottom: 3px;
    padding: 0 0 0 44px;
    font-size: 0.8rem;
    line-height: 0.85rem;
  }
  #blog .reportdetail time {
    display: block;
    padding-left: 44px;
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 0.1em;
  }
  #blog .reportdetail .blogDetail {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  #blog .reportdetail .blogDetail div {
    font-size: 11px;
    margin-bottom: 10px;
  }
  #blog .reportdetail .blogDetail img {
    margin: 0;
  }
  #blog .reportdetail .blogDetail img + img {
    margin-top: 10px;
  }
  #blog .reportdetail .icon {
    width: 34px;
    padding: 0 10px 0 0;
    float: left;
  }
  #blog .reportdetail .titleBox {
    margin-bottom: 10px;
  }
  #blog .reportdetail .icon img {
    box-shadow: none;
  }
  #blog .reportdetail p {
    padding-top: 0;
  }
  .report #main .pulldownBox {
    width: 100%;
    margin: -20px auto 30px;
  }
  .report #main .pulldownBox select {
    border: none;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 12px;
  }
  .report #main .pulldownBox:before {
    color: #fff;
  }
  /* wallpaper
  ------------------------------ */
  #wallpaper .thumbList li {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  #wallpaper .noteBox {
    margin-bottom: 8%;
    padding: 3% 3% 1.5%;
    border: solid 1px #777;
  }
  #wallpaper .noteBox .tit {
    padding: 0 0 8px;
    font-weight: bold;
    font-size: 13px;
  }
  #wallpaper .checkList li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 1.3em;
    font-size: 12px;
    text-indent: -1.3em;
    line-height: 1.5em;
  }
  #wallpaper .thumbList li {
    width: 31%;
    margin: 0;
    margin-right: 3%;
  }
  .thumbList li:nth-child(2n) {
    margin-right: 3%;
  }
  #wallpaper .subTit {
    width: 90%;
    margin: 0 auto;
  }
  #wallpaper .thumbList li:nth-child(3n) {
    margin-right: 0;
  }
  #wallpaper .thumbList li:first-child {
    border-top: none;
  }
  #wallpaper .thumbList li a {
    margin-bottom: 8%;
    border: none;
  }
  #wallpaper .thumbList a img {
    background-position: center center;
    background-size: contain;
  }
  #wallpaper .thumbList li .thumb {
    position: relative;
    margin-bottom: 3px;
  }
  #wallpaper .thumbList li .thumb .dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wallpaper img {
    box-shadow: none;
  }
  #wallpaper .thumbList li .tit {
    font-size: 0.7rem;
    text-align: left;
  }
  #wallpaper .pointArea {
    margin: 10px 0;
  }
  #wallpaper .nopoint {
    margin-bottom: 10px;
    font-weight: bold;
  }
  #wallpaper .rest, #wallpaper .necessary {
    width: 90%;
    padding: 4% 0;
  }
  #wallpaper .rest {
    margin: 0 auto 8%;
  }
  /* question
  ------------------------------ */
  #question .titArea {
    margin: 0 0 30px;
  }
  #question .titArea .tit {
    margin: 0 0 30px;
    padding: 0;
    font-size: 18px;
  }
  #question .formList {
    margin: 0 0 30px;
  }
  #question .formList dt {
    padding: 0 0 5px;
    font-size: 13px;
  }
  #question .formList dd {
    margin: 0 0 20px;
  }
  #question .pulldownBox {
    padding: 0;
  }
  #question .btnTxt {
    font-size: 13px;
  }
  #question .btn {
    margin-top: 30px;
  }
  #question .formList .pulldownBox select {
    border-radius: 0;
    font-family: "?q???M?m?p?S Pro W3", sans-serif;
    font-size: inherit;
  }
  #question .errorList {
    padding: 10px;
  }
  #question .formList dd input, #question .formList dd textarea {
    font-size: 14px;
  }
  /* entry
  ------------------------------ */
  .entry--page {
    margin-top: 0;
  }
  .entry--page .commentBox {
    overflow: hidden;
    margin: 15px 0 0;
    padding: 2%;
  }
  .entry--page .commentBox .btn .main {
    width: 85%;
    margin: 3% auto;
    text-decoration: none;
  }
  .entry--page .txtBox {
    width: 100%;
    margin-top: 5px;
    float: none;
  }
  .entry--page .commentBox {
    display: block;
  }
  .entry--page .commentBox p {
    padding: 2% 0;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.4em;
  }
  .entry--page .commentBox .ph {
    width: 100%;
  }
  .entry--page .commentBox .ph img {
    width: 100%;
    margin: 0 auto;
  }
  .entry--page .commentBox .txtBox {
    width: 100%;
  }
  .entry--page .regist img {
    width: 50%;
    margin: -8% auto 8%;
  }
  .entry--page .regist .subTit {
    padding-bottom: 25px;
  }
  .entry--page .regist .subTit img {
    width: 100%;
    margin: 0;
  }
  .entry--page .membersList {
    padding: 3% 0;
  }
  .entry--page .membersList li {
    width: 100%;
    height: auto;
    margin: 0 0 2%;
    padding: 4%;
    float: none;
  }
  .entry--page .membersList li:last-child {
    margin: 0;
  }
  .entry--page .membersList li:nth-child(2n) {
    margin: 0 0 2%;
  }
  .entry--page .membersList li dt {
    margin-bottom: 0;
    padding-bottom: 3%;
    font-size: 1.1rem;
    text-align: left;
  }
  .entry--page .membersList li dt i {
    display: block;
    font-style: normal;
    font-size: 0.8rem;
  }
  .entry--page .membersList li dt span {
    padding-bottom: 3px;
    font-size: 0.5rem;
    letter-spacing: 0;
    vertical-align: 4px;
  }
  .entry--page .membersList li dd {
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  .entry--page .entryPrice dt {
    font-size: 1rem;
  }
  .entry--page .entryPrice table th {
    width: 35%;
    padding: 0;
    font-size: 0.8rem;
  }
  .entry--page .entryPrice table td {
    padding: 3%;
    font-size: 0.8rem;
  }
  .entry--page .entryPrice table td p {
    padding-top: 0;
    text-align: left;
  }
  .entry--page .subtxt {
    padding-bottom: 0;
  }
  .entry--page .hasId {
    padding: 0;
  }
  /* APPLI
  ----------------------------------- */
  .cat_list li {
    border-bottom: dotted 1px #777;
  }
  .cat_list li:nth-child(odd) {
    margin: 0px;
  }
  .cat_list li:first-child {
    border-top: dotted 1px #777;
  }
  .cat_list li a {
    display: block;
    padding: 16px 0;
  }
  .cat_list p {
    display: block;
    padding: 21px 20px 20px 0px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    line-height: 18px;
  }
  .appicon {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 2px 0 0 1px;
    border-radius: 7px;
    background: white;
    float: left;
  }
  p.app_tit {
    padding: 0 0 6px 52px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
  p.app_txt {
    margin: 0 0 0 52px;
    padding: 0 0 5px;
    color: #FFF;
    font-weight: normal;
    font-size: 10px;
    line-height: 130%;
  }
  .appicon.cal:after, .appicon.alarm:after, .appicon.pf:after {
    color: #000 !important;
  }
  /* FAQ
  ------------------------------ */
  #qaList {
    padding: 0 0 15px;
  }
  #qaList h3 {
    margin-bottom: 20px;
    padding: 20px 3% 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 150%;
  }
  #qaList .contentsList {
    border-top: 1px dotted #777;
  }
  #qaList .qalist li a:before {
    content: "Q" counter(sample) ".";
    counter-increment: sample;
  }
  #qaList h3 {
    counter-reset: sample;
  }
  #qaList.home .contentsList {
    border-top: none;
  }
  #qaList.home .contentsList li {
    font-weight: bold;
    font-size: 16px;
  }
  #qaList dl {
    margin: 0 0 10px;
  }
  #qaList dt {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: solid 1px #777;
    font-weight: bold;
    font-size: 14px;
  }
  #qaList dt::before {
    content: "Q.";
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
  }
  #qaList dd {
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 12px;
    text-indent: 0;
    line-height: 1.6em;
  }
  #qaList dd span {
    font-size: 12px;
  }
  #qaList dd::before {
    content: "A.";
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
  }
  #qaList.qaDetail {
    padding: 15px 0;
  }
  #qaList .lead {
    margin: 5% 0 3%;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    line-height: 1.6em;
  }
  #qaList .contentsList a {
    line-height: 140%;
  }
  #qaList .contentsList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px dotted #777;
    float: none;
  }
  #qaList .contentsList li:first-child {
    border-top: 1px dotted #777;
  }
  #qaList .contentsList li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 17px 5% 17px 0;
    font-size: 12px;
    line-height: 1.5em;
    box-sizing: border-box;
  }
  #qaList .contentsList li a::before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    color: #DDD;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 16px;
  }
  #qa .subTit {
    padding-bottom: 20px;
  }
  #qa .subTit img {
    max-height: 80px;
  }
  .dobleBtn li a, .dobleBtn li span {
    font-size: 0.7em;
  }
  .searchBox {
    width: auto;
    margin: 0 0 30px;
  }
  .searchBox input[type=text] {
    line-height: 1.6em;
  }
  /* streaming */
  .section--detail.page--streaming {
    overflow: hidden;
  }
  .section--detail.page--streaming .section-tit {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .section--detail.page--streaming .red {
    color: #FD5651;
  }
  .section--detail.page--streaming::after {
    content: "";
    display: block;
    clear: both;
  }
  .section--detail.page--streaming .section-tit {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .section--detail.page--streaming .block--attention-comment {
    margin-bottom: 20px;
    padding: 15px 3%;
    font-size: 13px;
    line-height: 1.4;
  }
  .section--detail.page--streaming .block--movie {
    margin: 0 auto 20px;
  }
  .section--detail.page--streaming .block--movie .block--movie__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    outline: none;
  }
  .section--detail.page--streaming .block--comment {
    margin: 0;
    padding: 0;
  }
  .section--detail.page--streaming .block--comment .comments_title {
    margin: 0.5em auto;
    font-size: 14px;
    text-align: center;
  }
  .section--detail.page--streaming .block--comment #comments {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    float: none;
  }
  .section--detail.page--streaming .block--comment .form--post {
    margin-bottom: 0;
  }
  .section--detail.page--streaming .block--comment .form--post dd {
    margin-bottom: 0;
  }
  .section--detail.page--streaming .block--comment .form--post + .btn {
    width: 110px;
    min-width: inherit;
    margin: 0 0 0 auto;
  }
  .section--detail.page--streaming .block--comment .form--post + .btn .btn--main {
    min-width: inherit;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 13px;
    line-height: 3;
  }
  .section--detail.page--streaming .block--comment .comment_area {
    height: 6em;
    font-size: 13px;
  }
  .section--detail.page--streaming .block--comment .comments_post {
    margin-bottom: 30px;
  }
  .section--detail.page--streaming .block--comment .inner_comments {
    overflow-y: scroll;
    width: 100%;
    max-height: 400px !important;
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    float: none;
    -webkit-overflow-scrolling: touch;
  }
  .section--detail.page--streaming .block--comment .inner_comments li {
    padding: 0 5px 10px 0;
    margin-bottom: 10px;
  }
  .section--detail.page--streaming .block--comment .inner_comments li.flag--delete .name {
    width: 60%;
  }
  .section--detail.page--streaming .block--comment .inner_comments li.flag--delete .date {
    width: 40%;
    padding-right: 40px;
    float: right;
  }
  .section--detail.page--streaming .block--comment .inner_comments li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .section--detail.page--streaming .block--comment .inner_comments li .btn.btn--delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 2.2em;
    margin: 0;
    line-height: 0;
  }
  .section--detail.page--streaming .block--comment .inner_comments li .btn.btn--delete button {
    padding: 1px 0;
    background: #fff;
    font-size: 11px;
  }
  .section--detail.page--streaming .block--comment .inner_comments li .name {
    width: 70%;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    float: left;
  }
  .section--detail.page--streaming .block--comment .inner_comments li .date {
    width: 25%;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    float: right;
  }
  .section--detail.page--streaming .block--introdction_streaming {
    position: relative;
    left: -10%;
    width: 120%;
    margin-top: 50px;
    padding: 40px 7% 50px;
    background: #f5f5f5;
    clear: both;
  }
  .section--detail.page--streaming .block--introdction_streaming .block-tit {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .section--detail.page--streaming .block--introdction_streaming .txt--basic {
    text-align: center;
  }
  .section--detail.page--streaming .block--introdction_streaming .stream-movie .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
  }
  .section--detail.page--streaming .block--introdction_streaming .stream-movie .inner iframe {
    top: 0;
  }
  .section--detail.page--streaming .block--introdction_streaming .stream-movie .jstream-eqPlayer {
    top: 0;
  }
  .section--detail.page--streaming .block--attention {
    position: relative;
    padding: 40px 0 0;
  }
  .section--detail.page--streaming .block--attention .attentionList {
    margin: 0 0 20px;
  }
  .section--detail.page--streaming .block--attention .attentionList li {
    margin: 0 0 0 18px;
    padding: 0 0 10px;
    font-size: 11px;
    text-indent: -9px;
    line-height: 1.4em;
  }
  .section--detail.page--streaming .block--attention .attentionList li:last-child {
    padding: 0;
  }
  .section--detail.page--streaming .block--attention .supportCell {
    width: 100%;
  }
  .section--detail.page--streaming .block--attention .supportCell th {
    border: solid 1px #ccc;
    width: 33%;
    padding: 7px;
    font-size: 13px;
  }
  .section--detail.page--streaming .block--attention .supportCell td {
    width: 60%;
    padding: 7px;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 1.3em;
    vertical-align: middle;
  }
  .section--detail.page--streaming .block--attention .supportCell .blank {
    width: 10%;
  }
  .section--detail.page--streaming .block--attention .supportCell .os {
    width: 25%;
  }
  .section--detail.page--streaming .block--attention .supportCell .osVer {
    width: 30%;
  }
  .section--detail.page--streaming .block--attention .attentionList li:before {
    content: none;
  }
  .section--detail.page--streaming .block--attention .fa-warning:before, .section--detail.page--streaming .block--attention .fa-exclamation-triangle:before, .section--detail.page--streaming .block--attention .fa-check:before {
    padding: 0 5px 0 0;
  }
  /*	streaming
  ------------------------------ */
  .svg-symbol {
    display: none;
  }
  .members.detail .block--card {
    flex-direction: column;
  }
  .members.detail .memberscard {
    margin-bottom: 48px;
  }
  .members.detail .memberscard .block--card .tit-logo {
    width: 40%;
    margin: 0 auto 30px;
  }
  .members.detail .block--card .card {
    width: 100%;
    height: 133vw;
    padding-bottom: 6vw;
  }
  .members.detail .block--card .card .card-inner {
    align-items: center;
    padding: 4vw 4vw 0 3vw;
  }
  .members.detail .block--card .card .card-inner .left .circle {
    top: -25vw;
    left: 7vw;
    width: 37vw;
    height: 37vw;
  }
  .members.detail .block--card .card .card-inner .right .status-logo {
    bottom: 1%;
  }
  .members.detail .block--card .card .card-inner .logo {
    top: -25vw;
    left: 2vw;
    width: 47vw;
    height: 47vw;
  }
  .members.detail .block--card .airtist {
    height: 85vw;
    background-size: 100%;
    background-position: center center;
  }
  .members.detail .block--card .card .card-inner .left {
    text-align: right;
  }
  .members.detail .block--card .card .card-inner .left .item {
    width: auto;
    top: 2.5em;
    left: 4vw;
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  .members.detail .block--card .card .card-inner .right .list--status {
    bottom: 50px;
    font-size: 18px;
  }
  .members.detail .block--card .card .card-inner .right .list--status li {
    width: 16%;
  }
  .members.detail .block--card .card .card-inner .left .award {
    position: static;
    width: 100%;
    margin-top: 12vw;
    font-size: 3vw;
    text-align: right;
  }
  .members.detail .block--card .card .card-inner .left .award span {
    font-size: 2vw;
  }
  .members.detail .block--card .card .card-inner .right .list--data {
    padding-top: 1em;
  }
  .members.detail .block--card .card .card-inner .right .list--data li {
    margin-bottom: 4px;
    padding: 0 0;
  }
  .members.detail .block--card .card .card-inner .right .list--data .tit {
    padding: 0;
    font-size: 3vw;
  }
  .members.detail .block--card .card .card-inner .right .list--data .item {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    font-size: clamp(10px, 2vw, 13px);
    text-align: right;
  }
  .members.detail.lang-en .block--card .card .right .list--data {
    margin: 4vw 0 0 auto;
    padding-top: 0;
  }
  .members.detail.lang-en .block--card .card .right .list--data li {
    width: 76%;
  }
  .members.detail.lang-en .block--card .card .right .list--data .item {
    letter-spacing: 0;
  }
  .members.detail.lang-en .block--card .card .right .status-logo {
    left: 3%;
  }
  /* onakama */
  .onakama2021 body {
    padding: 0px 16px;
  }
  .onakama2021 .titleLogo {
    width: 100%;
    max-width: none;
    margin: 0 auto 60px;
    padding: 0;
  }
  .onakama2021 .backsite {
    padding: 30px 0 20px;
  }
  .onakama2021 .backsite a {
    width: 50%;
  }
  .onakama2021 .copy {
    height: 35px;
  }
  .onakama2021 .page--blog {
    padding: 20px 16px 0px;
  }
  .onakama2021 .selectBox {
    width: 100%;
  }
  /* bbs */
  .page--bbs01 {
    padding: 50px 0 0;
  }
  .page--bbs01 .confirm-box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page--bbs01 .list--attention {
    display: none;
  }
  .page--bbs01 .lead-box {
    padding: 0 5% 30px;
  }
  .page--bbs01 .lead-box .bbs-subtit {
    margin: 0 auto 15px;
    font-size: 20px;
  }
  .page--bbs01 .lead-box .txt {
    font-size: 16px;
  }
  .page--bbs01 .block--post {
    width: auto;
    height: auto;
    margin: 0 15px 35px;
  }
  .page--bbs01 .block--post .form-entry-tit {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
  }
  .page--bbs01 .block--post .form--post {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .page--bbs01 .block--post .form--post .form--notice ul.listBox {
    font-size: 13px;
  }
  .page--bbs01 .block--post .form--post p.txt {
    margin: 15px auto;
    padding: 0;
  }
  .page--bbs01 ul.list--comment {
    margin: 0 15px 50px;
  }
  .page--bbs01 ul.list--comment li.block--comment {
    width: 48%;
    margin: 0 4% 8% 0;
  }
  .page--bbs01 ul.list--comment li.block--comment:nth-child(3n) {
    margin: 0 4% 8% 0;
  }
  .page--bbs01 ul.list--comment li.block--comment:nth-child(2n) {
    margin: 0 0 8% 0;
  }
  .page--bbs01 ul.list--comment li.block--comment::before {
    width: 20px;
    height: 20px;
  }
  .page--bbs01 .btn .btn--main {
    width: 80%;
    min-width: auto;
  }
  .page--bbs01 .detail__btn a {
    width: 80%;
    min-width: auto;
    margin: 20px auto 40px;
  }
  .page--bbs01 ul.list--comment li.block--comment .block--user a.report-btn {
    margin: 5px 0 0;
  }
  .page--bbs01 ul.block--pager {
    margin: 0 auto 75px;
  }
  .page--bbs01 ul.list--comment li.block--comment .block--user {
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .members.detail .block--card {
    width: 90%;
    height: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=common.css.map */