@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  background-repeat: no-repeat;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"] [role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Remove inner padding and border in Firefox 4+ */
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
/*
select {
  -moz-appearance: none;
  // Firefox 36+ 
  -webkit-appearance: none;
  /* Chrome 41+ 
  &::-ms-expand {
    display: none;
    /* Internet Explorer 11+ 
  }
  &::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ 
  }
}
*/
legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection, ::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  position: relative;
  width: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  color: #333;
  font-size: 3.2vw;
}

/*body#theater {
  background: #f6f4f3;
}*/

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

br.is-tab {
  display: none;
}

br.is-sp {
  display: none;
}

br.is-pc {
  display: inline-block;
}

.c-sec__inner {
  width: 84.375%;
  max-width: 1080px;
  margin: 0 auto;
}

header .nav-toggle small {
  font-size: 0.625rem;
  line-height: 0;
}

header .navbar ul.nav-company li {
  border-top: none;
}

header .navbar ul.nav-company li:last-child {
  border-bottom: none;
}

header .navbar ul.nav-company li:not(:last-child) {
  margin-bottom: 15px;
}

header .navbar ul.nav-company li a {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1;
}

footer {
  position: relative;
  background-color: #f6f4f3;
}

footer .c-copyright {
  margin: 0;
  padding: 10px 0 60px;
  color: #a8a7a7;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}

.c-top__btn {
  z-index: 98;
  position: fixed;
  right: 10px;
  bottom: 55px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #636363;
}

.c-top__btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-top__btn a:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  content: '';
}

.c-cmn__post {
  padding: 25px 0 35px;
  background-color: #f6f4f3;
}

.c-cmn__post.is-onmenu {
  padding-top: 70px;
}

.c-cmn__post--inner {
  width: 94.6667%;
  max-width: 710px;
  margin: 0 auto;
}

.c-cmn__post--list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-cmn__post--link {
  display: block;
  color: #000;
}

.c-cmn__post--item {
  width: 48.5916%;
  max-width: 345px;
  margin-bottom: 12px;
  background-color: #fff;
}

.c-cmn__post--detail {
  padding-top: 10px;
  padding-bottom: 11px;
}

.c-cmn__post--detail__inner {
  width: 94.2029%;
  max-width: 325px;
  margin: 0 auto;
}

.c-cmn__post--detail__ttl {
  margin-bottom: 13px;
  color: #000;
  font-size: 1rem;
  line-height: 1.25;
}

.c-cmn__post--detail__sub {
  font-size: 1rem;
  line-height: 1.25;
}

.c-cmn__post--detail__tbl > li {
  display: table;
}

.c-cmn__post--detail__tbl > li:not(:last-child) {
  margin-bottom: 3px;
}

.c-cmn__post--detail__tbl > li .tbl-ttl,
.c-cmn__post--detail__tbl > li .tbl-detail {
  display: table-cell;
  font-size: 0.625rem;
  line-height: 1.4;
}

.c-cmn__post--detail__tbl > li .tbl-ttl {
  padding-right: 6px;
  color: #666666;
}

.c-cmn__post--detail__date {
  color: #666;
  font-family: 'Montserrat',sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-cmn__post--detail__price {
  color: #d65327;
  font-size: 1rem;
  line-height: 1;
}

.c-cmn__post--detail__price span {
  font-size: 0.6875rem;
  line-height: 1.4546;
}

.c-cmn__post--detail__tag {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 16px;
}

.c-cmn__post--detail__tag > li {
  margin-bottom: 4px;
  padding: 3px 12px;
  border: 1px solid #e64707;
  border-radius: 9px;
  color: #e64707;
  font-size: 0.625rem;
  line-height: 1;
}

.c-cmn__post--detail__tag > li:not(:last-child) {
  margin-right: 4px;
}

.c-cmn__post--more {
  width: 73.2394%;
  max-width: 260px;
  height: 44px;
  margin: 35px auto 0;
}

.c-cmn__post--more a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1.5px solid #e74808;
  border-radius: 22px;
  background-color: #fff;
  color: #e74808;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.c-cmn__post--more a:before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #e74808;
  border-right: 2px solid #e74808;
  content: '';
}

.c-cmn__post--ttl {
  margin-bottom: 25px;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.c-detail__wrap {
  border-top: 1px solid #f6f4f3;
}

.c-detail__wrap--inner {
  width: 94.6667%;
  max-width: 710px;
  margin: 0 auto;
}

.c-detail__name {
  width: 90%;
  margin: 25px auto;
  text-align: center;
}

.c-detail__name--txt {
  color: #646464;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3333;
}

.c-detail__tag {
  width: 94.6479%;
  margin: 0 auto 20px;
}

.c-detail__tag--wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-detail__tag--item {
  width: 31.8452%;
  margin: 0 0.7441% 10px;
  border: 1px solid #e64707;
  border-radius: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

.c-detail__tag--item a {
  word-wrap: break-word;
  display: block;
  padding: 5px 3px;
  color: #e64707;
  font-size: 0.875rem;
  line-height: 1;
  cursor: inherit;
}

.c-detail__tag--item.is-active {
  background-color: #e64707;
}

.c-detail__tag--item.is-active a {
  color: #fff;
  cursor: pointer;
}

.tabmenu {
  /*display: table;*/
  text-align: center;
  margin: 15px auto 0 auto;
}

.tabmenu li {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: bottom;
  height: 42px;
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

.tabmenu li.is-active {
  padding-top: 9px;
  height: 47px;
}

.tabmenu li.follow {
  background: #e74707;
}

.tabmenu li.feed {
  color: #333;
  background: #eee;
}

.tabmenu li.news {
  background: #0072b6;
}

.tabmenu li.ticket {
  background: #019825;
}

.tabmenu li span {
  display: -webkit-inline-box;
  vertical-align: -webkit-baseline-middle;
}

.p-top__search {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  -moz-box-shadow:0 1px 3px 1px #ccc;
  -webkit-box-shadow:0 1px 3px 1px #ccc;
  box-shadow:0 1px 3px 1px #ccc;
  display: flex;
}

.p-top__search ul {
  /*width: 50%;*/
  width: 100%;
}

.p-top__search ul li {
  display: inline-block;
  /*width: 31%;
  margin: 4px 0;*/
  width: 100%;
  text-align: center;
  border-right: 1px solid #eee;
}

.p-top__search ul li:last-child {
  border-right: none;
}

.p-top__search ul li a {
  display: block;
  background: #e74707;
  color: #fff;
  padding: 12px 0;
}

.p-top__search ul li img {
  width: 23px;
}

.p-top__search ul li span {
  /*display: block;
  color: #686868;
  padding-top: 1px;
  font-size: 9px;*/
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 0 0 5px;
  line-height: 2;
}

.p-top__search ul li .top span {
  color: #e64707;
}

.search_word {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto 1.3em auto;
  width: 87%;
  border-bottom: 1px solid;
}

.search_word span {
  font-size: 1.2rem;
}

.p-top__search--form {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.p-top__search--input {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 13px;
  font-size: 0.8rem;
  background: #eee;
}

.btn-submit {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 0;
}

.btn-submit:after {
  display: block;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  /*background-image: url(../img/ico-search.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.p-top__post {
  /*padding: 1.6em 0 25px;
  background-color: #fff;
  padding: 2% 0 25px;
  background: #f6f4f3;*/
}

.p-top__post--inner {
  /*width: 96%;
  max-width: 710px;
  padding: 1.5em 0 0 0;*/
  margin: 0 auto;
  background: #fff;
}

.p-top__post--list.follow {
  border-top: 3px solid #e74707;
}

.p-top__post--list.feed {
  border-top: 3px solid #eee;
}

.p-top__post--list.news {
  border-top: 3px solid #0072b6;
}

.p-top__post--list.ticket {
  border-top: 3px solid #019825;
}

.p-top__post--inner .p-top__post--list {
  display: none;
}

.p-top__post--inner .p-top__post--list.is-show {
  display: block;
}

#theater .official_theater a {
  color: #e14306;
}

#talent .p-top__post--inner h1, #theater .p-top__post--inner h1 {
  margin: 0 1em 1em 1em;
}

#talent .p-top__post--inner, #theater .p-top__post--inner {
  /*width: 84%;*/
}

.p-top__post--list.talent, .p-top__post--list.theater {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 1.7em;
}

.p-top__post--link {
  /*display: block;*/
  display: table;
  color: #000;
  width: 100%;
  height: 100%;
  width: 100%;
}

#top .p-top__post--item:first-child {
  padding-top: 20px;
}

#top .p-top__post--item {
  /*display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;*/
  border-bottom: 1px solid #f6f4f3;
  padding: 10px 0;
  margin: 0 10px;
}

#top .p-top__post--item:last-child {
  border-bottom: none;
}

.p-top__post--item.talent, .p-top__post--item.theater {
  width: 45%;
  margin: 0 0 2em 0;
  text-align: center;
}

.p-top__post--item.theater {
  border: 1px solid #333;
  padding: 2px;
}

.p-top__post--item .p-top__post--img {
  /*margin: 0 0 8px 0;*/
  /*display: inline-block;*/
  width: 30%;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.p-top__post--item.talent .p-top__post--img {
  margin: 0 0 8px 0;
  object-fit: contain;
  height: 9em;
}

.p-top__post--item .p-top__post--img img {
  /*border-radius: 15px;*/
  max-width: 100%;
  height: auto;
  max-height: 67px;
}

.p-top__post--item .p-top__post--img p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.3;
}

.p-top__post--item .p-top__post--detail {
  /*display: inline-block;*/
  display: table-cell;
  width: 70%;
}

.p-top__post--item.talent .p-top__post--img img {
  height: 100%;
  width: auto;
  border-radius: 15px;
}

.p-top__post--detail__inner {
  width: 90%;
  max-width: 325px;
  margin: 0 auto;
}

.p-top__post--detail__ttl {
  margin-bottom: 7px;
  color: #333;
  /*font-size: 0.9rem;*/
  font-size: 1.35rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-top__post--detail__sub {
  font-size: 1rem;
  line-height: 1.25;
}

.p-top__post--detail__tbl > li {
  display: table;
}

.p-top__post--detail__tbl > li:not(:last-child) {
  margin-bottom: 3px;
}

.p-top__post--detail__tbl > li .tbl-ttl,
.p-top__post--detail__tbl > li .tbl-detail {
  display: table-cell;
  font-size: 0.625rem;
  line-height: 1.4;
}

.p-top__post--detail__tbl > li .tbl-ttl {
  padding-right: 6px;
  color: #666666;
}

.p-top__post--detail__date {
  margin: 0 0 8px 0;
  color: #666;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

#talent .p-top__post--detail__date {
  margin: 0;
}

.p-top__post--detail__price {
  color: #d65327;
  /*font-size: 0.9rem;*/
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 9px 0;
}

.p-top__post--detail__price span {
  font-size: 0.6875rem;
  line-height: 1.4546;
}

.p-top__post--detail__tag {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-top__post--detail__tag li.news {
  color: #0072b6;
  border: 1px solid #0072b6;
}

.p-top__post--detail__tag li.ticket {
  color: #019825;
  border: 1px solid #019825;
}

.p-top__post--detail__tag li.goods {
  color: #f00182;
  border: 1px solid #f00182;
}

.p-top__post--detail__tag > li {
  margin-bottom: 2px;
  padding: 4px 6px;
  border: 1px solid #e64707;
  /*border-radius: 9px;*/
  color: #e64707;
  font-size: 1rem;
  line-height: 1;
}

.p-top__post--detail__tag > li:not(:last-child) {
  margin-right: 4px;
}

.morelink {
  width: 50%;
  max-width: 260px;
  height: 40px;
  margin: 10px auto 0;
  text-align: center;
  border: 1.5px solid #e74808;
  border-radius: 22px;
  background-color: #fff;
  color: #e74808;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.p-top__post--more {
  width: 73.2394%;
  max-width: 260px;
  height: 44px;
  margin: 35px auto 0;
}

.p-top__post--more a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1.5px solid #e74808;
  border-radius: 22px;
  background-color: #fff;
  color: #e74808;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.p-top__post--more a:before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #e74808;
  border-right: 2px solid #e74808;
  content: '';
}

.p-detail__post {
  padding: 2% 0 25px;
  background: #f6f4f3;
}

.p-detail__post--inner {
  /*background: #f6f4f3;*/
  width: 96%;
  max-width: 710px;
  margin: 0 auto;
  padding: 1.5em 0 0 0;
  background: #fff;
}

.p-detail__post--inner .p-detail__post--box {
  padding: 0 1.5em 1.5em 1.5em;
}

.p-detail__post--box {
  /*width: 94.6667%;*/
  margin: 0 auto;
  background: #fff;
  padding: 1.6em 8%;
}

.p-detail__post--box .label {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 6px 12px;
  border: 1px solid #e64707;
  border-radius: 12px;
  color: #e64707;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: top;
}

.p-detail__post--box .label.news {
  color: #0072b6;
  border: 1px solid #0072b6;
}

.p-detail__post--box .label.ticket {
  color: #019825;
  border: 1px solid #019825;
}

.p-detail__post--box .label.goods {
  color: #f00182;
  border: 1px solid #f00182;
}

.p-detail__post--box h1 {
  font-size: 1.35rem;
  margin: 0.2em 0 0.2em 0;
  line-height: 1.4;
}

.p-detail__post--box h1 span.title_kana {
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

.p-detail__post--box .detail_member {
  /*font-size: 0.9rem;*/
  font-size: 1.1rem;
}

.p-detail__post--box .detail_price {
  color: #d65327;
  font-size: 1.2rem;
  line-height: 1;
  margin: 10px 0 0 0;
}

.p-detail__post--box .detail_day {
  color: #666;
  font-family: 'Montserrat',sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  margin: 0;
}

.p-detail__post--box > img {
  margin: 10px 0 0 0;
}

#theater .p-detail__post--box > img, #ticket .p-detail__post--box > img {
  border: 1px solid;
  width: auto;
  margin: 0 auto;
  display: block;
}

#ticket .p-detail__post--box > img {
  margin: 20px auto 0 auto;
}

#goods .p-detail__post--box > img, #talent .p-detail__post--box > img {
  margin: 1.3rem 0 0 0;
}

.prof_category, .js-profPerson_open, .js-profPerson_close, .prof_person_snsLink, #js-printBtn {
  display: none;
}

.relation--box {
  margin: 0 auto;
  background: #fff;
  /*padding: 0 8% 1.6em 8%;*/
  padding: 0 1.5em 1.5em 1.5em;
}

.relation_ticket--title, .relation_news--title, .relation_goods--title {
  margin: 0 0 15px 0;
  font-weight: bold;
  /*font-size: 0.9rem;*/
  font-size: 1.1rem;
  background: #f6f4f3;
  padding: 10px;
  line-height: 1;
}

#talent .p-top__post--detail__tag {
  margin: 8px 0 0 0;
}

/*.relation_ticket, .relation_news, .relation_goods {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}*/

.relation_ticket .p-top__post--img, .relation_news .p-top__post--img, .relation_goods .p-top__post--img {
  margin: 0 0 8px 0;
}

.relation_ticket .p-top__post--img img, .relation_news .p-top__post--img img, .relation_goods .p-top__post--img img {
  max-width: 100%;
  height: auto;
}

.relation_news .p-top__post--img img, .relation_goods .p-top__post--img img {
  border-radius: 15px;
}

.relation_ticket > div:nth-child(3n), .relation_goods > div:nth-child(3n), .relation_news > div:nth-child(3n) {
  margin: 0 0 1em 0;
} 

.relation_ticket .relation_ticket--item, .relation_news .relation_news--item, .relation_goods .relation_goods--item {
  width: 30%;
  margin: 0 5% 1em 0;
  display: inline-block;
  vertical-align: top;
}

#theater .relation_ticket .p-top__post--detail__inner {
  width: 100%;
  max-width: none;
}

.relation--box .p-top__post--detail__ttl {
  font-size: 0.8rem;
}

.p-detail__post--box .detail_text {
  margin: 20px 0 0 0;
  font-size: 0.8rem;
  overflow-wrap: break-word;
}

.p-detail__post--box .detail_text iframe.youtube {
  width: 100%;
  height: auto;
}

.p-detail__post--box .detail_text .itemsubimgbox_inner li {
  margin: 0 0 10px 0;
}

.p-detail__post--box .detail_text h2 {
  /*margin: 10px 0;
  font-size: 1rem;*/
  display: none;
}

.p-detail__post--box .detail_text .item-list {
  display: none;
}

.p-detail__post--box .detail_text .item-list h3 {
  display: none;
}

.p-detail__post--box .detail_text .itemBox {
  width: 50%;
  display: inline-block;
  padding: 0 5% 5% 5%;
}

.p-detail__post--box .detail_text .itemBox .name {
  margin: 0;
}

.p-detail__post--box .detail_text .line {
  display: none;
}

.p-detail__post--box .detail_text .prof_name {
  font-size: 1.35rem;
  margin: 0.2em 0 0.2em 0;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.p-detail__post--box .detail_text .prof_kana {
  text-align: center;
  margin: 0 0 20px 0;
}

.p-detail__post--box .detail_text .prof_kana p {
  margin: 0;
}

.p-detail__post--box .detail_text .prof_person_headWrap {
  font-weight: bold;
}

.p-detail__post--box .detail_text .prof_person_info p {
  margin: 0 0 7px 0;
  line-height: 1.3;
}

.p-detail__post--box .detail_text p {
  font-size: 0.8rem;
}

.p-detail__post--box .detail_text .wp-caption {
  width: 100% !important;
}

.p-detail__post--box .select_link, .relation_more a {
  position: relative;
  display: block;
  width: 60%;
  background: #e24305;
  color: #fff;
  margin: 20px auto;
  padding: 12px 0;
  text-align: center;
  line-height: 1;
  /*font-size: 0.9rem;*/
  font-size: 1.1rem;
  border-radius: 15px;
}

.relation_more a {
  margin: 10px auto 20px auto;
}

.p-detail__post--box .select_link::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 8px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

.loading {
  width: 50px;
  margin: 20px auto 40px auto;
}

.non_follow, .pick_follow {
  text-align: center;
  margin: 50px 40px 60px;
}

#navMenu {
  position: fixed;
}

@media screen and (max-width: 320px) {
  .tabmenu li {
    padding: 5px 11px;
  }
}