@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  min-height: 0;
  min-width: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  color: #040000;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
section,
article {
  display: block;
}

small {
  font-size: 60%;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.header img,
.footer img,
.l-sidebar img,
main.default img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}

a {
  color: #040000;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="file"] {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.view-tab {
  display: none;
}

.display-none {
  display: none;
}

input {
  font-family: 'Noto Serif JP',serif;
}

.bg-y {
  background-color: #fff77c;
}

.bg-ly {
  background-color: light-orange;
}

.bg-lgy {
  background-color: #f7f7f7;
}

.bg-dgy {
  background-color: #737373;
}

.bg-lr {
  background-color: light-red;
}

.bg-lb {
  background-color: light-blue;
}

.bg-w {
  background-color: #fff;
}

.red {
  color: #f00;
}

.blue {
  color: #bfa45a;
}

.c-main {
  color: #bfa45a;
}

.type-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.type-flex.is-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-flex.type-spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type-flex.type-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.type-flex.type-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner,
.l-contents-header.type-image .inner .box {
  max-width: 1280px;
  margin: 0 auto;
}

.section {
  margin-bottom: 40px;
}

.ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP',serif;
}

.ttl.type-center {
  text-align: center;
}

.ttl.type-underline {
  padding-bottom: 14px;
  border-bottom: 1px solid #bfa45a;
}

.ttl.type-centerline {
  position: relative;
  padding-bottom: 15px;
}

.ttl.type-centerline:after {
  content: "";
  width: 40px;
  height: 0;
  border-top: 1px solid #bfa45a;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.ttl.type-ro.type-lightgray {
  background-color: #e3e3e3;
  color: #333;
}

.ttl.type-ro.type-lightgray:after {
  border-color: #fff;
}

.ttl.type-em {
  font-size: 34px;
  font-size: 3.4rem;
}

.ttl.type-solid {
  background: #bfa45a;
  color: #fff;
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl.type-accordion {
  position: relative;
  cursor: pointer;
}

.ttl.type-accordion:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}

.ttl.type-accordion.is-active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -6px;
}

.ttl.type-accordion.type-color-white:after {
  border-color: #fff;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bfa45a;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 6.4px 1.6px rgba(0,0,0,0.15);
  box-shadow: 0 5px 6.4px 1.6px rgba(0,0,0,0.15);
  color: #fff;
  height: 50px;
  width: 300px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.btn:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 10px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.btn.type-square {
  border-radius: 0;
}

.btn.type-noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.type-center {
  margin-left: auto;
  margin-right: auto;
}

.btn.type-color00 {
  background-color: #bfa45a;
}

.btn.type-color-flyer {
  background: #cc853d;
  color: #fff;
}

.btn.type-bk {
  background-color: #333;
}

.btn.disabled {
  background-color: #e3e3e3;
}

.btn.type-cv {
  height: 85px;
  font-size: 20px;
  font-size: 2rem;
}

.btn.type-flyer {
  background: #cc853d;
  color: #fff;
}

.btn.type-flyer:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20d%3D%22M69.17.24H12.68v99.52h74.64V18.39zm.73%204.25l13.17%2013.17H69.9zM15.17%2097.27V2.73h52.25V18.9a1.24%201.24%200%200%200%201.24%201.25h16.17v77.12z%22%20fill%3D%22%23FFF%22%20%2F%3E%3Cpath%20d%3D%22M74.88%2026.83H25.12a1.23%201.23%200%200%200-1.24%201.24v10.52a1.23%201.23%200%200%200%201.24%201.24h49.76a1.23%201.23%200%200%200%201.24-1.24V28.07a1.23%201.23%200%200%200-1.24-1.24zm-1.24%2010.52H26.36v-8h47.28zM30.1%2053.77h39.81v2.49H30.1zm0%209.95h39.81v2.49H30.1zm0%209.95h39.81v2.49H30.1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
}

.btn.type-flyer:after {
  -webkit-transform: skewX(0);
  transform: skewX(0);
  display: none;
}

.btn.type-flyer.type-theater {
  max-width: 455px;
  width: calc(( 455 / 1280 ) *100vw );
  line-height: 1.3;
}

.btn.type-flyer.type-theater .small {
  font-size: 15px;
  font-size: 1.5rem;
}

.btn.type-flyer.type-theater:before {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin-right: 20px;
}

.btn.type-calendar {
  background: #c95951;
  color: #fff;
}

.btn.type-calendar:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewbox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M74.63%2015.09V6.54h-9.95v8.55H35.32V6.54h-9.95v8.55H.24v78.37h99.52V15.09zM67.17%209h5v14.64h-5zM27.86%209h5v14.64h-5zm-2.49%208.55v8.55h10v-8.52h29.31v8.55h9.95v-8.55h22.64v12.28H2.73V17.58zM2.73%2091V32.35h94.54V91z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M32.83%2059.17h14.68V44.5H32.83zM35.32%2047H45v9.71h-9.7zm17.17%2012.17h14.68V44.5H52.49zM55%2047h9.7v9.71H55zm17.14%2012.17h14.68V44.5H72.14zM74.63%2047h9.7v9.71h-9.7zM13.18%2078.83h14.68V64.15H13.18zm2.49-12.19h9.7v9.7h-9.7zm17.16%2012.19h14.68V64.15H32.83zm2.49-12.19H45v9.7h-9.7zm17.17%2012.19h14.68V64.15H52.49zM55%2066.64h9.7v9.7H55z%22%20fill%3D%22%23FFF%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
}

.btn.type-calendar:after {
  display: none;
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.btn.type-printer:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20data-name%3D%22%C3%A3%C2%81%C2%B9%C3%A3%C2%81%C5%B8%C3%A5%C2%A1%E2%80%94%C3%A3%E2%80%9A%C5%A0%20818%22%20d%3D%22M0%203h1v7H0V3zm15%200h1v7h-1V3zM0%209h2v1H0V9zm14%200h2v1h-2V9zM0%203h16v1H0V3zm2-3h12v1H2V0zm0%201h1v3H2V1zm11%200h1v3h-1V1zM2%2015h12v1H2v-1zm3-3h6v1H5v-1zm0-2h6v1H5v-1zm3-2h3v1H8V8zM2%205h12v1H2V5zm11%201h1v9h-1V6zM2%206h1v9H2V6z%22%20fill%3D%22%23C8B476%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 10px;
}

.btn.type-printer:after {
  display: none;
}

.btn.type-frame {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  padding: 15px 20px;
  height: auto;
}

.btn.type-frame.type-white {
  border-color: #fff;
}

.btn.type-window,
.theme-play .box-doublebd a.btn.blank,
.theme-play .l-ticket .box-f2bd a.btn.blank,
.theme-play .box-doublebd a.btn.type-window,
.theme-play .l-ticket .box-f2bd a.btn.type-window {
  position: relative;
}

.btn.type-window:after,
.theme-play .box-doublebd a.btn.blank:after,
.theme-play .l-ticket .box-f2bd a.btn.blank:after,
.theme-play .box-doublebd a.btn.type-window:after,
.theme-play .l-ticket .box-f2bd a.btn.type-window:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  display: block;
  background-size: 15px 12px;
  width: 15px;
  height: 12px;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  border: 0;
}

.link {
  cursor: pointer;
}

.link.type-color {
  color: #bfa45a;
  text-decoration: underline;
}

.link.type-color:hover {
  text-decoration: none;
}

.link.type-window,
.entryparts-ctswrap a.outLink,
.theme-play .outLink,
.theme-play .box-doublebd a[target="_blank"],
.theme-play .l-ticket .box-f2bd a[target="_blank"],
.theme-play .box-doublebd a[target="_new"],
.theme-play .l-ticket .box-f2bd a[target="_new"],
.theme-play .box-doublebd a[target="new"],
.theme-play .l-ticket .box-f2bd a[target="new"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link.type-window:after,
.entryparts-ctswrap a.outLink:after,
.theme-play .outLink:after,
.theme-play .box-doublebd a[target="_blank"]:after,
.theme-play .l-ticket .box-f2bd a[target="_blank"]:after,
.theme-play .box-doublebd a[target="_new"]:after,
.theme-play .l-ticket .box-f2bd a[target="_new"]:after,
.theme-play .box-doublebd a[target="new"]:after,
.theme-play .l-ticket .box-f2bd a[target="new"]:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  display: inline-block;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}

.link.type-window.type-color-gray:after,
.entryparts-ctswrap a.outLink.type-color-gray:after,
.theme-play .outLink.type-color-gray:after,
.theme-play .box-doublebd a[target="_blank"].type-color-gray:after,
.theme-play .l-ticket .box-f2bd a[target="_blank"].type-color-gray:after,
.theme-play .box-doublebd a[target="_new"].type-color-gray:after,
.theme-play .l-ticket .box-f2bd a[target="_new"].type-color-gray:after,
.theme-play .box-doublebd a[target="new"].type-color-gray:after,
.theme-play .l-ticket .box-f2bd a[target="new"].type-color-gray:after,
.entryparts-ctswrap a.outLink:after,
.theme-play .outLink:after,
.theme-play .box-doublebd a[target="_blank"]:after,
.theme-play .l-ticket .box-f2bd a[target="_blank"]:after,
.theme-play .box-doublebd a[target="_new"]:after,
.theme-play .l-ticket .box-f2bd a[target="_new"]:after,
.theme-play .box-doublebd a[target="new"]:after,
.theme-play .l-ticket .box-f2bd a[target="new"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23a6a6a6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.link.type-pdf:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("./img/icon_pdf_bl.png") no-repeat;
  background-size: contain;
  margin-left: 8px;
}

.link.type-anchor {
  font-size: 16px;
  font-size: 1.6rem;
  color: #bfa45a;
  text-decoration: underline;
}

.link.type-anchor:before {
  display: none;
}

.link.type-anchor:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #bfa45a;
  border-right: 2px solid #bfa45a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -3px 0 0 12px;
}

.link.type-arrow,
.l-otherticket .outLink,
.chirashi_img {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.link.type-arrow:before,
.l-otherticket .outLink:before,
.chirashi_img:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #bfa45a;
  position: absolute;
  left: 0;
  top: 6px;
}

.link.type-arrow.type-circle:before,
.l-otherticket .outLink.type-circle:before,
.chirashi_img.type-circle:before {
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.link.type-arrow.type-circle:after,
.l-otherticket .outLink.type-circle:after,
.chirashi_img.type-circle:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #bfa45a;
  position: absolute;
  top: 2px;
  left: -7px;
}

.link.type-img {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link.type-img .img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link.type-img:hover {
  text-decoration: none;
  cursor: pointer;
}

.link.type-img:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.link.type-box,
.wrap.type-shadow {
  background: #fff;
  margin-top: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
}

.link.type-box.type-arrow,
.wrap.type-shadow.type-arrow {
  display: block;
  position: relative;
}

.link.type-box.type-arrow:before,
.wrap.type-shadow.type-arrow:before {
  display: none;
}

.link.type-box.type-arrow:after,
.wrap.type-shadow.type-arrow:after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
  right: 20px;
  bottom: 20px;
}

a.tBlank:after,
.entryparts-ctswrap a.tBlank:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2085.71%22%3E%3Cpath%20d%3D%22M25.97%2072.07L50.04%2048v15.87h7.33l-.01-28.38-28.37-.01v7.34h15.86L20.79%2066.88l5.18%205.19z%22%20fill%3D%22%23a6a6a6%22%20%2F%3E%3Cpath%20d%3D%22M21.43%200v21.43H0v64.28h78.57V64.29H100V0zm50%2078.57H7.14V28.43h64.29zm21.43-21.43H78.57V21.43h-50V7.15h64.29z%22%20fill%3D%22%23a6a6a6%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 0 !important;
  display: inline-block;
  background-size: contain !important;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}

.label.type-ballon {
  position: absolute;
  width: calc(100% - 20px);
  border-radius: 20px;
  padding: 5px;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.label.type-ballon:after {
  bottom: 77%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51,51,51,0);
  border-bottom-color: #333;
  border-width: 14px;
  margin-left: -14px;
}

.wrap.bg-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
}

.wrap.bg-modal.type-hides {
  display: none;
}

.wrap.bg-modal > img {
  position: fixed;
  top: 50%;
  background: #fff;
}

.wrap.modal {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  overflow-y: auto;
}

.wrap.modal.type-hide {
  display: none;
}

.clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.clm.type-clm2 >.item {
  width: 48.4375%;
}

.clm.type-clm3 {
  margin-right: -1%;
}

.clm.type-clm3 >.item {
  width: 32%;
  margin-right: 1%;
}

.clm.type-clm4 >.item {
  width: 23.4375%;
}

.list.type-normal >.item {
  position: relative;
  padding-left: 15px;
}

.list.type-normal >.item:before {
  content: "・";
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.list.type-notice >.item {
  position: relative;
  padding-left: 15px;
}

.list.type-notice >.item:before {
  content: "※";
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.list.type-check >.item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
}

.list.type-check >.item:last-of-type {
  margin-bottom: 0;
}

.list.type-check >.item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./img/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}

.list.type-num >.item {
  list-style: decimal;
  margin: 0 0 5px 20px;
  padding-left: 5px;
}

.list.type-num >.item:last-of-type {
  margin-bottom: 0;
}

.list.type-tri >.item {
  position: relative;
  padding-left: 10px;
}

.list.type-tri >.item:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #bfa45a;
}

.text {
  font-size: 15px;
  font-size: 1.5rem;
}

.text.type-em {
  font-size: 20px;
  font-size: 2rem;
}

.text.type-color {
  color: #bfa45a;
}

.wrap.type-base {
  margin-bottom: 50px;
}

.wrap.type-middle {
  margin-bottom: 30px;
}

.wrap.type-decoration {
  position: relative;
}

.wrap.type-decoration:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #fff;
  pointer-events: none;
}

.wrap.type-decoration:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("./img/img_frame.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 15px;
  height: 15px;
  right: 2px;
  top: 2px;
}

.wrap.type-decoration-inner {
  background-image: url("./img/img_frame.png");
  background-repeat: no-repeat;
}

.wrap.type-decoration-inner:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("./img/img_frame.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 2px;
  bottom: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wrap.type-decoration-inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: 2px;
  background-image: url("./img/img_frame.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrap.type-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wrap.type-movie .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap.type-withimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap.type-withimg .link {
  color: #040000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.wrap.type-withimg .link:hover {
  text-decoration: none;
  color: #040000;
  opacity: .8;
}

.wrap.type-withimg .l-img img {
  vertical-align: middle;
}

.wrap.type-withimg .l-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 630px;
  flex: 1 1 630px;
}

.wrap.bg-dgy {
  padding: 30px;
  color: #fff;
}

.note.text {
  position: relative;
  padding-left: 15px;
}

.note.text:before {
  content: "※";
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.note.list {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.note.list.type-simple {
  margin-bottom: 5px;
}

.note.list.type-simple .item {
  position: relative;
  padding-left: 15px;
}

.note.list.type-simple .item:before {
  content: "※";
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.note.list.type-num > .item {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}

.note.list.type-num > .item:first-of-type:before {
  content: "※1";
}

.note.list.type-num > .item:nth-of-type(2):before {
  content: "※2";
}

.note.list.type-num > .item:nth-of-type(3):before {
  content: "※3";
}

.note.list.type-num > .item:nth-of-type(4):before {
  content: "※4";
}

.note.list.type-num.type-caution > .item {
  padding-left: 35px;
}

.note.list.type-num.type-caution > .item:before {
  content: "（注）";
  margin-right: 0;
  position: absolute;
  left: 0;
}

.table {
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.table.type-max {
  width: 100%;
}

.table .th {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  font-weight: normal;
}

.table .td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  font-weight: normal;
}

.table .td.type-none {
  border-right: 0;
}

.table .td.type-nowrap {
  white-space: nowrap;
  text-align: left;
}

.img.type-base {
  margin: 0 auto 20px auto;
  text-align: center;
}

.img.type-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

height 100%.type-base,
.box.type-base {
  margin-bottom: 20px;
}

height 100%.type-base-top,
.box.type-base-top {
  margin-top: 20px;
}

.form-item {
  height: 60px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.form-item.type-select {
  position: relative;
  padding: 0;
}

.form-item.type-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 10px;
  top: 50%;
  height: 10px;
  border: 0;
  border-top: 1px solid #bfa45a;
  border-right: 1px solid #bfa45a;
  -webkit-transform: rotate(135deg) translateY(6px) translateX(-4px);
  transform: rotate(135deg) translateY(6px) translateX(-4px);
  pointer-events: none;
}

.form-item.type-select .select {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.form-item.type-search {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

.form-item.type-search:before {
  content: "";
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M65.67%2061.71a37.37%2037.37%200%201%200-4%204L96%20100l4-4zM37.36%2069.1A31.75%2031.75%200%201%201%2069.1%2037.36%2031.78%2031.78%200%200%201%2037.36%2069.1z%22%20fill%3D%22%23bfa45a%22%20%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 27px 26.969px;
  width: 27px;
  height: 26.969px;
  margin-right: 10px;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.header {
  position: relative;
  height: 80px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 30px 0 rgba(28,29,29,0.25);
  box-shadow: 0 0 30px 0 rgba(28,29,29,0.25);
  z-index: 999;
}

.header.is-active {
  position: fixed;
  top: 0;
}

.header .logo {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  line-height: 1;
  left: 20px;
  width: calc(( 186 / 1280 ) *100vw );
  max-width: 186px;
}

.header .nav.l-center {
  width: calc(( 690 / 1280 ) *100vw );
  max-width: 690px;
  margin: 0 auto;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  font-size: 14px;
  font-size: 1.4rem;
}

.header .nav.l-center a:link,
.header .nav.l-center a:visited {
  color: #040000;
}

.header .nav.l-center .list {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav.l-center .list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  position: relative;
  font-family: 'Noto Serif JP',serif;
}

.header .nav.l-center .list .link:hover {
  text-decoration: none;
}

.header .nav.l-center .list .link:hover:after,
.header .nav.l-center .list .link.is-active:after {
  content: "";
  width: 100%;
  border-bottom: 4px solid #bfa45a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .nav.l-center .btn.type-flyer {
  height: 40px;
  width: calc(( 150 / 1280 ) *100vw );
  max-width: 150px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .nav.l-center .btn.type-flyer:before {
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.header .nav.l-right-fixed {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.header .nav.l-right-fixed .link {
  color: #fff;
}

.header .nav.l-right-fixed .item {
  cursor: pointer;
}

.header .nav.l-right-fixed .item.type-english {
  width: 80px;
  text-align: center;
}

.header .nav.l-right-fixed .item.type-search {
  position: relative;
  padding-right: 20px;
  border-right: 1px solid #000;
}

.header .nav.l-right-fixed .item.type-search .form-item.type-input {
  height: 40px;
  width: 170px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
}

.header .nav.l-right-fixed .item.type-search .form-item.type-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M65.67%2061.71a37.37%2037.37%200%201%200-4%204L96%20100l4-4zM37.36%2069.1A31.75%2031.75%200%201%201%2069.1%2037.36%2031.78%2031.78%200%200%201%2037.36%2069.1z%22%20fill%3D%22%23bfa45a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 18px 18px;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.header .nav.l-right-fixed .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .nav.l-modal {
  z-index: 1000;
}

.header .nav.l-modal .link {
  color: #fff;
}

.header .nav.l-modal .nav.l-right-fixed {
  position: fixed;
  right: 0;
  top: 0;
}

.header .nav.l-modal .nav.l-right-fixed .item.type-search {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
}

.header .nav.l-modal .nav.l-right-fixed .item.type-search .img.type-search {
  width: 37px;
  height: 35px;
  margin-bottom: 8px;
}

.header .nav.l-modal .nav.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 20px;
}

.header .nav.l-modal .nav.l-header .btn {
  width: 300px;
  height: 50px;
  margin-right: 10px;
}

.header .nav.l-modal .nav.l-header .img {
  margin-right: 10px;
}

.header .nav.l-modal .nav.l-header .img.type-flyer {
  width: 17px;
  height: 23px;
}

.header .nav.l-modal .nav.l-header .img.type-calendar {
  width: 25px;
  height: 22px;
}

.header .nav.l-modal .nav.l-contents .link {
  padding: 2px;
}

.header .nav.l-modal .nav.l-contents .link:hover {
  background-color: #bfa45a;
  color: #fff;
  text-decoration: none;
}

.header .nav.l-modal .nav.l-contents .ttl {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem;
}

.header .nav.l-modal .nav.l-contents .list.type-main {
  position: relative;
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header .nav.l-modal .nav.l-contents .list.type-sub .item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 17px;
}

.header .nav.l-modal .nav.l-contents .list.l-images .item {
  position: absolute;
  left: -320px;
  margin-top: -100px;
  -webkit-transition: all .5s;
  transition: all .5s;
  left: calc(( -300 / 1280 ) *100vw );
  width: calc(( 300 / 1280 ) *100vw );
  max-width: 300px;
  overflow: hidden;
}

.header .nav.l-modal .nav.l-contents .list.l-images .item .img {
  width: 300px;
  height: 469px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.header .nav.l-modal .nav.l-contents .list.l-images .item.is-active {
  left: 0;
}

.header .nav.l-modal .nav.l-contents .list.l-sns {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .nav.l-modal .nav.l-contents .list.l-sns .img {
  max-height: 21px;
}

.header .nav.l-modal .nav.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0 0;
  margin: 0 20px;
  border-top: 1px solid #fff;
}

.header .nav.l-modal .nav.l-footer .item {
  font-size: 15px;
  font-size: 1.5rem;
}

.header .nav.l-modal .nav.l-footer .item:last-of-type {
  margin-right: 0;
  margin-left: auto;
}

.header .nav.l-modal .nav.l-footer .item .btn {
  font-size: 14px;
  font-size: 1.4rem;
}

.header .nav.l-modal .wrap.l-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header .nav.l-modal .wrap.l-search .inner {
  width: 700px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

.header .nav.l-modal .wrap.l-search .close .img.type-close {
  width: 35px;
  height: 34px;
}

.header .nav.l-modal .wrap.l-search .ttl.type-main {
  font-size: 32px;
  font-size: 3.2rem;
}

.header .nav.l-modal .wrap.l-search .ttl.type-sub {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.header .nav.l-modal .wrap.l-search .ttl .img {
  width: 27px;
  height: 27px;
  fill: #bfa45a;
  margin-right: 10px;
}

.header .nav.l-modal .wrap.l-search .text {
  margin-bottom: 60px;
}

.header .nav.l-modal .wrap.l-search .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav.l-modal .wrap.l-search .form-item {
  height: 60px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.header .nav.l-modal .wrap.l-search .form-item.type-input {
  width: 100%;
  margin-bottom: 20px;
}

.header .nav.l-modal .wrap.l-search .form-item.type-select position relative:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.header .nav.l-modal .wrap.l-search .btn {
  width: 340px;
  height: 50px;
  margin: 40px auto 0;
  font-size: 20px;
  font-size: 2rem;
}

.hamburgur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-size: 1rem;
}

.hamburgur .span {
  display: block;
  height: 0;
  width: 40px;
  border-top: 2px solid #fff;
  margin-bottom: 9px;
}

.hamburgur .span:last-of-type {
  border: none;
  width: auto;
}

.js-modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 1;
  color: #fff;
}

.js-modal-menu .close {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-modal-menu .close .img.type-close {
  width: 35px;
  height: 34px;
  cursor: pointer;
}

.js-modal-menu .close .span {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

.footer a:link,
.footer a:visited {
  color: #040000;
}

.footer .nav {
  text-align: center;
  background: #525252;
  color: #fff;
  padding: 20px 0;
}

.footer .nav .list {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .nav .list .item {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}

.footer .nav .list .item:after {
  content: "|";
  position: absolute;
  right: 0;
}

.footer .nav .list .item:last-of-type:after {
  content: "";
}

.footer .nav .list .link {
  color: #fff;
}

.copyright {
  font-size: 10px;
  font-size: 1rem;
  color: #b3b3b3;
}

.pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  padding-top: 60px;
  font-size: 10px;
  font-size: 1rem;
  background: rgba(35,24,24,0.75);
  z-index: 998;
}

.pagetop:before {
  position: absolute;
  width: 23px;
  height: 0;
  top: 23px;
  left: 50%;
  margin-left: -11px;
  content: "";
  display: block;
  border-top: 1px solid #fff;
}

.pagetop:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -7px;
  position: absolute;
  top: 32px;
  left: 50%;
}

.breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  padding-left: 40px;
  line-height: 50px;
  font-size: 13px;
  font-size: 1.3rem;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #040000;
}

.breadcrumb >.item {
  padding-right: 5px;
}

.breadcrumb >.item:after {
  content: "＞";
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb >.item:last-of-type {
  padding-right: 0;
}

.breadcrumb >.item:last-of-type:after {
  content: "";
  display: none;
}

.banners {
  background: #ebebeb;
  padding: 60px 0;
}

.banners .inner {
  width: calc(( 880 / 1280 ) *100vw );
  max-width: 880px;
}

.banners .partners {
  margin-bottom: 40px;
}

.banners .partners .item {
  margin-bottom: 1%;
}

.banners .partners .link {
  width: 286px;
  height: 80px;
}

.banners .partners .img {
  display: block;
}

.banners .supporters {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

main {
  background: url("./img/bg_contents.png");
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrap.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap.l-container .l-main {
  margin: 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 79.3%;
}

.wrap.l-container .l-main.type-1clm {
  width: 100%;
}

.wrap.l-container .l-sidebar {
  width: 20.7%;
  max-width: 265px;
  padding: 20px 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("./img/bg_sidebar.png");
}

.wrap.l-container .l-sidebar .ttl.type-ro {
  font-size: 13px;
  font-size: 1.3rem;
}

.wrap.l-container .l-sidebar .nav.type-partners {
  margin-bottom: 20px;
}

.wrap.l-container .l-sidebar .nav.type-banners {
  margin-bottom: 20px;
}

.wrap.l-container .l-sidebar .nav.type-banners .item {
  line-height: 1;
  margin-bottom: 10px;
}

.wrap.l-container .l-sidebar .nav.type-banners .item:last-of-type {
  margin-bottom: 0;
}

.wrap.l-container .l-sidebar .nav.type-btns {
  margin-bottom: 20px;
}

.wrap.l-container .l-sidebar .nav.type-btns .item {
  margin-bottom: 10px;
}

.wrap.l-container .l-sidebar .nav.type-btns .item:last-of-type {
  margin-bottom: 0;
}

.wrap.l-container .l-sidebar .nav.type-btns .btn {
  font-size: 15px;
  font-size: 1.5rem;
  width: auto;
  height: 63px;
}

.wrap.l-container .l-sidebar .nav.type-pages {
  border: 4px solid #ccc;
  background: #fff;
  padding: 2px;
  margin: 0 -10px 20px -10px;
}

.wrap.l-container .l-sidebar .nav.type-pages .item {
  font-family: 'Noto Serif JP',serif;
  border-bottom: 1px solid #ccc;
}

.wrap.l-container .l-sidebar .nav.type-pages .item:last-of-type {
  border: 0;
}

.wrap.l-container .l-sidebar .nav.type-pages .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item {
  margin: 0 10px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main {
  color: #fff;
  height: 46px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:hover:before,
.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: #bfa45a;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:hover:after,
.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:after {
  border-radius: 0;
  background: none;
  border-color: #fff;
  right: 26px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:after {
  content: "";
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:last-of-type {
  border: 0;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin: 0 0 0 20px;
  padding: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -2px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:hover {
  background: #ccc;
  margin: 0 -10px;
  padding: 0 0 0 50px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:hover:after {
  right: 23px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:last-of-type {
  border: 0;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item .link {
  color: #000;
  text-decoration: none;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item {
  margin: 0 10px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 20px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -2px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link.type-window:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23333%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  border: 0;
  -webkit-transform: none;
  transform: none;
  width: 14px;
  height: 12px;
  margin-top: -6px;
  right: 10px;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link.type-window:hover:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link.is-active,
.wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link:hover {
  color: #fff;
  text-decoration: none;
}

.l-contents-header {
  background: -webkit-gradient(linear,left top, right top,from(#bba66e),color-stop(50%, #d4bd7e),to(#d4bd7e));
  background: linear-gradient(90deg,#bba66e 0%,#d4bd7e 50%,#d4bd7e);
  position: relative;
}

.l-contents-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/bg_contents_header.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}

.l-contents-header .inner {
  position: relative;
  z-index: 2;
}

.l-contents-header .ttl {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 90px;
  font-size: 38px;
  font-size: 3.8rem;
  color: #fff;
}

.l-contents-header.type-image {
  position: relative;
  padding-top: 23.4375%;
  background: none;
}

.l-contents-header.type-image:after {
  display: none;
}

.l-contents-header.type-image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-contents-header.type-image .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: initial;
  height: 100%;
}

.l-contents-header.type-image .inner .box .ttl {
  background: #000;
  color: #fff;
  position: absolute;
  top: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -35px 0 0 90px;
  padding: 0 10px;
  border-bottom: 6px solid #bfa45a;
  font-size: 45px;
  font-size: 4.5rem;
}

.l-contents-header.type-btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-contents-header.type-btn .btn {
  height: 40px;
  border-radius: 20px 20px;
  background: #fff;
  color: #000;
  width: 180px;
  margin-right: 90px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l-contents-header.type-center .ttl {
  display: inline-block;
  background: #fff;
}

.wrap.l-sns {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.wrap.l-sns .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap.l-sns .list .item {
  margin-right: 20px;
}

.wrap.l-sns .list .item.last {
  margin-right: 0;
}

.wrap.l-sns .list .icon {
  display: block;
  width: 125px;
  height: 35px;
  border-radius: 2px;
  text-indent: -9999px;
}

.wrap.l-sns .list .icon.type-fb {
  background: #1877f2 url("./img/icon_fb_w@2x.png") no-repeat center center;
  background-size: 12px 24px;
}

.wrap.l-sns .list .icon.type-twitter {
  background: #1da1f2 url("./img/icon_twitter_w@2x.png") no-repeat center center;
  background-size: 26px 21px;
}

.wrap.l-sns .list .icon.type-line {
  background: #00b900 url("./img/icon_LINE_w@2x.png") no-repeat center center;
  background-size: 25px 24px;
}

.wrap.l-sns .list .icon.type-rss {
  background: #f49c52 url("./img/icon_RSS_w@2x.png") no-repeat center center;
  background-size: 22px 22px;
}

.type-entry .wrap.l-sns {
  margin: 40px 0;
}

.wrap.l-play {
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap.l-play .box.type-img {
  max-width: 320px;
  width: calc(( 320 / 1280 ) *100vw );
  padding: 20px 0 20px 20px;
  line-height: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrap.l-play .box.type-content {
  max-width: 495px;
  width: calc(( 495 / 1280 ) *100vw );
  margin: 40px;
}

.wrap.l-play .ttl.type-ticket,
.wrap.l-play .label.type-ticket {
  height: 23px;
  line-height: 23px;
  display: inline-block;
  background: #c95951;
  color: #fff;
  position: relative;
  padding: 0 10px;
  margin: 0 5px 15px 11px;
  font-size: 12px;
  font-size: 1.2rem;
}

.wrap.l-play .ttl.type-ticket:before,
.wrap.l-play .label.type-ticket:before {
  content: "";
  display: inline-block;
  background: url("./img/bg_ticket_l.png") no-repeat;
  background-size: contain;
  width: 11px;
  height: 23px;
  position: absolute;
  left: -11px;
}

.wrap.l-play .ttl.type-ticket:after,
.wrap.l-play .label.type-ticket:after {
  content: "";
  display: inline-block;
  background: url("./img/bg_ticket_r.png") no-repeat;
  background-size: contain;
  width: 5px;
  height: 23px;
  position: absolute;
  right: -5px;
}

.wrap.l-play .text.type-term {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.wrap.l-play .text.type-timetable {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}

.wrap.l-play .text.type-part {
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.wrap.l-play .btn {
  font-size: 18px;
  font-size: 1.8rem;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-track.slick-loading {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide[dir="rtl"] {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading img {
  display: none;
}

.slick-slide img.dragging img {
  pointer-events: none;
}

.slick-slide .slick-initialized {
  display: block;
}

.slick-slide .slick-loading {
  visibility: hidden;
}

.slick-slide .slick-vertical {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: relative;
  text-align: center;
  z-index: 10;
  margin: 0 auto 20px;
}

.slick-dots li {
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
  text-indent: -9999px;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li.slick-active {
  background: #040000;
}

.wrap-gallerysearch {
  background: #f2f1ed;
  padding: 40px 0;
  margin-bottom: 20px;
}

.wrap-gallerysearch .wrap-gallerysearch-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-gallerysearch .wrap-gallerysearch-parts .form-item {
  padding: 0 20px 0 6px;
}

.wrap-gallerysearch .wrap-gallerysearch-parts .type-theater {
  margin-right: 10px;
  width: 17%;
}

.wrap-gallerysearch .wrap-gallerysearch-parts .type-year {
  margin-right: 5px;
  width: 15%;
}

.wrap-gallerysearch .wrap-gallerysearch-parts .type-month {
  margin-right: 10px;
  width: 15%;
}

.wrap-gallerysearch .wrap-gallerysearch-parts .type-word {
  width: 33%;
}

.wrap-gallerysearch .type-search {
  margin: 20px auto 0;
}

.wrap-gallerysearch + p {
  line-height: 1.5em;
  margin-bottom: 60px;
}

.list-archive-monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 105px;
}

.list-archive-monthly li {
  width: calc((100% - 30px) / 5);
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-right: none;
  background: #fff;
}

.list-archive-monthly li:nth-child(5n+5) {
  border-right: 1px solid #ccc;
}

.list-archive-monthly li:nth-child(n+6) {
  border-top: none;
}

.list-archive-monthly li:last-child {
  border-right: 1px solid #ccc;
}

.list-archive-monthly li.current {
  background: #bfa45a;
  font-weight: bold;
}

.list-archive-monthly li.current a {
  color: #fff;
}

.list-archive-monthly li a {
  display: block;
  width: 100%;
  height: 100%;
}

.clm.type-clm3.list-thumb-plays-archive {
  margin-top: -50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.clm.type-clm3.list-thumb-plays-archive a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.clm.type-clm3.list-thumb-plays-archive a:hover {
  text-decoration: none;
}

.clm.type-clm3.list-thumb-plays-archive > li {
  margin: 50px 6px 0;
}

.clm.type-clm3.list-thumb-plays-archive > li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 80%;
  margin: 0 auto;
}

.clm.type-clm3.list-thumb-plays-archive .pointlabel.nowplaying {
  background: #cc7a29;
}

.clm.type-clm3.list-thumb-plays-archive .pointlabel.nowplaying:after {
  border-bottom-color: #cc7a29;
}

.result-searchpage {
  margin-top: 120px !important;
}

.l-contents-header.lets_kabuki_h:after {
  content: none;
}

.l-contents-header.lets_kabuki_h .wrap-indexmv-lk {
  position: relative;
  padding-top: 15px;
  background: url("./img/special/lets_kabuki/bg_indexmv.png") repeat-x left top;
}

.l-contents-header.lets_kabuki_h .lkmv {
  display: block;
}

.l-contents-header.lets_kabuki_h .lkmv-nav-sp {
  position: absolute;
  width: 100%;
  top: 37%;
  left: 0;
  padding: 0 3%;
}

.wrap-lk-nav-top {
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
}

.wrap-lk-nav-top .ttl-lk-nav {
  border: 1px solid #fff;
  height: 30px;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-family: "Hannari","Yu Mincho","YuMincho";
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background: url("./img/special/lets_kabuki/obi.png") repeat left top;
}

.list-nav-lk-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 5px solid #fff;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-nav-lk-top li {
  background: #fff;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 14.28%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-nav-lk-top li:first-child {
  border-left: 1px solid #e6e6e6;
}

.list-nav-lk-top li:first-child:hover {
  background: #fae8ea;
}

.list-nav-lk-top li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.list-nav-lk-top li a:hover {
  text-decoration: none;
  color: #000;
}

.list-nav-lk-top li dl.list-thumb-lknav-top dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-nav-lk-top li dl.list-thumb-lknav-top dt img {
  width: 100%;
  height: auto;
}

.list-nav-lk-top li dl.list-thumb-lknav-top dd p {
  padding-bottom: 20px;
  margin-bottom: 10px;
  background: url("./img/arrow_btmline.png") no-repeat center bottom;
}

.list-nav-lk-top li dl.list-thumb-lknav-top dd p span {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.list-nav-lk-top li dl.list-thumb-lknav-top dd .number {
  position: absolute;
  left: 0;
  top: 0;
  line-height: .825;
  color: #fff;
  font-family: "Hannari","Yu Mincho","YuMincho";
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  background: #f7636f;
  padding: 3px 10px 6px 6px;
}

.list-nav-lk-top li:nth-child(2):hover {
  background: #fcece3;
}

.list-nav-lk-top li:nth-child(2) .number {
  background: #ff8b4d !important;
}

.list-nav-lk-top li:nth-child(3):hover {
  background: #a1e5dc;
}

.list-nav-lk-top li:nth-child(3) .number {
  background: #00a48d !important;
}

.list-nav-lk-top li:nth-child(4):hover {
  background: #f0e7ce;
}

.list-nav-lk-top li:nth-child(4) .number {
  background: #f8b500 !important;
}

.list-nav-lk-top li:nth-child(5):hover {
  background: #bce2e8;
}

.list-nav-lk-top li:nth-child(5) .number {
  background: #50a5b3 !important;
}

.list-nav-lk-top li:nth-child(6):hover {
  background: #c9c9d1;
}

.list-nav-lk-top li:nth-child(6) .number {
  background: #968599 !important;
}

.list-nav-lk-top li:nth-child(7):hover {
  background: #c4c9bd;
}

.list-nav-lk-top li:nth-child(7) .number {
  background: #7b8174 !important;
}

.lkindex-cs .list-thumb-plays > dt > img {
  height: auto !important;
}

.wrap-bnr-lkabout {
  position: relative;
  max-width: 855px;
  margin: 40px auto;
  background: url("./img/special/lets_kabuki/about_bnr_bg_pc.jpg") no-repeat center center;
  background-size: cover;
  padding: 20px;
  text-align: center;
}

.wrap-bnr-lkabout:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #b94620 transparent;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.wrap-bnr-lkabout dl dt {
  line-height: 1em;
  margin-bottom: 20px;
}

.wrap-bnr-lkabout a:hover {
  color: #000;
  text-decoration: none;
  opacity: .5;
}

.ttl.type-lkindex {
  position: relative;
  max-width: 560px;
  margin: 0 auto 40px;
  font-family: "Hannari","Yu Mincho","YuMincho";
  text-align: center;
  background: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1.8px;
  padding: 3px;
}

.ttl.type-lkindex > div {
  padding: 30px 0;
}

.ttl.type-lkindex > div:before {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 34px;
  height: 40px;
  padding-right: 6px;
  text-align: center;
  color: #fff;
  font-family: "Hannari","Yu Mincho","YuMincho";
  font-style: italic;
  font-size: 28px;
  font-size: 2.8rem;
}

.ttl.type-lkindex > div:after {
  position: absolute;
  right: -15px;
  bottom: -15px;
}

.ttl.type-lkindex span {
  font-weight: bold;
}

.ttl.type-ribbon {
  position: relative;
  display: inline-block;
  height: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ttl.type-ribbon:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  border: 20px solid #e65c67;
  border-left-color: transparent;
}

.ttl.type-ribbon:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  border: 20px solid #e65c67;
  border-right-color: transparent;
}

.ttl.type-ribbon > div {
  display: inline-block;
  position: relative;
  width: 330px;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  background: #f7636f;
  z-index: 1;
}

.ttl.type-ribbon > div:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
}

.ttl.type-ribbon > div:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
}

.wrap-ribbonttl {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 35px;
}

.list-ttlcaption-lkindex {
  text-align: center;
  margin-bottom: 40px;
}

.list-ttlcaption-lkindex dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: 'Noto Serif JP',serif;
}

.list-ttlcaption-lkindex dd {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}

.sc-lkindex-01 {
  border-top: 5px solid #f7636f;
  padding: 50px 40px;
  margin-bottom: 20px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern01.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-01 .type-lkindex > div {
  border: 1px solid #f7636f;
}

.sc-lkindex-01 .type-lkindex > div:before {
  display: block;
  content: "1";
  background: #f7636f;
}

.sc-lkindex-01 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 100px;
  height: 87px;
  background: url("./img/special/lets_kabuki/lknav_01@2x.png") no-repeat left top;
  background-size: cover;
}

.sc-lkindex-01 .list-ttlcaption-lkindex {
  margin-bottom: 60px;
}

.sc-lkindex-01 .box-round-bgpaint {
  border-radius: 10px;
  background: #f1c8cc;
  padding: 70px 35px 40px 35px;
}

.sc-lkindex-01 .box-round-bgpaint .clm.type-clm4 > li {
  width: calc((100% - 60px) / 3);
}

.imgshaped {
  text-align: center;
}

.sc-lkindex-02 {
  border-top: 5px solid #ff8b4d;
  padding: 50px 40px;
  margin-bottom: 20px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern02.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-02 .type-lkindex > div {
  border: 1px solid #ff8b4d;
}

.sc-lkindex-02 .type-lkindex > div:before {
  display: block;
  content: "2";
  background: #ff8b4d;
}

.sc-lkindex-02 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 41px;
  height: 64px;
  background: url("./img/special/lets_kabuki/ttl_r_lk_02@2x.png") no-repeat left top;
  background-size: cover;
}

.sc-lkindex-02 .imgshaped {
  margin-bottom: 70px;
}

.sc-lkindex-02 .imgshaped img {
  width: 300px;
}

.sc-lkindex-02 .bg-map {
  height: 448px;
  margin-bottom: 100px;
  padding: 0 40px;
  background: url("./img/special/lets_kabuki/mapbg_pc@2x.png") no-repeat center center;
  background-size: cover;
}

.sc-lkindex-02 .bg-map .list-thumblink-lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sc-lkindex-02 .bg-map .list-thumblink-lk li {
  width: 50%;
}

.sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(2n) {
  text-align: right;
}

.sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(1),
.sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(2) {
  margin-top: -50px;
}

.sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(3),
.sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(4) {
  margin-top: 25px;
}

.sc-lkindex-02 .btnwrap-clm2 {
  padding: 0 8% 60px;
}

.sc-lkindex-02 .btnwrap-clm2 + p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.67em;
}

.sc-lkindex-02 .btnwrap-clm2 + p + a {
  display: block;
  width: 630px;
  margin: 30px auto 0;
}

.sc-lkindex-02 .btnwrap-clm2 + p + a img {
  width: 630px;
}

.sc-lkindex-03 {
  border-top: 5px solid #00a48d;
  padding: 50px 40px;
  margin-bottom: 20px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern03.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-03 .type-lkindex > div {
  border: 1px solid #00a48d;
}

.sc-lkindex-03 .type-lkindex > div:before {
  display: block;
  content: "3";
  background: #00a48d;
}

.sc-lkindex-03 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 105px;
  height: 64px;
  background: url("./img/special/lets_kabuki/lknav_03@2x.png") no-repeat left top;
  background-size: cover;
}

.sc-lkindex-03 .imgshaped {
  margin-bottom: 30px;
}

.sc-lkindex-03 .type-ribbon:before {
  border: 20px solid #009682;
  border-left-color: transparent;
}

.sc-lkindex-03 .type-ribbon:after {
  border: 20px solid #009682;
  border-right-color: transparent;
}

.sc-lkindex-03 .type-ribbon > div {
  background: #00a48d;
}

.sc-lkindex-03 .wrap-ribbonttl {
  position: relative;
  z-index: 20;
}

.sc-lkindex-03 .caption {
  position: relative;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1em;
}

.sc-lkindex-03 .caption span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-lkindex-03 .caption:after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #666 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc-lkindex-03 .caption.icon-in span:before {
  display: inline;
  content: "";
  width: 32px;
  height: 27px;
  margin-right: 10px;
  background: url("./img/special/lets_kabuki/icon_pc_lk@2x.png");
  background-size: cover;
}

.sc-lkindex-03 .caption.icon-phone span:before {
  display: inline;
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url("./img/special/lets_kabuki/icon_tel_lk@2x.png");
  background-size: cover;
}

.sc-lkindex-03 .caption.icon-th span:before {
  display: inline;
  content: "";
  width: 30px;
  height: 25px;
  margin-right: 10px;
  background: url("./img/special/lets_kabuki/icon_counter@2x.png");
  background-size: cover;
}

.list-ticphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-ticphone > li {
  width: calc((100% - 20px) / 2);
  max-width: 418px;
}

.list-ticphone > li a:hover {
  text-decoration: none;
}

.box-doublebd-ticphone {
  position: relative;
  background: #009d5a;
  padding: 25px 35px;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
}

.box-doublebd-ticphone > p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.box-doublebd-ticphone > img {
  display: block;
  margin: 0 auto;
}

.box-doublebd-ticphone > span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: right;
}

.box-doublebd-ticphone > span:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 10px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.box-doublebd-ticphone:after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.box-theaterrv {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 8%;
  border: 2px solid #fff;
}

.box-theaterrv .caption {
  width: 300px;
  margin: -20px auto 20px auto;
}

.box-theaterrv > p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67em;
  text-align: center;
  margin-bottom: 30px;
}

.box-theaterrv .btnwrap-clm2 {
  padding: 0;
  margin-bottom: 60px;
}

.box-theaterrv .btnwrap-clm2 .btn:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 10px;
}

.box-theaterrv .btnwrap-clm2 .btn:nth-child(n+3) {
  margin-top: 20px;
}

.box-decoframe .topparts {
  position: relative;
  width: calc(100% - 39px);
  height: 20px;
  background: #fff;
  border: 2px solid #7fd1c6;
  border-bottom: 2px solid #fff;
  left: 50%;
  -webkit-transform: translate(-50%,2px);
  transform: translate(-50%,2px);
  z-index: 10;
}

.box-decoframe .topparts:before {
  position: absolute;
  content: "";
  display: block;
  height: 18px;
  border: 1px solid #7fd1c6;
  border-bottom: none;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 0;
}

.box-decoframe .topparts:after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  background: #fff;
  left: 5px;
  right: 5px;
  top: 22px;
}

.box-decoframe .ctsparts {
  position: relative;
  background: #fff;
  border: 2px solid #7fd1c6;
  padding: 45px 35px;
}

.box-decoframe .ctsparts:after {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #7fd1c6;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}

.box-decoframe .bottomparts {
  position: relative;
  width: calc(100% - 39px);
  height: 20px;
  background: #fff;
  border: 2px solid #7fd1c6;
  border-top: 2px solid #fff;
  left: 50%;
  -webkit-transform: translate(-50%,-2px);
  transform: translate(-50%,-2px);
  z-index: 10;
}

.box-decoframe .bottomparts:before {
  position: absolute;
  content: "";
  display: block;
  height: 18px;
  border: 1px solid #7fd1c6;
  border-top: none;
  left: 4px;
  right: 4px;
  top: -7px;
}

.box-decoframe .bottomparts:after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  background: #fff;
  left: 5px;
  right: 5px;
  bottom: 18px;
}

.list-thumb-lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-thumb-lk dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 47%;
}

.list-thumb-lk dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}

.sc-lkindex-04 {
  border-top: 5px solid #f8b500;
  padding: 50px 40px;
  margin-bottom: 20px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern04.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-04 .type-lkindex > div {
  border: 1px solid #f8b500;
}

.sc-lkindex-04 .type-lkindex > div:before {
  display: block;
  content: "4";
  background: #f8b500;
}

.sc-lkindex-04 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 88px;
  height: 63px;
  background: url("./img/special/lets_kabuki/lknav_04@2x.png") no-repeat left top;
  background-size: cover;
}

.sc-lkindex-04 .list-thumb-lk-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-lkindex-04 .list-thumb-lk-04.right dt {
  width: 320px;
}

.sc-lkindex-04 .list-thumb-lk-04.right dd {
  width: calc(100% - 320px);
}

.sc-lkindex-04 .list-thumb-lk-04.right dd p {
  border: 2px solid #fff;
  border-left: none;
  padding: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sc-lkindex-04 .list-thumb-lk-04.left dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 169px;
}

.sc-lkindex-04 .list-thumb-lk-04.left dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 169px);
  margin-right: -20px;
}

.sc-lkindex-04 .list-thumb-lk-04.left dd p {
  border: 2px solid #fff;
  border-right: none;
  padding: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sc-lkindex-05 {
  border-top: 5px solid #50a5b3;
  padding: 50px 40px;
  margin-bottom: 20px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern05.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-05 .type-lkindex > div {
  border: 1px solid #50a5b3;
}

.sc-lkindex-05 .type-lkindex > div:before {
  display: block;
  content: "5";
  background: #50a5b3;
}

.sc-lkindex-05 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 86px;
  height: 57px;
  background: url("./img/special/lets_kabuki/lknav_05@2x.png") no-repeat left top;
  background-size: cover;
}

.sc-lkindex-05 .wrap-ribbonttl {
  position: relative;
  z-index: 20;
}

.sc-lkindex-05 .type-ribbon:before {
  border: 20px solid #4b9aa6;
  border-left-color: transparent;
}

.sc-lkindex-05 .type-ribbon:after {
  border: 20px solid #4b9aa6;
  border-right-color: transparent;
}

.sc-lkindex-05 .type-ribbon > div {
  background: #50a5b3;
}

.sc-lkindex-05 .box-decoframe {
  margin-top: 60px;
}

.sc-lkindex-05 .box-decoframe .topparts {
  border: 2px solid #8dc4cd;
  border-bottom: none;
}

.sc-lkindex-05 .box-decoframe .topparts:before {
  border: 1px solid #8dc4cd;
  border-bottom: none;
}

.sc-lkindex-05 .box-decoframe .ctsparts {
  border: 2px solid #8dc4cd;
}

.sc-lkindex-05 .box-decoframe .ctsparts:after {
  border: 1px solid #8dc4cd;
}

.sc-lkindex-05 .box-decoframe .bottomparts {
  border: 2px solid #8dc4cd;
  border-top: 2px solid #fff;
}

.sc-lkindex-05 .box-decoframe .bottomparts:before {
  border: 1px solid #8dc4cd;
  border-top: none;
}

.sc-lkindex-06 {
  border-top: 5px solid #968599;
  padding: 50px 40px;
  margin-bottom: 20px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern06.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-06 .type-lkindex > div {
  border: 1px solid #968599;
}

.sc-lkindex-06 .type-lkindex > div:before {
  display: block;
  content: "6";
  background: #968599;
}

.sc-lkindex-06 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 97px;
  height: 67px;
  background: url("./img/special/lets_kabuki/lknav_06@2x.png") no-repeat left top;
  background-size: cover;
}

.sc-lkindex-06 .imgshaped {
  margin-bottom: 30px;
}

.sc-lkindex-06 .imgshaped img {
  width: 400px;
}

.sc-lkindex-06 .clm.type-clm2 {
  max-width: 740px;
  margin: 0 auto;
}

.sc-lkindex-06 .clm.type-clm2 .btn {
  width: 100%;
  margin-top: 20px;
}

.sc-lkindex-06 .clm.type-clm2 .btn:first-child {
  margin-top: 0;
}

.sc-lkindex-07 {
  border-top: 5px solid #7b8174;
  padding: 50px 40px;
  margin-bottom: 60px;
  background-image: url("./img/special/lets_kabuki/cd_left.png"),url("./img/special/lets_kabuki/cd_right.png"),url("./img/special/lets_kabuki/pattern07.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left 20px top 100px,right 20px top 25px,left top;
}

.sc-lkindex-07 .type-lkindex > div {
  border: 1px solid #7b8174;
}

.sc-lkindex-07 .type-lkindex > div:before {
  display: block;
  content: "7";
  background: #7b8174;
}

.sc-lkindex-07 .type-lkindex > div:after {
  content: "";
  display: block;
  width: 124px;
  height: 63px;
  background: url("./img/special/lets_kabuki/lknav_07@2x.png") no-repeat left top;
  background-size: cover;
}

.list-lkv-commonnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-lkv-commonnav li {
  width: calc((100% - 80px) / 3);
}

.list-lkv-commonnav li:nth-child(n+4) {
  margin-top: 40px;
}

.list-lkv-commonnav li img {
  display: block;
}

.list-lkv-commonnav li span {
  position: relative;
  display: block;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}

.list-lkv-commonnav li span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #b94620 transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.l-contents-header.lets_kabuki_cat {
  padding: 30px 0;
  background-image: url("./img/special/lets_kabuki/lk_cat_left.png"),url("./img/special/lets_kabuki/lk_cat_right.png"),url("./img/special/lets_kabuki/pattern07.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: left top,right bottom,left top;
}

.l-contents-header.lets_kabuki_cat:after {
  content: none;
}

.l-contents-header.lets_kabuki_cat .wrap-pagettl-lk {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .left {
  padding-left: 8%;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .right {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 40px;
}

.sc-lkdetail {
  margin-bottom: 60px;
}

.sc-lkdetail .ttl {
  line-height: 1.4em;
}

.sc-lkdetail ul.list.clm.type-clm2 {
  padding: 0 5%;
}

.sc-lkdetail ul.list.clm.type-clm2.single {
  margin-bottom: 40px;
}

.sc-lkdetail ul.list.clm.type-clm2.lk-catthumb-250 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sc-lkdetail ul.list.clm.type-clm2.lk-catthumb-250 li {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.sc-lkdetail ul.list.clm.type-clm2 li {
  margin-top: 40px;
}

.sc-lkdetail ul.list.clm.type-clm2 li img {
  width: 100%;
}

.sc-lkdetail ul.list.clm.type-clm2 li .caption {
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

.sc-lkdetail ul.list.clm.type-clm2 li .caption span.capttl {
  font-weight: bold;
  display: block;
}

.wrap-lk-btmcommon {
  background: url("./img/special/lets_kabuki/pattern07.png") repeat left top;
  padding: 60px 5%;
  margin: 0 -40px 60px;
}

.wrap-lk-btmcommon .list-lkv-commonnav li {
  width: calc((100% - 80px) / 5);
}

.wrap-lk-btmcommon .list-lkv-commonnav li.current {
  display: none;
}

.wrap-lk-btmcommon .list-lkv-commonnav li:nth-child(n+4) {
  margin-top: 0;
}

.lk-detailslider img {
  display: block;
}

.lk-detailslider.single {
  width: 350px;
  margin: 40px auto;
}

.lk-detailslider.single-wide {
  max-width: 660px;
  margin: 40px auto;
}

.lk-detailslider .caption {
  margin-top: 5px;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
}

.wrap-lk-thumb-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-lk-thumb-2clm .left {
  width: 55%;
}

.wrap-lk-thumb-2clm .right {
  width: 40%;
}

.wrap-lk-thumb-2clm .right img {
  display: block;
  margin: 0 auto;
}

.wrap-lk-thumb-2clm .right .caption {
  margin-top: 10px;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
}

.wrap-thumbimg-lkdetail {
  max-width: 685px;
  margin: 40px auto 0;
}

.wrap-thumbimg-lkdetail.lk-catthumb-400 {
  max-width: 620px;
}

.wrap-thumbimg-lkdetail img {
  display: block;
  margin: 0 auto;
}

.wrap-thumbimg-lkdetail .caption {
  margin-top: 10px;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
}

.list-circlenum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.list-circlenum dt {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #ca4137;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP',serif;
}

.list-circlenum dd {
  width: calc(100% - 35px);
  text-align: left;
}

.wrap-lk-costume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 40px;
}

.wrap-lk-costume .item {
  width: calc((100% - 160px) / 5);
}

.wrap-lk-costume .item .caption {
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
}

.list-ja-ctslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.list-ja-ctslink li {
  width: 19%;
}

.list-ja-ctslink li:nth-child(n+6) {
  margin-top: 10px;
}

.list-ja-ctslink li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Noto Serif JP',serif;
  font-weight: 800;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  background: #f2e3d0;
}

.list-ja-ctslink li a:hover {
  opacity: .7;
  text-decoration: none;
}

.list-ja-ctslink li a:after {
  margin-left: 10px;
  content: url("./img/arrow_down_blk.png");
}

.list-lk-words li {
  margin-top: 20px;
}

.list-lk-words li:first-child {
  margin-top: 0;
}

.list-lk-words-item {
  background: #fff;
  padding: 20px;
}

.list-lk-words-item dt {
  background: #f2e3d0;
  margin-bottom: 20px;
  padding: 20px;
  font-family: 'Noto Serif JP',serif;
  font-weight: 800;
  font-size: 24px;
  font-size: 2.4rem;
}

.list-lk-words-item dt span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-contents-header.lets_kabuki_about {
  padding: 20px;
  background: url("./img/special/lets_kabuki/about_bnr_bg_pc.jpg") no-repeat center center;
  background-size: cover;
}

.l-contents-header.lets_kabuki_about:after {
  content: none;
}

.l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about .bgclm {
  position: relative;
  width: calc(50% - 154px);
}

.l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about .bgclm:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
}

.l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about .ttlclm {
  width: 308px;
  text-align: center;
}

.l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about + p {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}

.box-officialline {
  background: rgba(0,185,0,0.25);
  padding: 13px;
}

.box-officialline > .box-officialline-inner {
  text-align: center;
  background-image: url("./img/special/lets_kabuki/bg_about_l.png"),url("./img/special/lets_kabuki/bg_about_r.png");
  background-position: left top,right bottom;
  background-repeat: no-repeat,no-repeat;
  background-color: #fff;
  padding: 20px;
}

.box-officialline > .box-officialline-inner h2 {
  max-width: 493px;
  margin: 0 auto;
  margin-bottom: 35px;
  border: 1px solid #00b900;
  background: url("./img/bg_contents.png") repeat left top;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP',serif;
}

.box-officialline > .box-officialline-inner h2 span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.box-officialline > .box-officialline-inner .btn {
  background: #00b900;
  border-radius: 4px;
  width: 340px;
  margin: 20px auto;
}

.box-officialline > .box-officialline-inner .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-officialline > .box-officialline-inner .btn span:before {
  display: block;
  width: 25px;
  height: 24px;
  content: url("./img/icon_LINE_w.png");
  margin-right: 10px;
}

.sc-lkdetail-about {
  margin-top: 50px;
  margin-bottom: 120px;
}

.sc-lkdetail-about .list-box-block li {
  background: #fff;
  border: 1px solid #b5a16b;
  padding: 30px 20px;
}

.sc-lkdetail-about .list-box-block li .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 3px solid #b5a16b;
}

.sc-lkdetail-about .list-box-block li .list-thumb-lkabout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc-lkdetail-about .list-box-block li .list-thumb-lkabout dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}

.sc-lkdetail-about .list-box-block li .list-thumb-lkabout dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  padding-right: 2%;
}

.sc-lkdetail-about .list-box-block li .list-thumb-lkabout dd p {
  margin-bottom: 30px;
}

.sc-lkdetail-about .list-box-block li .list-thumb-lkabout dd .btn {
  margin: 0 auto;
}

.entryparts-ctswrap a {
  text-decoration: underline;
  color: #bfa45a;
}

.entryparts-ctswrap a.outLink:after {
  margin-left: 2px;
  margin-right: 7px;
}

.entryparts-ctswrap a img:hover {
  opacity: .6;
}

.entryparts-ctswrap table {
  margin: auto;
  padding: auto;
}

.wrap-allpd-40px {
  padding: 40px;
}

.list-newscat-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin-bottom: 60px;
  background: url("./img/news/pattern.png");
}

.list-newscat-btns li {
  width: calc((100% - 40px) / 4);
}

.list-newscat-btns li .btn {
  width: 100%;
  height: 100%;
}

.list-newscat-btns li:nth-child(4) .btnttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sc-news-01 .btnwrap-clm1 p {
  text-align: center;
  margin-top: 20px;
}

.box-othernews {
  margin-top: 60px;
  border: 1px solid #bfa45a;
  background: #fff;
}

.list-tabs-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bfa45a;
}

.list-tabs-category li {
  width: 50%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
}

.list-tabs-category li:first-child {
  border-right: 1px solid #bfa45a;
}

.list-tabs-category li.current {
  background: #bfa45a;
  color: #fff;
  font-weight: bold;
}

.list-link-arrowtri {
  padding: 30px;
}

.list-link-arrowtri.js-news-02 {
  display: none;
}

.list-link-arrowtri li {
  position: relative;
  margin-top: 20px;
  padding-left: 10px;
}

.list-link-arrowtri li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #bfa45a;
}

.list-link-arrowtri li:first-child {
  margin-top: 0;
}

.list-link-arrowtri li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-link-arrowtri li a:hover .date {
  color: #bfa45a;
}

.list-link-arrowtri li .date {
  color: #808080;
  margin-right: 10px;
}

.wrap-allpd-20px50px {
  padding: 20px 50px;
}

.list-box-block {
  margin: 30px auto;
}

.list-box-block > li {
  list-style: none;
  margin-top: 30px;
}

.list-box-block > li:first-child {
  margin-top: 0;
}

.box-doublebd {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  padding: 25px 30px;
}

.box-doublebd:after {
  display: block;
  content: "";
  border: 1px solid #e6e6e6;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 4px;
  left: 4px;
  pointer-events: none;
}

.box-doublebd .wrap-ttl {
  border-bottom: 1px solid #bfa45a;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.box-doublebd .wrap-ttl .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.box-doublebd .wrap-ttl .ttl span.label-new:after {
  content: "新着";
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  width: 75px;
  height: 20px;
  line-height: 20px;
  background: #b94620;
  text-align: center;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  vertical-align: 4px;
}

.box-doublebd .wrap-ttl .date {
  font-size: 15px;
  font-size: 1.5rem;
}

.box-doublebd p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.wrap-monthly-01 {
  margin-top: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  background: #fff;
}

.newsentry .ttl.type-accordion {
  margin-bottom: 0;
}

.newsentry .ttl.type-accordion:after {
  width: 10px;
  height: 10px;
  border-color: #bfa45a;
  margin-top: -6px;
  right: calc(50% - 70px);
}

.newsentry .ttl.type-accordion.is-acitive:after {
  margin-top: -3px;
}

.newsentry .js-wrap {
  margin-top: 20px;
}

.newsentry .wrap-monthly-01:last-of-type {
  margin-bottom: 60px;
}

.list-accordion {
  margin-top: 10px;
}

.list-accordion:first-child {
  margin-top: 0;
}

.list-accordion > dt {
  position: relative;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 20px;
  border: 1px solid #bfa45a;
  line-height: 1em;
  cursor: pointer;
}

.list-accordion > dt:after {
  position: absolute;
  right: 18px;
  top: 28%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #b5a16b #b5a16b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-accordion > dt.current {
  background: #bfa45a;
  color: #fff;
  font-weight: bold;
}

.list-accordion > dt.current:after {
  position: absolute;
  right: 17px;
  top: 43%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.list-accordion > dd {
  display: none;
  border: 1px solid #bfa45a;
  margin-top: -1px;
  padding: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.list-accordion > dd .wrap-linklist {
  margin-top: 30px;
}

.list-accordion > dd .wrap-linklist:first-child {
  margin-top: 0;
}

.list-linkrelation > li {
  margin-top: 10px;
}

.list-linkrelation > li:first-child {
  margin-top: 0;
}

.list-linkrelation > li > a {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  width: 95%;
}

.list-linkrelation > li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfa45a;
}

.list-linkrelation > li > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  left: 6px;
  top: 5px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.list-linkchild {
  margin-left: 6px;
}

.list-linkchild > li {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 10px;
}

.list-linkchild > li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #bfa45a;
}

.list-linkchild > li .date {
  color: #808080;
  margin-right: 10px;
}

.list-linkchild > li a:hover .date {
  color: #bfa45a;
}

.wrap-newssearch {
  background: #f2f1ed;
  padding: 40px;
}

.wrap-newssearch .list-newsbk-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-newssearch .list-newsbk-searchform li:first-child {
  margin-right: 10px;
}

.wrap-newssearch .list-newsbk-searchform li:last-child {
  width: 60%;
}

.wrap-newssearch .list-newsbk-searchform li .type-year {
  width: 120px;
}

.wrap-newssearch .list-newsbk-searchform li .type-word {
  max-width: 560px;
  width: 100%;
}

.wrap-newssearch .type-search {
  margin: 20px auto 0;
}

.wrap-newssearch + p {
  margin-top: 20px;
  margin-bottom: 60px;
}

main.newsentry.type-entry .l-contents-header {
  display: none;
}

main.newsentry h1.ttl.type-underline {
  border-bottom: 2px solid #bfa45a;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 1.3;
}

main.newsentry .wrap-newsdetail {
  background-image: url("./img/bg_entrydetail.png");
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: -35px;
  font-family: 'Noto Serif JP',serif;
}

.entryparts-mainthumb {
  margin-bottom: 30px;
}

.entryparts-mainthumb img {
  width: 100%;
}

.entryparts-mainthumb .slick-dots {
  position: relative;
  text-align: center;
  z-index: 10;
  margin: 20px auto;
}

.entryparts-mainthumb .slick-dots li {
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
}

.entryparts-mainthumb .slick-dots li:first-child {
  margin-left: 0;
}

.entryparts-mainthumb .slick-dots li.slick-active {
  background: #040000;
}

.entryparts-mainthumb .slick-dots li button {
  display: none;
}

.entryparts-mainthumb .slick-slide img {
  width: auto;
  max-width: 100%;
}

.wrap-sns-entrydetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.wrap-sns-entrydetail li {
  margin-left: 10px;
}

.wrap-sns-entrydetail li:first-child {
  margin-left: 0;
}

.wrap-sns-entrydetail li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-indent: -9999px;
}

.wrap-sns-entrydetail li a.type-fb {
  background: #1877f2 url("./img/icon_fb_w.png") no-repeat center center;
  background-size: 10px;
}

.wrap-sns-entrydetail li a.type-twitter {
  background: #1da1f2 url("./img/icon_twitter_w.png") no-repeat center center;
  background-size: 18px;
}

.wrap-sns-entrydetail li a.type-line {
  background: #00b900 url("./img/icon_LINE_w.png") no-repeat center center;
  background-size: 18px;
}

.wrap-sns-entrydetail li a.type-rss {
  background: #f49c52 url("./img/icon_RSS_w.png") no-repeat center center;
  background-size: 18px;
}

.wrap-sns-entrydetail li a.linklabel-gcl {
  background-color: #fff;
  text-indent: 0;
  width: auto;
  display: inline-block;
  line-height: 30px;
}

.wrap-sns-entrydetail li a.linklabel-gcl:before {
  height: 30px;
}

.entryparts-ctswrap {
  margin: 60px auto;
  max-width: 690px;
}

.entryparts-ctswrap:after {
  content: "";
  display: block;
  clear: both;
}

.entryparts-ctswrap p {
  margin-bottom: 10px;
}

.entryparts-ctswrap p:first-child {
  margin-top: 0;
}

.wrap-2col-leftthumb {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-2col-leftthumb .left {
  width: 250px;
}

.wrap-2col-leftthumb .right {
  width: calc(100% - 280px);
}

.wrap-2col-rightthumb {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-2col-rightthumb .left {
  width: calc(100% - 280px);
}

.wrap-2col-rightthumb .right {
  width: 250px;
}

.entryparts-bottomthumb {
  text-align: center;
}

.entryparts-bottomthumb img {
  max-width: 100%;
}

.entryparts-bottomthumb .caption {
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
}

.entryparts-date {
  margin-top: 20px;
  text-align: right;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}

.entryparts-relatedlink {
  margin: 30px auto;
}

.entryparts-relatedlink li {
  margin-top: 10px;
}

.entryparts-relatedlink li:first-child {
  margin-top: 0;
}

.entryparts-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background: #f7f7f7;
  padding: 20px;
}

.entryparts-pagenation:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  background: #ccc;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.entryparts-pagenation .prev,
.entryparts-pagenation .next {
  width: 50%;
}

.entryparts-pagenation > .prev {
  text-align: right;
  padding-right: 15px;
}

.entryparts-pagenation > .next {
  padding-left: 15px;
}

.directionarrow,
a.directionarrow {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 125px;
  height: 40px;
  line-height: 40px;
}

.directionarrow a,
a.directionarrow a {
  color: #fff;
}

.directionarrow a:hover,
a.directionarrow a:hover {
  color: #fff;
  text-decoration: none;
  background: #bfa45a;
}

.directionarrow:hover,
a.directionarrow:hover {
  color: #fff;
  text-decoration: none;
  background: #bfa45a;
}

.directionarrow:hover.prev:after,
a.directionarrow:hover.prev:after {
  border-color: transparent #bfa45a transparent transparent;
}

.directionarrow:hover.next:after,
a.directionarrow:hover.next:after {
  border-color: transparent transparent transparent #bfa45a;
}

.directionarrow.prev:after,
a.directionarrow.prev:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -20px;
  top: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #000 transparent transparent;
}

.directionarrow.next:after,
a.directionarrow.next:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -20px;
  top: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #000;
}

.list-pagenation-entryinfo {
  margin-top: 15px;
}

.list-pagenation-entryinfo dt {
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.wrap-relatedlink {
  margin: 60px auto;
  border: 10px solid #d9d9d9;
  background: #fff;
  padding: 30px;
}

.wrap-relatedlink .list-linkchild li {
  margin-top: 10px;
}

.copyguard {
  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;
}

main.newsentry .no_wraparound_sp {
  padding: 0 !important;
}

main.newsentry .no_wraparound_sp .oubo-tmp {
  text-align: left;
}

main.newsentry .img-caption-wrap,
main.newsentry .img-caption-wrap img,
main.newsentry .img-caption-wrap figcaption,
main.newsentry .img-caption-wrap figcaption .img-caption,
main.newsentry .img-caption-wrap figcaption .img-caption2 {
  margin: 0;
  padding: 0 !important;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}

main.newsentry .img-caption-wrap figcaption .img-caption,
main.newsentry .img-caption-wrap figcaption .img-caption2 {
  margin: 2px 0 0 0;
  display: inline-block;
}

main.newsentry .sankaku {
  text-align: center;
}

.wrap-otherpage p {
  line-height: 1.6em;
}

.sc-op-01 {
  padding: 40px 0;
  margin-bottom: 40px;
}

.sc-op-01 .type-clm3 {
  max-width: 890px;
  margin: 0 auto;
}

.sc-op-01 .type-clm3 li {
  max-width: 286px;
}

.sc-op-01 .type-clm3 li:nth-child(n+4) {
  margin-top: 20px;
}

.sc-op-02 .type-clm3 {
  max-width: 500px;
  margin: 0 auto;
}

.sc-op-02 .type-clm3 li {
  max-width: 138px;
}

.sc-op-02 .type-clm3 li:nth-child(n+4) {
  margin-top: 20px;
}

.list-accordion.type-faq dt {
  position: relative;
  padding: 15px 40px;
  line-height: 1.3;
}

.list-accordion.type-faq dt:before {
  content: "Q";
  color: #bfa45a;
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 14px;
}

.list-accordion.type-faq dt.current:before {
  color: #fff;
}

.list-accordion.type-faq dd {
  position: relative;
  padding-left: 40px;
}

.list-accordion.type-faq dd:before {
  position: absolute;
  left: 20px;
  top: 31px;
  content: "A";
  color: #bfa45a;
  margin-right: 10px;
  font-weight: bold;
}

.sc-child-01 small {
  font-size: 12px;
  font-size: 1.2rem;
}

.sc-child-01 .type-underline small {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 10px;
}

.sc-child-01 .icon-pc {
  width: 49px;
  height: 42px;
  margin-right: 15px;
}

.sc-child-01 .icon-tel {
  width: 39px;
  height: 39px;
  margin-right: 20px;
}

.sc-child-01 .list-box-block li:nth-child(2) .list-box-block {
  margin-bottom: 0;
}

.sc-child-01 .list-box-block li:nth-child(5) p {
  margin-top: 20px;
}

.sc-child-01 .list-box-block li:nth-child(5) p:first-child {
  margin-top: 0;
}

.sc-ticket .list-box-block {
  margin: 0 auto;
}

.bnr-mailmag {
  margin: 0 auto 3.5%;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.bnr-mailmag:hover {
  opacity: .8;
}

.list-newscat-btns.type-clm4 li {
  width: calc((100% - 30px) / 4);
}

.list-newscat-btns.type-clm4 li:nth-child(n+3) {
  margin-top: 0;
}

.list-newscat-btns.type-clm4 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clm-mailmag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clm-mailmag-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clm-mailmag-qr {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-clm-mailmag-images {
  margin: 0 1% 2.5%;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-clm-mailmag-images .ttl {
  text-align: center;
}

.item-clm-mailmag-images .img-mailmag {
  border: 1px solid #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1px;
}

.img-clm-mailmag {
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-clm-mailmag .img {
  margin: 0 auto;
  width: 60%;
  border: 1px solid #ccc;
}

.img-clm-mailmag .img-qr {
  margin: 0 auto;
  width: 50%;
}

.list-mailmag {
  margin: 40px 0 0;
}

.item-list-mailmag {
  margin-bottom: 20px;
}

.imgs-mailmag-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2%;
}

.imgs-mailmag-follow .img {
  border: 1px solid #ccc;
}

.imgs-mailmag-follow .img-1 {
  margin: 0 1%;
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26.6%;
  flex: 0 0 26.6%;
}

.imgs-mailmag-follow .img-2 {
  margin: 0 1%;
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.inner-mailmag {
  margin-bottom: 3.5%;
}

.link-mailmag-twitter {
  margin-top: 2%;
}

.img-loupe {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
}

.description-mailmag {
  margin-bottom: 30px;
}

.sc-mm-01 > p,
.sc-mm-03 > p,
.sc-mm-04 > p,
.sc-mm-05 > p {
  margin-bottom: 30px;
}

.sc-mm-02,
.sc-mm-03,
.sc-mm-04,
.sc-mm-05 {
  padding-top: 100px;
}

.list-appdl {
  margin-top: 20px;
}

.list-appdl li {
  display: inline-block;
  margin-left: 10px;
}

.list-appdl li:first-child {
  margin-left: 0;
}

.wrap-sitemapcat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-sitemapcat .sitemap-cat {
  width: 200px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3em;
}

.wrap-sitemapcat .sitemap-cat a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 25px;
}

.wrap-sitemapcat .sitemap-cat a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfa45a;
}

.wrap-sitemapcat .sitemap-cat a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.wrap-sitemapcat .sitemap-links {
  width: calc(100% - 200px);
}

.wrap-sitemapcat .sitemap-links > p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfa45a;
  padding-bottom: 10px;
}

.wrap-sitemapcat .sitemap-links > p a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 25px;
}

.wrap-sitemapcat .sitemap-links > p a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfa45a;
}

.wrap-sitemapcat .sitemap-links > p a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.wrap-sitemapcat .sitemap-links .list-linkchild {
  margin-bottom: -10px;
}

.wrap-sitemapcat .sitemap-links .list-linkchild li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.wrap-sitemapcat .sitemap-links .list-linkchild li:after {
  top: 10px;
}

.wrap-sitemapcat .sitemap-links .list-linkchild a {
  font-size: 16px;
  font-size: 1.6rem;
}

.wrap-sitemapcat .sitemap-links .clm.type-clm3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrap-sitemapcat .sitemap-links .clm.type-clm3 > li {
  text-align: left;
  margin-bottom: 10px;
}

.wrap-sitemapcat .sitemap-links .sitemaplabel {
  font-weight: bold;
  margin-right: 10px;
}

.sc-sitemap-02 .clm.type-clm3 {
  margin-bottom: 30px;
}

.sc-sitemap-02 .clm.type-clm3:last-child {
  margin-bottom: 0;
}

.sc-links-01 .clm.type-clm2 {
  margin-top: 20px;
}

.sc-links-01 .clm.type-clm2 li {
  text-align: left;
}

.sc-links-01 .clm.type-clm2 li a {
  position: relative;
  padding-left: 15px;
}

.sc-links-01 .clm.type-clm2 li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #bfa45a;
}

.sc-manner-01 .list-box-block li .wrap-monthly-01 {
  padding-left: 160px;
}

.sc-manner-01 .list-box-block li:first-child .wrap-monthly-01 {
  background: url("./img/manner-1.png") no-repeat 30px center #fff;
  background-size: 100px;
}

.sc-manner-01 .list-box-block li:nth-child(2) .wrap-monthly-01 {
  background: url("./img/manner-2.png") no-repeat 30px center #fff;
  background-size: 100px;
}

.sc-manner-01 .list-box-block li:nth-child(3) .wrap-monthly-01 {
  background: url("./img/manner-3.png") no-repeat 30px center #fff;
  background-size: 100px;
}

.sc-manner-01 .list-box-block li:nth-child(4) .wrap-monthly-01 {
  background: url("./img/manner-4.png") no-repeat 30px center #fff;
  background-size: 100px;
}

.theme-play {
  position: relative;
}

.theme-play .small {
  font-size: 85%;
}

.theme-play .manner {
  margin-top: 20px;
}

.theme-play .box-doublebd.view-sp ul {
  border-bottom: 1px solid #bfa45a;
}

.theme-play .section {
  margin-bottom: 60px;
}

.theme-play .wrap-sns-entrydetail {
  margin: -20px 40px 40px auto;
}

.theme-play .wrap.l-play {
  padding: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.theme-play .wrap.l-play .type-img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0;
}

.theme-play .wrap.l-play .type-img .img {
  border: 2px solid #fff;
  border-radius: 2px;
}

.theme-play .wrap.l-play .type-img .list {
  width: 60%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-play .wrap.l-play .type-img .list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-play .wrap.l-play .type-img .list .link .svg {
  margin-right: 10px;
}

.theme-play .wrap.l-play .type-content {
  max-width: 615px;
  width: calc(( 615 / 1280 ) *100vw );
}

.theme-play .wrap.l-play .type-content .text.type-theater {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
}

.theme-play .wrap.l-play .type-content ul {
  border-bottom: 1px solid #bfa45a;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.theme-play .wrap.l-price .type-decoration-inner {
  background-color: rgba(201,194,179,0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
}

.theme-play .wrap.l-price .type-decoration-inner .box.type-price {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.theme-play .wrap.l-price .type-decoration-inner .box.type-price.type-only {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.theme-play .wrap.l-price .type-decoration-inner .ttl.type-price {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 10px;
}

.theme-play .wrap.l-price .type-decoration-inner p.list.type-price {
  padding: 20px;
}

.theme-play .wrap.l-price .type-decoration-inner .list.type-price {
  border-top: 2px solid #bfa45a;
  background: #fff;
  width: 515px;
  font-size: 15px;
  font-size: 1.5rem;
}

.theme-play .wrap.l-price .type-decoration-inner .list.type-price.type-only {
  width: 100%;
}

.theme-play .wrap.l-price .type-decoration-inner .list.type-price .item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bfa45a;
  padding: 0 20px;
}

.theme-play .wrap.l-price .type-decoration-inner .list.note {
  margin-top: 10px;
}

.theme-play .wrap.l-price .type-decoration-inner .list.type-btns {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 30px;
}

.theme-play .wrap.l-price .type-decoration-inner .list.type-btns .item {
  margin-bottom: 15px;
}

.theme-play .wrap.l-timetable .list.type-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.theme-play .wrap.l-timetable .list.type-part .item.l-header {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #bfb493;
  color: #fff;
  border-right: 1px solid #fff;
}

.theme-play .wrap.l-timetable .list.type-part .item.l-contents {
  width: calc(100% - 150px);
  font-size: 15px;
  font-size: 1.5rem;
}

.theme-play .wrap.l-timetable .list.type-program .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e6e6e6;
  height: 60px;
  padding: 0 0 0 20px;
  font-weight: bold;
  position: relative;
  font-family: 'Noto Serif JP',serif;
}

.theme-play .wrap.l-timetable .list.type-program .item .playname {
  line-height: 1.2;
}

.theme-play .wrap.l-timetable .list.type-program .item .time {
  width: 180px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.theme-play .wrap.l-timetable .list.type-program .item .time:before {
  content: "";
  display: block;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 180px;
}

.theme-play .wrap.l-timetable .list.type-program .item.type-interlude {
  background: #fff;
  height: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.theme-play .wrap.l-timetable .list.type-program .item.type-interlude .span {
  width: 180px;
  text-align: center;
  border-left: 1px solid #fff;
  font-weight: normal;
}

.theme-play .wrap.l-timetable .list.type-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-play .wrap.l-timetable .list.type-btns .btn {
  width: calc(( 455 / 1280 ) *100vw );
  max-width: 455px;
}

.theme-play .wrap.l-schedule .table.type-calendar {
  background: #fff;
  border-color: #b2b2b2;
  width: 100%;
  margin: 20px 0 40px;
  table-layout: fixed;
}

.theme-play .wrap.l-schedule .table.type-calendar:last-of-type {
  margin-bottom: 0;
}

.theme-play .wrap.l-schedule .table.type-calendar .tr.type-day .th,
.theme-play .wrap.l-schedule .table.type-calendar .tr.type-day .td {
  height: 30px;
  padding: 0;
}

.theme-play .wrap.l-schedule .table.type-calendar .th,
.theme-play .wrap.l-schedule .table.type-calendar .td {
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.theme-play .wrap.l-schedule .table.type-calendar .type-sun,
.theme-play .wrap.l-schedule .list.type-calendar .item .day.type-sun {
  background: #ffd0cc;
  color: #b36b6b;
}

.theme-play .wrap.l-schedule .table.type-calendar .type-sat,
.theme-play .wrap.l-schedule .list.type-calendar .item .day.type-sat {
  background: #dae2f2;
  color: #4d6699;
}

.theme-play .wrap.l-schedule .table.type-calendar .type-weekday,
.theme-play .wrap.l-schedule .list.type-calendar .item .day.type-weekday {
  background: #e6e6e6;
}

.theme-play .wrap.l-schedule .list.type-calendar {
  margin: 20px 0 40px;
  border-bottom: 1px solid #ccc;
}

.theme-play .wrap.l-schedule .list.type-calendar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 60px);
}

.theme-play .wrap.l-schedule .list.type-calendar .item .time,
.theme-play .wrap.l-schedule .list.type-calendar .item .box,
.theme-play .wrap.l-schedule .list.type-calendar .item .release,
.theme-play .wrap.l-schedule .list.type-calendar .item .tel {
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .day,
.theme-play .wrap.l-schedule .list.type-calendar .item .time,
.theme-play .wrap.l-schedule .list.type-calendar .item .release,
.theme-play .wrap.l-schedule .list.type-calendar .item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .day {
  width: 60px;
  max-width: 60px;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .day.type-weekday {
  background: #fff;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .box.type-main {
  padding: 20px;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .box.type-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .grounds {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .release {
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 0;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .tel {
  font-size: 16px;
  font-size: 1.6rem;
  width: 200px;
}

.theme-play .wrap.l-schedule .list.type-calendar .item .link {
  color: #bfa45a;
  text-decoration: underline;
}

.theme-play .wrap.l-schedule .list.type-calendar .item.type-header {
  background: #e6e6e6;
  line-height: 1.2;
}

.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .day,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .wrap,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .time,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .grounds,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .place,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .box,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .release,
.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .tel {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}

.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .box.type-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-play .wrap.l-schedule .list.type-calendar .item.type-header .grounds {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
}

.theme-play .wrap.l-cast .box-doublebd h4 {
  font-family: 'Noto Serif JP',serif;
}

.theme-play .wrap.l-cast .box-doublebd .ttl.type-centerline {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 80px;
}

.theme-play .wrap.l-cast .box-doublebd .ttl.type-centerline:first-of-type {
  margin-top: 0;
}

.theme-play .wrap.l-cast .box-doublebd .ttl.enmoku_modal_main {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.theme-play .wrap.l-cast .box-doublebd .haiyaku_indent_tsuno {
  margin-left: 48px;
}

.theme-play .wrap.l-cast .box-doublebd .table {
  width: auto;
  font-family: 'Noto Serif JP',serif;
  border: 0;
  margin: 0 0 0 auto;
}

.theme-play .wrap.l-cast .box-doublebd .table.haiyaku {
  margin: 20px auto 40px auto;
  clear: both;
  width: 100%;
}

.theme-play .wrap.l-cast .box-doublebd .table.haiyaku.haiyaku_indent_maku {
  width: 20% !important;
  margin-left: 52px;
  margin-top: 0;
}

.theme-play .wrap.l-cast .box-doublebd .table.haiyaku.haiyaku_indent_maku td {
  vertical-align: top;
}

.theme-play .wrap.l-cast .box-doublebd .table .wd5 {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

.theme-play .wrap.l-cast .box-doublebd .table .wd30 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  vertical-align: top;
}

.theme-play .wrap.l-cast .box-doublebd .table .wd30.haiyaku_name {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: top;
}

.theme-play .wrap.l-highlight h4,
.theme-play .wrap.l-highlight h5,
.theme-play .wrap.l-highlight h6 {
  font-family: 'Noto Serif JP',serif;
}

.theme-play .wrap.l-highlight .wrap {
  border: 10px solid #ccc;
  padding: 60px 80px;
  background: #fff;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: 'Noto Serif JP',serif;
}

.theme-play .wrap.l-highlight .wrap.is-active {
  height: auto;
  max-height: inherit;
}

.theme-play .wrap.l-highlight .wrap .ttl.type-centerline {
  margin-top: 80px;
}

.theme-play .wrap.l-highlight .wrap .ttl.type-centerline:first-of-type {
  margin-top: 0;
}

.theme-play .wrap.l-highlight .wrap .ttl.type-main {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.theme-play .wrap.l-highlight .wrap .ttl.type-sub {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.theme-play .wrap.l-highlight .wrap .midokoro_f75 {
  font-size: 15px;
  font-size: 1.5rem;
}

.theme-play .wrap.l-highlight .wrap .midokoro_desc {
  margin-bottom: 40px;
}

.theme-play .wrap.l-highlight .wrap .midokoro_desc:last-of-type {
  margin-bottom: 0;
}

.theme-play .wrap.l-highlight .wrap .l-more {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),color-stop(0%, rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.theme-play .wrap.l-highlight .wrap .l-more:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -7px 10px 0 0;
}

.theme-play .wrap.l-highlight .wrap .l-more.is-active:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 7px;
}

.theme-play .wrap.l-highlight .wrap .l-more.is-active:after {
  content: "閉じる";
}

.theme-play .wrap.l-highlight .wrap .l-more.is-default:after {
  content: "続きを読む";
}

.theme-play .wrap.l-related {
  margin-top: 60px;
}

.theme-play .wrap.l-related .slick-dots {
  margin: 20px auto;
}

.theme-play .wrap.l-related .list.type-movie .item {
  width: 400px;
}

.theme-play .wrap.l-related .list.type-movie .item.slick-slide {
  margin: 0 .5px;
}

.theme-play .wrap.l-related-news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-play .wrap.l-related-news .list .item {
  width: 300px;
  margin-right: 20px;
}

.theme-play .wrap.l-related-news .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.theme-play .wrap.l-related-news .list .item .link:hover {
  text-decoration: none;
}

.theme-play .wrap.l-related-news .list .item .date {
  color: #808080;
}

.theme-play .wrap.l-related-contents .list .item {
  margin-bottom: 15px;
}

.theme-play .wrap.l-ticket .ttl.type-iconlr {
  margin-bottom: 5px;
}

.theme-play .wrap.l-ticket .wrap-sns-entrydetail {
  margin: 0 0 10px;
}

.theme-play .wrap.l-ticket .wrap-tct-free-playcts {
  color: #bfa45a;
  padding: 30px 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.theme-play .nav.l-link .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px auto;
}

.theme-play .nav.l-link .list .item {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.theme-play .nav.l-link .list .item:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  border-right: 1px solid #000;
  margin-top: -5px;
}

.theme-play .nav.l-link .list .item:last-of-type:after {
  display: none;
}

.theme-play .nav.l-anchor {
  background: #bfa45a;
  margin: 0 -40px 60px -40px;
}

.theme-play .nav.l-anchor .list.type-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theme-play .nav.l-anchor .list.type-static .item {
  border-right: 1px solid #9e884a;
  padding: 0 10px;
  width: 190px;
}

.theme-play .nav.l-anchor .list.type-static .item:last-of-type {
  border: 0;
}

.theme-play .nav.l-anchor .list.type-static .link {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.theme-play .nav.l-anchor .list.type-static .link .img {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-play .nav.l-anchor .list.type-static .link .img .svg {
  fill: #fff;
}

.theme-play .nav.l-anchor .list.type-static .link .text {
  margin: auto 0 0 0;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.theme-play .nav.l-anchor .list.type-static .link .text:before {
  content: "";
  width: 10px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 2px;
}

.theme-play .nav.l-anchor .list.type-static .link .text:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2px;
  bottom: 6px;
  pointer-events: none;
}

.theme-play .nav.l-anchor .list.type-follow {
  width: 79.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #bfa45a;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}

.theme-play .nav.l-anchor .list.type-follow:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}

.theme-play .nav.l-anchor .list.type-follow:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.theme-play .nav.l-anchor .list.type-follow .item {
  padding: 0;
}

.theme-play .nav.l-anchor .list.type-follow .item .link {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  border-radius: 2px;
  color: #fff;
}

.theme-play .nav.l-anchor .list.type-follow .item .link:hover,
.theme-play .nav.l-anchor .list.type-follow .item .link.current {
  background: #fff;
  color: #040000;
  text-decoration: none;
}

.theme-play .nav.l-anchor .wrap.type-follow {
  display: none;
  position: relative;
}

.theme-play .nav.l-anchor .wrap.type-follow.is-active {
  width: 1280px;
  z-index: 999;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 50%;
  margin-left: -640px;
}

.theme-play .nav.l-anchor .wrap.type-follow.is-active:before {
  content: "";
  display: block;
  width: 20.7%;
  max-width: 265px;
}

.l-otherticket {
  margin-bottom: 20px;
}

.l-otherticket .ttl.type-sub {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

.searchBox {
  width: 250px;
}

.stageList-links img {
  width: inherit;
}

#cse-search-box {
  margin: 13px 0 0 30px;
}

table.calendar a.preArrow {
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #414040;
  margin: 0 0 0 5px;
}

table.calendar a hover.preArrow,
table.calendar a focus.preArrow {
  text-decoration: none;
  opacity: .7;
}

#price_main {
  margin: -18px 0 10px 110px;
}

#price_main .number {
  width: 80px;
  text-align: right;
}

#price_main_notes {
  margin: 0 0 15px 110px;
}

.enmoku_f80 {
  margin-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.enmoku_f80_light {
  margin-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 10%;
}

.enmoku_f75 {
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.enmoku_f75_maku {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.enmoku_f75_light {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.enmoku_sub_f75 {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.enmoku_sub_f75_light {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20%;
}

.enmoku_f160 {
  font-size: 160%;
}

.enmoku_f120 {
  font-size: 120%;
}

.enmoku_light {
  margin-left: 0;
  font-weight: normal;
  line-height: 10%;
}

.enmoku_f_small {
  font-size: 13px;
  margin: -2px;
}

.enmoku_f_small_midokoro {
  font-size: 18px;
  font-size: 1.8rem;
  margin: -10px 0 10px 5px;
}

table.pTime td.name2 {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  background: #f5f5f5;
  border-right: 1px solid #ccc;
  padding-left: 20px;
}

.haiyaku_sub_maku {
  font-size: 14px;
  font-size: 1.4rem;
}

.haiyaku_f60 {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.haiyaku_f60_thin {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.haiyaku_f70 {
  margin-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.haiyaku_f75 {
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.haiyaku_f80 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.haiyaku_f90 {
  margin-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 10%;
}

.haiyaku_sub_maku_right {
  white-space: nowrap;
  padding-left: 10px;
}

.haiyaku_indent {
  margin-left: 52px;
  display: block;
}

.haiyaku_indent_maku {
  margin-left: 52px;
}

.haiyaku_indent_maku tr td {
  line-height: 15px;
}

.haiyaku_maku tr td {
  line-height: 15px;
}

.haiyaku_mb30 {
  margin-bottom: 30px;
}

.haiyaku_f60_sp {
  font-size: 50%;
  line-height: 10%;
}

.haiyaku_f60_thin_sp {
  font-size: 50%;
  line-height: 10%;
  font-weight: normal;
}

.haiyaku_f70_sp {
  font-size: 60%;
  line-height: 10%;
}

.haiyaku_f75_sp {
  font-size: 65%;
  line-height: 10%;
}

.haiyaku_f80_sp {
  font-size: 10px;
  line-height: 10%;
}

.haiyaku_f90_sp {
  font-size: 80%;
  line-height: 10%;
}

.haiyaku_indent_sp {
  margin-left: 23px;
}

.haiyaku_indent_tsuno_sp {
  margin-left: 23px;
}

.haiyaku_indent_maku_sp {
  margin-left: 26px;
}

.enmoku_modal_main {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 110%;
}

.enmoku_modal_main_sp {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 110%;
}

.enmoku_modal_tsuno {
  margin: 3px 0 8px 0;
  line-height: .8;
}

.enmoku_modal_tsuno br {
  display: none;
}

.table.haiyaku_maku {
  margin-top: 0;
}

.table.haiyaku {
  margin-top: 20px;
}

td.haiyaku_name_maku {
  text-align: left;
}

td.haiyaku_name {
  text-align: right;
}

.haiyaku_name_fix {
  display: inline-block;
  height: 10px;
}

.play_time_f80 {
  margin-left: 0;
  font-size: 80%;
  line-height: 10%;
}

.play_time_f80_light {
  margin-left: 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 10%;
}

.play_time_announce {
  margin-top: -10px;
}

.midokoro_f75 {
  margin-left: 0;
  font-size: 75%;
  line-height: 10%;
}

.midokoro_f75_light {
  margin-left: 0;
  font-size: 75%;
  font-weight: normal;
  line-height: 10%;
}

.kouen_main_light {
  font-weight: normal;
}

.kouen_main_tsuno_small {
  font-size: 80%;
}

.kouen_main_tsuno_small_max {
  font-size: 10px;
}

.kouen_main_sub_small {
  font-size: 70%;
}

.kouen_main_sub_small_max {
  font-size: 10px;
}

.kouen_main_sub_big {
  font-size: 18px;
  line-height: 18px;
}

.kouen_enmoku_nm {
  margin: 0 0 0 0;
}

.haiyaku_maku2 {
  float: left;
  position: absolute;
  margin-left: 70px;
}

.haiyaku_bold {
  font-weight: bold;
}

.haiyaku_thin {
  font-weight: normal;
}

.kouen_enmoku_h3,
.kouen_enmoku_h3_sp {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

.kouen_enmoku_h3.small {
  margin: 0 0 5px 0;
}

.kouen_tsuno_span {
  height: 1px;
}

.venueName_id6 {
  font-size: 17px;
  font-weight: bold;
  display: block;
  float: left;
}

.haiyaku_announce_nocontents {
  margin-top: -50px;
  float: left;
}

.haiyaku_announce,
.fs90 {
  font-size: 90%;
}

.fs80 {
  font-size: 80%;
  line-height: 20px;
}

.haiyaku_free {
  padding: 0 0 0 12px;
  font-size: 15px;
  font-size: 1.5rem;
}

.midokoro_desc {
  font-size: 14px;
}

.newsMonthly_announce {
  font-size: 14px;
  margin: 0 0 20px 15px;
}

.table.haiyaku tr td {
  width: 50%;
  padding: 0 1.5rem;
  font-weight: normal;
}

.table.haiyaku tr td.wd5 {
  width: 5%;
  font-size: 13px;
}

.table.haiyaku tr td.wd20 {
  width: 20%;
  font-size: 13px;
}

.table.haiyaku tr td.wd40 {
  width: 30%;
  font-size: 13px;
}

.table.haiyaku tr td.wd50 {
  width: 50%;
  font-size: 13px;
}

.table.haiyaku tr td.wd5_sp {
  width: .1%;
  font-size: 10px;
}

.table.haiyaku tr td.wd20_sp {
  width: 20%;
  font-size: 10px;
}

.table.haiyaku tr td.wd30_sp {
  width: 30%;
  white-space: nowrap;
  font-size: 10px;
}

.table.haiyaku tr td.wd40_sp {
  width: 30%;
  font-size: 10px;
}

.table.haiyaku tr td.wd50_sp {
  width: 50%;
  font-size: 10px;
}

.ticket_over_message {
  margin: 30px 0 0 -125px;
}

.imgThumbWrap {
  display: block;
  padding: 3px;
  background: #e9e5da;
  border: 1px solid #bdb293;
}

.modal_zakan_name {
  margin: -28px 0 15px 0;
}

.modal_zakan_name img {
  height: 15px;
}

.modal_zakan_name2 {
  margin: -28px 0 10px 0;
  width: 160px;
}

.seat_announce {
  text-align: center;
  z-index: 20;
}

.no_makuai {
  border-top: 1px solid #ccc;
}

.play_relation_news {
  margin-bottom: 20px;
}

.table tbody>tr>td.middle {
  vertical-align: middle;
}

.table tbody>tr>td.top {
  vertical-align: top;
}

.table tbody>tr>td.bottom {
  vertical-align: bottom;
}

.kouen_main_title {
  margin-bottom: 5px;
}

.play_title_image {
  margin-bottom: 7px;
}

.theater_schedule_holiday {
  background: rgba(210,40,25,0.25);
}

.kouen_monthly_news {
  padding-left: 0;
}

.media_announce {
  margin: 0 0 30px 0;
}

.kouen_news_mark {
  margin-right: 5px;
}

.zakan_no_result {
  margin: 40px 0 0 0;
  font-size: 14px;
}

.gallery_search_announce {
  line-height: 25px;
  font-size: 10px;
  margin: 0;
}

.news_search_announce {
  line-height: 25px;
  font-size: 10px;
  margin-bottom: -20px;
}

.searchResults {
  padding-top: 5px;
}

.pl8 {
  padding-left: 8px;
}

.lineup_kouen_title {
  line-height: 100%;
  margin-bottom: 1px;
}

.gallery_how_to {
  font-size: 10px;
  margin: 15px 0 -25px 10px;
}

.haiyaku_rubi_top {
  margin: -2px 0 -8px 0;
}

.haiyaku_rubi_under {
  margin: -8px 0 -10px 0;
}

.haiyaku_rubi_index {
  margin: -8.5px 0 -30px 0;
}

.haiyaku_rubi_after {
  margin: 0 0 -30px 0;
}

.haiyaku_rubi_before {
  margin: -8px 0 -20px 0;
}

.haiyaku_rubi_text {
  font-weight: normal;
  font-size: 10px;
  position: absolute;
}

.enmoku_small_light {
  font-size: 10px;
}

.enmoku_small_top_max {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: -3px;
}

.kouen_main_tsuno_small img {
  margin-bottom: 4px;
}

table#sp_price_main td.number {
  text-align: right;
}

table#sp_price_main td {
  width: 30px;
  white-space: nowrap;
  padding: 0 20px 0 0;
}

table#sp_price_main_notes {
  margin-top: 10px;
}

.Screenl-cast-head {
  width: 30px;
  white-space: normal;
}

.scheduleTable-caption {
  height: 23px;
  display: inline;
}

#sp_iframe_modal {
  width: 100%;
  min-width: 100%;
  min-height: 500px;
  background-image: none;
}

#sp_iframe_modal .pageInfoBox {
  top: 0;
}

.modal-titleCast iframe {
  height: 800px;
  max-width: 100%;
}

.modal-highLight iframe {
  height: 800px;
}

.kouen_main_title img {
  width: inherit;
}

.btnToTicketCenter_none {
  display: inline-block;
}

.sp_play_free_area {
  padding-bottom: 20px;
}

.enmoku_modal_main_sp .enmoku_f75 {
  font-size: 75%;
}

.no_search_result_sp {
  margin: 0 10px 0 10px;
}

.fix_img_small {
  width: 14px;
  height: 11px;
  margin-bottom: 2px;
}

.ticket_phone_noservice {
  font-weight: bold;
  margin-top: 10px;
}

.imgLg_print img {
  height: 17px;
}

.monthly_news_margin {
  margin-bottom: 40px;
}

.copyguard {
  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;
}

.news_search_result_pn,
margin-top 40px,
.news_search_result_ft,
margin-top 20px,
#sp_news_page_num {
  text-align: center;
}

.sp_news_search_keyword {
  text-align: center;
  margin-bottom: 5px;
}

.news_text_default {
  font-size: 12pt;
}

.right_colum_cal_sep {
  display: block;
  margin: 10px 0 10px 0;
  border-top: 1px dotted #fff;
}

.ticket_free_sp {
  margin-top: 10px;
}

.sp_manner {
  padding-bottom: 20px;
}

.sp_manner a {
  text-decoration: underline;
}

.lineup_news {
  margin-top: 5px;
}

.irohaNewBox p.lead2,
.irohaPageBox p.lead2 {
  font-weight: normal;
}

.flyerList_table {
  width: 100%;
}

.flyerList_table td {
  width: 50%;
  padding: 2px;
  vertical-align: middle;
}

.weightBold_sp {
  font-weight: bold;
  margin-bottom: 20px;
}

.sp_modal_enmoku {
  position: fixed;
  width: 100%;
}

.news_square_ad {
  height: 320px;
  display: inline-block;
  width: 100%;
}

.ticketDetail-naviDial .navidial {
  width: 30%;
}

.ticketDate {
  letter-spacing: -.7px;
}

.kouen_enmoku_h2,
.kouen_enmoku_h2.ttl {
  margin: 1px 0 3px 0;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kouen_enmoku_h2_multi {
  margin: 2px 0 0 0;
  line-height: .7;
}

.kouen_enmoku_h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0 0 0 0;
}

.kouen_main_title_small {
  font-size: 18px;
}

.kouen_main_title_small_up {
  font-size: 18px;
  float: right;
}

.kouen_main_title_small_left_up {
  font-size: 18px;
  float: left;
  margin: 2px 5px 0 0;
}

.kouen_main_title_small_2nd_left_up {
  font-size: 50%;
  float: left;
  margin: 2px 5px 0 0;
}

.kouen_main_title_small_2nd_up {
  font-size: 50%;
  float: right;
  margin: 2px 5px 0 0;
}

.kouen_main_title_small_md {
  font-size: 18px;
  float: right;
  margin: 3px 0 0 0;
}

.kouen_main_title_small_left_md {
  font-size: 18px;
  float: left;
  margin: 4px 5px 0 0;
}

.kouen_main_title_small_2nd_left_md {
  font-size: 50%;
  float: left;
  margin: 8px 5px 0 0;
}

.kouen_main_title_small_2nd_md {
  font-size: 50%;
  float: right;
  margin: 8px 5px 0 0;
}

.enmoku_small_middle {
  padding-bottom: 2px;
}

.enmoku_small_top font-size 14px {
  font-weight: bold;
  letter-spacing: normal;
  margin-top: -4px;
}

.ticket_font_ml {
  margin-left: 0;
}

.programDate_small {
  font-size: 11px;
}

span.blank1 after {
  content: "　";
}

.l-otherticket .outLink {
  padding-left: 10px;
}

.l-otherticket .outLink:before {
  top: 8px;
}

.chirashi_img {
  padding-left: 10px;
}

.chirashi_img:before {
  top: 8px;
}

.slick-dots > li first-child last-child {
  display: none;
}

.enmoku_f_small {
  display: block;
  line-height: 1.1;
}

.enmoku_f_small span br {
  display: none;
}

.enmoku_f80 {
  margin-left: 0;
  font-size: 14px;
}

.enmoku_f80_light {
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
}

.enmoku_f75 {
  margin-left: 0;
  font-size: 12px;
  line-height: 20%;
}

.enmoku_f75_maku {
  margin-left: 0;
  font-size: 10px;
  line-height: 20%;
}

.enmoku_f75_light {
  margin-left: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 20%;
}

.enmoku_sub_f75 {
  margin-left: 0;
  font-size: 11px;
  line-height: 20%;
}

.enmoku_sub_f75_light {
  margin-left: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 20%;
}

.enmoku_f160 {
  font-size: 160%;
}

.enmoku_f120 {
  font-size: 120%;
}

.enmoku_light {
  margin-left: 0;
  font-weight: normal;
}

.enmoku_f_small {
  font-size: 13px;
  margin: -2px;
}

table.pTime td.name2 {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  background: #f5f5f5;
  border-right: 1px solid #ccc;
  padding-left: 20px;
}

.haiyaku_sub_maku {
  font-size: 12px;
}

.haiyaku_f60 {
  margin-left: 0;
  font-size: 10px;
}

.haiyaku_f60_thin {
  margin-left: 0;
  font-size: 10px;
  font-weight: normal;
}

.haiyaku_f70 {
  margin-left: 0;
  font-size: 11px;
}

.haiyaku_f75 {
  margin-left: 0;
  font-size: 12px;
}

.haiyaku_f80 {
  margin: 0 0 -5px 0;
  font-size: 13px;
}

.haiyaku_f90 {
  margin-left: 0;
  font-size: 14px;
}

.haiyaku_sub_maku_right {
  white-space: nowrap;
  padding-left: 10px;
}

.haiyaku_indent_maku {
  margin-left: 52px;
}

.haiyaku_indent_maku tr td {
  line-height: 15px;
}

.haiyaku_maku tr td {
  line-height: 15px;
}

.haiyaku_mb30 {
  margin-bottom: 30px;
}

.haiyaku_f60_sp {
  font-size: 50%;
}

.haiyaku_f60_thin_sp {
  font-size: 50%;
  font-weight: normal;
}

.haiyaku_f70_sp {
  font-size: 60%;
}

.haiyaku_f75_sp {
  font-size: 65%;
}

.haiyaku_f80_sp {
  font-size: 10px;
}

.haiyaku_f90_sp {
  font-size: 80%;
}

.haiyaku_indent_sp {
  margin-left: 23px;
}

.haiyaku_indent_tsuno_sp {
  margin-left: 23px;
}

.haiyaku_indent_maku_sp {
  margin-left: 26px;
}

.enmoku_modal_main {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 110%;
}

.enmoku_modal_main_sp {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 110%;
}

.enmoku_modal_tsuno {
  margin: 3px 0 3px 0;
  line-height: 80%;
}

.table.haiyaku_maku {
  margin-top: 0;
}

.table.haiyaku {
  margin-top: 20px;
}

td.haiyaku_name_maku {
  text-align: left;
}

td.haiyaku_name {
  text-align: right;
}

.haiyaku_name_fix {
  display: inline-block;
  height: 10px;
}

.play_time_f80 {
  margin-left: 0;
  font-size: 80%;
}

.play_time_f80_light {
  margin-left: 0;
  font-size: 80%;
  font-weight: normal;
}

.play_time_announce {
  margin-top: -10px;
}

.midokoro_f75 {
  margin-left: 0;
  font-size: 75%;
}

.midokoro_f75_light {
  margin-left: 0;
  font-size: 75%;
  font-weight: normal;
}

.kouen_main_light {
  font-weight: normal;
}

.kouen_main_tsuno_small {
  font-size: 80%;
}

.kouen_main_tsuno_small_max {
  font-size: 10px;
}

.kouen_main_sub_small {
  font-size: 80%;
}

.kouen_main_sub_small_max {
  font-size: 10px;
}

.kouen_main_sub_big {
  font-size: 18px;
  line-height: 18px;
}

.kouen_enmoku_nm {
  margin: 0 0 0 0;
}

.haiyaku_maku {
  float: left;
  position: absolute;
  margin-left: 110px;
  font-weight: bold;
  top: 0;
  width: 300px;
  line-height: 2.1rem;
}

.haiyaku_maku2 {
  float: left;
  position: absolute;
  margin-left: 70px;
}

.haiyaku_sub_maku_tbl {
  margin-top: 0 !important;
  width: 20% !important;
  float: left;
  line-height: 1.1;
}

.haiyaku_sub_maku_tbl td {
  vertical-align: top;
}

.haiyaku_sub_maku2_tbl {
  margin-top: 0 !important;
  width: 20% !important;
  float: left;
  line-height: 1.1;
}

.haiyaku_bold {
  font-weight: bold;
}

.haiyaku_thin {
  font-weight: normal;
}

.kouen_enmoku_h3,
.kouen_enmoku_h3_sp {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

.kouen_enmoku_h3.small {
  margin: 0 0 5px 0;
}

.kouen_tsuno_span {
  height: 1px;
}

.venueName_id6 {
  font-size: 17px;
  font-weight: bold;
  display: block;
  float: left;
}

.haiyaku_announce_nocontents {
  margin-top: -50px;
  float: left;
}

.fs90 {
  font-size: 90%;
}

.fs80 {
  font-size: 80%;
  line-height: 20px;
}

.haiyaku_free {
  padding: 0 0 0 12px;
  font-size: 14px;
}

.midokoro_desc {
  font-size: 14px;
}

.newsMonthly_announce {
  font-size: 14px;
  margin: 0 0 20px 15px;
}

.table.haiyaku tr td:last-of-type {
  font-weight: bold;
}

.table.haiyaku tr td.wd5 {
  width: 5%;
  font-size: 13px;
}

.table.haiyaku tr td.wd20 {
  width: 20%;
  font-size: 13px;
}

.table.haiyaku tr td.wd30 {
  width: 30%;
}

.table.haiyaku tr td.wd40 {
  width: 30%;
  font-size: 13px;
}

.table.haiyaku tr td.wd50 {
  width: 50%;
  font-size: 13px;
}

.table.haiyaku tr td.wd5_sp {
  width: .1%;
  font-size: 10px;
}

.table.haiyaku tr td.wd20_sp {
  width: 20%;
  font-size: 10px;
}

.table.haiyaku tr td.wd30_sp {
  width: 30%;
  white-space: nowrap;
  font-size: 10px;
}

.table.haiyaku tr td.wd40_sp {
  width: 30%;
  font-size: 10px;
}

.table.haiyaku tr td.wd50_sp {
  width: 50%;
  font-size: 10px;
}

.ticket_over_message {
  margin: 30px 0 0 -125px;
}

.imgThumbWrap {
  display: block;
  padding: 3px;
  background: #e9e5da;
  border: 1px solid #bdb293;
}

.modal_zakan_name {
  margin: -28px 0 15px 0;
}

.modal_zakan_name img {
  height: 15px;
}

.modal_zakan_name2 {
  margin: -28px 0 10px 0;
  width: 160px;
}

.seat_announce {
  text-align: center;
  z-index: 20;
}

.no_makuai {
  border-top: 1px solid #ccc;
}

.play_relation_news {
  margin-bottom: 20px;
}

.table tbody>tr>td.middle,
vertical-align middle,
.table tbody>tr>td.top,
vertical-align top,
.table tbody>tr>td.bottom,
vertical-align bottom,
.kouen_main_title {
  margin-bottom: 5px;
}

.play_title_image {
  margin-bottom: 7px;
}

.theater_schedule_holiday {
  background: rgba(210,40,25,0.25);
}

.kouen_monthly_news {
  padding-left: 0;
}

.media_announce {
  margin: 0 0 30px 0;
}

.kouen_news_mark {
  margin-right: 5px;
}

.zakan_no_result {
  margin: 40px 0 0 0;
  font-size: 14px;
}

.gallery_search_announce {
  line-height: 25px;
  font-size: 10px;
  margin: 0;
}

.news_search_announce {
  line-height: 25px;
  font-size: 10px;
  margin-bottom: -20px;
}

.searchResults {
  padding-top: 5px;
}

.pl8 {
  padding-left: 8px;
}

.lineup_kouen_title {
  line-height: 100%;
  margin-bottom: 1px;
}

.gallery_how_to {
  font-size: 10px;
  margin: 15px 0 -25px 10px;
}

.haiyaku_rubi_top {
  margin: -2px 0 -8px 0;
}

.haiyaku_rubi_under {
  margin: -8px 0 -10px 0;
}

.haiyaku_rubi_index {
  margin: -8.5px 0 -30px 0;
}

.haiyaku_rubi_after {
  margin: 0 0 -30px 0;
}

.haiyaku_rubi_before {
  margin: -8px 0 -20px 0;
}

.haiyaku_rubi_text {
  font-weight: normal;
  font-size: 10px;
  position: absolute;
}

.enmoku_small_light {
  font-size: 10px;
}

.enmoku_small_top_max {
  font-size: 13px;
}

font-weight bold,
letter-spacing normal,
margin-top -3px,
.kouen_main_tsuno_small img {
  margin-bottom: 4px;
}

table#sp_price_main td.number,
text-align right,
table#sp_price_main td,
width 30px,
white-space nowrap,
padding 0 20px 0 0,
table#sp_price_main_notes,
margin-top 10px,
.ScreenTimeTable-head {
  width: 30px;
  white-space: normal;
}

.scheduleTable-caption,
height 23px,
display inline,
#sp_iframe_modal {
  width: 100%;
  min-width: 100%;
  min-height: 500px;
  background-image: none;
}

#sp_iframe_modal .pageInfoBox,
top 0px,
.modal-titleCast iframe,
height 800px,
max-width 100%,
.modal-highLight iframe,
.kouen_main_title img {
  width: inherit;
}

.btnToTicketCenter_none {
  display: inline-block;
}

.sp_play_free_area {
  padding-bottom: 20px;
}

.enmoku_modal_main_sp .enmoku_f75 {
  font-size: 75%;
}

.no_search_result_sp {
  margin: 0 10px 0 10px;
}

.fix_img_small {
  width: 14px;
  height: 11px;
  margin-bottom: 2px;
}

.ticket_phone_noservice {
  font-weight: bold;
  margin-top: 10px;
}

.imgLg_print img {
  height: 17px;
}

.monthly_news_margin {
  margin-bottom: 40px;
}

.copyguard {
  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;
}

.news_search_result_pn,
margin-top 40px,
.news_search_result_ft,
margin-top 20px,
#sp_news_page_num {
  text-align: center;
}

.sp_news_search_keyword {
  text-align: center;
  margin-bottom: 5px;
}

.news_text_default {
  font-size: 12pt;
}

.right_colum_cal_sep {
  display: block;
  margin: 10px 0 10px 0;
  border-top: 1px dotted #fff;
}

.ticket_free_sp {
  margin-top: 10px;
}

.sp_manner {
  padding-bottom: 20px;
}

.sp_manner a {
  text-decoration: underline;
}

.lineup_news {
  margin-top: 5px;
}

.irohaNewBox p.lead2,
.irohaPageBox p.lead2 {
  font-weight: normal;
}

.flyerList_table {
  width: 100%;
}

.flyerList_table td {
  width: 50%;
  padding: 2px;
  vertical-align: middle;
}

.weightBold_sp {
  font-weight: bold;
  margin-bottom: 20px;
}

.sp_modal_enmoku {
  position: fixed;
  width: 100%;
}

.news_square_ad {
  height: 320px;
  display: inline-block;
  width: 100%;
}

.ticketDetail-naviDial .navidial {
  width: 30%;
}

.ticketDate {
  letter-spacing: -.7px;
}

.kouen_enmoku_h2 {
  margin: 1px 0 3px 0;
}

.kouen_enmoku_h2_multi {
  margin: 2px 0 0 0;
  line-height: .7;
}

.kouen_enmoku_h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0 0 0 0;
}

.kouen_main_title_small {
  font-size: 18px;
}

.kouen_main_title_small_up {
  font-size: 18px;
  float: right;
}

.kouen_main_title_small_left_up {
  font-size: 18px;
  float: left;
  margin: 2px 5px 0 0;
}

.kouen_main_title_small_2nd_left_up {
  font-size: 50%;
  float: left;
  margin: 2px 5px 0 0;
}

.kouen_main_title_small_2nd_up {
  font-size: 50%;
  float: right;
  margin: 2px 5px 0 0;
}

.kouen_main_title_small_md {
  font-size: 18px;
  float: right;
  margin: 3px 0 0 0;
}

.kouen_main_title_small_left_md {
  font-size: 18px;
  float: left;
  margin: 4px 5px 0 0;
}

.kouen_main_title_small_2nd_left_md {
  font-size: 50%;
  float: left;
  margin: 8px 5px 0 0;
}

.kouen_main_title_small_2nd_md {
  font-size: 50%;
  float: right;
  margin: 8px 5px 0 0;
}

.enmoku_small_middle {
  padding-bottom: 2px;
}

.enmoku_small_top {
  font-size: 14px;
}

font-weight bold,
letter-spacing normal,
margin-top -4px,
.ticket_font_ml {
  margin-left: 0;
}

.programDate_small {
  font-size: 11px;
}

.blank1:after {
  content: "　";
}

img.bunka_img_enmoku {
  height: 14px !important;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

body.theme-preview #header a,
body.theme-preview #footer a,
body.theme-preview .breadcrumb a,
body.theme-preview .l-sidebar a {
  pointer-events: none;
}

.theme-schedule .l-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme-schedule .l-update .l-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #f2f1ed;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(( 250 / 1016 ) *100vw );
  height: calc(( 250 / 1016 ) *100vw );
  max-width: 250px;
  max-height: 250px;
  margin-right: 40px;
}

.theme-schedule .l-update .l-left .type-decoration-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(( 250 / 1016 ) *100vw );
  height: calc(( 250 / 1016 ) *100vw );
  max-width: 250px;
  max-height: 250px;
}

.theme-schedule .l-update .l-left .img {
  max-height: 165px;
}

.theme-schedule .l-update .l-left .btn {
  margin-top: 10px;
  height: 30px;
  width: 170px;
  font-size: 13px;
  font-size: 1.3rem;
}

.theme-schedule .l-update .l-left .btn:after {
  width: 16px;
  height: 4px;
}

.theme-schedule .l-update .l-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.theme-schedule .l-update .list .item {
  margin-bottom: 10px;
}

.theme-schedule .l-update .list .item a:hover .box.type-date .date {
  color: #bfa45a;
}

.theme-schedule .l-update .box.type-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.theme-schedule .l-update .box.type-date .date {
  font-size: 14px;
  font-size: 1.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #808080;
}

.theme-schedule .l-update .box.type-date .text {
  font-size: 14px;
  font-size: 1.4rem;
}

.theme-schedule .l-search .l-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-schedule .l-search .l-keyword .form-item {
  margin-right: 20px;
}

.theme-schedule .l-search .l-keyword .form-item.type-theater {
  max-width: 160px;
  width: calc(( 160 / 1280 ) *100vw );
}

.theme-schedule .l-search .l-keyword .form-item.type-year {
  max-width: 120px;
  width: calc(( 120 / 1280 ) *100vw );
  margin-right: 10px;
}

.theme-schedule .l-search .l-keyword .form-item.type-month {
  max-width: 120px;
  width: calc(( 120 / 1280 ) *100vw );
}

.theme-schedule .l-search .l-keyword .form-item.type-word {
  max-width: 355px;
  margin-right: 10px;
  width: calc(( 355 / 1280 ) *100vw );
}

.theme-schedule .l-search .l-keyword .form-item.type-search {
  max-width: 120px;
  width: calc(( 120 / 1280 ) *100vw );
  padding: 0;
  margin-right: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.theme-schedule .l-search .l-theater .list.type-theater {
  margin-bottom: 20px;
}

.theme-schedule .l-search .l-theater .list.type-theater .item {
  width: 25%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid #fff;
}

.theme-schedule .l-search .l-theater .list.type-theater .item .link {
  height: calc(( 350 / 1016 ) *100vw );
  max-height: 350px;
  color: #fff;
  font-family: 'Noto Serif JP',serif;
}

.theme-schedule .l-search .l-theater .list.type-theater .item .link:hover {
  cursor: pointer;
  text-decoration: none;
}

.theme-schedule .l-search .l-theater .list.type-theater .item .img {
  width: calc(( 233 / 1016 ) *100vw );
  height: calc(( 350 / 1016 ) *100vw );
  max-height: 233px;
  max-height: 350px;
}

.theme-schedule .l-search .l-theater .list.type-theater .item .text {
  font-size: 20px;
  font-size: 2rem;
  z-index: 3;
}

.theme-schedule .l-search .l-theater .list.type-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.theme-schedule .l-search .l-theater .list.type-btns .btn {
  width: 300px;
  height: 50px;
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.theme-schedule .l-term .wrap.type-shadow {
  padding: 30px 20px;
}

.theme-schedule .l-term .list.type-term .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}

.theme-schedule .l-term .list.type-term .item:first-child {
  border-top: 2px solid #e6e6e6;
}

.theme-schedule .l-term .list.type-term .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: auto;
  flex-shrink: auto;
  max-width: 750px;
  width: calc(( 750 / 1280 ) *100vw );
}

.theme-schedule .l-term .list.type-term .item .box {
  border-right: 2px solid #e6e6e6;
  font-size: 13px;
  font-size: 1.3rem;
}

.theme-schedule .l-term .list.type-term .item .box.type-month {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-schedule .l-term .list.type-term .item .box.type-month .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theme-schedule .l-term .list.type-term .item .box.type-month .label.type-month {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.theme-schedule .l-term .list.type-term .item .box.type-month .label.type-theater {
  width: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-schedule .l-term .list.type-term .item .box.type-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  padding: 10px 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-schedule .l-term .list.type-term .item .box.type-img:hover {
  opacity: .8;
}

.theme-schedule .l-term .list.type-term .item .box.type-img .img {
  max-width: 70px;
  width: calc(( 70 / 1280 ) *100vw );
  display: block;
}

.theme-schedule .l-term .list.type-term .item .box.type-main {
  max-width: 400px;
  width: calc(( 400 / 1280 ) *100vw );
  padding: 20px;
}

.theme-schedule .l-term .list.type-term .item .box.type-main .ttl {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.theme-schedule .l-term .list.type-term .item .box.type-main .sub {
  font-size: 13px;
  font-size: 1.3rem;
}

.theme-schedule .l-term .list.type-term .item .box.type-ticket {
  max-width: 205px;
  width: calc(( 205 / 1280 ) *100vw );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
  border: 0;
}

.theme-schedule .l-term .list.type-term .item .box.type-ticket .release {
  color: #cc5252;
  font-size: 13px;
  font-size: 1.3rem;
}

.theme-schedule .l-term .list.type-term .item .box.type-ticket .playing {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #cc853d;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

.theme-schedule .l-term .list.type-term .item.type-playing {
  background: #f0f0df;
  border-color: #fff;
  border-right: 0;
}

.theme-schedule .l-term .list.type-term .item.type-playing .box {
  border-color: #fff;
}

.theme-schedule .l-term .list.type-term .item.type-playing .box.type-month .label.type-month {
  border-left-color: #f0f0df;
  border-right-color: #fff;
}

.theme-schedule .l-term .list.type-term .item.type-playing .box.type-ticket {
  border: 0;
  padding-right: 60px;
}

.theme-schedule .l-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme-schedule .l-ticket .item {
  max-width: 455px;
  width: calc(( 455 / 1280 ) *100vw );
}

.theme-schedule .l-ticket .btn {
  max-width: 455px;
  width: calc(( 455 / 1280 ) *100vw );
}

.wrap-searchform-resultpage p {
  margin-bottom: 20px;
}

.wrap-searchform-resultpage .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.wrap-searchform-resultpage .ttl .img {
  width: 27px;
  height: 27px;
  fill: #bfa45a;
  margin-right: 10px;
}

.wrap-searchform-resultpage form {
  width: 700px;
  margin: 0 auto;
}

.wrap-searchform-resultpage .type-input {
  width: 100%;
}

.wrap-searchform-resultpage ul.clm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap-searchform-resultpage .btn {
  margin: 0 auto;
}

.wrap-searchresult-all .wrap-resultcnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.wrap-searchresult-all .wrap-resultcnt .list-selectcat-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-searchresult-all .wrap-resultcnt .list-selectcat-result dt {
  margin-right: 10px;
}

.list-sr-alldata {
  margin-bottom: 50px;
}

.list-sr-alldata li {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  background: #fff;
}

.list-sr-alldata li:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  display: block;
  width: 41px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240.031%22%20height%3D%226.062%22%20viewBox%3D%220%200%2040.031%206.062%22%3E%3Cpath%20d%3D%22M0%205.031h40v1H0v-1zM34.672-.003l5.364%205.363-.708.707L33.965.704z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
  background-size: 41px;
}

.list-sr-alldata li .list-sr-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-sr-alldata li .list-sr-data dt {
  width: 15%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #bfa45a;
}

.list-sr-alldata li .list-sr-data dd {
  width: 85%;
}

.list-sr-alldata li.nowplaying .list-sr-data dd:before {
  content: "上演中";
  display: block;
  width: 80px;
  background: #cc853d;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.result-common-searchpage {
  margin-top: 50px;
}

.theme-special.wrap.l-contents-header.type-lower.photopage .inner {
  min-height: 150px;
  height: 100%;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.theme-special.wrap.l-contents-header.type-lower.photopage .inner .ttl {
  width: auto;
  margin: 0 auto 20px auto;
  padding: 0 40px;
}

.theme-special.wrap.l-contents-header.type-lower.photopage .inner .text {
  text-align: center;
}

.box-trphoto-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
}

.box-trphoto-news:first-child {
  margin-top: 0;
}

.box-trphoto-news .ttl {
  width: 60%;
}

.box-trphoto-news .ttl .catterm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.box-trphoto-news .ttl .catterm .cat {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 15px;
  background: #b5a16b;
  color: #fff;
}

.box-trphoto-news .ttl .catterm .term {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
}

.box-trphoto-news .wrap-trphoto-newscts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.box-trphoto-news .wrap-trphoto-newscts .thumb {
  width: 37%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-trphoto-news .wrap-trphoto-newscts .caption {
  width: 60%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.box-trphoto-news .wrap-trphoto-newscts .caption p {
  margin-bottom: 30px;
}

.box-trphoto-news .wrap-trphoto-newscts .caption .btn {
  margin: 0 auto;
}

.sc-trphoto-01 {
  padding-bottom: 40px;
}

.sc-trphoto-02 {
  background: rgba(181,161,107,0.4);
  padding-bottom: 40px;
  padding: 40px;
}

.sc-trphoto-02 > a {
  display: block;
  margin-top: 30px;
}

.sc-trphoto-02 .box-trphoto-news .ttl {
  width: 80%;
  font-size: 20px;
  font-size: 2rem;
  margin-left: auto;
}

.sc-trphoto-02 .box-trphoto-news .ttl .catterm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.sc-trphoto-02 .box-trphoto-news .ttl .catterm .cat {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 15px;
  background: #b5a16b;
  color: #fff;
}

.sc-trphoto-02 .box-trphoto-news .ttl .catterm .term {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
}

.sc-trphoto-02 .box-trphoto-news .wrap-trphoto-newscts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sc-trphoto-02 .box-trphoto-news .wrap-trphoto-newscts .thumb {
  width: 18%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sc-trphoto-02 .box-trphoto-news .wrap-trphoto-newscts .caption {
  width: 80%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sc-trphoto-02 .box-trphoto-news .wrap-trphoto-newscts .caption p {
  margin-bottom: 0;
}

.sc-trphoto-02 > p {
  margin-top: 30px;
  text-align: right;
}

.sc-trphoto-detail-01 {
  margin-bottom: 40px;
}

.sc-trphoto-detail-01 .list-photodetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px 20px;
  background: rgba(181,161,107,0.4);
}

.sc-trphoto-detail-01 .list-photodetail .item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

.sc-trphoto-detail-01 .list-photodetail .item:nth-child(4n) {
  margin-right: 0;
}

.sc-trphoto-detail-01 .list-photodetail .item:nth-child(n+5) {
  margin-top: 30px;
}

.sc-trphoto-detail-01 .list-photodetail .item .caption {
  text-align: center;
}

.sc-trphoto-detail-02 {
  padding-bottom: 100px;
}

.sc-trphoto-detail-02 .ttl span {
  margin-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.wrap-2col-photodetail-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-2col-photodetail-column .thumb {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 35%;
}

.wrap-2col-photodetail-column .caption {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 62%;
}

.lightbox {
  width: 60% !important;
  left: 50% !important;
  max-width: 540px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lightbox .lb-outerContainer {
  border-radius: 0 !important;
  height: auto !important;
  width: 100% !important;
}

.lightbox .lb-image {
  width: 100% !important;
  height: auto !important;
  max-width: 500px;
  border: none !important;
  border-radius: 0 !important;
}

.lightbox .lb-container {
  background: #fff;
  padding: 20px;
}

.lightbox .lb-image {
  border-radius: 0;
  border: none;
}

.lightbox .lb-dataContainer {
  background: #fff;
  width: 100% !important;
  padding-top: 0 !important;
  border-radius: 0 !important;
}

.lightbox .lb-dataContainer .lb-data {
  color: #000;
  padding-bottom: 20px;
}

.lightbox .lb-dataContainer .lb-data .lb-details {
  text-align: center;
  width: 100%;
  float: none;
}

.lightbox .lb-dataContainer .lb-data .lb-caption {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.lightbox .lb-dataContainer .lb-data .lb-number {
  display: none !important;
}

.lightbox .lb-dataContainer .lb-data .lb-closeContainer {
  position: absolute;
  top: 0;
  right: -25%;
}

.lightbox .lb-dataContainer .lb-data .lb-close {
  opacity: 1 !important;
  width: 42px !important;
  height: 55px !important;
  background: url("../kabukibito/img/crs_close.png") no-repeat left top !important;
}

.lb-nav a.lb-prev {
  position: absolute;
  width: 82px !important;
  height: 43px !important;
  left: -102px !important;
  top: 50%;
  opacity: 1 !important;
  background: url("../kabukibito/img/crs_arrow_left.png") no-repeat left top !important;
}

.lb-nav a.lb-next {
  position: absolute;
  width: 82px !important;
  height: 43px !important;
  right: -102px !important;
  top: 50%;
  opacity: 1 !important;
  background: url("../kabukibito/img/crs_arrow_right.png") no-repeat left top !important;
}

.theme-special.wrap.l-contents-header {
  background: url("./img/special/top/bg_contents_header.png");
  position: relative;
}

.theme-special.wrap.l-contents-header:before {
  content: "";
  display: block;
  background: url("./img/special/top/img_contents_header_right.png") no-repeat right top;
  background-size: 365px auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.theme-special.wrap.l-contents-header:after {
  content: "";
  display: block;
  background: url("./img/special/top/img_contents_header_left.png") no-repeat left bottom;
  background-size: 365px auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.theme-special.wrap.l-contents-header .inner {
  position: relative;
  padding: 80px 0;
}

.theme-special.wrap.l-contents-header .inner:before {
  content: "";
  position: absolute;
  display: block;
  width: 210px;
  height: 210px;
  top: 30px;
  left: 40px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.theme-special.wrap.l-contents-header .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 210px;
  height: 210px;
  bottom: 30px;
  right: 40px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.theme-special.wrap.l-contents-header .box.l-ttl,
.theme-special.wrap.l-contents-header .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(( 1080 / 1280 ) *100vw );
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.theme-special.wrap.l-contents-header .box.l-ttl {
  margin: 0 auto 20px;
  padding: 10px;
  background: #b5a16b;
}

.theme-special.wrap.l-contents-header .box.l-ttl .ttl,
.theme-special.wrap.l-contents-header.type-lower .inner .ttl,
.wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 20px;
  font-size: 28px;
  font-size: 2.8rem;
  background: #fff;
  color: #040000;
  height: auto;
  line-height: normal;
  margin: 0;
  height: calc(( 80 / 1280 ) *100vw );
  max-height: 80px;
  position: relative;
  margin-right: 15px;
}

.theme-special.wrap.l-contents-header .box.l-ttl .ttl:after,
.theme-special.wrap.l-contents-header.type-lower .inner .ttl:after,
.wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border: 1px solid #ac9966;
}

.theme-special.wrap.l-contents-header .box.l-ttl .text {
  font-family: 'Noto Serif JP',serif;
}

.theme-special.wrap.l-contents-header .list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(( 1160 / 1280 ) *100vw );
  max-width: 1160px;
}

.theme-special.wrap.l-contents-header .list.type-1clm .item:last-of-type {
  padding-top: 0;
}

.theme-special.wrap.l-contents-header .list .item {
  position: relative;
}

.theme-special.wrap.l-contents-header .list .item:nth-of-type(2) {
  padding-top: 60px;
}

.theme-special.wrap.l-contents-header .list .item:last-of-type {
  padding-top: 120px;
}

.theme-special.wrap.l-contents-header .list .item .box.l-img {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-box-shadow: 1px 1px 10px #000;
  box-shadow: 1px 1px 10px #000;
  line-height: 0;
  display: block;
}

.theme-special.wrap.l-contents-header .list .item .box.l-img:before {
  content: "新着";
  display: inline-block;
  background-color: #b91e14;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  width: 45px;
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.theme-special.wrap.l-contents-header .list .item .box.l-img:hover {
  text-decoration: none;
  color: #040000;
  opacity: .8;
}

.theme-special.wrap.l-contents-header .list .item .box.l-content {
  background: #fff;
  line-height: 1.3;
}

.theme-special.wrap.l-contents-header .list .item .box.l-content .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #040000;
  height: auto;
  line-height: normal;
  margin: 0;
}

.theme-special.wrap.l-contents-header .list .item .box.l-content .date,
.theme-special.wrap.l-contents-header .list .item .box.l-content .text {
  font-size: 12px;
  font-size: 1.2rem;
}

.theme-special.wrap.l-contents-header.type-lower {
  height: 150px;
}

.theme-special.wrap.l-contents-header.type-lower:before,
.theme-special.wrap.l-contents-header.type-lower:after {
  opacity: .4;
}

.theme-special.wrap.l-contents-header.type-lower .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 150px;
}

.theme-special.wrap.l-contents-header.type-lower .inner:before,
.theme-special.wrap.l-contents-header.type-lower .inner:after {
  display: none;
}

.theme-special.wrap.l-contents-header.type-lower .inner .ttl {
  width: auto;
  max-width: initial;
  padding: 0 20px 0 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 40px;
}

.theme-special.wrap.l-contents-header.type-lower .inner .text {
  font-size: 18px;
  font-size: 1.8rem;
}

.theme-special.wrap.l-contents-header.type-entry {
  padding: 20px 0;
  background-image: url("./img/special/lower/bg_contents_header.png");
  text-align: center;
}

.theme-special.wrap.l-contents-header.type-entry:before {
  background-image: url("./img/special/lower/img_contents_header_left.png");
  background-position: left center;
}

.theme-special.wrap.l-contents-header.type-entry:after {
  background-image: url("./img/special/lower/img_contents_header_right.png");
  background-position: right center;
}

.theme-special.wrap.l-contents-header.type-entry .img {
  position: relative;
  z-index: 1;
}

.theme-special.wrap.l-contents-header.type-entry.theme-voice,
.theme-special.wrap.l-contents-header.type-entry.theme-interview {
  padding: 0;
  background: none;
}

.theme-special.wrap.l-contents-header.type-entry.theme-voice:before,
.theme-special.wrap.l-contents-header.type-entry.theme-interview:before,
.theme-special.wrap.l-contents-header.type-entry.theme-voice:after,
.theme-special.wrap.l-contents-header.type-entry.theme-interview:after {
  background: none;
}

.theme-special .l-pickup {
  margin-bottom: 60px;
}

.theme-special .l-pickup .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-special .l-pickup .list .item {
  width: calc(( 300 / 1280 ) *100vw );
  max-width: 300px;
  margin-right: 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-special .l-pickup .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.theme-special .l-pickup .list .link {
  padding: 10px 10px 50px;
  width: calc(( 300 / 1280 ) *100vw );
  max-width: 300px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-special .l-pickup .list .link:hover {
  text-decoration: none;
  color: #040000;
  opacity: .8;
}

.theme-special .l-pickup .list .link .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.theme-special .l-pickup .list .link .text {
  font-size: 14px;
  font-size: 1.4rem;
}

.theme-special .l-category .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme-special .l-category .list .item {
  background: #fff;
  width: calc(( 215 / 1280 ) *100vw );
  max-width: 215px;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  margin-top: 50px;
}

.theme-special .l-category .list .item .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #000;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Noto Serif JP',serif;
  padding: 10px;
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 2;
}

.theme-special .l-category .list .item .text {
  padding: 20px 5px;
}

.theme-special .l-category .list .item .link {
  position: relative;
  display: block;
}

.theme-special .l-category .list .item .link:hover {
  text-decoration: none;
  color: #040000;
}

.theme-special .l-category .list .item .wrap.type-img {
  overflow: hidden;
  width: calc(( 215 / 1280 ) *100vw );
  height: calc(( 307 / 1280 ) *100vw );
  max-width: 215px;
  max-height: 307px;
}

.theme-special .l-category .list .item .img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-special .wrap.l-special-archives {
  margin-bottom: 80px;
}

.theme-special .section {
  display: block;
  margin-bottom: 20px;
}

.theme-special .l-lead {
  margin: 20px 0 60px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Noto Serif JP',serif;
  font-weight: bold;
}

.theme-special .list.type-archive .item {
  margin-bottom: 10px;
}

.theme-special .wrap.type-withimg {
  padding: 15px;
}

.theme-special .wrap.type-withimg .l-content {
  font-size: 15px;
  font-size: 1.5rem;
}

.theme-special .wrap.type-withimg .l-content .small {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}

.theme-special .wrap.type-withimg .l-content .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.3;
}

.theme-special .wrap.type-withimg .l-content .time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #666;
}

.theme-special .entry a {
  color: #bfa45a;
  text-decoration: underline;
}

.l-wp-page-links {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-wp-page-links .post-page-numbers {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #bfa45a;
  margin: 0 5px;
  line-height: 1;
  color: #000;
}

.l-wp-page-links .post-page-numbers:hover,
.l-wp-page-links .post-page-numbers.current {
  background: #bfa45a;
  color: #fff;
  text-decoration: none;
}

.wrap.type-entry .entry .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px;
  background: #bfa45a;
  color: #fff;
}

.wrap.type-entry .entry .ttl.type-underline,
.wrap.type-entry .entry .ttl.type-underline-short {
  background: transparent;
  color: #040000;
}

.wrap.type-entry .entry p {
  margin-bottom: 20px;
}

.wrap.type-entry .entry p.has-small-font-size {
  font-size: 13px;
  font-size: 1.3rem;
}

.wrap.type-entry .entry a {
  color: #bfa45a;
  text-decoration: underline;
}

.wrap.type-entry .entry a.btn {
  color: #fff;
  text-decoration: none;
}

.wrap.type-entry .entry a.wp-block-button__link {
  color: #fff;
  text-decoration: none;
}

.entry .wp-block-separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bfa45a;
  border: 0;
  margin: 20px 0;
}

.entry .wp-block-image:after {
  content: "";
  display: block;
  clear: both;
}

.entry .wp-block-image .alignright,
.entry .wp-block-image .alignleft {
  max-width: 50%;
}

.entry .wp-block-image figcaption {
  font-size: 13px;
  font-size: 1.3rem;
}

.entry .wp-block-gallery .blocks-gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.entry .wp-block-gallery .blocks-gallery-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.entry .wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  bottom: auto;
  width: auto;
  max-height: inherit;
  overflow: auto;
  padding: 0;
  color: #040000;
  text-align: center;
  font-size: 13px;
  background: transparent;
}

.wp-block-button {
  padding: 50px 0;
  clear: both;
}

.wp-block-button .wp-block-button__link {
  border-radius: 0;
  padding: 12px 30px;
}

.wp-block-button .wp-block-button__link.default {
  background-color: #bfa45a;
}

.wp-block-button .wp-block-button__link.ticket {
  background-color: #c95951;
}

.wp-block-button .wp-block-button__link {
  color: #fff;
  text-decoration: none;
}

.wp-block-button .wp-block-button__link:hover {
  opacity: .8;
}

.wrap.type-entry .wrap.l-special-archives {
  margin: 60px auto 0 auto;
}

.wrap.type-entry .wrap.l-special-archives .wrap.type-withimg {
  margin-top: 10px;
  padding: 15px;
}

.wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .time {
  font-size: 12px;
  font-size: 1.2rem;
}

.wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.wrap.l-container .wrap.l-main.theme-interview {
  margin-top: 0;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header {
  background: none;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header:after {
  background: none;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .img {
  display: block;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-category {
  font-size: 30px;
  font-size: 3rem;
  height: auto;
  margin: 0 0 0;
  padding: 12px 30px;
  background: #bfa45a;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-contents {
  font-size: 24px;
  font-size: 2.4rem;
  height: auto;
  width: auto;
  display: inline-block;
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #bfa45a;
  color: #040000;
  text-align: left;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-contents .time {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-contents .span {
  width: 100%;
}

.wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .wrap.l-contents-header-inner {
  width: 100%;
}

.wrap.l-container .wrap.l-main.theme-interview .section.type-relation {
  background: rgba(181,161,107,0.7);
  text-align: center;
  padding: 30px 15px;
  margin-top: 60px;
}

.wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation {
  font-size: 18px;
  font-size: 1.8rem;
  height: auto;
  display: inline-block;
  padding: 20px;
  margin-bottom: 30px;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item {
  width: 24%;
  margin: 0 .5%;
  background: #fff;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link:hover {
  text-decoration: none;
  color: #040000;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link:hover .l-img .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .l-img {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .l-img .img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .l-text {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

.wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .time {
  color: #808080;
  font-size: 10px;
  font-size: 1rem;
}

.has-media-on-the-right.wp-block-media-text .wp-block-media-text__content {
  padding: 0 8% 0 0;
}

.has-media-on-the-left.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}

main.theme-iroha {
  background: #fff;
}

main.theme-iroha .wrap.l-container.inner > .l-main {
  margin: 40px auto 0;
  padding-bottom: 40px;
}

.share-items .item {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.columnin h2 {
  font-size: large !important;
  font-weight: bold !important;
  margin: 30px 0;
}

.bgbrown {
  background: #e8e3d7;
}

.bgbrown td {
  background: #e8e3d7;
  padding: 3px;
}

table[summary="LayoutTable"] {
  margin: 0 auto;
}

.theme-theater .small {
  font-size: 85%;
}

.theme-theater .nav.l-select {
  margin-bottom: calc((100vw / 750 ) * 20 );
}

.theme-theater .nav.l-anchor {
  margin-bottom: calc((100vw / 750 ) * 80 );
}

.theme-theater .nav.l-anchor .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme-theater .nav.l-anchor .list .btn {
  width: calc((100vw / 750 ) * 217 );
  background: #000;
  text-align: center;
  line-height: 1.2;
  font-size: calc( (100vw / 750 ) * 26 );
}

.theme-theater .nav.l-anchor .list .btn:after {
  display: none;
}

.theme-theater .section.l-plays .list {
  margin: 0 40px 60px 40px;
}

.theme-theater .section.l-plays .list .item.type-shadow {
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-theater .section.l-plays .list .item.type-shadow .box.type-img {
  max-width: 320px;
  width: calc(( 320 / 1280 ) *100vw );
  padding: 20px 0 20px 20px;
  line-height: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.theme-theater .section.l-plays .list .item.type-shadow .box.type-content {
  max-width: 495px;
  width: calc(( 495 / 1280 ) *100vw );
  margin: 40px;
}

.theme-theater .section.l-plays .list .item.type-shadow .box.type-content .ttl .sub {
  display: block;
  line-height: 1.3;
}

.theme-theater .section.l-plays .list .item.type-shadow .ttl.type-ticket,
.theme-theater .section.l-plays .list .item.type-shadow .label.type-ticket {
  height: 23px;
  line-height: 23px;
  display: inline-block;
  background: #c95951;
  color: #fff;
  position: relative;
  padding: 0 10px;
  margin: 0 5px 15px 11px;
  font-size: 12px;
  font-size: 1.2rem;
}

.theme-theater .section.l-plays .list .item.type-shadow .ttl.type-ticket:before,
.theme-theater .section.l-plays .list .item.type-shadow .label.type-ticket:before {
  content: "";
  display: inline-block;
  background: url("./img/bg_ticket_l.png") no-repeat;
  background-size: contain;
  width: 11px;
  height: 23px;
  position: absolute;
  left: -11px;
}

.theme-theater .section.l-plays .list .item.type-shadow .ttl.type-ticket:after,
.theme-theater .section.l-plays .list .item.type-shadow .label.type-ticket:after {
  content: "";
  display: inline-block;
  background: url("./img/bg_ticket_r.png") no-repeat;
  background-size: contain;
  width: 5px;
  height: 23px;
  position: absolute;
  right: -5px;
}

.theme-theater .section.l-plays .list .item.type-shadow .text.type-term {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.theme-theater .section.l-plays .list .item.type-shadow .text.type-timetable {
  line-height: 1.8;
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

.theme-theater .section.l-plays .list .item.type-shadow .text.type-part {
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px;
}

.theme-theater .section.l-plays .list .item.type-shadow .btn {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
}

.theme-theater .section.l-caution {
  margin-bottom: 60px;
  font-size: 15px;
  font-size: 1.5rem;
}

.theme-theater .section.l-access {
  margin-bottom: 30px;
}

.theme-theater .section.l-access .wrap {
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme-theater .section.l-access .wrap .box.type-img {
  max-width: 440px;
  width: calc(( 440 / 1280 ) *100vw );
}

.theme-theater .section.l-access .wrap .box.type-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 390px;
  width: calc(( 390 / 1280 ) *100vw );
}

.theme-theater .section.l-access .wrap .box.type-content .ttl {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.theme-theater .section.l-access .wrap .box.type-content .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.theme-theater .section.l-access .wrap .box.type-content .text:last-of-type {
  margin-bottom: 0;
}

.theme-theater .section.l-seat {
  margin-bottom: 60px;
  border: 10px solid #d9d9d9;
  background: #fff;
  text-align: center;
  padding: 50px;
}

.theme-theater .section.l-seat .ttl {
  margin-bottom: 40px;
}

.theme-theater .section.l-seat .btn {
  margin-top: 40px;
}

.theme-theater .section.l-about {
  margin-bottom: 60px;
}

.theme-theater .section.l-about .list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-theater .section.l-about .list .item {
  width: 50%;
  height: calc(( 317 / 1280 ) *100vw );
  max-height: 317px;
  border-right: 1px solid #fff;
}

.theme-theater .section.l-about .list .item .link.type-img,
.theme-theater .section.l-about .list .item .img {
  height: calc(( 317 / 1280 ) *100vw );
  max-height: 317px;
}

.theme-theater .section.l-about .list .item .link.type-window {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  z-index: 3;
}

.sc-outlink-zkn {
  padding: 50px 10px;
  margin: 0 -40px 60px;
  text-align: center;
}

.sc-outlink-zkn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: 103px;
  border: 1px solid #fff;
  background: none;
  padding: 0 50px;
}

.sc-outlink-zkn.zkn-shinbashi {
  background: url("./img/btn_bg_zkn_shinbashi.png") no-repeat center center;
  background-size: cover;
}

.sc-outlink-zkn.zkn-osaka {
  background: url("./img/btn_bg_zkn_osaka.png") no-repeat center center;
  background-size: cover;
}

.sc-outlink-zkn.zkn-kyoto {
  background: url("./img/btn_bg_zkn_kyoto.png") no-repeat center center;
  background-size: cover;
}

.header-newyear {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185855/pattern_gold.png");
  background-size: calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * 80 );
  position: relative;
  padding-bottom: calc((100vw / 750 ) * 175 );
}

.bg__header-newyear-hosha {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185721/bg_housha.png") no-repeat top center;
  background-size: cover;
}

.bg__header-newyear-cloud {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185714/bg_cloud_sp.png") no-repeat top 1vw center;
  background-size: 100% auto;
  background-position: top 1vw center;
}

.bg__header-newyear-kamifubuki {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185729/bg_kamifubuki_sp%402x.png") no-repeat top center;
  background-size: 100% auto;
  background-position: top -15vw center;
}

.deco-ougi {
  position: absolute;
}

.deco-ougi.is-header.is-left {
  top: calc((100vw / 750 ) * 60 );
  left: 0;
}

.deco-ougi.is-header.is-left .img {
  width: calc((100vw / 750 ) * 94 );
}

.deco-ougi.is-header.is-right {
  right: 0;
  bottom: calc((100vw / 750 ) * -50 );
}

.deco-ougi.is-header.is-right .img {
  width: calc((100vw / 750 ) * 167 );
}

.deco-ougi.is-sec1 {
  left: 0;
  bottom: calc((100vw / 750 ) * 80 );
}

.deco-ougi.is-sec1 .img {
  width: calc((100vw / 750 ) * 230 );
}

.deco-ougi.is-sec2 {
  right: 0;
  bottom: calc((100vw / 750 ) * 80 );
}

.deco-ougi.is-sec2 .img {
  width: calc((100vw / 750 ) * 250 );
}

.inner__header-newyear {
  position: relative;
  height: calc((100vw / 750 ) * 555 );
}

.inner__header-newyear .deco__flower-left {
  position: absolute;
  width: calc((100vw / 750 ) * 58 );
  height: calc((100vw / 750 ) * 63 );
  top: calc((100vw / 750 ) * 129 );
  left: calc((100vw / 750 ) * 67 );
}

.inner__header-newyear .deco__flower-right {
  position: absolute;
  width: calc((100vw / 750 ) * 51 );
  height: calc((100vw / 750 ) * 51 );
  right: calc((100vw / 750 ) * 145 );
  top: calc((100vw / 750 ) * 28 );
}

.inner__header-newyear .deco__flower-bottom {
  position: absolute;
  bottom: calc((100vw / 750 ) * 30 );
  left: calc((100vw / 750 ) * 283 );
  width: calc((100vw / 750 ) * 41 );
  height: calc((100vw / 750 ) * 41 );
}

.wrap__ttl__header-newyear {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 97.3333vw;
  height: calc((100vw / 750 ) * 447 );
}

.wrap__ttl__header-newyear .img-kadomatsu {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: calc((100vw / 750 ) * 152 );
  margin-top: calc((100vw / 750 ) * -63 );
}

.wrap__ttl__header-newyear .img-kadomatsu.is-left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-animation: pop .5s linear 1s 1 forwards;
  animation: pop .5s linear 1s 1 forwards;
}

.wrap__ttl__header-newyear .img-kadomatsu.is-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-animation: pop .5s linear 1s 1 forwards;
  animation: pop .5s linear 1s 1 forwards;
}

.ttl__header-newyear {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc((100vw / 750 ) * 447 );
  margin-left: calc((100vw / 750 ) * -223.5 );
}

.ttl__header-newyear .img-ttl {
  width: calc((100vw / 750 ) * 447 );
  -webkit-animation: pop 1s linear 1;
  animation: pop 1s linear 1;
}

.ttl__header-newyear .img-daruma {
  width: calc((100vw / 750 ) * 93 );
  height: calc((100vw / 750 ) * 96 );
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: pop .4s linear 1.8s 1 forwards,daruma 7s linear 2.2s infinite;
  animation: pop .4s linear 1.8s 1 forwards,daruma 7s linear 2.2s infinite;
  right: calc((100vw / 750 ) * 15 );
  bottom: calc((100vw / 750 ) * 64 );
}

.lead__header-newyear {
  background: rgba(255,255,255,0.95);
  border-radius: 8px;
  color: #000;
  width: calc((100vw / 750 ) * 670 );
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: lead .4s linear 1s 1 forwards;
  animation: lead .4s linear 1s 1 forwards;
}

.lead__header-newyear:before {
  content: "";
  display: block;
  height: calc((100vw / 750 ) * 70 );
  width: calc((100vw / 750 ) * 630 );
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185847/line_mv_head_sp.png") no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto;
}

.lead__header-newyear:after {
  content: "";
  display: block;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185841/line_mv_foot_sp.png") no-repeat top;
  background-size: 100% auto;
  height: calc((100vw / 750 ) * 50 );
  width: calc((100vw / 750 ) * 630 );
  margin: 0 auto;
}

.lead__header-newyear .text {
  margin: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 20 );
  font-weight: bold;
  font-size: calc( (100vw / 750 ) * 24 );
  line-height: 2;
}

.wrap__section-newyear-play {
  background: #890007;
  position: relative;
  width: calc((100vw / 750 ) * 670 );
  margin: 0 auto;
  padding: calc((100vw / 750 ) * 50 ) 0 calc((100vw / 750 ) * 90 );
}

.wrap__section-newyear-play:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc((100vw / 750 ) * 30 );
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185837/line_maku.png") repeat-x;
  background-size: contain;
}

.wrap__section-newyear-play:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc((100vw / 750 ) * 30 );
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185837/line_maku.png") repeat-x;
  background-size: contain;
}

.inner__section-newyear-play {
  position: relative;
}

.inner__section-newyear-play:after {
  content: "";
  display: block;
  width: 133px;
  height: 136px;
  position: absolute;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185830/icon_shishimai.png") no-repeat;
  background-size: contain;
  -webkit-animation: ema 1s linear infinite;
  animation: ema 1s linear infinite;
  width: calc((100vw / 750 ) * 151 );
  height: calc((100vw / 750 ) * 153 );
  bottom: calc((100vw / 750 ) * 80 );
  right: calc((100vw / 750 ) * 40 );
}

.section-newyear {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185859/pattern_red.png");
  background-size: calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * 80 );
  position: relative;
}

.section-newyear:before {
  content: "";
  display: block;
  height: 10px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185850/line_ttl.png") repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-newyear.is-sec1 {
  padding-bottom: calc((100vw / 750 ) * 125 );
}

.section-newyear.is-sec2 {
  padding-bottom: calc((100vw / 750 ) * 120 );
}

.section-newyear.is-sec3 {
  padding-bottom: calc((100vw / 750 ) * 160 );
}

.section-newyear.is-sec3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185857/pattern_nami.png") repeat-x;
  background-size: contain;
  height: calc((100vw / 750 ) * 106 );
  -webkit-animation: nami 40s linear infinite;
  animation: nami 40s linear infinite;
}

.section-newyear-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-newyear-play .flyer {
  width: calc((100vw / 750 ) * 430 );
  height: calc((100vw / 750 ) * 430 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: pop .5s linear .4s 1 forwards;
  animation: pop .5s linear .4s 1 forwards;
}

.section-newyear-play .flyer .img {
  max-width: calc((100vw / 750 ) * 430 );
  max-height: calc((100vw / 750 ) * 430 );
}

.section-newyear-play .content {
  width: calc((100vw / 750 ) * 400 );
  height: calc((100vw / 750 ) * 308 );
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: pop .5s linear .4s 1 forwards;
  animation: pop .5s linear .4s 1 forwards;
}

.section-newyear-play .content:before {
  content: "";
  position: absolute;
  top: calc((100vw / 750 ) * 8 );
  bottom: calc((100vw / 750 ) * 8 );
  left: calc((100vw / 750 ) * 8 );
  right: calc((100vw / 750 ) * 8 );
  border: calc((100vw / 750 ) * 3 ) solid #e6e6e6;
  pointer-events: none;
}

.section-newyear-play .content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc((100vw / 750 ) * 20 ) 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 20 );
  border-color: transparent transparent transparent #fff;
}

.section-newyear-play .content .btn {
  margin: 0 auto;
}

.section-newyear-play .content .btn.disabled {
  background-color: #ebebeb;
  color: #cbcbcb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-newyear-play .content .btn.disabled:after {
  border-color: #cbcbcb;
}

.ttl__section-newyear {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: relative;
  width: calc((100vw / 750 ) * 630 );
  margin: 0 auto;
}

.ttl__section-newyear:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ttl__section-newyear:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ttl__section-newyear.scroll:before {
  -webkit-animation: pop .4s linear 1 forwards;
  animation: pop .4s linear 1 forwards;
}

.ttl__section-newyear.scroll:after {
  -webkit-animation: pop .4s linear .2s 1 forwards;
  animation: pop .4s linear .2s 1 forwards;
}

.ttl__section-newyear.is-sec1:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185817/icon_koma.png") no-repeat;
  background-size: contain;
  width: calc((100vw / 750 ) * 99 );
  height: calc((100vw / 750 ) * 66 );
  left: calc((100vw / 750 ) * -30 );
  bottom: calc((100vw / 750 ) * -30 );
}

.ttl__section-newyear.is-sec1:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185809/icon_hagoita.png") no-repeat;
  background-size: contain;
  width: calc((100vw / 750 ) * 83 );
  height: calc((100vw / 750 ) * 88 );
  right: calc((100vw / 750 ) * -30 );
  bottom: calc((100vw / 750 ) * -30 );
}

.ttl__section-newyear.is-sec2:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185815/icon_kagamimochi.png") no-repeat;
  background-size: contain;
  width: calc((100vw / 750 ) * 85 );
  height: calc((100vw / 750 ) * 90 );
  left: calc((100vw / 750 ) * -30 );
  bottom: calc((100vw / 750 ) * -30 );
}

.ttl__section-newyear.is-sec2:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185819/icon_kyusu.png") no-repeat;
  background-size: contain;
  width: calc((100vw / 750 ) * 84 );
  height: calc((100vw / 750 ) * 94 );
  right: calc((100vw / 750 ) * -30 );
  bottom: calc((100vw / 750 ) * -20 );
}

.ttl__section-newyear.is-sec3:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185826/icon_sensu.png") no-repeat;
  background-size: contain;
  width: calc((100vw / 750 ) * 95 );
  height: calc((100vw / 750 ) * 55 );
  left: calc((100vw / 750 ) * -30 );
  bottom: calc((100vw / 750 ) * -25 );
}

.ttl__section-newyear.is-sec3:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185822/icon_ozoni.png") no-repeat;
  background-size: contain;
  width: calc((100vw / 750 ) * 81 );
  height: calc((100vw / 750 ) * 77 );
  right: calc((100vw / 750 ) * -30 );
  bottom: calc((100vw / 750 ) * -30 );
}

.lead__section-newyear {
  color: #e6b239;
  text-align: center;
  font-weight: bold;
  font-size: calc( (100vw / 750 ) * 40 );
  line-height: calc(54 / 40);
  margin: calc((100vw / 750 ) * -15 ) auto calc((100vw / 750 ) * 20 );
}

.lead__section-newyear.is-sec2 .text {
  font-size: calc( (100vw / 750 ) * 40 );
  display: none;
  -webkit-animation: pop .5s linear 1 forwards;
  animation: pop .5s linear 1 forwards;
}

.sublead__section-newyear {
  color: #fff;
  font-size: calc( (100vw / 750 ) * 28 );
  text-align: center;
  line-height: 2;
  margin: 0 calc((100vw / 750 ) * 50 );
}

.list__newyear-theaters {
  position: relative;
}

.list__newyear-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: calc((100vw / 750 ) * 40 ) auto 0;
  width: calc((100vw / 750 ) * 670 );
}

.item__list__newyear-theaters {
  width: calc((100vw / 750 ) * 325 );
}

.item__list__newyear-theaters .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.item__list__newyear-theaters .link:hover {
  text-decoration: none;
  color: #040000;
}

.item__list__newyear-theaters .link .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc( (100vw / 750 ) * 24 );
  height: calc((100vw / 750 ) * 50 );
  font-weight: bold;
}

.item__list__newyear-theaters .link .name:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #a63f1d transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.item__list__newyear-keywords {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item__list__newyear-keywords .link {
  display: block;
  width: calc((100vw / 750 ) * 325 );
  height: calc((100vw / 750 ) * 204 );
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185718/bg_ema.png") no-repeat;
  background-size: contain;
  padding: calc((100vw / 750 ) * 55 ) 0 0;
}

.item__list__newyear-keywords .link:hover {
  color: #000;
  text-decoration: none;
  -webkit-animation: ema .2s ease .1s 1 alternate;
  animation: ema .2s ease .1s 1 alternate;
}

.item__list__newyear-keywords .link .ttl__keywords {
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc( (100vw / 750 ) * 22 );
  margin-bottom: calc((100vw / 750 ) * 15 );
  font-weight: bold;
}

.item__list__newyear-keywords .link .ttl__keywords:before {
  content: "";
  display: block;
  width: calc((100vw / 750 ) * 29 );
  height: calc((100vw / 750 ) * 28 );
  margin-right: calc((100vw / 750 ) * 10 );
}

.item__list__newyear-keywords .link .text__keywords {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: calc( (100vw / 750 ) * 20 );
  border-radius: calc((100vw / 750 ) * 4 );
  margin: 0 calc((100vw / 750 ) * 30 );
  height: calc((100vw / 750 ) * 70 );
}

.item__list__newyear-keywords:nth-of-type(odd) .link .ttl__keywords:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185759/icon_flower_ema_white.png") no-repeat;
  background-size: contain;
}

.item__list__newyear-keywords:nth-of-type(even) .link .ttl__keywords:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185757/icon_flower_ema_pink.png") no-repeat;
  background-size: contain;
}

.label__section-newyear-play {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: calc((100vw / 750 ) * 155 );
  height: calc((100vw / 750 ) * 40 );
  font-size: calc( (100vw / 750 ) * 20 );
  margin: 0 auto calc((100vw / 750 ) * 20 );
}

.label__section-newyear-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  border: 1px solid #fff;
}

.ttl__section-newyear-play {
  text-align: left;
  font-size: calc( (100vw / 750 ) * 28 );
  font-weight: bold;
  margin: 0 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 30 );
}

.section-newyear-play {
  display: none;
}

.section-newyear-play.is-kabukiza .label__section-newyear-play {
  background: #f27130;
}

.section-newyear-play.is-asakusa .label__section-newyear-play {
  background: #ccb129;
}

.section-newyear-play.is-shimbashi .label__section-newyear-play {
  background: #00998c;
}

.section-newyear-play.is-osaka .label__section-newyear-play {
  background: #6570a6;
}

.text__section-newyear-play {
  font-size: calc( (100vw / 750 ) * 20 );
  margin: 0 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 30 );
}

.text__section-newyear-play .small {
  font-size: calc( (100vw / 750 ) * 18 );
}

.nav__section-newyear-play {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc((100vw / 750 ) * 590 );
}

.nav__section-newyear-play .link {
  border: calc((100vw / 750 ) * 4 ) solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: calc((100vw / 750 ) * 285 );
  height: calc((100vw / 750 ) * 100 );
  font-size: calc( (100vw / 750 ) * 24 );
  padding: calc((100vw / 750 ) * 4 );
}

.nav__section-newyear-play .link .img {
  width: calc((100vw / 750 ) * 61 );
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.nav__section-newyear-play .link .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}

.nav__section-newyear-play .link:hover,
.nav__section-newyear-play .item.is-active .link {
  border: 0;
  text-decoration: none;
}

.nav__section-newyear-play .link:hover:before,
.nav__section-newyear-play .item.is-active .link:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  top: calc((100vw / 750 ) * 6 );
  bottom: calc((100vw / 750 ) * 6 );
  left: calc((100vw / 750 ) * 6 );
  right: calc((100vw / 750 ) * 6 );
}

.nav__section-newyear-play .link:hover .name .span,
.nav__section-newyear-play .item.is-active .link .name .span {
  display: inline-block;
  position: relative;
}

.nav__section-newyear-play .link:hover .name .span:before,
.nav__section-newyear-play .item.is-active .link .name .span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: calc((100vw / 750 ) * 9 ) 0 calc((100vw / 750 ) * 9 ) calc((100vw / 750 ) * 9 );
  left: calc((100vw / 750 ) * -18 );
}

.nav__section-newyear-play .link.is-kabukiza:hover,
.nav__section-newyear-play .item.is-active .link.is-kabukiza {
  background: #f27130;
  border: 2px solid #f27130;
}

.nav__section-newyear-play .link.is-asakusa:hover,
.nav__section-newyear-play .item.is-active .link.is-asakusa {
  background: #ccb129;
  border: 2px solid #ccb129;
}

.nav__section-newyear-play .link.is-shimbashi:hover,
.nav__section-newyear-play .item.is-active .link.is-shimbashi {
  background: #00998c;
  border: 2px solid #00998c;
}

.nav__section-newyear-play .link.is-osaka:hover,
.nav__section-newyear-play .item.is-active .link.is-osaka {
  background: #6570a6;
  border: 2px solid #6570a6;
}

.footer.theme-newyear {
  text-align: center;
}

.footer .wrap.l-sns {
  padding: 0;
  border: 0;
}

.pagetop-newyear {
  display: none;
  position: fixed;
  cursor: pointer;
  line-height: 0;
  width: calc((100vw / 750 ) * 176 );
  text-align: center;
  right: 0;
  bottom: calc((100vw / 750 ) * 20 );
}

.pagetop-newyear.scrolling {
  -webkit-animation: tai-scroll .3s ease infinite;
  animation: tai-scroll .3s ease infinite;
}

.pagetop-newyear.is-pagefoot {
  bottom: calc((100vw / 750 ) * 461 );
}

.pagetop-newyear .img-pagetop {
  width: calc((100vw / 750 ) * 176 );
}

.pagetop-newyear .img-tai {
  width: calc((100vw / 750 ) * 119 );
}

.nav__footer-newyear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__footer-newyear .item {
  display: block;
  line-height: 1;
}

.nav__footer-newyear .item:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-keyframes lead {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lead {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lead-tab {
  0% {
    opacity: 0;
    bottom: calc(( -100 / 1280 ) *100vw );
  }

  100% {
    opacity: 1;
    bottom: calc(( 100 / 1280 ) *100vw );
  }
}

@keyframes lead-tab {
  0% {
    opacity: 0;
    bottom: calc(( -100 / 1280 ) *100vw );
  }

  100% {
    opacity: 1;
    bottom: calc(( 100 / 1280 ) *100vw );
  }
}

@-webkit-keyframes lead-sp {
  0% {
    opacity: 0;
    bottom: calc((100vw / 750 ) * -100 );
  }

  100% {
    opacity: 1;
    bottom: calc((100vw / 750 ) * 175 );
  }
}

@keyframes lead-sp {
  0% {
    opacity: 0;
    bottom: calc((100vw / 750 ) * -100 );
  }

  100% {
    opacity: 1;
    bottom: calc((100vw / 750 ) * 175 );
  }
}

@-webkit-keyframes daruma {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  2% {
    -webkit-transform: translateY(5px) rotate(5deg);
    transform: translateY(5px) rotate(5deg);
  }

  4% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  6% {
    -webkit-transform: translateY(5px) rotate(-5deg);
    transform: translateY(5px) rotate(-5deg);
  }

  8% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes daruma {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  2% {
    -webkit-transform: translateY(5px) rotate(5deg);
    transform: translateY(5px) rotate(5deg);
  }

  4% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  6% {
    -webkit-transform: translateY(5px) rotate(-5deg);
    transform: translateY(5px) rotate(-5deg);
  }

  8% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ema {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes ema {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes tai-touch {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes tai-touch {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes tai-scroll {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes tai-scroll {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes nami {
  0% {
    background-position: 0% 100%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes nami {
  0% {
    background-position: 0% 100%;
  }

  100% {
    background-position: 100% 100%;
  }
}

.theme-ticketschedule > p {
  line-height: 1.6em;
}

.wrap-cal-all {
  margin: 50px auto 60px;
}

.wrap-cal-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
}

.wrap-cal-month .ttl {
  margin-bottom: 0;
}

.wrap-cal-month .directionarrow.none {
  opacity: 0;
}

.table-cal {
  width: 100%;
  font-family: 'Noto Serif JP',serif;
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  table-layout: fixed;
}

.table-cal th,
.table-cal td {
  width: calc((100%) / 7);
  text-align: center;
}

.table-cal td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.table-cal td .calendar-day-number {
  display: block;
  border-bottom: 1px solid #ccc;
  background: #e6e6e6;
  font-style: normal;
}

.table-cal td .calendar-day-number.none {
  background: none;
}

.table-cal td .calendar-labels {
  padding: 5px;
  min-height: 172px;
}

.table-cal td .calendar-labels .calendar-cts {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  color: #333;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5em;
  background: #f2f2da;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  margin-top: 5px;
}

.table-cal td .calendar-labels .calendar-cts:first-child {
  margin-top: 0;
}

.table-cal thead th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.table-cal .calendar-sun,
.table-cal .calendar-hol,
.table-cal .calendar-sat.calendar-sun {
  color: #b36b6b;
  background: #ffd0cc !important;
}

.table-cal .calendar-sat {
  color: #4d6699;
  background: #dae2f2 !important;
}

.box-f2bd {
  border: 10px solid #f2f2f2;
  padding: 30px 40px;
}

.box-bgf7 {
  background: #f7f7f7;
  padding: 30px;
}

.sc-ticketschedule-bottom {
  background: #fff;
  padding: 60px 40px;
}

.sc-ticketschedule-bottom .type-underline small {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 10px;
}

.sc-ticketschedule-bottom .type-underline .icon-pc {
  width: 49px;
  height: 42px;
  margin-right: 15px;
}

.sc-ticketschedule-bottom .type-underline .icon-tel {
  width: 39px;
  height: 39px;
  margin-right: 20px;
}

.sc-ticketschedule-bottom .type-underline .icon-group {
  width: 50px;
  height: 34px;
  margin-right: 15px;
}

.sc-ticketschedule-bottom .list-box-block li p {
  line-height: 1.6em;
}

.sc-ticketschedule-bottom .list-box-block li p .btn {
  margin-bottom: 30px;
}

.sc-ticketschedule-bottom .list-box-block li:first-child p {
  margin-top: 30px;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) p.fwb {
  margin-top: 30px;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 li {
  width: auto;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 li:first-child {
  margin-right: 40px;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 .list-rdsmallttl {
  text-align: left;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 .list-rdsmallttl dd a {
  font-size: 34px;
  font-size: 3.4rem;
}

.sc-ticketschedule-bottom .list-box-block li:nth-child(2) .box-bgf7 {
  margin-top: 30px;
}

.list-rdsmallttl dt {
  display: inline-block;
  vertical-align: middle;
  background: #737373;
  border-radius: 12.5px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 20px;
  margin-right: 10px;
}

.list-rdsmallttl dd {
  display: inline-block;
  vertical-align: middle;
}

.list-rdsmallttl dd a {
  color: #bfa45a;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
}

.wrap-contact-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.wrap-contact-group:first-child {
  margin-top: 0;
}

.wrap-contact-group .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 144px;
  background: #bfb493;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 1px;
}

.wrap-contact-group .right {
  width: calc(100% - 144px);
}

.list-ttlbg-lktbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-ttlbg-lktbl:first-child {
  border-top: 1px solid #e6e6e6;
}

.list-ttlbg-lktbl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  padding: 10px;
  background: #e6e6e6;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.list-ttlbg-lktbl dt span {
  width: 100%;
}

.list-ttlbg-lktbl dd {
  width: 60%;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.list-ttlbg-lktbl dd span {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}

.list-ttlbg-lktbl dd small {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.list-ttlbg-lktbl:last-child dt {
  border-bottom: 1px solid #e6e6e6;
}

.js-modaltgl {
  cursor: pointer;
}

.wrap-common-modal {
  display: none;
  position: absolute;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.wrap-common-modal .closebtn {
  position: absolute;
  cursor: pointer;
  right: -50px;
  top: 0;
  width: 31px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%3E%3Cpath%20d%3D%22M0%201l1-1%2033%2033-1%201zm33-1l1%201L1%2034l-1-1z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: cover;
}

.wrap-common-modal .closebtn:after {
  content: "閉じる";
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 35px;
}

.wrap-common-modal .modalcts {
  position: absolute;
  width: 80%;
  max-width: 780px;
  padding: 20px;
  top: 20px;
  left: 50%;
  background: url("./img/bg_contents.png");
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list-thumb-modal-tksd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-thumb-modal-tksd dt {
  width: 35%;
}

.list-thumb-modal-tksd dd {
  width: 60%;
}

.list-thumb-modal-tksd dd .ttl.type-underline small {
  display: block;
  margin-bottom: 5px;
}

.list-thumb-modal-tksd dd .label.type-ticket {
  height: 23px;
  line-height: 23px;
  display: inline-block;
  background: #c95951;
  color: #fff;
  position: relative;
  padding: 0 10px;
  margin: 0 5px 15px 11px;
  font-size: 12px;
  font-size: 1.2rem;
}

.list-thumb-modal-tksd dd .label.type-ticket:before {
  content: "";
  display: inline-block;
  background: url("./img/bg_ticket_l.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 11px;
  height: 23px;
  position: absolute;
  left: -11px;
}

.list-thumb-modal-tksd dd .label.type-ticket:after {
  content: "";
  display: inline-block;
  background: url("./img/bg_ticket_r.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 5px;
  height: 23px;
  position: absolute;
  right: -5px;
}

.list-thumb-modal-tksd dd .text {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

a.underline {
  text-decoration: underline;
  color: #bfa45a;
}

a.blank[target="_blank"] {
  padding-right: 10px;
}

a.blank[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23a6a6a6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
  background-size: cover;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  border: 0;
}

a.blank[target="_blank"].btn:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
}

a.blank[target="_blank"].btn:hover:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
}

.ttl {
  font-weight: 800;
  font-family: 'Noto Serif JP',serif;
}

.ttl.type-ro {
  position: relative;
  z-index: 5;
  font-size: 14px;
  padding: 7px;
  background-color: #4d4d4d;
  color: #fff;
  margin-bottom: 0;
}

.ttl.type-ro > a {
  position: relative;
  z-index: 6;
  color: #fff;
}

.ttl.type-ro:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #b3b3b3;
}

.ttl.type-main-45 {
  font-size: 45px;
  margin-bottom: 40px;
}

.ttl.type-main-34 {
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 40px;
}

.ttl.type-iconlr {
  position: relative;
  margin-bottom: 40px;
}

.ttl.type-iconlr:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  margin-right: 10px;
  background: url("./img/icon_ttl.png") no-repeat left top;
  background-size: cover;
}

.ttl.type-iconlr:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  margin-left: 10px;
  background: url("./img/icon_ttl.png") no-repeat left top;
  background-size: cover;
}

.ttl.type-underline-short {
  position: relative;
  margin-bottom: 40px;
}

.ttl.type-underline-short:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #bfa45a;
}

.ttl > span.totalnum {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Helvetica,Arial,Doroid Sans,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

.ttl > span.totalnum small {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.type-340x50 {
  width: 340px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.cleanness {
  background: none;
  border: 1px solid #fff;
}

.btn-h-103 {
  height: 103px !important;
}

.type-borderbg {
  border: 1px solid #bfa45a;
  border-radius: 4px;
  background: #fff;
  color: #000;
  text-align: center;
  display: block;
  height: 100%;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.type-borderbg:hover {
  color: #000;
}

.type-borderbg .btnttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.type-borderbg .caption {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  display: block;
}

.type-borderbg small {
  display: block;
  color: #808080;
  font-size: 10px;
  font-size: 1rem;
}

.type-borderbg:hover {
  background: #fffef2;
}

.type-borderbg:hover .btnttl {
  color: #b5a46b;
}

.type-borderbg:hover .caption {
  color: #000;
}

.type-borderbg:after {
  content: none;
}

.type-borderbg[target="_blank"] .btnttl:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23a6a6a6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
  background-size: cover;
}

.icon-doc {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.icon-doc:after {
  content: none;
}

.icon-doc:before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewbox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M69.17.24H12.68v99.52h74.64V18.39zm.73%204.25l13.17%2013.17H69.9zM15.17%2097.27V2.73h52.25V18.9a1.24%201.24%200%200%200%201.24%201.25h16.17v77.12z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M74.88%2026.83H25.12a1.23%201.23%200%200%200-1.24%201.24v10.52a1.23%201.23%200%200%200%201.24%201.24h49.76a1.23%201.23%200%200%200%201.24-1.24V28.07a1.23%201.23%200%200%200-1.24-1.24zm-1.24%2010.52H26.36v-8h47.28zM30.1%2053.77h39.81v2.49H30.1zm0%209.95h39.81v2.49H30.1zm0%209.95h39.81v2.49H30.1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  fill: #fff;
  margin-right: 15px;
}

.icon-doc:hover {
  background-color: #fff;
}

.icon-doc:hover:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewbox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M69.17.24H12.68v99.52h74.64V18.39zm.73%204.25l13.17%2013.17H69.9zM15.17%2097.27V2.73h52.25V18.9a1.24%201.24%200%200%200%201.24%201.25h16.17v77.12z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M74.88%2026.83H25.12a1.23%201.23%200%200%200-1.24%201.24v10.52a1.23%201.23%200%200%200%201.24%201.24h49.76a1.23%201.23%200%200%200%201.24-1.24V28.07a1.23%201.23%200%200%200-1.24-1.24zm-1.24%2010.52H26.36v-8h47.28zM30.1%2053.77h39.81v2.49H30.1zm0%209.95h39.81v2.49H30.1zm0%209.95h39.81v2.49H30.1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  background-size: 40px 40px;
}

.icon-calendar {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.icon-calendar:after {
  content: none;
}

.icon-calendar:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewbox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M74.63%2015.09V6.54h-9.95v8.55H35.32V6.54h-9.95v8.55H.24v78.37h99.52V15.09zM67.17%209h5v14.64h-5zM27.86%209h5v14.64h-5zm-2.49%208.55v8.55h10v-8.52h29.31v8.55h9.95v-8.55h22.64v12.28H2.73V17.58zM2.73%2091V32.35h94.54V91z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M32.83%2059.17h14.68V44.5H32.83zM35.32%2047H45v9.71h-9.7zm17.17%2012.17h14.68V44.5H52.49zM55%2047h9.7v9.71H55zm17.14%2012.17h14.68V44.5H72.14zM74.63%2047h9.7v9.71h-9.7zM13.18%2078.83h14.68V64.15H13.18zm2.49-12.19h9.7v9.7h-9.7zm17.16%2012.19h14.68V64.15H32.83zm2.49-12.19H45v9.7h-9.7zm17.17%2012.19h14.68V64.15H52.49zM55%2066.64h9.7v9.7H55z%22%20fill%3D%22%23FFF%22%20%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  background-size: 40px 40px;
}

.icon-calendar:hover {
  background-color: #fff;
}

.icon-calendar:hover:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewbox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M74.63%2015.09V6.54h-9.95v8.55H35.32V6.54h-9.95v8.55H.24v78.37h99.52V15.09zM67.17%209h5v14.64h-5zM27.86%209h5v14.64h-5zm-2.49%208.55v8.55h10v-8.52h29.31v8.55h9.95v-8.55h22.64v12.28H2.73V17.58zM2.73%2091V32.35h94.54V91z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M32.83%2059.17h14.68V44.5H32.83zM35.32%2047H45v9.71h-9.7zm17.17%2012.17h14.68V44.5H52.49zM55%2047h9.7v9.71H55zm17.14%2012.17h14.68V44.5H72.14zM74.63%2047h9.7v9.71h-9.7zM13.18%2078.83h14.68V64.15H13.18zm2.49-12.19h9.7v9.7h-9.7zm17.16%2012.19h14.68V64.15H32.83zm2.49-12.19H45v9.7h-9.7zm17.17%2012.19h14.68V64.15H52.49zM55%2066.64h9.7v9.7H55z%22%20fill%3D%22%23FFF%22%20%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  background-size: 40px 40px;
}

.linklabel-gcl {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  padding-left: 35px;
  border-radius: 4px;
}

.linklabel-gcl:before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  width: 25px;
  height: 25px;
  background: url("./img/icon_gcl.png") no-repeat center center #bc1d27;
  background-size: 15px 14px;
  border-radius: 4px 0 0 4px;
}

.clm.type-clm2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clm.type-clm2 > li {
  width: calc((100% - 30px) / 2);
  text-align: center;
}

.clm.type-clm3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clm.type-clm3 > li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}

.clm.type-clm4 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clm.type-clm4 > li {
  width: calc((100% - 40px) / 4);
}

main.toppage {
  background: #fff;
}

main.toppage .inner {
  width: calc(( 1100 / 1280 ) *100vw );
  max-width: 1100px;
  margin: 0 auto;
}

.sc-top-mv {
  position: relative;
  background: url("./img/mv_pattern.png") repeat left top;
  padding: 10px 0;
}

.mv {
  overflow: hidden;
}

.mv a {
  display: block;
}

.mv .mv-l {
  display: block;
}

.mv .mv-s {
  display: none;
}

.mvslider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.mvslider.slick-initialized {
  opacity: 1;
}

.mvslider img {
  width: 100%;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.mvslider .slick-center img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
  -webkit-box-shadow: 0 0 30px 0 rgba(28,29,29,0.25);
  box-shadow: 0 0 30px 0 rgba(28,29,29,0.25);
}

.mvslider .slick-slide {
  padding: 30px 0;
}

.mvslider .slick-dots {
  position: relative;
  text-align: center;
  z-index: 10;
}

.mvslider .slick-dots li {
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.mvslider .slick-dots li:first-child {
  margin-left: 0;
}

.mvslider .slick-dots li.slick-active {
  background: #040000;
}

.mvslider .slick-dots li button {
  display: none;
}

.mvslider-arrow .slide-arrow {
  position: absolute;
  display: block;
  width: 39px;
  height: 39px;
  top: 47%;
  z-index: 200;
  cursor: pointer;
}

.mvslider-arrow .slide-arrow.prev-arrow {
  left: 11.5%;
}

.mvslider-arrow .slide-arrow.next-arrow {
  right: 11.5%;
}

.sc-top-01 {
  position: relative;
  padding-top: 30px;
}

.sc-top-01:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  position: absolute;
  top: 90px;
}

.wrap-bnrslide {
  position: relative;
  z-index: 10;
  padding: 10px 0;
  background: #fff;
}

.wrap-bnrsingle .item-bnr,
.wrap-bnrslide .item-bnr {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-bnrsingle .item-bnr a,
.wrap-bnrslide .item-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.wrap-bnrsingle .item-bnr img,
.wrap-bnrslide .item-bnr img {
  width: auto;
  height: 100%;
}

.wrap-bnrsingle .item-bnr {
  margin-right: 0;
  margin: 0 auto;
}

.list-news-important {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 10px;
  border: 1px solid #b5a16b;
}

.list-news-important:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./img/deco_news.png") no-repeat left top;
}

.list-news-important:after {
  position: absolute;
  bottom: -2px;
  left: -2px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./img/deco_news.png") no-repeat left top;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.list-news-important > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 5px;
  width: 215px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #b36262;
  font-family: 'Noto Serif JP',serif;
}

.list-news-important > dt span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.list-news-important > dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #b5a16b;
  position: absolute;
  right: -5px;
  top: 0;
}

.list-news-important > dd {
  position: relative;
  padding: 20px;
  width: calc(100% - 225px);
}

.list-news-important > dd span {
  display: block;
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem;
}

.list-news-important a:hover span {
  color: #bfa45a;
}

.list-news-important a ul li {
  margin-top: 10px;
  font-size: 15px;
}

.list-news-important a ul li:first-child {
  margin-top: 0;
}

.list-news-important a:before {
  position: absolute;
  top: -2px;
  right: -2px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./img/deco_news.png") no-repeat left top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list-news-important a:after {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./img/deco_news.png") no-repeat left top;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sc-top-02 {
  background: #eef5e9;
  margin-top: 100px;
}

.sc-top-02 > .inner {
  position: relative;
  margin-top: -40px;
  padding-top: 60px;
}

.sc-top-02 > .inner .ttl.type-main-45 {
  position: absolute;
  width: 100%;
  top: -20px;
}

.ctsbox-nowplaying a:hover {
  text-decoration: none;
}

.list-thumb-plays-top {
  padding: 0 10px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.list-thumb-plays-top li {
  margin: 0 5px;
}

.list-thumb-plays-top img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 80%;
  margin: 0 auto;
}

.list-thumb-plays-top li:nth-child(n+5) {
  margin-top: 60px;
}

.list-thumb-plays-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.list-thumb-plays {
  margin-bottom: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.list-thumb-plays:hover {
  text-decoration: none;
  color: #040000;
  opacity: .8;
}

.list-thumb-plays a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.list-thumb-plays > dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 366px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 366px;
  flex: 0 0 366px;
}

.list-thumb-plays .box-thumb-ttl {
  position: relative;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-thumb-plays .box-thumb-ttl:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border: 1px solid #e6e6e6;
}

.list-thumb-plays .box-thumb-ttl span {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #b94620;
  margin: 0 auto 20px auto;
  position: relative;
}

.list-thumb-plays .box-thumb-ttl span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
}

.list-thumb-plays .box-thumb-ttl .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.list-thumb-plays .box-thumb-ttl .date {
  position: relative;
  margin-top: auto;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 14px;
}

.list-thumb-plays .box-thumb-ttl .date:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #baa76e;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list-tabs-plays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
}

.list-tabs-plays > li {
  position: relative;
  background: url("./img/icon_tab_default.png") no-repeat 20px center #fff;
  background-size: 64px auto;
  width: calc((100% - 145px) / 2);
  height: 76px;
  line-height: 76px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1.2px;
  margin-right: auto;
  font-weight: 500;
  text-align: center;
  border: 2px solid #d9d9d9;
  cursor: pointer;
}

.list-tabs-plays > li:first-child {
  margin-right: 15px;
  margin-left: auto;
}

.list-tabs-plays > li:after {
  position: absolute;
  right: 20px;
  top: 25px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #b5a16b #b5a16b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-tabs-plays > li.current {
  background: url("./img/icon_tab_active.png") no-repeat 20px center #bfa45a;
  background-size: 62px auto;
  border: 2px solid #bfa45a;
  color: #fff;
  font-weight: bold;
}

.list-tabs-plays > li.current:after {
  position: absolute;
  right: 20px;
  top: 35px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn-spacrd-plays {
  position: relative;
  background: url("./img/icon_tab_default.png") no-repeat 15px center #fff;
  background-size: 48.5px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 1.2px;
  margin: 25px auto;
  font-weight: 500;
  text-align: center;
  border: 2px solid #d9d9d9;
}

.btn-spacrd-plays span {
  padding-left: 15px;
}

.btn-spacrd-plays:after {
  position: absolute;
  right: 20px;
  top: 25px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #b5a16b #b5a16b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-spacrd-plays.current {
  background: url("./img/icon_tab_active.png") no-repeat 15px center #bfa45a;
  background-size: 48.5px;
  border: 2px solid #bfa45a;
  color: #fff;
  font-weight: bold;
}

.btn-spacrd-plays.current:after {
  position: absolute;
  right: 20px;
  top: 35px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ctsbox-comingsoon a:hover {
  text-decoration: none;
}

.wrap-cs-listparts {
  border-top: 1px solid #bfa45a;
  padding-top: 40px;
  margin-top: -1px;
  position: relative;
  z-index: 10;
  margin-bottom: 90px;
}

.wrap-cs-listparts .btnwrap-clm1 {
  margin: 80px auto 60px;
}

.btnwrap-clm1 {
  margin: 40px auto;
}

.btnwrap-clm1 .btn {
  margin: 0 auto;
}

.pointlabel {
  position: absolute;
  width: calc(100% - 20px);
  border-radius: 20px;
  padding: 5px;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.pointlabel:after {
  top: -20px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51,51,51,0);
  border-bottom-color: #333;
  border-width: 14px;
  margin-left: -14px;
}

.wrap-bnr-monthly {
  padding-bottom: 60px;
}

.wrap-bnr-monthly .inner-bnr-monthly {
  height: 182px;
  width: 680px;
  margin: 0 auto;
  background: url("./img/bg_bnr_2003.png") no-repeat top;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.wrap-bnr-monthly .inner-bnr-monthly a {
  text-decoration: underline;
}

.wrap-bnr-monthly .inner-bnr-monthly .ttl {
  margin-bottom: 10px;
}

.wrap-bnr-monthly .inner-bnr-monthly .l-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 536px;
  flex: 1 1 536px;
}

.wrap-bnr-monthly .inner-bnr-monthly .l-img {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-bnr-monthly .inner-bnr-monthly .l-img .link {
  line-height: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 120px;
  flex: 1 1 120px;
}

.sc-top-03 {
  background: url("./img/bg_subcts.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 60px;
}

.sc-top-03 .type-clm2 > li {
  width: calc((100% - 110px) / 2);
  max-width: 485px;
  margin-right: auto;
}

.sc-top-03 .type-clm2 > li:first-child {
  margin-left: auto;
}

.sc-top-03 .btn.btn-h-103 {
  width: 100%;
}

.sc-top-03 .btn.btn-h-103.icon-doc:hover {
  opacity: 1;
  background: #cc853d;
  color: #fff;
  border: 0;
}

.sc-top-03 .btn.btn-h-103.icon-calendar:hover {
  opacity: 1;
  background: #c95951;
  color: #fff;
  border: 0;
}

.sc-top-04 {
  position: relative;
}

.sc-top-04:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  position: absolute;
  top: 60px;
}

.sc-top-05 {
  padding: 60px 0 0;
}

.list-topnews {
  margin-bottom: 40px;
  padding: 0 10px;
}

.list-topnews li:nth-child(n+4) {
  margin-top: 30px;
}

.list-topnews li > a {
  display: block;
  height: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.list-topnews li > a:hover {
  text-decoration: none;
  color: #040000;
  opacity: .8;
}

.list-thumb-news {
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 12px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-thumb-news:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  display: block;
  width: 41px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240.031%22%20height%3D%226.062%22%20viewBox%3D%220%200%2040.031%206.062%22%3E%3Cpath%20d%3D%22M0%205.031h40v1H0v-1zM34.672-.003l5.364%205.363-.708.707L33.965.704z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
  background-size: 41px;
}

.list-thumb-news > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
}

.list-thumb-news > dt img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-height: 165px;
}

.list-thumb-news > dd {
  text-align: left;
  padding-bottom: 20px;
}

.list-thumb-news > dd span {
  display: block;
  margin-bottom: 15px;
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
}

.list-thumb-news > dd p {
  line-height: 1.73em;
}

.lo-news-bak {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f7f7;
}

.lo-news-bak > li {
  width: 50%;
  padding: 40px;
}

.lo-news-bak:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #d9d9d9;
}

.list-news-bak > dt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
  margin-bottom: 10px;
}

.sc-top-06 {
  position: relative;
  padding-bottom: 80px;
}

.sc-top-06:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  position: absolute;
  top: 60px;
}

.sc-top-06 .type-ro {
  width: 535px;
  background-color: #e3e3e3;
  color: #404040;
  margin: 0 auto;
}

.sc-top-06 .type-ro:after {
  border: 1px solid #fff;
}

.sc-top-06 .wrap-bnrsingle {
  width: 535px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  background: #fff;
}

.sc-top-07 {
  background: #eef5e9;
  margin-top: 40px;
}

.sc-top-07 > .inner {
  position: relative;
  margin-top: -40px;
  padding-top: 60px;
}

.sc-top-07 > .inner .ttl.type-main-45 {
  position: absolute;
  width: 100%;
  top: -20px;
}

.sc-top-07 .btnwrap-clm2 {
  margin-top: 0;
  padding-top: 40px;
}

.list-theaters > li {
  width: 25% !important;
  position: relative;
  overflow: hidden;
}

.list-theaters > li img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-theaters > li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.list-theaters > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding-bottom: 25px;
  font-family: 'Noto Serif JP',serif;
}

.btnwrap-clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}

.btnwrap-clm2 .btn {
  max-width: 425px;
  width: calc((100% - 20px) / 2);
  height: 63px;
  line-height: 63px;
  font-size: 20px;
  margin-left: 10px;
}

.btnwrap-clm2 .btn:first-child {
  margin-right: 10px;
  margin-left: 0;
}

.sc-top-08 {
  padding: 50px 0;
}

.list-linkbnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 calc((20 / 1280) * 100vw);
}

.list-linkbnrs > li {
  width: calc((100% - 70px) / 3);
  max-width: 300px;
  margin-right: 25px;
}

.list-linkbnrs > li:nth-child(n+4) {
  margin-top: 25px;
}

.list-linkbnrs > li:nth-child(3n+3) {
  margin-right: 0;
}

.list-linkbnrs > li img {
  display: block;
}

.wrap-ttl-voice {
  text-align: center;
  margin-bottom: 30px;
}

.wrap-ttl-voice .ttl.type-underline-voice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #b5a16b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.wrap-ttl-voice + .caption {
  text-align: center;
}

.list-voicecards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-voicecards li {
  width: 50%;
  margin-bottom: 40px;
}

.list-voicecards li .wrap-vc {
  position: relative;
  width: 90%;
  background: #fff;
  z-index: 20;
}

.list-voicecards li .wrap-vc:after {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c5b896;
  z-index: 10;
}

.list-voicecards li .list-card-voice {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 20;
}

.list-voicecards li .list-card-voice dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.list-voicecards li .list-card-voice dt span {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-voicecards li .list-card-voice dt span small {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.list-voicecards li .list-card-voice dt img {
  margin-left: 20px;
}

.list-voicecards li .list-card-voice dd p {
  font-size: 16px;
  font-size: 1.6rem;
}

.list-voicecards li .list-card-voice dd img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.ttl.type-bdbox {
  text-align: center;
}

.ttl.type-bdbox span {
  position: relative;
  padding: 15px 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.ttl.type-bdbox span:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #c9bb93;
  left: 5px;
  top: 5px;
}

.wrap-bn-voice {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 60px;
  background: #b5a16b;
}

.wrap-bn-voice .clm.type-clm4 img {
  display: block;
}

.wrap-bn-voice .clm.type-clm4 span {
  display: block;
  padding: 20px 10px;
  background: #fff;
}

@media screen and (min-width:768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  a:hover {
    color: #bfa45a;
    text-decoration: underline;
  }

  .view-sp {
    display: none !important;
  }

  .link.type-tel {
    text-decoration: none;
    pointer-events: none;
  }

  .wrap.modal {
    width: 50vw;
    max-height: 80vh;
    padding: 10px 20px 30px 20px;
  }

  .wrap.type-withimg .l-img {
    max-width: 258px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
  }

  .header .nav.l-modal .nav.l-contents .list.type-main {
    margin: 80px auto;
    width: calc(( 900 / 1280 ) *100vw );
    max-width: 900px;
  }

  .banners .supporters .item {
    width: 138px;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow {
    height: 46px;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:after {
    content: "＋";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    color: #000;
    line-height: 0;
    top: 50%;
    margin-top: -8px;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:hover {
    margin: 0;
    padding: 0 10px;
    background: #333;
    cursor: pointer;
    border: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:hover:after {
    right: 20px;
    border-radius: 100%;
    background: #bfa45a;
    color: #fff;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main .link:hover {
    color: #fff;
    text-decoration: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.is-active {
    margin: 0;
    padding: 0 10px;
    background: #333;
    cursor: pointer;
    border: 0;
    position: relative;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.is-active:after {
    content: "―";
    right: 20px;
    border-radius: 100%;
    background: #bfa45a;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.is-active .link {
    color: #fff;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item.is-active,
  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item:hover {
    margin: 0;
    padding: 0 10px;
    background: #333;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item.is-active .link:after,
  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item:hover .link:after {
    border-color: #fff;
    right: 13px;
  }

  .sc-lkindex-01 .box-round-bgpaint .list-thumb-plays-top li:nth-child(n+5) {
    margin-top: 0;
  }

  .sc-lkindex-04 .list-thumb-lk-04.right.bottom dt {
    position: relative;
    z-index: 20;
  }

  .sc-lkindex-04 .list-thumb-lk-04.right.bottom dd {
    position: relative;
    z-index: 10;
    margin-left: -60px;
    width: calc(100% - 260px);
  }

  .sc-lkindex-04 .list-thumb-lk-04.right.bottom dd p {
    padding-left: 70px;
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .entryparts-ctswrap {
    font-size: 12pt;
  }

  .content-clm-mailmag {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .theme-play .wrap.l-price {
    margin-bottom: 80px;
  }

  .theme-play .wrap.l-price .type-decoration-inner .box.type-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 515px;
    flex: 0 0 515px;
  }

  .theme-play .wrap.l-price .type-decoration-inner .box.type-price.type-only {
    width: 70%;
    margin: 0 auto;
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-header {
    width: calc(( 180 / 1280 ) *100vw );
    max-width: 180px;
  }

  .theme-play .wrap.l-timetable .list.type-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
  }

  .theme-play .wrap.l-timetable .list.type-btns .item {
    margin: 0 10px;
  }

  .theme-play .wrap.l-timetable .list.type-btns .item:first-of-type {
    margin-left: 0;
  }

  .theme-play .wrap.l-timetable .list.type-btns .item:last-of-type {
    margin-left: 0;
  }

  .theme-play .wrap.l-schedule .table.type-calendar .th,
  .theme-play .wrap.l-schedule .table.type-calendar .td {
    font-size: 13px;
    font-size: 1.3rem;
    width: calc(100% / 8);
  }

  .theme-play .wrap.l-schedule .table.type-calendar .th .span,
  .theme-play .wrap.l-schedule .table.type-calendar .td .span {
    display: block;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .box.type-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .release {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 232px;
    flex: 0 0 232px;
    max-width: 232px;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .tel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }

  .theme-play .nav.l-anchor .list.type-static .link:hover {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    margin: -10px 0;
    padding: 10px 0;
    height: 95px;
  }

  .theme-play .nav.l-anchor .list.type-static .link:hover .svg {
    fill: #bfa45a;
  }

  .theme-play .nav.l-anchor .list.type-static .link:hover .text:before,
  .theme-play .nav.l-anchor .list.type-static .link:hover .text:after {
    border-color: #bfa45a;
  }

  .theme-play .nav.l-anchor .list.type-follow .item {
    margin: 0 5px;
  }

  .l-otherticket .ttl.type-sub {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 0 5px;
  }

  .l-otherticket .icon-ticketsite {
    width: 46px;
    margin-right: 15px;
  }

  .midokoro_notes {
    margin: 0 0 0 -38px;
  }

  .enmoku_f_small span {
    display: inline-block;
  }

  .haiyaku_announce {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .midokoro_notes {
    margin: 0 0 0 -38px;
  }

  .theme-schedule .l-update .box.type-date .date {
    margin-right: 10px;
  }

  .theme-special.wrap.l-contents-header.type-lower.photopage {
    height: auto;
  }

  .theme-special.wrap.l-contents-header .list.type-1clm {
    width: calc(( 630 / 1280 ) *100vw );
    max-width: 630px;
  }

  .theme-special.wrap.l-contents-header .list .item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 20px;
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-content {
    padding: 5px 10px;
  }

  .theme-special.wrap.l-contents-header.type-entry.theme-voice {
    height: calc(( 300 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header.type-entry.theme-voice .img.type-fit {
    height: calc(( 300 / 1280 ) *100vw );
  }

  .theme-special .l-category .list .item .ttl {
    height: calc(( 200 / 1280 ) *100vw );
    max-height: 200px;
  }

  .theme-special .l-category .list .item .link:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .theme-special .wrap.type-withimg .l-content .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .wp-block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wp-block-button .item {
    margin: 0 10px;
  }

  .wrap.type-entry .wrap.l-special-archives {
    width: calc(( 935 / 1280 ) *100vw );
    max-width: 935px;
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-img {
    width: calc(( 140 / 1280 ) *100vw );
    max-width: 140px;
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content {
    width: calc(( 750 / 1280 ) *100vw );
    max-width: 750px;
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-content .ttl .sub {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0;
  }

  .header-newyear {
    background-size: 80px 80px;
    padding-bottom: 100px;
  }

  .bg__header-newyear-hosha {
    top: -690px;
  }

  .bg__header-newyear-cloud {
    background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185711/bg_cloud.png") no-repeat top 65px center;
    background-size: 100% auto;
  }

  .bg__header-newyear-kamifubuki {
    background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185724/bg_kamifubuki.png") top center;
    background-size: 100% auto;
    background-position: top -42px center;
  }

  .deco-ougi.is-header.is-left {
    width: calc(( 187 / 1280 ) *100vw );
    max-width: 187px;
    top: 10px;
    left: 36px;
  }

  .deco-ougi.is-header.is-left .img {
    width: calc(( 187 / 1280 ) *100vw );
    max-width: 187px;
  }

  .deco-ougi.is-header.is-right {
    right: 35px;
    bottom: 25px;
  }

  .deco-ougi.is-header.is-right .img {
    width: calc(( 187 / 1280 ) *100vw );
    max-width: 187px;
  }

  .deco-ougi.is-sec1 {
    bottom: 40px;
  }

  .deco-ougi.is-sec1 .img {
    width: calc(( 241 / 1280 ) *100vw );
    max-width: 241px;
  }

  .deco-ougi.is-sec2 {
    bottom: 40px;
  }

  .deco-ougi.is-sec2 .img {
    width: calc(( 259 / 1280 ) *100vw );
    max-width: 259px;
  }

  .inner__header-newyear {
    height: calc(( 457 / 1280 ) *100vw );
    max-height: 457px;
    width: calc(( 1280 / 1280 ) *100vw );
    max-width: 1280px;
    margin: 0 auto;
  }

  .inner__header-newyear .deco__flower-left {
    width: 91px;
    height: 98px;
    top: 125px;
    left: 75px;
  }

  .inner__header-newyear .deco__flower-right {
    width: 86px;
    height: 88px;
    top: 40px;
    right: 54px;
  }

  .inner__header-newyear .deco__flower-bottom {
    width: 56px;
    height: 56px;
    bottom: 20px;
    left: 354px;
  }

  .wrap__ttl__header-newyear {
    width: calc(( 833 / 1280 ) *100vw );
    height: calc(( 392 / 1280 ) *100vw );
    max-width: 833px;
    max-height: 392px;
    margin-top: 65px;
  }

  .wrap__ttl__header-newyear .img-kadomatsu {
    width: calc(( 211 / 1280 ) *100vw );
    margin-top: -88px;
    max-width: 211px;
  }

  .ttl__header-newyear {
    width: calc(( 377 / 1280 ) *100vw );
    max-width: 377px;
    height: calc(( 377 / 1280 ) *100vw );
    max-height: 377px;
    margin-left: -188.5px;
  }

  .ttl__header-newyear .img-ttl {
    width: calc(( 377 / 1280 ) *100vw );
    max-width: 377px;
  }

  .ttl__header-newyear .img-daruma {
    width: 77px;
    height: 80px;
    right: 10px;
    bottom: 53px;
  }

  .lead__header-newyear {
    width: calc(( 1140 / 1280 ) *100vw );
    max-width: 1140px;
  }

  .lead__header-newyear:before {
    background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185844/line_mv_head.png") no-repeat center bottom;
    background-size: 100% auto;
    width: calc(( 1100 / 1280 ) *100vw );
    max-width: 1100px;
    height: calc(( 49 / 1280 ) *100vw );
    max-height: 49px;
  }

  .lead__header-newyear:after {
    background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185839/line_mv_foot.png") no-repeat top;
    background-size: 100% auto;
    width: calc(( 1100 / 1280 ) *100vw );
    max-width: 1100px;
    height: calc(( 36 / 1280 ) *100vw );
    max-height: 36px;
  }

  .lead__header-newyear .text {
    text-align: center;
    line-height: calc(40 / 16);
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0;
  }

  .wrap__section-newyear-play {
    width: calc(( 1140 / 1280 ) *100vw );
    max-width: 1140px;
    padding: 50px 0;
    margin: 40px auto 0;
  }

  .wrap__section-newyear-play:before {
    height: calc(( 18 / 1280 ) *100vw );
    max-height: 18px;
  }

  .wrap__section-newyear-play:after {
    height: calc(( 18 / 1280 ) *100vw );
    max-height: 18px;
  }

  .inner__section-newyear-play {
    margin: 0 auto 30px;
    width: calc(( 800 / 1280 ) *100vw );
    max-width: 800px;
  }

  .inner__section-newyear-play:after {
    width: 133px;
    height: 136px;
    bottom: 0;
    right: 98px;
  }

  .section-newyear {
    background-size: 80px 80px;
  }

  .section-newyear.is-sec1 {
    padding-bottom: 150px;
  }

  .section-newyear.is-sec2 {
    padding-bottom: 95px;
  }

  .section-newyear.is-sec3 {
    padding-bottom: 150px;
  }

  .section-newyear.is-sec3:after {
    height: calc(( 106 / 1280 ) *100vw );
    max-height: 106px;
  }

  .section-newyear-play .flyer {
    width: calc(( 420 / 1280 ) *100vw );
    max-width: 420px;
    height: calc(( 420 / 1280 ) *100vw );
    max-height: 420px;
  }

  .section-newyear-play .flyer .img {
    max-width: 420px;
    max-height: 420px;
  }

  .section-newyear-play .content {
    width: calc(( 340 / 1280 ) *100vw );
    max-width: 340px;
    height: calc(( 270 / 1280 ) *100vw );
    max-height: 270px;
  }

  .section-newyear-play .content:before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border: 3px solid #e6e6e6;
  }

  .section-newyear-play .content:after {
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ttl__section-newyear {
    width: calc(( 740 / 1280 ) *100vw );
    max-width: 740px;
    margin: 0 auto 15px;
  }

  .ttl__section-newyear.is-sec1:before {
    width: calc(( 110 / 1280 ) *100vw );
    max-width: 110px;
    height: calc(( 73 / 1280 ) *100vw );
    max-height: 73px;
    bottom: -30px;
    left: -40px;
  }

  .ttl__section-newyear.is-sec1:after {
    width: calc(( 92 / 1280 ) *100vw );
    max-width: 92px;
    height: calc(( 98 / 1280 ) *100vw );
    max-height: 98px;
    bottom: -30px;
    right: -40px;
  }

  .ttl__section-newyear.is-sec2:before {
    width: calc(( 86 / 1280 ) *100vw );
    max-width: 86px;
    height: calc(( 91 / 1280 ) *100vw );
    max-height: 91px;
    bottom: -26px;
    left: -40px;
  }

  .ttl__section-newyear.is-sec2:after {
    width: calc(( 84 / 1280 ) *100vw );
    max-width: 84px;
    height: calc(( 95 / 1280 ) *100vw );
    max-height: 95px;
    bottom: -30px;
    right: -40px;
  }

  .ttl__section-newyear.is-sec3:before {
    width: calc(( 94 / 1280 ) *100vw );
    max-width: 94px;
    height: calc(( 55 / 1280 ) *100vw );
    max-height: 55px;
    bottom: -24px;
    left: -40px;
  }

  .ttl__section-newyear.is-sec3:after {
    width: calc(( 80 / 1280 ) *100vw );
    max-width: 80px;
    height: calc(( 77 / 1280 ) *100vw );
    max-height: 77px;
    bottom: -30px;
    right: -40px;
  }

  .lead__section-newyear {
    margin: 0 auto 15px;
    font-size: 36px;
    font-size: 3.6rem;
  }

  .lead__section-newyear.is-sec2 .text {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .sublead__section-newyear {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }

  .list__newyear-theaters {
    background: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185852/map.png") no-repeat;
    background-size: contain;
    width: calc(( 1140 / 1280 ) *100vw );
    max-width: 1140px;
    height: calc(( 442 / 1280 ) *100vw );
    max-height: 442px;
    margin: 85px auto 0;
  }

  .list__newyear-keywords {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1016px;
    margin: 20px auto 0;
  }

  .item__list__newyear-theaters {
    width: calc(( 340 / 1280 ) *100vw );
    max-width: 340px;
    position: absolute;
  }

  .item__list__newyear-theaters.is-kabukiza {
    left: 75px;
    top: -50px;
  }

  .item__list__newyear-theaters.is-shimbashi {
    right: 75px;
    top: -50px;
  }

  .item__list__newyear-theaters.is-osaka {
    left: 75px;
    bottom: -50px;
  }

  .item__list__newyear-theaters.is-asakusa {
    right: 75px;
    bottom: -50px;
  }

  .item__list__newyear-theaters .link {
    width: calc(( 340 / 1280 ) *100vw );
    max-width: 340px;
  }

  .item__list__newyear-theaters .link .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(( 30 / 1280 ) *100vw );
    max-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .item__list__newyear-keywords {
    margin: 0 8px 20px;
  }

  .item__list__newyear-keywords .link {
    width: calc(( 320 / 1280 ) *100vw );
    max-width: 320px;
    height: calc(( 200 / 1280 ) *100vw );
    max-height: 200px;
    padding: 65px 0 0;
  }

  .item__list__newyear-keywords .link .ttl__keywords {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }

  .item__list__newyear-keywords .link .ttl__keywords:before {
    width: calc(( 29 / 1280 ) *100vw );
    max-width: 29px;
    height: calc(( 28 / 1280 ) *100vw );
    max-height: 28px;
    margin-right: 10px;
  }

  .item__list__newyear-keywords .link .text__keywords {
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 4px;
    height: 60px;
    margin: 0 40px;
  }

  .label__section-newyear-play {
    width: calc(( 115 / 1280 ) *100vw );
    max-width: 115px;
    height: calc(( 30 / 1280 ) *100vw );
    max-height: 30px;
    margin: 0 auto 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .ttl__section-newyear-play {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 10px 30px;
  }

  .text__section-newyear-play {
    margin: 0 0 15px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .text__section-newyear-play .small {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .nav__section-newyear-play {
    width: calc(( 1000 / 1280 ) *100vw );
    max-width: 1000px;
  }

  .nav__section-newyear-play .link {
    border: 2px solid #fff;
    width: calc(( 235 / 1280 ) *100vw );
    max-width: 235px;
    height: calc(( 80 / 1280 ) *100vw );
    max-height: 80px;
    padding: 4px 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .nav__section-newyear-play .link .img {
    width: calc(( 52 / 1280 ) *100vw );
    max-width: 52px;
  }

  .nav__section-newyear-play .link:hover:before,
  .nav__section-newyear-play .item.is-active .link:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
  }

  .nav__section-newyear-play .link:hover .name .span:before,
  .nav__section-newyear-play .item.is-active .link .name .span:before {
    border-width: 7px 0 7px 7px;
    left: -14px;
  }

  .footer.theme-newyear {
    padding: 25px 0 20px;
  }

  .footer .wrap.l-sns {
    padding: 0 0 20px;
  }

  .pagetop-newyear {
    right: 10px;
    bottom: 10px;
    max-width: 124px;
  }

  .pagetop-newyear:hover {
    -webkit-animation: tai-touch .3s ease infinite;
    animation: tai-touch .3s ease infinite;
  }

  .pagetop-newyear.is-pagefoot {
    bottom: 195px;
  }

  .nav__footer-newyear {
    padding: 0 0 20px;
  }

  .nav__footer-newyear .item {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #000;
  }

  .btn-spacrd-plays {
    display: none;
  }
}

@media only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2) {
  .bg__header-newyear-cloud {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185713/bg_cloud%402x.png");
  }

  .bg__header-newyear-kamifubuki {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185727/bg_kamifubuki%402x.png") no-repeat;
  }

  .lead__header-newyear:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185846/line_mv_head%402x.png");
  }

  .lead__header-newyear:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185840/line_mv_foot%402x.png");
  }

  .list__newyear-theaters {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185854/map%402x.png");
  }
}

@media (min-width:1530px) {
  .header .nav.l-modal .nav.l-contents .list.l-images .item {
    left: -300px;
    width: 300px;
    margin-top: -105px;
  }
}

@media screen and (max-width:1280px) {
  main.theme-iroha .entry,
  main.theme-iroha .old-entry {
    overflow-x: auto;
  }
}

@media screen and (max-width:767.9px) {
  body {
    font-size: calc( (100vw / 750 ) * 28 );
  }

  main.newsentry img,
  main.newsentry figure,
  main.newsentry figcaption {
    max-width: 100% !important;
    height: auto !important;
  }

  main.newsentry img img,
  main.newsentry figure img,
  main.newsentry figcaption img,
  main.newsentry img figcaption,
  main.newsentry figure figcaption,
  main.newsentry figcaption figcaption {
    margin: 0 auto;
  }

  .mt0 {
    margin-top: 0 !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .mt5 {
    margin-top: 2.5px !important;
  }

  .mb5 {
    margin-bottom: 2.5px !important;
  }

  .pt5 {
    padding-top: 2.5px !important;
  }

  .pb5 {
    padding-bottom: 2.5px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .pt10 {
    padding-top: 5px !important;
  }

  .pb10 {
    padding-bottom: 5px !important;
  }

  .mt15 {
    margin-top: 7.5px !important;
  }

  .mb15 {
    margin-bottom: 7.5px !important;
  }

  .pt15 {
    padding-top: 7.5px !important;
  }

  .pb15 {
    padding-bottom: 7.5px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .pt20 {
    padding-top: 10px !important;
  }

  .pb20 {
    padding-bottom: 10px !important;
  }

  .mt25 {
    margin-top: 12.5px !important;
  }

  .mb25 {
    margin-bottom: 12.5px !important;
  }

  .pt25 {
    padding-top: 12.5px !important;
  }

  .pb25 {
    padding-bottom: 12.5px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .pt30 {
    padding-top: 15px !important;
  }

  .pb30 {
    padding-bottom: 15px !important;
  }

  .mt35 {
    margin-top: 17.5px !important;
  }

  .mb35 {
    margin-bottom: 17.5px !important;
  }

  .pt35 {
    padding-top: 17.5px !important;
  }

  .pb35 {
    padding-bottom: 17.5px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .pt40 {
    padding-top: 20px !important;
  }

  .pb40 {
    padding-bottom: 20px !important;
  }

  .mt45 {
    margin-top: 22.5px !important;
  }

  .mb45 {
    margin-bottom: 22.5px !important;
  }

  .pt45 {
    padding-top: 22.5px !important;
  }

  .pb45 {
    padding-bottom: 22.5px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .pt50 {
    padding-top: 25px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }

  .mt55 {
    margin-top: 27.5px !important;
  }

  .mb55 {
    margin-bottom: 27.5px !important;
  }

  .pt55 {
    padding-top: 27.5px !important;
  }

  .pb55 {
    padding-bottom: 27.5px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .pt60 {
    padding-top: 30px !important;
  }

  .pb60 {
    padding-bottom: 30px !important;
  }

  .mt65 {
    margin-top: 32.5px !important;
  }

  .mb65 {
    margin-bottom: 32.5px !important;
  }

  .pt65 {
    padding-top: 32.5px !important;
  }

  .pb65 {
    padding-bottom: 32.5px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .pt70 {
    padding-top: 35px !important;
  }

  .pb70 {
    padding-bottom: 35px !important;
  }

  .mt75 {
    margin-top: 37.5px !important;
  }

  .mb75 {
    margin-bottom: 37.5px !important;
  }

  .pt75 {
    padding-top: 37.5px !important;
  }

  .pb75 {
    padding-bottom: 37.5px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .pt80 {
    padding-top: 40px !important;
  }

  .pb80 {
    padding-bottom: 40px !important;
  }

  .mt85 {
    margin-top: 42.5px !important;
  }

  .mb85 {
    margin-bottom: 42.5px !important;
  }

  .pt85 {
    padding-top: 42.5px !important;
  }

  .pb85 {
    padding-bottom: 42.5px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .pt90 {
    padding-top: 45px !important;
  }

  .pb90 {
    padding-bottom: 45px !important;
  }

  .mt95 {
    margin-top: 47.5px !important;
  }

  .mb95 {
    margin-bottom: 47.5px !important;
  }

  .pt95 {
    padding-top: 47.5px !important;
  }

  .pb95 {
    padding-bottom: 47.5px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .pt100 {
    padding-top: 50px !important;
  }

  .pb100 {
    padding-bottom: 50px !important;
  }

  .view-pc {
    display: none !important;
  }

  .type-flex.type-pc {
    display: block;
  }

  .inner,
  .l-contents-header.type-image .inner .box {
    margin: 0 calc((100vw / 750 ) * 30 );
  }

  .section {
    margin: 0 0 calc((100vw / 750 ) * 70 );
  }

  .ttl {
    font-size: calc( (100vw / 750 ) * 34 );
  }

  .ttl.type-underline {
    padding-bottom: calc((100vw / 750 ) * 15 );
    margin-bottom: calc((100vw / 750 ) * 25 );
  }

  .ttl.type-centerline {
    position: relative;
    padding-bottom: calc((100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 25 );
  }

  .ttl.type-centerline:after {
    content: "";
    width: calc((100vw / 750 ) * 80 );
    height: 0;
    border-top: calc((100vw / 750 ) * 4 ) solid #bfa45a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: calc((100vw / 750 ) * -40 );
  }

  .ttl.type-solid {
    padding: 0 calc((100vw / 750 ) * 20 );
    height: calc((100vw / 750 ) * 90 );
    font-size: spfsmre(26);
  }

  .ttl.type-accordion:after {
    width: calc((100vw / 750 ) * 30 );
    height: calc((100vw / 750 ) * 30 );
    right: calc((100vw / 750 ) * 30 );
    margin-top: calc((100vw / 750 ) * -25 );
  }

  .ttl.type-accordion.is-active:after {
    margin-top: calc((100vw / 750 ) * -10 );
  }

  .btn {
    height: calc((100vw / 750 ) * 90 );
    width: calc((100vw / 750 ) * 480 );
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .btn:after {
    width: calc((100vw / 750 ) * 40 );
    height: calc((100vw / 750 ) * 8 );
    margin-left: calc((100vw / 750 ) * 20 );
  }

  .btn.type-cv {
    height: calc((100vw / 750 ) * 120 );
  }

  .btn.type-flyer:before {
    background-size: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 50 );
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 50 );
  }

  .btn.type-flyer.type-theater {
    width: calc((100vw / 750 ) * 630 );
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .btn.type-flyer.type-theater .small {
    font-size: calc( (100vw / 750 ) * 23 );
  }

  .btn.type-flyer.type-theater:before {
    width: calc((100vw / 750 ) * 80 );
    height: calc((100vw / 750 ) * 80 );
    background-size: calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * 80 );
    margin-right: calc((100vw / 750 ) * 20 );
  }

  .btn.type-calendar:before {
    background-size: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 50 );
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 50 );
  }

  .btn.type-frame {
    padding: calc((100vw / 750 ) * 15 ) calc((100vw / 750 ) * 20 );
  }

  .link.type-window:after,
  .entryparts-ctswrap a.outLink:after,
  .theme-play .outLink:after,
  .theme-play .box-doublebd a[target="_blank"]:after,
  .theme-play .l-ticket .box-f2bd a[target="_blank"]:after,
  .theme-play .box-doublebd a[target="_new"]:after,
  .theme-play .l-ticket .box-f2bd a[target="_new"]:after,
  .theme-play .box-doublebd a[target="new"]:after,
  .theme-play .l-ticket .box-f2bd a[target="new"]:after {
    background-size: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 24 );
    width: calc((100vw / 750 ) * 30 );
    height: calc((100vw / 750 ) * 24 );
    margin-left: calc((100vw / 750 ) * 10 );
  }

  .link.type-pdf:after {
    width: calc((100vw / 750 ) * 22 );
    height: calc((100vw / 750 ) * 22 );
    margin-left: calc((100vw / 750 ) * 10 );
  }

  .link.type-arrow:before,
  .l-otherticket .outLink:before,
  .chirashi_img:before {
    border-width: calc((100vw / 750 ) * 7 ) 0 calc((100vw / 750 ) * 7 ) calc((100vw / 750 ) * 8 );
  }

  .link.type-tel {
    color: #bfa45a;
    font-size: calc( (100vw / 750 ) * 34 );
    text-decoration: underline;
  }

  .link.type-box,
  .wrap.type-shadow {
    margin-top: 0;
    padding: 15px;
  }

  .link.type-box.type-arrow:after,
  .wrap.type-shadow.type-arrow:after {
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 10 );
    right: calc((100vw / 750 ) * 20 );
    bottom: calc((100vw / 750 ) * 20 );
  }

  a.tBlank:after,
  .entryparts-ctswrap a.tBlank:after {
    background-size: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 24 );
    width: calc((100vw / 750 ) * 30 );
    height: calc((100vw / 750 ) * 24 );
    margin-left: calc((100vw / 750 ) * 10 );
  }

  .wrap.modal {
    padding: calc((100vw / 750 ) * 20 );
    width: 100vw;
  }

  .clm {
    display: block;
  }

  .list.type-normal >.item {
    padding-left: calc((100vw / 750 ) * 25 );
  }

  .list.type-notice >.item {
    padding-left: calc((100vw / 750 ) * 25 );
  }

  .list.type-check >.item {
    padding-left: calc((100vw / 750 ) * 38 );
  }

  .list.type-check >.item:before {
    width: calc((100vw / 750 ) * 28 );
    height: calc((100vw / 750 ) * 28 );
    margin-top: calc((100vw / 750 ) * 14 );
  }

  .text {
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .text.type-em {
    font-size: calc( (100vw / 750 ) * 28 );
  }

  .wrap.type-base {
    margin-bottom: calc((100vw / 750 ) * 50 );
  }

  .wrap.type-middle {
    margin-bottom: calc((100vw / 750 ) * 30 );
  }

  .wrap.type-shadow {
    padding: calc((100vw / 750 ) * 15 );
  }

  .wrap.type-withimg {
    display: block;
  }

  .wrap.type-withimg .link {
    display: block;
  }

  .wrap.type-withimg .l-img {
    width: 100%;
    max-width: initial;
    text-align: center;
  }

  .wrap.type-withimg .l-content {
    width: 100%;
    max-width: initial;
  }

  .note.text {
    padding-left: calc((100vw / 750 ) * 25 );
  }

  .note.list {
    font-size: calc( (100vw / 750 ) * 26 );
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .note.list.type-simple {
    margin-bottom: calc((100vw / 750 ) * 5 );
  }

  .note.list.type-simple .item {
    padding-left: calc((100vw / 750 ) * 25 );
  }

  .note.list.type-num > .item {
    padding-left: calc((100vw / 750 ) * 35 );
  }

  .table {
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .table .th {
    padding: calc((100vw / 750 ) * 15 );
  }

  .table .td {
    padding: calc((100vw / 750 ) * 15 );
  }

  height 100%.type-base,
  .box.type-base {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  height 100%.type-base-top,
  .box.type-base-top {
    margin-top: calc((100vw / 750 ) * 20 );
  }

  .form-item {
    height: calc((100vw / 750 ) * 100 );
    font-size: calc( (100vw / 750 ) * 26 );
    padding: 0 calc((100vw / 750 ) * 30 );
  }

  .form-item.type-select:after {
    right: calc((100vw / 750 ) * 10 );
  }

  .form-item.type-select .select {
    font-size: calc( (100vw / 750 ) * 26 );
    padding: 0 calc((100vw / 750 ) * 30 );
  }

  .header {
    height: calc((100vw / 750 ) * 100 );
  }

  .header .logo {
    height: calc((100vw / 750 ) * 100 );
    width: calc((100vw / 750 ) * 230 );
    left: calc((100vw / 750 ) * 20 );
  }

  .header .nav.l-right-fixed .item.type-search {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .header .nav.l-right-fixed .item.type-search .view-sp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc((100vw / 750 ) * 100 );
    height: calc((100vw / 750 ) * 100 );
    background-color: #bfa45a;
    color: #fff;
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .header .nav.l-right-fixed .item.type-search .view-sp .img.type-search {
    width: calc((100vw / 750 ) * 41 );
    height: calc((100vw / 750 ) * 41 );
    margin-bottom: calc((100vw / 750 ) * 9 );
  }

  .header .nav.l-modal {
    height: 100%;
    overflow-y: auto;
  }

  .header .nav.l-modal .nav.l-right-fixed .item.type-search {
    font-size: calc( (100vw / 750 ) * 20 );
    line-height: 1;
    margin-right: 0;
    position: absolute;
    right: calc((100vw / 750 ) * 100 );
    top: 0;
    height: calc((100vw / 750 ) * 100 );
    width: calc((100vw / 750 ) * 100 );
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .nav.l-modal .nav.l-right-fixed .item.type-search .img.type-search {
    width: calc((100vw / 750 ) * 41 );
    height: calc((100vw / 750 ) * 41 );
    margin-bottom: calc((100vw / 750 ) * 8 );
  }

  .header .nav.l-modal .nav.l-header {
    display: block;
    padding: calc((100vw / 750 ) * 150 ) calc((100vw / 750 ) * 60 ) 0;
    margin-bottom: 0;
  }

  .header .nav.l-modal .nav.l-header .btn {
    width: auto;
    margin-right: 0;
    margin-bottom: calc((100vw / 750 ) * 20 );
    height: calc((100vw / 750 ) * 100 );
  }

  .header .nav.l-modal .nav.l-header .img {
    margin-right: calc((100vw / 750 ) * 10 );
  }

  .header .nav.l-modal .nav.l-contents {
    width: auto;
    margin: 0 calc((100vw / 750 ) * 60 ) calc((100vw / 750 ) * 175 );
  }

  .header .nav.l-modal .nav.l-contents .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .nav.l-modal .nav.l-contents .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc((100vw / 750 ) * 100 );
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .header .nav.l-modal .nav.l-contents .ttl.js-sp-toggle {
    position: relative;
    cursor: pointer;
  }

  .header .nav.l-modal .nav.l-contents .ttl.js-sp-toggle:after {
    content: "";
    width: calc((100vw / 750 ) * 25 );
    height: calc((100vw / 750 ) * 25 );
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: calc((100vw / 750 ) * 20 );
  }

  .header .nav.l-modal .nav.l-contents .ttl.js-sp-toggle.is-active:after {
    -webkit-transform: rotate(-45deg) translateY(3px) translateX(-3px);
    transform: rotate(-45deg) translateY(3px) translateX(-3px);
  }

  .header .nav.l-modal .nav.l-contents .list.type-main {
    display: block;
    overflow-x: hidden;
  }

  .header .nav.l-modal .nav.l-contents .list.type-sub .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc((100vw / 750 ) * 24 );
    height: calc((100vw / 750 ) * 90 );
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 0;
  }

  .header .nav.l-modal .nav.l-contents .list.l-images .item.is-active {
    left: -300px;
  }

  .header .nav.l-modal .nav.l-contents .list.l-sns {
    width: calc((100vw / 750 ) * 330 );
    margin: 0 auto;
  }

  .header .nav.l-modal .nav.l-footer {
    position: relative;
    margin: 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 15 );
  }

  .header .nav.l-modal .nav.l-footer .item {
    font-size: calc((100vw / 750 ) * 20 );
  }

  .header .nav.l-modal .nav.l-footer .item:last-of-type {
    position: absolute;
    top: calc((100vw / 750 ) * -100 );
    left: 50%;
    margin-left: calc((100vw / 750 ) * -263.5 );
  }

  .header .nav.l-modal .nav.l-footer .item .btn {
    width: calc((100vw / 750 ) * 527 );
  }

  .header .nav.l-modal .wrap.l-search .inner {
    width: auto;
    margin: 0 calc((100vw / 750 ) * 60 );
    padding-top: calc((100vw / 750 ) * 150 );
  }

  .header .nav.l-modal .wrap.l-search .close .img.type-close {
    width: calc((100vw / 750 ) * 36 );
    height: calc((100vw / 750 ) * 36 );
  }

  .header .nav.l-modal .wrap.l-search .ttl.type-main {
    font-size: calc( (100vw / 750 ) * 48 );
  }

  .header .nav.l-modal .wrap.l-search .ttl.type-sub {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .header .nav.l-modal .wrap.l-search .ttl .img {
    width: calc((100vw / 750 ) * 41 );
    height: calc((100vw / 750 ) * 41 );
  }

  .header .nav.l-modal .wrap.l-search .text {
    font-size: calc( (100vw / 750 ) * 28 );
    line-height: 1.4;
  }

  .header .nav.l-modal .wrap.l-search .form-item {
    height: calc((100vw / 750 ) * 80 );
    padding: 0 calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .header .nav.l-modal .wrap.l-search .btn {
    font-size: calc( (100vw / 750 ) * 28 );
    width: 100%;
  }

  .hamburgur {
    width: calc((100vw / 750 ) * 100 );
    height: calc((100vw / 750 ) * 100 );
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .hamburgur .span {
    border-width: calc((100vw / 750 ) * 3 );
    width: calc((100vw / 750 ) * 48 );
    margin-bottom: calc((100vw / 750 ) * 11 );
  }

  .js-modal-menu .close {
    width: calc((100vw / 750 ) * 100 );
    height: calc((100vw / 750 ) * 100 );
  }

  .js-modal-menu .close .img.type-close {
    width: calc((100vw / 750 ) * 36 );
    height: calc((100vw / 750 ) * 36 );
  }

  .js-modal-menu .close .span {
    margin-top: calc((100vw / 750 ) * 13 );
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .footer .nav {
    background: #fff;
    padding: 0;
  }

  .footer .nav .inner {
    margin: 0;
  }

  .footer .nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer .nav .list .item {
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .footer .nav .list .item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000;
    height: calc((100vw / 750 ) * 88 );
    font-size: calc( (100vw / 750 ) * 22 );
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .footer .nav .list .item .link.link.type-window:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20d%3D%22M4%201h9v7h-2V3H4V1zM3%200h11v9h-3V3H3V0zM1%205h9v6H1V5zM0%203h11v9H0V3z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
    background-size: auto calc((100vw / 750 ) * 22 );
  }

  .footer .nav .list .item:after {
    display: none;
  }

  .copyright {
    background: #525252;
    color: #b2b2b2;
    padding: calc((100vw / 750 ) * 20 ) 0;
    font-size: calc( (100vw / 750 ) * 18 );
  }

  .pagetop {
    right: calc((100vw / 750 ) * 30 );
    bottom: calc((100vw / 750 ) * 30 );
    width: calc((100vw / 750 ) * 88 );
    height: calc((100vw / 750 ) * 88 );
    padding-top: 0;
    text-indent: -9999px;
  }

  .pagetop.sp-pagetop {
    bottom: calc((100vw / 750 ) * 300 );
  }

  .pagetop:before {
    top: calc((100vw / 750 ) * 30 );
  }

  .pagetop:after {
    top: calc((100vw / 750 ) * 44 );
  }

  .breadcrumb {
    padding: calc((100vw / 750 ) * 15 ) 0;
    height: auto;
    font-size: calc( (100vw / 750 ) * 20 );
    line-height: 2rem;
  }

  .banners {
    padding: calc((100vw / 750 ) * 60 ) 0;
  }

  .banners .inner {
    width: auto;
  }

  .banners .inner .ttl {
    font-size: calc( (100vw / 750 ) * 28 );
    margin-bottom: calc((100vw / 750 ) * 25 );
  }

  .banners .inner .slick-slide {
    margin: 0 auto;
  }

  .banners .inner .slick-slide a {
    width: calc((100vw / 750 ) * 450 );
    height: calc((100vw / 750 ) * 120 );
  }

  .banners .inner .slick-slide a img {
    margin: 0 auto;
    height: calc((100vw / 750 ) * 120 );
  }

  .banners .partners {
    margin-bottom: calc((100vw / 750 ) * 40 );
  }

  .wrap.l-container {
    display: block;
  }

  .wrap.l-container .l-main {
    width: 100%;
    margin: 20px auto;
  }

  .wrap.l-container .l-sidebar {
    width: auto;
    max-width: initial;
    margin: 0 calc((100vw / 750 ) * -30 );
    padding: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-banners {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 60 );
    margin-bottom: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-banners .item {
    width: 48.25%;
    margin-right: 3.5%;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .wrap.l-container .l-sidebar .nav.type-banners .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages {
    border: 0;
    background: transparent;
    margin: 0;
    padding: calc((100vw / 750 ) * 60 ) calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 40 ) calc((100vw / 750 ) * 30 );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .item {
    width: 48%;
    border: 0;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .link {
    width: 100%;
    background: #fff;
    border: 1px solid #bfa45a;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .link:hover {
    color: #fff;
    background-color: #bfa45a;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc((100vw / 750 ) * 660 );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main {
    width: calc((100vw / 750 ) * 320 );
    height: calc((100vw / 750 ) * 80 );
    font-size: calc( (100vw / 750 ) * 26 );
    margin: 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 20 ) 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-right {
    margin-right: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:after {
    display: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:hover:before,
  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:before {
    display: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:hover:after,
  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:after {
    display: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:hover:after {
    display: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main .link {
    padding: 0 calc((100vw / 750 ) * 40 );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.is-active .link {
    background: #bfa45a;
    color: #fff;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc((100vw / 750 ) * 15 );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item {
    font-size: calc( (100vw / 750 ) * 26 );
    margin: 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 20 ) 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link {
    padding: 0 0 0 10px;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link:after {
    display: none;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link.type-window:after {
    display: block;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link.is-active,
  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link:hover {
    background-color: #bfa45a;
  }

  .l-contents-header:after {
    background-position: left calc((100vw / 750 ) * 375 ) bottom;
  }

  .l-contents-header .ttl {
    height: calc((100vw / 750 ) * 130 );
    font-size: calc( (100vw / 750 ) * 45 );
    margin-left: calc((100vw / 750 ) * 30 );
  }

  .l-contents-header.type-image {
    padding-top: 33.3333%;
  }

  .l-contents-header.type-image .inner .box {
    margin: 0;
  }

  .l-contents-header.type-image .inner .box .ttl {
    height: calc((100vw / 750 ) * 65 );
    margin: calc((100vw / 750 ) * -32.5 ) 0 0 0;
    padding: 0 calc((100vw / 750 ) * 10 );
    border-width: calc((100vw / 750 ) * 5 );
    font-size: calc( (100vw / 750 ) * 45 );
  }

  .wrap.l-sns {
    padding: calc((100vw / 750 ) * 40 ) calc((100vw / 750 ) * 20 ) 0;
  }

  .wrap.l-sns .list .icon {
    width: calc((100vw / 750 ) * 140 );
    height: calc((100vw / 750 ) * 70 );
    border-radius: calc((100vw / 750 ) * 8 );
  }

  .wrap.l-sns .list .icon.type-fb {
    background-size: auto calc((100vw / 750 ) * 48 );
  }

  .wrap.l-sns .list .icon.type-twitter {
    background-size: auto calc((100vw / 750 ) * 42 );
  }

  .wrap.l-sns .list .icon.type-line {
    background-size: auto calc((100vw / 750 ) * 48 );
  }

  .wrap.l-sns .list .icon.type-rss {
    background-size: auto calc((100vw / 750 ) * 44 );
  }

  .type-entry .wrap.l-sns {
    margin: calc((100vw / 750 ) * 40 ) 0;
  }

  .wrap.l-play {
    padding: calc((100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 40 );
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrap.l-play .box.type-img {
    padding: 0;
    width: calc((100vw / 750 ) * 225 );
    max-width: initial;
  }

  .wrap.l-play .box.type-content {
    max-width: initial;
    width: calc((100vw / 750 ) * 375 );
    margin: 0;
  }

  .wrap.l-play .ttl.type-ticket,
  .wrap.l-play .label.type-ticket {
    font-size: calc( (100vw / 750 ) * 20 );
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .wrap.l-play .text.type-term {
    font-size: calc( (100vw / 750 ) * 30 );
    line-height: 1.4;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .wrap.l-play .text.type-timetable {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .wrap.l-play .text.type-part {
    line-height: 1.5;
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .wrap.l-play .btn {
    width: auto;
    height: calc((100vw / 750 ) * 60 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .wrap-gallerysearch {
    padding: 30px 15px;
  }

  .wrap-gallerysearch .wrap-gallerysearch-parts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrap-gallerysearch .wrap-gallerysearch-parts .form-item {
    padding: 0 20px;
  }

  .wrap-gallerysearch .wrap-gallerysearch-parts .type-theater {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wrap-gallerysearch .wrap-gallerysearch-parts .type-year {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wrap-gallerysearch .wrap-gallerysearch-parts .type-month {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wrap-gallerysearch .wrap-gallerysearch-parts .type-word {
    width: 100%;
  }

  .wrap-gallerysearch .type-search {
    width: 130px;
  }

  .list-archive-monthly {
    margin: 80px auto 40px;
  }

  .list-archive-monthly li {
    width: calc((100%) / 3);
  }

  .list-archive-monthly li {
    border: none;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .list-archive-monthly li:nth-child(1),
  .list-archive-monthly li:nth-child(2),
  .list-archive-monthly li:nth-child(3) {
    border-top: 1px solid #ccc;
  }

  .list-archive-monthly li:nth-child(5n+5),
  .list-archive-monthly li:nth-child(n+6) {
    border: none;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .list-archive-monthly li:nth-child(3n+3) {
    border-right: 1px solid #ccc;
  }

  .list-archive-monthly li:last-child {
    border-right: 1px solid #ccc;
  }

  .clm.type-clm3.list-thumb-plays-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .clm.type-clm3.list-thumb-plays-archive > li {
    width: calc((100% - 30px) / 2) !important;
  }

  .wrap.l-main .wrap-lk-nav-top {
    display: none;
  }

  .list-nav-lk-top {
    border-top: 5px solid #fff;
    background: url("./img/special/lets_kabuki/obi.png") repeat left top;
  }

  .list-nav-lk-top li {
    width: 100%;
    border: none;
    border-top: 1px solid #e6e6e6;
  }

  .list-nav-lk-top li a {
    padding: 7px 5px;
    text-align: left;
  }

  .list-nav-lk-top li dl.list-thumb-lknav-top dt {
    height: 0;
  }

  .list-nav-lk-top li dl.list-thumb-lknav-top dt img {
    display: none;
  }

  .list-nav-lk-top li dl.list-thumb-lknav-top dd p {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 40px;
    background: url("./img/arrow_btmline.png") no-repeat right center;
  }

  .list-nav-lk-top li dl.list-thumb-lknav-top dd p span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .list-nav-lk-top li dl.list-thumb-lknav-top dd .number {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .wrap-bnr-lkabout {
    margin: 5px auto 25px;
  }

  .ttl.type-lkindex {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 10px 25px;
    letter-spacing: 1px;
  }

  .ttl.type-lkindex > div {
    padding: 20px 0;
  }

  .ttl.type-lkindex > div:before {
    width: 27px;
    height: 27px;
    padding-right: 0;
    font-size: 20px;
    font-size: 2rem;
    left: -10px;
    top: -10px;
  }

  .ttl.type-lkindex > div:after {
    right: -5px;
    bottom: -10px;
  }

  .ttl.type-ribbon > div {
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .wrap-ribbonttl {
    margin-bottom: 10px;
  }

  .list-ttlcaption-lkindex {
    margin-bottom: 20px;
  }

  .list-ttlcaption-lkindex dt {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .list-ttlcaption-lkindex dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .sc-lkindex-01 {
    padding: 25px 20px;
    background-position: -50% 5%,150% 2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-01 .type-lkindex > div:after {
    width: 55px;
    height: 46.5px;
  }

  .sc-lkindex-01 .box-round-bgpaint {
    padding: 70px 10px 10px;
  }

  .sc-lkindex-01 .box-round-bgpaint .clm.type-clm4 > li {
    width: calc((100% - 15px) / 2);
  }

  .sc-lkindex-02 {
    padding: 25px 20px;
    background-position: -50% 5%,150% 2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-02 .type-lkindex > div:after {
    width: 20.5px;
    height: 32px;
  }

  .sc-lkindex-02 .imgshaped {
    margin-bottom: 15px;
  }

  .sc-lkindex-02 .imgshaped img {
    width: 200px;
  }

  .sc-lkindex-02 .bg-map {
    background: none;
    padding: 0;
    height: auto;
    margin-bottom: 20px;
  }

  .sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(1),
  .sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(2) {
    margin-top: 0;
  }

  .sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(3),
  .sc-lkindex-02 .bg-map .list-thumblink-lk li:nth-child(4) {
    margin-top: 0;
  }

  .sc-lkindex-02 .bg-map .list-thumblink-lk li a img {
    display: block;
  }

  .sc-lkindex-02 .btnwrap-clm2 {
    padding: 0 5% 20px;
  }

  .sc-lkindex-02 .btnwrap-clm2 + p {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .sc-lkindex-02 .btnwrap-clm2 + p + a {
    width: 100%;
  }

  .sc-lkindex-02 .btnwrap-clm2 + p + a img {
    width: 100%;
  }

  .sc-lkindex-03 {
    padding: 25px 20px;
    background-position: -50% 5%,150% 2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-03 .type-lkindex > div:after {
    width: 52.5px;
    height: 32px;
  }

  .sc-lkindex-03 .caption {
    font-size: 13px;
    font-size: 1.3rem;
    width: 84%;
    margin: 0 auto 20px;
  }

  .list-ticphone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-ticphone > li {
    width: 100%;
    margin-top: 20px;
  }

  .list-ticphone > li:first-child {
    margin-top: 0;
  }

  .box-doublebd-ticphone {
    padding: 15px 25px;
  }

  .box-doublebd-ticphone > p {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .box-doublebd-ticphone > span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .box-theaterrv {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .box-theaterrv .caption {
    width: 100%;
    margin: -20px auto 20px auto;
  }

  .box-theaterrv > p {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .box-theaterrv .btnwrap-clm2 .btn:nth-child(2n+1) {
    margin-right: 0;
  }

  .box-theaterrv .btnwrap-clm2 .btn:nth-child(n+3) {
    margin-top: 0;
  }

  .box-theaterrv .btnwrap-clm2 {
    margin-bottom: 20px;
  }

  .box-theaterrv .btnwrap-clm2 .btn {
    margin-bottom: 20px;
  }

  .list-thumb-lk dt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .list-thumb-lk dd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .sc-lkindex-04 {
    padding: 25px 20px;
    background-position: -50% .8%,150% .2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-04 .type-lkindex > div:after {
    width: 44px;
    height: 31.5px;
  }

  .sc-lkindex-04 .list-thumb-lk-04 {
    margin-bottom: 25px;
  }

  .sc-lkindex-04 .list-thumb-lk-04.right dt {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .sc-lkindex-04 .list-thumb-lk-04.right dd {
    width: 100%;
    border: 2px solid #fff;
    padding: 15px;
  }

  .sc-lkindex-04 .list-thumb-lk-04.right dd p {
    border: none;
    padding: 0;
  }

  .sc-lkindex-04 .list-thumb-lk-04.left dt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 15px;
  }

  .sc-lkindex-04 .list-thumb-lk-04.left dd {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 2px solid #fff;
    padding: 15px;
  }

  .sc-lkindex-04 .list-thumb-lk-04.left dd p {
    border: none;
    padding: 0;
  }

  .sc-lkindex-05 {
    padding: 25px 20px;
    background-position: -50% 5%,150% 2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-05 .type-lkindex > div:after {
    width: 43px;
    height: 28.5px;
  }

  .sc-lkindex-06 {
    padding: 25px 20px;
    background-position: -50% 5%,150% 2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-06 .type-lkindex > div:after {
    width: 48.5px;
    height: 33.5px;
  }

  .sc-lkindex-06 .imgshaped {
    margin-bottom: 10px;
  }

  .sc-lkindex-06 .imgshaped img {
    width: 300px;
  }

  .sc-lkindex-06 .clm.type-clm2 {
    padding: 0 5%;
  }

  .sc-lkindex-06 .clm.type-clm2 li {
    width: 100%;
  }

  .sc-lkindex-06 .clm.type-clm2 li:first-child {
    margin-bottom: 20px;
  }

  .sc-lkindex-07 {
    padding: 25px 20px;
    background-position: -50% 5%,150% 2%,left top;
    background-size: 50%;
  }

  .sc-lkindex-07 .type-lkindex > div:after {
    width: 62px;
    height: 31.5px;
  }

  .list-lkv-commonnav li {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
  }

  .list-lkv-commonnav li:nth-child(n+4) {
    margin-top: 15px;
  }

  .l-contents-header.lets_kabuki_cat {
    padding: 20px 0;
    margin-bottom: 40px;
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .left {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .left h1 {
    margin: 0 20%;
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .right {
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .sc-lkdetail ul.list.clm.type-clm2.wrap-numlist {
    padding: 0;
  }

  .sc-lkdetail ul.list.clm.type-clm2 li {
    width: 100%;
    margin-top: 30px;
  }

  .wrap-lk-btmcommon {
    padding: 5%;
    margin: 0 calc((100vw / 750) * -30) 30px;
  }

  .wrap-lk-btmcommon .list-lkv-commonnav {
    margin-top: -15px;
  }

  .wrap-lk-btmcommon .list-lkv-commonnav li {
    width: calc((100% - 15px) / 2);
  }

  .wrap-lk-btmcommon .list-lkv-commonnav li:nth-child(n+4) {
    margin-top: 15px;
  }

  .lk-detailslider.single {
    width: 100%;
    margin: 20px auto;
  }

  .wrap-lk-thumb-2clm .left {
    width: 100%;
  }

  .wrap-lk-thumb-2clm .right {
    margin-top: 30px;
    width: 100%;
    padding: 0 5%;
  }

  .wrap-lk-thumb-2clm .right img {
    width: 100%;
  }

  .wrap-lk-costume .item .caption {
    text-align: center;
  }

  .wrap-lk-costume .item img {
    margin: 0 auto;
  }

  .l-contents-header.lets_kabuki_about {
    padding: 30px 15px;
  }

  .l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about .bgclm {
    width: calc(50% - 87px);
  }

  .l-contents-header.lets_kabuki_about .wrap-pagettl-lk-about .ttlclm {
    width: 174px;
    padding: 0 10px;
  }

  .box-officialline {
    margin: 0 calc((100vw / 750) * -30);
  }

  .box-officialline > .box-officialline-inner {
    background-size: 76px auto,84.5px auto;
  }

  .box-officialline > .box-officialline-inner h2 {
    width: 250px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .box-officialline > .box-officialline-inner h2 span {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .box-officialline > .box-officialline-inner .btn {
    width: 100%;
  }

  .sc-lkdetail-about .list-box-block li .list-thumb-lkabout dt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sc-lkdetail-about .list-box-block li .list-thumb-lkabout dd {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }

  .wrap.l-container .l-main {
    width: 100%;
  }

  .wrap-allpd-40px {
    padding: 0;
    padding-top: 20px;
  }

  .list-newscat-btns {
    padding: 15px;
    margin: 0 calc((100vw / 750) * -40);
    margin-bottom: 40px;
  }

  .list-newscat-btns li {
    width: calc((100% - 10px) / 2);
    font-size: 13px;
    font-size: 1.3rem;
  }

  .list-newscat-btns li:nth-child(n+3) {
    margin-top: 10px;
  }

  .sc-news-01 .inner {
    margin: 0;
  }

  .sc-news-01 .list-topnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sc-news-01 .list-topnews li {
    margin-top: 0;
    width: calc((100% - 15px) / 2) !important;
  }

  .sc-news-01 .list-topnews li:nth-child(n+3) {
    margin-top: 15px;
  }

  .sc-news-01 .list-thumb-news > dt {
    width: 100%;
    margin-bottom: 15px;
  }

  .sc-news-01 .list-thumb-news > dt img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sc-news-01 .list-thumb-news > dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
  }

  .sc-news-01 .list-thumb-news > dd span {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .box-othernews {
    margin-top: 40px;
  }

  .list-tabs-category li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 5px;
  }

  .list-link-arrowtri {
    padding: 15px;
  }

  .list-link-arrowtri li {
    padding-left: 0;
  }

  .list-link-arrowtri li:before {
    top: 25px;
  }

  .list-link-arrowtri li a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .list-link-arrowtri li .date {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 0;
  }

  .list-link-arrowtri li .date + span {
    display: block;
    padding-left: 10px;
  }

  .wrap-allpd-20px50px {
    padding: 20px 0;
  }

  .wrap-monthly-01 {
    margin-top: 0;
    padding: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 10 );
    margin: 0 0 calc((100vw / 750 ) * 20 );
  }

  .newsentry .wrap-monthly-01:last-of-type {
    margin-bottom: calc((100vw / 750 ) * 100 );
  }

  .list-accordion > dt {
    padding-right: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .list-accordion > dt:after {
    right: 15px;
  }

  .list-accordion > dt.current:after {
    right: 15px;
  }

  .list-accordion > dd {
    padding: 20px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .list-linkchild > li {
    margin-top: 10px;
  }

  .list-linkchild > li:first-child {
    margin-top: 0;
  }

  .list-linkchild > li .date {
    margin-right: 0;
    display: block;
  }

  .wrap-newssearch {
    padding: 20px;
  }

  .wrap-newssearch .list-newsbk-searchform li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wrap-newssearch .list-newsbk-searchform li:last-child {
    width: 100%;
  }

  .wrap-newssearch .list-newsbk-searchform li {
    width: 100%;
  }

  .wrap-newssearch .list-newsbk-searchform li .type-year {
    width: 100%;
  }

  .wrap-newssearch .list-newsbk-searchform li .type-word {
    max-width: 100%;
  }

  main.newsentry h1.ttl.type-underline {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6em;
    padding: 0 calc((100vw / 750 ) * 20 );
  }

  main.newsentry .wrap-newsdetail {
    margin-top: 0;
  }

  .wrap-sns-entrydetail {
    padding: 0 calc((100vw / 750 ) * 20 );
  }

  .wrap-sns-entrydetail li {
    margin-left: calc((100vw / 750 ) * 20 );
  }

  .wrap-sns-entrydetail li a {
    border-radius: calc((100vw / 750 ) * 4 );
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 50 );
  }

  .wrap-sns-entrydetail li a.linklabel-gcl {
    line-height: calc((100vw / 750 ) * 50 );
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-sns-entrydetail li a.linklabel-gcl:before {
    height: calc((100vw / 750 ) * 50 );
  }

  .entryparts-ctswrap {
    margin: 30px 0;
  }

  .entryparts-ctswrap p {
    margin-bottom: 10px;
  }

  .wrap-2col-leftthumb .left {
    width: 100%;
    text-align: center;
  }

  .wrap-2col-leftthumb .right {
    width: 100%;
  }

  .wrap-2col-rightthumb .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .wrap-2col-rightthumb .right {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .entryparts-pagenation {
    padding: 20px 10px;
  }

  .entryparts-pagenation > .prev {
    padding-right: 10px;
  }

  .entryparts-pagenation > .next {
    padding-left: 10px;
  }

  .directionarrow,
  a.directionarrow {
    width: 75px;
    font-size: 10px;
    font-size: 1rem;
  }

  .list-pagenation-entryinfo dt {
    font-size: 10px;
  }

  main.newsentry .no_wraparound_sp img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  main.newsentry .no_wraparound_sp .img-caption-wrap,
  main.newsentry .no_wraparound_sp .img-caption-wrap img,
  main.newsentry .no_wraparound_sp .img-caption-wrap figcaption,
  main.newsentry .no_wraparound_sp .img-caption-wrap figcaption .img-caption,
  main.newsentry .no_wraparound_sp .img-caption-wrap figcaption .img-caption2 {
    margin: 2px auto 0 !important;
    display: block !important;
  }

  main.newsentry .no_wraparound_sp .img-caption-wrap {
    margin: 2px auto calc((100vw / 750 ) * 40 ) auto !important;
  }

  main.newsentry .img-caption-wrap {
    margin: 2px auto calc((100vw / 750 ) * 40 ) auto !important;
    display: block !important;
    float: none !important;
  }

  main.newsentry .youtube-iframe-content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  main.newsentry .youtube-iframe-content iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  main.newsentry .no_wraparound_sp {
    margin: 0 auto !important;
  }

  main.newsentry .no_wraparound_sp:after {
    content: "";
    display: block;
    clear: both;
  }

  main.newsentry .no_wraparound_sp figure {
    margin: 0 auto !important;
    display: block;
    float: none !important;
  }

  main.newsentry .news_table_sp {
    width: 100% !important;
  }

  main.newsentry .news_table_sp td {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .wrap-otherpage .ttl.type-iconlr {
    font-size: calc( (100vw / 750 ) * 32 );
  }

  .sc-op-01 {
    margin-bottom: 0;
  }

  .sc-op-01 .type-clm3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sc-op-01 .type-clm3 li {
    width: calc(50% - 5px);
  }

  .sc-op-01 .type-clm3 li:nth-child(n+3) {
    margin-top: 10px;
  }

  .sc-op-01 .type-clm3 li:nth-child(n+4) {
    margin-top: auto;
  }

  .sc-op-02 {
    padding-bottom: 40px;
  }

  .sc-op-02 .type-clm3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sc-op-02 .type-clm3 li {
    width: 33%;
  }

  .sc-op-02 .type-clm3 li:nth-child(n+4) {
    margin-top: 20px;
  }

  .list-accordion.type-faq dd:before {
    top: 20px;
  }

  .sc-child-01 .type-underline {
    display: block;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
  }

  .sc-child-01 .type-underline small {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .sc-child-01 .icon-pc {
    display: block;
    margin: 0 auto;
  }

  .sc-child-01 .icon-tel {
    display: block;
    margin: 0 auto;
  }

  .sc-child-01 .list-box-block li:first-child small {
    display: block;
  }

  .sc-child-01 .list-box-block li:first-child .list-rdsmallttl {
    margin-bottom: 10px;
  }

  .bnr-mailmag {
    margin: 0 auto 10%;
  }

  .list-newscat-btns.type-clm4 li {
    width: 100%;
    margin-top: 15px !important;
  }

  .list-newscat-btns.type-clm4 li:first-child {
    margin-top: 0 !important;
  }

  .list-newscat-btns.type-clm4 li a {
    font-size: 14px;
  }

  .clm-mailmag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clm-mailmag-images {
    display: block;
  }

  .item-clm-mailmag-images {
    width: 100%;
    margin: 0 0 5%;
  }

  .item-clm-mailmag-images .ttl {
    margin-bottom: 10px;
  }

  .img-clm-mailmag {
    display: block;
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }

  .list-mailmag {
    margin: calc((100vw / 750 ) * 40 ) 0 0;
  }

  .item-list-mailmag {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .imgs-mailmag-follow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .imgs-mailmag-follow .img-1 {
    width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 auto;
  }

  .imgs-mailmag-follow .img-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }

  .inner-mailmag {
    margin-bottom: 10%;
  }

  .img-loupe {
    width: calc((100vw / 750 ) * 28 ) !important;
    height: calc((100vw / 750 ) * 29 ) !important;
  }

  .sc-mm-02,
  .sc-mm-03,
  .sc-mm-04,
  .sc-mm-05 {
    padding-top: 50px;
  }

  .sc-mm-01 .type-main-34,
  .sc-mm-02 .type-main-34,
  .sc-mm-03 .type-main-34,
  .sc-mm-04 .type-main-34,
  .sc-mm-05 .type-main-34 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .list-appdl {
    margin-bottom: 20px;
  }

  .list-appdl li {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }

  .list-appdl li:first-child {
    margin-top: 0;
  }

  .wrap-sitemapcat {
    display: block;
  }

  .wrap-sitemapcat .sitemap-cat {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }

  .wrap-sitemapcat .sitemap-links {
    width: 100%;
    margin-top: 20px;
  }

  .wrap-sitemapcat .sitemap-links .clm.type-clm3 > li {
    width: 100%;
    margin-top: 10px;
  }

  .wrap-sitemapcat .sitemap-links .clm.type-clm3 > li:first-child {
    margin-top: 0;
  }

  .sc-links-01 .clm.type-clm2 li {
    width: 100%;
  }

  .sc-manner-01 .list-box-block li .wrap-monthly-01 {
    padding-left: 15px;
    padding-top: 110px;
  }

  .sc-manner-01 .list-box-block li:first-child .wrap-monthly-01 {
    background: url("./img/manner-1.png") no-repeat center 15px #fff;
    background-size: 80px;
  }

  .sc-manner-01 .list-box-block li:nth-child(2) .wrap-monthly-01 {
    background: url("./img/manner-2.png") no-repeat center 15px #fff;
    background-size: 80px;
  }

  .sc-manner-01 .list-box-block li:nth-child(3) .wrap-monthly-01 {
    background: url("./img/manner-3.png") no-repeat center 15px #fff;
    background-size: 80px;
  }

  .sc-manner-01 .list-box-block li:nth-child(4) .wrap-monthly-01 {
    background: url("./img/manner-4.png") no-repeat center 15px #fff;
    background-size: 80px;
  }

  .theme-play .manner {
    margin-top: calc((100vw / 750 ) * 30 );
  }

  .theme-play .box-doublebd.view-sp ul {
    padding-bottom: calc((100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 60 );
  }

  .theme-play .section {
    margin: 0 0 calc((100vw / 750 ) * 80 );
  }

  .theme-play .wrap-sns-entrydetail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: calc((100vw / 750 ) * 40 ) 0 calc((100vw / 750 ) * 80 );
  }

  .theme-play .wrap.l-play {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .theme-play .wrap.l-play .type-img {
    max-width: initial;
    width: calc((100vw / 750 ) * 355 );
    margin: 0 auto calc((100vw / 750 ) * 50 );
  }

  .theme-play .wrap.l-play .type-img .list {
    margin: calc((100vw / 750 ) * 20 ) auto 0;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .theme-play .wrap.l-play .type-img .list .item {
    text-align: center;
  }

  .theme-play .wrap.l-play .type-img .list .link {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-play .wrap.l-play .type-content {
    max-width: initial;
    width: 100%;
  }

  .theme-play .wrap.l-play .type-content .text.type-theater {
    font-size: calc( (100vw / 750 ) * 30 );
    margin: calc((100vw / 750 ) * 30 ) 0;
  }

  .theme-play .wrap.l-play .type-content ul {
    padding-bottom: calc((100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 60 );
  }

  .theme-play .wrap.l-price {
    margin-bottom: calc((100vw / 750 ) * 40 );
  }

  .theme-play .wrap.l-price .type-decoration-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc((100vw / 750 ) * 30 );
  }

  .theme-play .wrap.l-price .type-decoration-inner .box.type-price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price {
    width: auto;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price .item {
    height: auto;
    padding: calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc((100vw / 750 ) * 20 );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns .item {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns .item .btn {
    width: 95%;
    font-size: calc( (100vw / 750 ) * 26 );
    line-height: 1.2;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns .item .btn:after {
    margin-left: 2px;
  }

  .theme-play .wrap.l-timetable .list.type-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-header {
    width: auto;
    height: calc((100vw / 750 ) * 80 );
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-contents {
    width: auto;
  }

  .theme-play .wrap.l-timetable .list.type-program .item {
    height: auto;
    padding: calc((100vw / 750 ) * 20 ) 0 calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-play .wrap.l-timetable .list.type-program .item .time {
    width: calc((100vw / 750 ) * 220 );
    height: auto;
  }

  .theme-play .wrap.l-timetable .list.type-program .item .time:before {
    right: calc((100vw / 750 ) * 220 );
  }

  .theme-play .wrap.l-timetable .list.type-program .item.type-interlude {
    height: calc((100vw / 750 ) * 55 );
  }

  .theme-play .wrap.l-timetable .list.type-program .item.type-interlude .span {
    font-size: calc( (100vw / 750 ) * 20 );
    width: calc((100vw / 750 ) * 220 );
  }

  .theme-play .wrap.l-timetable .list.type-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .theme-play .wrap.l-timetable .list.type-btns .item {
    margin-bottom: calc((100vw / 750 ) * 30 );
  }

  .theme-play .wrap.l-timetable .list.type-btns .btn {
    max-width: initial;
    width: auto;
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .theme-play .wrap.l-schedule .table.type-calendar .tr.type-day .th,
  .theme-play .wrap.l-schedule .table.type-calendar .tr.type-day .td {
    height: calc((100vw / 750 ) * 50 );
  }

  .theme-play .wrap.l-schedule .table.type-calendar .th,
  .theme-play .wrap.l-schedule .table.type-calendar .td {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-play .wrap.l-schedule .table.type-calendar .th.type-day {
    width: calc((100vw / 750 ) * 50 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .wrap {
    width: 100%;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .day,
  .theme-play .wrap.l-schedule .list.type-calendar .item .time,
  .theme-play .wrap.l-schedule .list.type-calendar .item .release,
  .theme-play .wrap.l-schedule .list.type-calendar .item .tel {
    font-size: calc( (100vw / 750 ) * 26 );
    padding: 0;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .day {
    width: calc((100vw / 750 ) * 80 );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw / 750 ) * 80 );
    flex: 0 0 calc((100vw / 750 ) * 80 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .box.type-main {
    padding: calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 24 );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw / 750 ) * 340 );
    flex: 0 0 calc((100vw / 750 ) * 340 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .box.type-ticket {
    padding: calc((100vw / 750 ) * 20 ) 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc((100vw / 750 ) * 180 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .time {
    width: calc((100vw / 750 ) * 90 );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw / 750 ) * 90 );
    flex: 0 0 calc((100vw / 750 ) * 90 );
    padding: calc((100vw / 750 ) * 20 ) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .time .span {
    margin: calc((100vw / 750 ) * 5 ) 0;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .grounds {
    font-size: calc( (100vw / 750 ) * 26 );
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .release {
    margin: calc((100vw / 750 ) * 5 ) 0;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .tel {
    width: auto;
    font-size: calc( (100vw / 750 ) * 24 );
    margin: calc((100vw / 750 ) * 5 ) 0;
    border-left: 0;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .day,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .wrap,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .time,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .grounds,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .place,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .box,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .release,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .tel {
    font-size: calc((100vw / 750 ) * 22 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .release {
    position: relative;
    padding-bottom: calc((100vw / 750 ) * 20 );
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .release:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
  }

  .theme-play .wrap.l-cast .box-doublebd {
    padding: calc((100vw / 750 ) * 20 );
    margin: 0 calc((100vw / 750 ) * -30 );
  }

  .theme-play .wrap.l-cast .box-doublebd .ttl.type-centerline {
    font-size: calc( (100vw / 750 ) * 26 );
    margin-top: calc((100vw / 750 ) * 120 );
  }

  .theme-play .wrap.l-cast .box-doublebd .ttl.enmoku_modal_main {
    font-size: 14px;
  }

  .theme-play .wrap.l-cast .box-doublebd .haiyaku_indent_tsuno {
    font-size: 10px;
    margin-left: 23px;
  }

  .theme-play .wrap.l-cast .box-doublebd .table.haiyaku {
    margin: calc((100vw / 750 ) * 30 ) auto calc((100vw / 750 ) * 60 ) auto;
    width: 100%;
  }

  .theme-play .wrap.l-cast .box-doublebd .table.haiyaku.haiyaku_indent_maku {
    margin-left: 26px;
  }

  .theme-play .wrap.l-cast .box-doublebd .table .wd30 {
    font-size: 10px;
    line-height: 2.2rem;
  }

  .theme-play .wrap.l-cast .box-doublebd .table .wd30.haiyaku_name {
    width: 52.5%;
    font-size: 10px;
  }

  .theme-play .wrap.l-highlight .wrap {
    border-width: calc((100vw / 750 ) * 10 );
    padding: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 35 );
  }

  .theme-play .wrap.l-highlight .wrap .ttl.type-centerline {
    margin-top: calc((100vw / 750 ) * 80 );
  }

  .theme-play .wrap.l-highlight .wrap .ttl.type-main {
    font-size: calc( (100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 10 );
  }

  .theme-play .wrap.l-highlight .wrap .ttl.type-sub {
    font-size: calc( (100vw / 750 ) * 24 );
    margin-bottom: calc((100vw / 750 ) * 10 );
  }

  .theme-play .wrap.l-highlight .wrap .midokoro_f75 {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-play .wrap.l-highlight .wrap .midokoro_desc {
    margin-bottom: calc((100vw / 750 ) * 40 );
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-play .wrap.l-highlight .wrap .l-more {
    height: calc((100vw / 750 ) * 80 );
  }

  .theme-play .wrap.l-related .list.type-movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .theme-play .wrap.l-related-news .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .theme-play .wrap.l-related-news .list .item {
    margin: 0 0 calc((100vw / 750 ) * 30 );
    width: auto;
  }

  .theme-play .wrap.l-related-news .list .item .link {
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .theme-play .wrap.l-related-news .list .item .date {
    font-size: calc( (100vw / 750 ) * 18 );
  }

  .theme-play .wrap.l-ticket .wrap-sns-entrydetail {
    margin: calc((100vw / 750 ) * 30 ) 0 calc((100vw / 750 ) * 50 );
  }

  .theme-play .wrap.l-ticket .wrap-tct-free-playcts {
    padding-top: 0;
    font-size: calc((100vw / 750) * 38);
  }

  .theme-play .nav.l-link .list {
    display: block;
    margin: calc((100vw / 750 ) * 40 ) 0;
  }

  .theme-play .nav.l-link .list .item {
    text-align: center;
    padding: 0;
    margin: 0 0 calc((100vw / 750 ) * 10 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-play .nav.l-link .list .item:after {
    display: none;
  }

  .theme-play .nav.l-anchor {
    margin: 0 calc((100vw / 750 ) * -30 ) calc((100vw / 750 ) * 40 );
  }

  .theme-play .nav.l-anchor .list.type-static {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc((100vw / 750 ) * 20 );
  }

  .theme-play .nav.l-anchor .list.type-static .item {
    width: calc(100% / 3);
    padding: 0;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-play .nav.l-anchor .list.type-static .item:nth-of-type(3n) {
    border: 0;
  }

  .theme-play .nav.l-anchor .list.type-static .item:nth-of-type(n+3) {
    margin-bottom: 0;
  }

  .theme-play .nav.l-anchor .list.type-static .link {
    height: auto;
  }

  .theme-play .nav.l-anchor .list.type-static .link .img {
    height: calc((100vw / 750 ) * 90 );
  }

  .theme-play .nav.l-anchor .list.type-static .link .img .svg {
    height: calc((100vw / 750 ) * 50 );
  }

  .theme-play .nav.l-anchor .list.type-static .link .text {
    font-size: calc((100vw / 750 ) * 26 );
  }

  .theme-play .nav.l-anchor .list.type-follow {
    width: 100%;
    height: auto;
    padding: calc((100vw / 750 ) * 20 ) 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
  }

  .theme-play .nav.l-anchor .list.type-follow .item {
    width: 33.333333333333336%;
    padding: 0 calc((100vw / 750 ) * 10 ) calc((100vw / 750 ) * 20 );
  }

  .theme-play .nav.l-anchor .list.type-follow .item:nth-of-type(n+4) {
    padding-bottom: 0;
  }

  .theme-play .nav.l-anchor .list.type-follow .item .link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc( (100vw / 750 ) * 20 );
    padding: 0;
  }

  .theme-play .nav.l-anchor .wrap.type-follow.is-active {
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
  }

  .theme-play .nav.l-anchor .wrap.type-follow.is-active:before {
    display: none;
  }

  .l-otherticket {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .l-otherticket .list .item {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .l-otherticket .ttl.type-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-otherticket .ttl.type-sub {
    margin: calc((100vw / 750 ) * 80 ) 0 calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .l-otherticket .icon-ticketsite {
    width: calc((100vw / 750 ) * 92 );
    height: calc((100vw / 750 ) * 76 );
    margin-bottom: calc((100vw / 750 ) * 40 );
  }

  .l-otherticket .link {
    font-weight: bold;
  }

  .enmoku_f80 {
    font-size: calc( (100vw / 750 ) * 32 );
  }

  .enmoku_f80_light {
    font-size: calc( (100vw / 750 ) * 32 );
  }

  .enmoku_f75 {
    font-size: 10px;
  }

  .enmoku_f75_maku {
    font-size: 12px;
  }

  .enmoku_f75_light {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .enmoku_sub_f75 {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .enmoku_sub_f75_light {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .haiyaku_f60 {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .haiyaku_f60_thin {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .haiyaku_f70 {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .haiyaku_f75 {
    font-size: 10px;
  }

  .haiyaku_indent_maku {
    margin-left: calc((100vw / 750 ) * 50 );
  }

  .table.haiyaku tr td {
    padding: 0 .75rem;
  }

  .l-otherticket .outLink {
    display: block;
  }

  .chirashi_img {
    display: block;
  }

  .haiyaku_maku {
    margin-left: calc((100vw / 750 ) * 110 );
  }

  .haiyaku_announce {
    font-size: 10px;
  }

  .table.haiyaku tr td.wd30 {
    width: 37.5%;
  }

  .theme-schedule {
    margin: 0;
  }

  .theme-schedule .l-update {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .theme-schedule .l-update .l-left {
    max-width: 430px;
    max-height: 430px;
    margin: calc((100vw / 750 ) * 40 ) auto;
    width: calc((100vw / 750 ) * 430 );
    height: calc((100vw / 750 ) * 430 );
  }

  .theme-schedule .l-update .l-left .type-decoration-inner {
    max-width: 430px;
    max-height: 430px;
    width: calc((100vw / 750 ) * 430 );
    height: calc((100vw / 750 ) * 430 );
  }

  .theme-schedule .l-update .l-left .img {
    width: calc((100vw / 750 ) * 174 );
  }

  .theme-schedule .l-update .l-left .btn {
    width: calc((100vw / 750 ) * 340 );
    height: calc((100vw / 750 ) * 60 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-schedule .l-update .l-left .btn:after {
    width: calc((100vw / 750 ) * 40 );
    height: calc((100vw / 750 ) * 10 );
  }

  .theme-schedule .l-update .l-right {
    width: auto;
    max-width: initial;
  }

  .theme-schedule .l-update .list .item {
    margin-bottom: calc((100vw / 750 ) * 25 );
  }

  .theme-schedule .l-update .list .item:nth-of-type(n+4) {
    display: none;
  }

  .theme-schedule .l-update .box.type-date {
    display: block;
  }

  .theme-schedule .l-update .box.type-date .date {
    font-size: calc( (100vw / 750 ) * 18 );
  }

  .theme-schedule .l-update .box.type-date .text {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-schedule .l-search .l-keyword {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .theme-schedule .l-search .l-keyword .form-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: calc((100vw / 750 ) * 88 );
    margin: 0 0 calc((100vw / 750 ) * 40 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-schedule .l-search .l-keyword .form-item .select {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-schedule .l-search .l-keyword .form-item.type-theater {
    width: 100%;
    max-width: initial;
  }

  .theme-schedule .l-search .l-keyword .form-item.type-year {
    width: calc((100vw / 750 ) * 310 );
    max-width: initial;
    margin-right: 0;
  }

  .theme-schedule .l-search .l-keyword .form-item.type-month {
    width: calc((100vw / 750 ) * 320 );
    max-width: initial;
  }

  .theme-schedule .l-search .l-keyword .form-item.type-word {
    width: 100%;
    max-width: initial;
  }

  .theme-schedule .l-search .l-keyword .form-item.type-search {
    font-size: calc( (100vw / 750 ) * 30 );
    width: calc((100vw / 750 ) * 250 );
    max-width: initial;
    margin: 0 auto;
  }

  .theme-schedule .l-search .l-theater .list.type-theater .item {
    width: 50%;
  }

  .theme-schedule .l-search .l-theater .list.type-theater .item .link {
    height: calc((100vw / 750 ) * 520 );
    max-height: initial;
  }

  .theme-schedule .l-search .l-theater .list.type-theater .item .img {
    width: 100%;
    height: calc((100vw / 750 ) * 520 );
    max-height: initial;
  }

  .theme-schedule .l-search .l-theater .list.type-theater .item .text {
    font-size: calc( (100vw / 750 ) * 28 );
  }

  .theme-schedule .l-search .l-theater .list.type-btns {
    display: block;
  }

  .theme-schedule .l-search .l-theater .list.type-btns .btn {
    width: calc((100vw / 750 ) * 480 );
    height: calc((100vw / 750 ) * 88 );
    margin: 0 auto calc((100vw / 750 ) * 30 ) auto;
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .theme-schedule .l-term .wrap.type-shadow {
    padding: calc((100vw / 750 ) * 40 ) calc(( 20 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item:first-child {
    border-top: none;
  }

  .theme-schedule .l-term .list.type-term .item {
    display: block;
    margin-bottom: calc((100vw / 750 ) * 25 );
    border: 0;
  }

  .theme-schedule .l-term .list.type-term .item .wrap {
    display: block;
    max-width: initial;
    width: auto;
    border: calc((100vw / 750 ) * 2 ) solid #ccc;
    padding: calc((100vw / 750 ) * 20 );
  }

  .theme-schedule .l-term .list.type-term .item .box {
    border: 0;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    background: #bfa45a;
    border: 0;
    padding: calc((100vw / 750 ) * 5 ) 0;
    margin-bottom: calc((100vw / 750 ) * 20 );
    text-align: center;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month .label {
    display: inline-block;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month .label.type-month {
    width: auto;
    border: 0;
    font-size: calc( (100vw / 750 ) * 24 );
    color: #fff;
    margin-right: calc((100vw / 750 ) * 10 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month .label.type-theater {
    color: #bfa45a;
    font-weight: bold;
    padding: calc((100vw / 750 ) * 7 ) 0;
    width: calc((100vw / 750 ) * 120 );
    background: #fff;
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-img {
    width: auto;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-img .img {
    max-width: initial;
    width: calc((100vw / 750 ) * 255 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main {
    width: auto;
    max-width: initial;
    text-align: center;
    font-size: calc( (100vw / 750 ) * 20 );
    padding: calc((100vw / 750 ) * 20 ) 0 0;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main .ttl {
    position: relative;
    font-size: calc( (100vw / 750 ) * 26 );
    padding-bottom: calc((100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 25 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main .ttl:after {
    content: "";
    width: calc((100vw / 750 ) * 50 );
    height: 0;
    border-top: calc((100vw / 750 ) * 4 ) solid #bfa45a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: calc((100vw / 750 ) * -25 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main .sub {
    font-size: calc((100vw / 750 ) * 20 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: initial;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket .release {
    font-size: calc((100vw / 750 ) * 20 );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket .playing {
    right: auto;
    position: relative;
    width: calc((100vw / 750 ) * 180 );
    height: calc((100vw / 750 ) * 56 );
    border-radius: calc((100vw / 750 ) * 28 );
    background: #cc853d;
    color: #fff;
    font-size: calc( (100vw / 750 ) * 20 );
    text-align: center;
    margin: calc((100vw / 750 ) * 30 ) auto 0 auto;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket .playing:before {
    top: calc((100vw / 750 ) * -24 );
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(51,51,51,0);
    border-bottom-color: #cc853d;
    border-width: calc((100vw / 750 ) * 12 );
    margin-left: calc((100vw / 750 ) * -12 );
  }

  .theme-schedule .l-term .list.type-term .item.type-playing {
    background: transparent;
  }

  .theme-schedule .l-term .list.type-term .item.type-playing .wrap {
    background: #f0f0df;
    border: 0;
  }

  .theme-schedule .l-term .list.type-term .item.type-playing .box.type-ticket {
    padding-right: 0;
  }

  .theme-schedule .l-ticket {
    display: block;
  }

  .theme-schedule .l-ticket .item {
    max-width: initial;
    width: auto;
  }

  .theme-schedule .l-ticket .btn {
    max-width: initial;
    width: auto;
    margin: 0 auto;
    width: calc((100vw / 750 ) * 630 );
    height: calc((100vw / 750 ) * 120 );
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .theme-schedule .l-ticket .btn.type-flyer {
    margin-bottom: calc((100vw / 750 ) * 55 );
  }

  .wrap-searchform-resultpage {
    margin-bottom: 30px;
  }

  .wrap-searchform-resultpage .ttl {
    font-size: calc((100vw / 750) * 24);
  }

  .wrap-searchform-resultpage .ttl .img {
    width: calc((100vw / 750) * 41);
    height: calc((100vw / 750) * 41);
  }

  .wrap-searchform-resultpage form {
    width: 100%;
  }

  .wrap-searchform-resultpage .form-item {
    height: calc((100vw / 750) * 80);
    padding: 0 calc((100vw / 750) * 20);
    font-size: calc((100vw / 750) * 24);
  }

  .wrap-searchform-resultpage ul.clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wrap-searchform-resultpage .btn {
    font-size: calc((100vw / 750) * 28);
    width: 100%;
  }

  .list-sr-alldata li .list-sr-data dt {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .list-sr-alldata li .list-sr-data dd {
    width: 100%;
  }

  .result-common-searchpage {
    margin-bottom: 50px;
  }

  .theme-special.wrap.l-contents-header.type-lower.photopage .inner .ttl {
    margin: 0 calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 40 );
    padding: calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 40 );
    height: auto;
    max-height: inherit;
  }

  .theme-special.wrap.l-contents-header.type-lower.photopage .inner .text {
    text-align: left;
    padding: 0 calc((100vw / 750 ) * 30 );
  }

  .box-trphoto-news .ttl {
    width: 100%;
  }

  .box-trphoto-news .ttl .catterm .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .box-trphoto-news .ttl .catterm .term {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .box-trphoto-news .wrap-trphoto-newscts .thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }

  .box-trphoto-news .wrap-trphoto-newscts .caption {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .box-trphoto-news .wrap-trphoto-newscts .caption p {
    margin-bottom: 10px;
  }

  .sc-trphoto-02 {
    padding: 40px 15px;
    margin: 0 calc((100vw / 750) * -30);
  }

  .sc-trphoto-02 .box-trphoto-news .ttl {
    width: 100%;
  }

  .sc-trphoto-02 .box-trphoto-news .wrap-trphoto-newscts .thumb {
    width: 100%;
  }

  .sc-trphoto-02 .box-trphoto-news .wrap-trphoto-newscts .caption {
    width: 100%;
  }

  .sc-trphoto-02 > p {
    margin-top: 15px;
    text-align: left;
  }

  .sc-trphoto-detail-01 .list-photodetail .item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }

  .sc-trphoto-detail-01 .list-photodetail .item:nth-child(2n) {
    margin-right: 0;
  }

  .sc-trphoto-detail-01 .list-photodetail .item:nth-child(n+3),
  .sc-trphoto-detail-01 .list-photodetail .item:nth-child(n+5) {
    margin-top: 20px;
  }

  .sc-trphoto-detail-01 .list-photodetail .item .caption {
    font-size: calc( (100vw / 750 ) * 24 );
    text-align: left;
  }

  .wrap-2col-photodetail-column .thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrap-2col-photodetail-column .caption {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .lightbox {
    width: 90% !important;
  }

  .lightbox .lb-outerContainer {
    margin-top: 40px;
  }

  .lightbox .lb-container {
    padding: 10px;
  }

  .lightbox .lb-dataContainer .lb-data .lb-caption {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .lightbox .lb-dataContainer .lb-data .lb-closeContainer {
    top: -30px;
    right: 0;
  }

  .lightbox .lb-dataContainer .lb-data .lb-close {
    width: 31.5px !important;
    height: 42px !important;
    background: url("../kabukibito/img/crs_close.png") no-repeat left top !important;
    background-size: cover !important;
  }

  .lb-nav a.lb-prev {
    width: 60.5px !important;
    height: 32.5px !important;
    left: 0 !important;
    top: auto;
    bottom: -50%;
    background: url("../kabukibito/img/crs_arrow_left.png") no-repeat left top !important;
    background-size: cover !important;
  }

  .lb-nav a.lb-next {
    width: 60.5px !important;
    height: 32.5px !important;
    right: 0 !important;
    top: auto;
    bottom: -50%;
    background: url("../kabukibito/img/crs_arrow_right.png") no-repeat left top !important;
    background-size: cover !important;
  }

  .theme-special.wrap.l-contents-header {
    margin-bottom: calc((100vw / 750 ) * 60 );
  }

  .theme-special.wrap.l-contents-header:before {
    background-size: calc((100vw / 750 ) * 350 ) auto;
  }

  .theme-special.wrap.l-contents-header:after {
    background-size: calc((100vw / 750 ) * 350 ) auto;
  }

  .theme-special.wrap.l-contents-header .inner {
    padding: calc((100vw / 750 ) * 50 ) 0;
    margin: 0;
  }

  .theme-special.wrap.l-contents-header .inner:before {
    padding: 0;
    width: calc((100vw / 750 ) * 150 );
    height: calc((100vw / 750 ) * 150 );
    top: calc((100vw / 750 ) * 20 );
    left: calc((100vw / 750 ) * 30 );
  }

  .theme-special.wrap.l-contents-header .inner:after {
    width: calc((100vw / 750 ) * 150 );
    height: calc((100vw / 750 ) * 150 );
    bottom: calc((100vw / 750 ) * 20 );
    right: calc((100vw / 750 ) * 30 );
  }

  .theme-special.wrap.l-contents-header .box.l-ttl,
  .theme-special.wrap.l-contents-header .list {
    display: block;
  }

  .theme-special.wrap.l-contents-header .box.l-ttl {
    background: none;
    padding: 0;
  }

  .theme-special.wrap.l-contents-header .box.l-ttl .ttl,
  .theme-special.wrap.l-contents-header.type-lower .inner .ttl,
  .wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation {
    width: calc((100vw / 750 ) * 320 );
    height: calc((100vw / 750 ) * 80 );
    max-width: initial;
    font-size: calc( (100vw / 750 ) * 36 );
    margin: 0 auto calc((100vw / 750 ) * 30 );
  }

  .theme-special.wrap.l-contents-header .box.l-ttl .ttl:after,
  .theme-special.wrap.l-contents-header.type-lower .inner .ttl:after,
  .wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation:after {
    top: calc((100vw / 750 ) * 5 );
    right: calc((100vw / 750 ) * 5 );
    left: calc((100vw / 750 ) * 5 );
    bottom: calc((100vw / 750 ) * 5 );
  }

  .theme-special.wrap.l-contents-header .box.l-ttl .text {
    font-size: calc( (100vw / 750 ) * 24 );
    text-align: center;
  }

  .theme-special.wrap.l-contents-header .list {
    margin: 0 auto;
  }

  .theme-special.wrap.l-contents-header .list .item {
    margin: 0 auto calc((100vw / 750 ) * 30 );
    width: calc((100vw / 750 ) * 630 );
  }

  .theme-special.wrap.l-contents-header .list .item:nth-of-type(2) {
    padding-top: 0;
  }

  .theme-special.wrap.l-contents-header .list .item:last-of-type {
    padding-top: 0;
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-img {
    width: calc((100vw / 750 ) * 630 );
    height: calc((100vw / 750 ) * 330 );
    max-width: initial;
    width: auto;
    height: auto;
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-img:before {
    font-size: calc( (100vw / 750 ) * 24 );
    width: calc((100vw / 750 ) * 80 );
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-img .img {
    width: calc((100vw / 750 ) * 630 );
    height: calc((100vw / 750 ) * 330 );
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-content {
    padding: calc((100vw / 750 ) * 10 ) calc((100vw / 750 ) * 20 );
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-content .ttl {
    font-size: calc( (100vw / 750 ) * 28 );
  }

  .theme-special.wrap.l-contents-header.type-lower {
    height: auto;
  }

  .theme-special.wrap.l-contents-header.type-lower:before,
  .theme-special.wrap.l-contents-header.type-lower:after {
    background-size: calc((100vw / 750 ) * 250 ) auto;
  }

  .theme-special.wrap.l-contents-header.type-lower .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: calc((100vw / 750 ) * 40 );
  }

  .theme-special.wrap.l-contents-header.type-lower .inner .ttl {
    height: calc((100vw / 750 ) * 100 );
    width: auto;
    max-width: initial;
    font-size: calc( (100vw / 750 ) * 36 );
    margin: 0 auto calc((100vw / 750 ) * 30 );
  }

  .theme-special.wrap.l-contents-header.type-lower .inner .text {
    font-size: calc((100vw / 750 ) * 26 );
  }

  .theme-special.wrap.l-contents-header.type-entry {
    padding: calc((100vw / 750 ) * 40 ) calc((100vw / 750 ) * 30 );
  }

  .theme-special .l-pickup {
    margin-bottom: calc((100vw / 750 ) * 100 );
  }

  .theme-special .l-pickup .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .theme-special .l-pickup .list .item {
    width: 100%;
    max-width: initial;
    margin-right: 0;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-special .l-pickup .list .link {
    padding: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 15 );
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: inherit;
  }

  .theme-special .l-pickup .list .link .img {
    width: calc((100vw / 750 ) * 295 );
  }

  .theme-special .l-pickup .list .link .text {
    width: calc((100vw / 750 ) * 340 );
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-special .l-category .list {
    margin-top: calc((100vw / 750 ) * -30 );
  }

  .theme-special .l-category .list .item {
    width: 48.55%;
    max-width: initial;
    margin-top: calc((100vw / 750 ) * 70 );
  }

  .theme-special .l-category .list .item .ttl {
    font-size: calc( (100vw / 750 ) * 24 );
    top: calc((100vw / 750 ) * -30 );
    right: calc((100vw / 750 ) * 54 );
    padding: calc((100vw / 750 ) * 10 ) calc((100vw / 750 ) * 10 ) calc((100vw / 750 ) * 20 );
    font-weight: bold;
  }

  .theme-special .l-category .list .item .text {
    padding: calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 10 );
  }

  .theme-special .l-category .list .item .wrap.type-img {
    width: 100%;
    height: calc((100vw / 750 ) * 470 );
    max-width: initial;
    max-height: initial;
  }

  .theme-special .l-category .list .item .img {
    width: 100%;
    height: calc((100vw / 750 ) * 470 );
  }

  .theme-special .wrap.l-special-archives {
    margin-bottom: calc((100vw / 750 ) * 80 );
  }

  .theme-special .section {
    margin-bottom: calc((100vw / 750 ) * 40 );
  }

  .theme-special .l-lead {
    font-size: calc( (100vw / 750 ) * 30 );
    margin: calc((100vw / 750 ) * 20 ) 0 calc((100vw / 750 ) * 60 );
  }

  .theme-special .list.type-archive .item {
    margin-bottom: calc((100vw / 750 ) * 30 );
  }

  .theme-special .wrap.type-withimg .link {
    display: block;
  }

  .theme-special .wrap.type-withimg .l-img {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-special .wrap.type-withimg .l-img .img {
    border: 1px solid #ccc;
  }

  .theme-special .wrap.type-withimg .l-content {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-special .wrap.type-withimg .l-content .small {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-special .wrap.type-withimg .l-content .ttl {
    margin: 0 0 calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .theme-special .wrap.type-withimg .l-content .time {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .theme-special .wrap.type-withimg .l-content .text {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .l-wp-page-links .post-page-numbers {
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 50 );
  }

  .wrap.type-entry .entry .ttl {
    font-size: calc( (100vw / 750 ) * 36 );
  }

  .wrap.type-entry .entry p {
    margin-bottom: calc((100vw / 750 ) * 40 );
  }

  .wrap.type-entry .entry p.has-small-font-size {
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .entry .wp-block-image .alignright,
  .entry .wp-block-image .alignleft {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .entry .wp-block-image figcaption {
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .wp-block-button .item {
    margin: 0 0 10px;
  }

  .wrap.type-entry .wrap.l-special-archives {
    margin: calc((100vw / 750 ) * 80 ) auto 0 auto;
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg {
    padding: calc((100vw / 750 ) * 30 );
    margin-top: calc((100vw / 750 ) * 20 );
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .time {
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .ttl {
    margin-bottom: calc((100vw / 750 ) * 20 );
    font-size: calc( (100vw / 750 ) * 30 );
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .text {
    font-size: calc( (100vw / 750 ) * 28 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header {
    margin: 0 calc((100vw / 750 ) * -30 ) calc((100vw / 750 ) * 95 ) calc((100vw / 750 ) * -30 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-category {
    font-size: calc( (100vw / 750 ) * 24 );
    padding: calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 10 );
    margin-bottom: 0;
  }

  .wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-contents {
    font-size: calc( (100vw / 750 ) * 30 );
    padding: calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 10 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-contents .time {
    font-size: calc( (100vw / 750 ) * 20 );
    margin: 0 0 calc((100vw / 750 ) * 10 ) auto;
  }

  .wrap.l-container .wrap.l-main.theme-interview .section.type-relation {
    padding: calc((100vw / 750 ) * 30 ) calc((100vw / 750 ) * 15 );
    margin-top: calc((100vw / 750 ) * 60 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation {
    height: auto;
    width: auto;
    font-size: calc( (100vw / 750 ) * 26 );
    padding: calc((100vw / 750 ) * 20 ) calc((100vw / 750 ) * 40 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item {
    width: 100%;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item:last-of-type {
    margin-bottom: 0;
  }

  .wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .l-img {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .l-text {
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .wrap.l-container .wrap.l-main.theme-interview .list.type-relation .item .link .time {
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .theme-theater .section.l-plays .list {
    margin: 0;
  }

  .theme-theater .section.l-plays .list .item.type-shadow {
    padding: calc((100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 40 );
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-img {
    padding: 0;
    width: calc((100vw / 750 ) * 225 );
    max-width: initial;
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-content {
    max-width: initial;
    width: calc((100vw / 750 ) * 375 );
    margin: 0;
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-content .ttl .sub {
    font-size: calc( (100vw / 750 ) * 28 );
    margin: calc((100vw / 750 ) * 10 ) 0;
  }

  .theme-theater .section.l-plays .list .item.type-shadow .ttl.type-ticket,
  .theme-theater .section.l-plays .list .item.type-shadow .label.type-ticket {
    font-size: calc( (100vw / 750 ) * 20 );
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-term {
    font-size: calc( (100vw / 750 ) * 30 );
    line-height: 1.4;
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-timetable {
    margin-top: calc((100vw / 750 ) * 30 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-part {
    line-height: 1.5;
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .btn {
    width: auto;
    margin-top: calc((100vw / 750 ) * 30 );
    height: calc((100vw / 750 ) * 60 );
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-theater .section.l-caution {
    padding: calc((100vw / 750 ) * 40 );
    font-size: calc( (100vw / 750 ) * 26 );
    margin: 0 calc((100vw / 750 ) * -30 ) calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * -30 );
  }

  .theme-theater .section.l-access .wrap {
    display: block;
    margin: 0 calc((100vw / 750 ) * 30 );
  }

  .theme-theater .section.l-access .wrap .box.type-img {
    max-width: 550px;
    width: calc((100vw / 750 ) * 570 );
    margin: 0 auto calc((100vw / 750 ) * 50 ) auto;
  }

  .theme-theater .section.l-access .wrap .box.type-img .img {
    width: 100%;
    height: 100%;
  }

  .theme-theater .section.l-access .wrap .box.type-content {
    max-width: initial;
    width: auto;
  }

  .theme-theater .section.l-access .wrap .box.type-content .ttl {
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .theme-theater .section.l-access .wrap .box.type-content .text {
    margin-bottom: calc((100vw / 750 ) * 40 );
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .theme-theater .section.l-seat {
    margin-bottom: calc((100vw / 750 ) * 80 );
    border-width: calc((100vw / 750 ) * 10 );
    padding: calc((100vw / 750 ) * 40 );
  }

  .theme-theater .section.l-seat .ttl {
    font-size: calc( (100vw / 750 ) * 30 );
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-theater .section.l-seat .btn {
    width: calc((100vw / 750 ) * 480 );
  }

  .theme-theater .section.l-about {
    margin: 0 calc((100vw / 750 ) * -30 ) calc((100vw / 750 ) * 80 ) calc((100vw / 750 ) * -30 );
  }

  .theme-theater .section.l-about .list {
    margin-bottom: calc((100vw / 750 ) * 80 );
  }

  .theme-theater .section.l-about .list .item {
    max-height: initial;
    height: auto;
  }

  .theme-theater .section.l-about .list .item .link.type-img,
  .theme-theater .section.l-about .list .item .img {
    max-height: initial;
    height: calc((100vw / 750 ) * 317 );
  }

  .theme-theater .section.l-about .list .item .link.type-window {
    font-size: calc( (100vw / 750 ) * 26 );
  }

  .theme-theater .theme-schedule .l-ticket {
    margin-bottom: calc((100vw / 750 ) * 30 );
  }

  .theme-theater .theme-schedule .l-ticket .item {
    margin-bottom: calc((100vw / 750 ) * 40 );
  }

  .sc-outlink-zkn .btn {
    height: 63px;
    padding: 0 20px;
  }

  .bg__header-newyear-hosha {
    top: calc((100vw / 750 ) * -650 );
  }

  .wrap__ttl__header-newyear {
    margin-top: calc((100vw / 750 ) * 75 );
  }

  .inner__section-newyear-play {
    width: 100%;
  }

  .section-newyear-play {
    width: calc((100vw / 750 ) * 590 );
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .section-newyear-play .flyer {
    margin: 0 auto calc((100vw / 750 ) * 20 );
  }

  .section-newyear-play .content:after {
    right: calc((100vw / 750 ) * -20 );
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .section-newyear-play .content .btn {
    height: calc((100vw / 750 ) * 60 );
    width: calc((100vw / 750 ) * 334 );
    font-size: calc( (100vw / 750 ) * 20 );
  }

  .ttl__section-newyear .img {
    width: calc((100vw / 750 ) * 630 );
  }

  .sublead__section-newyear.is-sec1 {
    text-align: left;
  }

  .list__newyear-theaters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc((100vw / 750 ) * 670 );
    margin: calc((100vw / 750 ) * 20 ) auto 0;
  }

  .item__list__newyear-theaters {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .item__list__newyear-theaters .link .name .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc((100vw / 750 ) * 70 );
    height: calc((100vw / 750 ) * 30 );
    background: #ff8b4d;
    color: #fff;
    font-size: calc( (100vw / 750 ) * 16 );
    position: relative;
    margin-right: calc((100vw / 750 ) * 10 );
  }

  .item__list__newyear-theaters .link .name .area:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: 1px;
    border: 1px solid #fff;
  }

  .item__list__newyear-keywords {
    width: calc((100vw / 750 ) * 325 );
    margin: 0 0 calc((100vw / 750 ) * 30 );
  }

  .nav__section-newyear-play {
    padding-top: calc((100vw / 750 ) * 40 );
    margin: calc((100vw / 750 ) * 40 ) auto 0;
    border-top: 1px solid #fff;
  }

  .nav__section-newyear-play .item {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .footer .wrap.l-sns {
    height: calc((100vw / 750 ) * 130 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
  }

  .nav__footer-newyear .item {
    width: 50%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .nav__footer-newyear .item:nth-of-type(even) {
    border-right: 0;
  }

  .nav__footer-newyear .item:nth-of-type(5),
  .nav__footer-newyear .item:nth-of-type(6) {
    border-bottom: 0;
  }

  .nav__footer-newyear .item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc((100vw / 750 ) * 86 );
    font-size: calc( (100vw / 750 ) * 22 );
  }

  .table-cal thead {
    display: none;
  }

  .table-cal th,
  .table-cal td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .table-cal td {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
  }

  .table-cal .calendar-none {
    display: none;
  }

  .table-cal td .calendar-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 75px);
    min-height: 75px;
  }

  .table-cal td .calendar-labels .calendar-cts {
    margin-top: 0;
    margin-left: 5px;
  }

  .table-cal td .calendar-labels .calendar-cts:first-child {
    margin-left: 0;
  }

  .table-cal [class*=calender-label] {
    display: inline-block;
    padding: 5px;
    margin-top: 0;
    margin-right: 5px;
    font-size: 12px;
  }

  .table-cal td .calendar-day-number {
    font-weight: normal;
    padding: 7px;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    width: 75px;
    height: auto;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }

  .table-cal td i:after {
    font-size: 12px;
    display: block;
    position: relative;
  }

  .table-cal td:nth-child(1) i:after {
    content: "（日）";
  }

  .table-cal td:nth-child(2) i:after {
    content: "（月）";
  }

  .table-cal td:nth-child(3) i:after {
    content: "（火）";
  }

  .table-cal td:nth-child(4) i:after {
    content: "（水）";
  }

  .table-cal td:nth-child(5) i:after {
    content: "（木）";
  }

  .table-cal td:nth-child(6) i:after {
    content: "（金）";
  }

  .table-cal td:nth-child(7) i:after {
    content: "（土）";
  }

  .box-f2bd {
    border: 5px solid #f2f2f2;
    padding: 30px 15px;
  }

  .box-bgf7 {
    padding: 15px;
  }

  .sc-ticketschedule-bottom {
    margin: 0 calc((100vw / 750) * -40);
    padding: 40px 15px;
  }

  .sc-ticketschedule-bottom .type-underline {
    display: block;
    text-align: center;
    border: none;
    font-size: calc( (100vw / 750 ) * 38 );
  }

  .sc-ticketschedule-bottom .type-underline small {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: calc( (100vw / 750 ) * 24 );
  }

  .sc-ticketschedule-bottom .type-underline .icon-pc {
    display: block;
    margin: 0 auto;
  }

  .sc-ticketschedule-bottom .type-underline .icon-tel {
    display: block;
    margin: 0 auto;
  }

  .sc-ticketschedule-bottom .type-underline .icon-group {
    display: block;
    margin: 0 auto 15px;
  }

  .sc-ticketschedule-bottom .list-box-block li p .btn {
    width: 260px;
    margin: 0 auto 25px;
  }

  .sc-ticketschedule-bottom .list-box-block li:first-child p {
    margin-top: 0;
  }

  .sc-ticketschedule-bottom .list-box-block li:nth-child(2) p.fwb {
    margin-bottom: 15px;
  }

  .sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 li:first-child {
    margin-right: 0;
  }

  .sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 .list-rdsmallttl dd {
    display: inline-block;
    margin-left: 5px;
  }

  .sc-ticketschedule-bottom .list-box-block li:nth-child(2) .clm.type-clm2 .list-rdsmallttl dd a {
    font-size: 20px;
    font-size: 2rem;
  }

  .list-rdsmallttl {
    text-align: center;
  }

  .list-rdsmallttl .link.type-tel {
    font-size: calc( (100vw / 750 ) * 58 );
  }

  .list-rdsmallttl dt {
    text-align: center;
    margin: 0 auto;
  }

  .list-rdsmallttl dd {
    display: block;
  }

  .list-rdsmallttl dd a {
    font-size: 30px;
    font-size: 3rem;
  }

  .wrap-contact-group {
    margin-top: 25px;
  }

  .wrap-contact-group .left {
    width: 47px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }

  .wrap-contact-group .right {
    width: calc(100% - 47px);
  }

  .list-ttlbg-lktbl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-ttlbg-lktbl dt {
    width: 100%;
  }

  .list-ttlbg-lktbl dd {
    width: 100%;
  }

  .wrap-common-modal .closebtn {
    top: -65px;
    right: 0;
  }

  .wrap-common-modal .modalcts {
    width: 93%;
    padding: 10px;
    top: 80px;
  }

  .list-thumb-modal-tksd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-thumb-modal-tksd dt {
    width: 100%;
    text-align: center;
  }

  .list-thumb-modal-tksd dt img {
    height: 200px;
  }

  .list-thumb-modal-tksd dd {
    width: 100%;
  }

  .list-thumb-modal-tksd dd .btn {
    width: 250px;
    margin: 0 auto;
  }

  .ttl.type-main-45 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .ttl.type-main-34 {
    font-size: calc( (100vw / 750 ) * 42 );
  }

  .ttl.type-iconlr {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .ttl.type-iconlr:before {
    width: 17.5px;
    height: 15px;
  }

  .ttl.type-iconlr:after {
    width: 17.5px;
    height: 15px;
  }

  .ttl.type-underline-short {
    font-size: calc( (100vw / 750 ) * 36 );
  }

  .type-340x50 {
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .btn-h-103 {
    height: 65px !important;
  }

  .type-borderbg .btnttl {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .type-borderbg .caption {
    font-size: 10px;
    font-size: 1rem;
  }

  .icon-doc:before {
    background-size: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 50 );
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 50 );
  }

  .icon-doc:hover:before {
    background-size: calc((100vw / 750 ) * 50 ) calc((100vw / 750 ) * 50 );
    width: calc((100vw / 750 ) * 50 );
    height: calc((100vw / 750 ) * 50 );
  }

  .icon-doc {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .icon-calendar:before {
    background-size: 30px;
    background-position: 10px center;
  }

  .icon-calendar:hover:before {
    background-size: 30px;
    background-position: 10px center;
  }

  .icon-calendar {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .linklabel-gcl {
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
  }

  .linklabel-gcl:before {
    top: 50%;
    height: calc((100vw / 750 ) * 50 );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: calc((100vw / 750 ) * 4 ) 0 0 calc((100vw / 750 ) * 4 );
  }

  .clm.type-clm4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .clm.type-clm4 > li {
    width: calc((100% - 15px) / 2);
  }

  .clm.type-clm4 > li:nth-child(n+3) {
    margin-top: 40px;
  }

  main.toppage .inner {
    max-width: inherit;
    width: auto;
    margin: 0 calc((100vw / 750 ) * 30 );
  }

  .sc-top-mv {
    padding: 0;
  }

  .mv .item padding 0 10px {
    padding: 0;
  }

  .mv .mv-l {
    display: none;
  }

  .mv .mv-s {
    display: block;
  }

  .mvslider img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .mvslider .slick-center img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-box-shadow: 0 0 calc((100vw / 750 ) * 40 ) 0 rgba(28,29,29,0.25);
    box-shadow: 0 0 calc((100vw / 750 ) * 40 ) 0 rgba(28,29,29,0.25);
  }

  .mvslider .slick-slide {
    padding: calc((100vw / 750 ) * 40 ) 0;
  }

  .mvslider .slick-dots {
    line-height: 0;
    padding: 0;
    margin: 0 auto calc((100vw / 750 ) * 30 );
  }

  .list-news-important {
    margin: 40px auto;
  }

  .list-news-important > dt {
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 15px 10px;
  }

  .list-news-important > dt:after {
    position: absolute;
    top: -7px;
    right: -7px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("./img/deco_news.png") no-repeat left top;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .list-news-important > dd {
    width: 100%;
  }

  .list-news-important a:before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background: #b5a16b;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sc-top-02 > .inner {
    padding: 40px 0;
  }

  .sc-top-02 > .inner .ttl.type-main-45 {
    top: -15px;
  }

  .sc-top-02 {
    margin-top: 80px;
  }

  .list-thumb-plays-top {
    margin-bottom: calc((100vw / 750 ) * 200 );
  }

  .list-thumb-plays-top li {
    margin: 0 3px;
  }

  .list-thumb-plays-top {
    padding: 0;
  }

  .list-thumb-plays {
    margin-bottom: 10px;
  }

  .list-thumb-plays > dt {
    height: calc((100vw / 750 ) * 438 );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw / 750 ) * 438 );
    flex: 0 0 calc((100vw / 750 ) * 438 );
  }

  .list-thumb-plays > dt img {
    height: auto;
  }

  .list-thumb-plays .box-thumb-ttl span {
    font-size: 10px;
    font-size: 1rem;
  }

  .list-thumb-plays .box-thumb-ttl .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .list-thumb-plays .box-thumb-ttl .date {
    font-size: 10px;
    font-size: 1rem;
  }

  .list-tabs-plays {
    display: none;
  }

  .ctsbox-comingsoon .clm.type-clm4 > li:nth-child(n+3) {
    margin-top: 85px;
  }

  .wrap-cs-listparts {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .pointlabel {
    font-size: calc( (100vw / 750 ) * 19 );
  }

  .wrap-bnr-monthly {
    padding: 28.8% 0 0;
    margin: 0 calc((100vw / 750 ) * -30 );
    position: relative;
  }

  .wrap-bnr-monthly .inner-bnr-monthly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    width: auto;
    height: auto;
  }

  .wrap-bnr-monthly .inner-bnr-monthly .ttl {
    margin-bottom: 0;
  }

  .wrap-bnr-monthly .inner-bnr-monthly .l-img {
    margin-right: calc((100vw / 750 ) * 10 );
  }

  .sc-top-03 {
    padding: 40px 0;
  }

  .sc-top-03 .type-clm2 > li {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }

  .sc-top-03 .type-clm2 > li:first-child {
    margin-top: 0;
  }

  .list-topnews {
    padding: 0;
  }

  .list-topnews li {
    width: 100% !important;
    margin-top: 15px;
  }

  .list-topnews li:first-child {
    margin-top: 0;
  }

  .list-thumb-news {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-thumb-news > dt {
    width: 147px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list-thumb-news > dd {
    width: calc(100% - 147px);
    padding-left: 10px;
  }

  .lo-news-bak {
    width: 100vw;
    margin: 0 calc((100vw / 750) * -40);
    padding: 0 calc((100vw / 750) * 40);
    padding-bottom: 25px;
  }

  .lo-news-bak > li {
    width: 100%;
    padding: 0;
  }

  .lo-news-bak:after {
    content: none;
    display: none;
  }

  .list-news-bak {
    margin-top: 25px;
  }

  .list-news-bak > dt {
    margin-bottom: 0;
  }

  .sc-top-06 .type-ro {
    width: 100%;
  }

  .sc-top-06 .wrap-bnrsingle {
    width: 100%;
  }

  .list-theaters > li {
    width: 50% !important;
  }

  .list-theaters > li:nth-child(n+3) {
    margin-top: 0 !important;
  }

  .list-theaters > li span {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .btnwrap-clm2 {
    padding: 30px 0;
  }

  .btnwrap-clm2 .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin-left: 0;
  }

  .btnwrap-clm2 .btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sc-top-08 {
    padding: 30px 0;
    margin-bottom: calc((100vw / 750 ) * -20 );
  }

  .list-linkbnrs {
    padding: 0 20px;
  }

  .list-linkbnrs > li {
    margin-bottom: calc((100vw / 750 ) * 20 );
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }

  .list-linkbnrs > li:nth-child(2n+1) {
    margin-right: 5px;
  }

  .list-linkbnrs > li:nth-child(2n) {
    margin-left: 5px;
  }

  .list-linkbnrs > li:nth-child(n+4) {
    margin-top: 0;
  }

  .wrap-ttl-voice {
    margin-bottom: 0;
  }

  .wrap-ttl-voice .ttl.type-underline-voice {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-voicecards {
    margin-top: 30px;
  }

  .list-voicecards li {
    width: 100%;
  }

  .list-voicecards li .wrap-vc {
    width: 100%;
  }

  .list-voicecards li .wrap-vc:after {
    left: 7px;
    top: 7px;
  }

  .list-voicecards li .list-card-voice {
    padding: 20px 10px;
  }

  .list-voicecards li .list-card-voice dt span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .list-voicecards li .list-card-voice dt span small {
    margin-top: 0;
  }

  .list-voicecards li .list-card-voice dd p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .ttl.type-bdbox span {
    padding: 10px 35px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .wrap-bn-voice .clm.type-clm4 li {
    width: 100%;
    margin-top: 10px !important;
  }

  .wrap-bn-voice .clm.type-clm4 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap-bn-voice .clm.type-clm4 img {
    width: 40%;
  }

  .wrap-bn-voice .clm.type-clm4 span {
    width: 60%;
  }
}

@media screen and (max-width:767px) {
  .midokoro_notes {
    margin: 0 0 20px 0;
  }

  .haiyaku_free {
    padding: 0 0 0 12px;
    font-size: 10px;
  }

  .enmoku_light {
    font-size: 8px;
  }

  .kouen_enmoku_h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
  }

  .kouen_enmoku_h2,
  .kouen_enmoku_h2_multi {
    font-size: 20px;
    font-weight: bold;
  }

  .small {
    font-size: 70%;
  }

  .haiyaku_mb30 img {
    max-height: 30px;
  }

  .haiyaku_indent img {
    max-height: 30px;
  }

  .enmoku_modal_tsuno img {
    max-height: 30px;
  }

  .enmoku_sub_f75 {
    font-size: 11px;
  }

  .enmoku_f_small {
    font-size: 10px;
  }

  .enmoku_f_small span br {
    display: none;
  }

  .haiyaku_indent {
    margin-left: 28px;
  }

  .haiyaku_maku {
    width: 200px;
    top: 0;
    font-size: 10px;
    line-height: 22px;
  }

  .kouen_enmoku_h3 .small {
    font-size: 90%;
  }

  .kouen_enmoku_h3_sp .small {
    font-size: 90%;
  }

  .kouen_enmoku_nm {
    font-weight: bold;
    font-size: 20px;
  }

  img.bunka_img_enmoku {
    width: 18px !important;
    height: 14px !important;
    margin-bottom: 5px;
  }

  .bunka_img_enmoku_small {
    width: 14px;
    height: 11px;
    margin-top: 3px;
  }

  .play_title_image {
    max-width: 70%;
  }

  .midokoro_notes {
    margin: 0 0 20px 0;
  }

  .haiyaku_free {
    padding: 0 0 0 12px;
    font-size: 10px;
  }

  .enmoku_light {
    font-size: 8px;
  }

  .kouen_enmoku_h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
  }

  .kouen_enmoku_h2,
  .kouen_enmoku_h2_multi {
    font-size: 20px;
    font-weight: bold;
  }

  .small {
    font-size: 70%;
  }

  .haiyaku_mb30 img {
    max-height: 30px;
  }

  .haiyaku_indent img {
    max-height: 30px;
  }

  .enmoku_modal_tsuno img {
    max-height: 30px;
  }

  .enmoku_sub_f75 {
    font-size: 11px;
  }

  .enmoku_f_small {
    font-size: 10px;
  }

  .enmoku_f_small br {
    display: none;
  }

  .haiyaku_rubi_text {
    font-size: 8px;
  }

  .enmoku_f_small .enmoku_sub_f75 {
    font-size: 8px;
  }

  .haiyaku_indent_maku,
  .haiyaku_sub_maku,
  .enmoku_small_light,
  .enmoku_f75_maku,
  .haiyaku_f70,
  .haiyaku_bold {
    font-size: 8px;
  }

  .haiyaku_maku {
    width: 200px;
  }

  .kouen_enmoku_h3 .small {
    font-size: 90%;
  }

  .kouen_enmoku_h3_sp .small {
    font-size: 90%;
  }

  .kouen_enmoku_nm {
    font-weight: bold;
    font-size: 20px;
  }

  .bunka_img_enmoku {
    width: 18px;
    height: 14px;
    margin-bottom: 5px;
  }

  .bunka_img_enmoku_small {
    width: 14px;
    height: 11px;
    margin-top: 3px;
  }

  .play_title_image {
    max-width: 70%;
  }
}

@media only screen and (max-width:767.9px) and (-webkit-min-device-pixel-ratio:2) {
  .bg__header-newyear-cloud {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185715/bg_cloud_sp%402x.png");
  }

  .lead__header-newyear:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185849/line_mv_head_sp%402x.png");
  }

  .lead__header-newyear:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185843/line_mv_foot_sp%402x.png");
  }
}

@media screen and (min-width:767.9px) and (max-width:1024px) {
  main.newsentry img,
  main.newsentry figure,
  main.newsentry figcaption {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
  }

  .ttl {
    font-size: calc(( 24 / 1016 ) *100vw );
  }

  .link.type-box,
  .wrap.type-shadow {
    margin-top: calc(( 20 / 1280 ) *100vw );
    padding: calc(( 30 / 1280 ) *100vw );
  }

  .text {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .note.list {
    font-size: calc(( 14 / 1016 ) *100vw );
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .form-item {
    padding: 0 calc(( 20 / 1016 ) *100vw );
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .form-item.type-select:after {
    right: calc(( 10 / 1016 ) *100vw );
    width: calc(( 10 / 1016 ) *100vw );
    height: calc(( 10 / 1016 ) *100vw );
  }

  .header .nav.l-center {
    font-size: calc(( 14 / 1016 ) *100vw );
  }

  .header .nav.l-center .btn.type-flyer {
    font-size: calc(( 14 / 1016 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .ttl {
    font-size: calc(( 22 / 1016 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.type-main {
    width: calc(( 900 / 1016 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.type-sub .item {
    font-size: calc(( 17 / 1016 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.l-images .item {
    margin-top: calc(( -95 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-footer .item {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .breadcrumb {
    height: calc(( 50 / 1016 ) *100vw );
    padding-right: calc(( 40 / 1016 ) *100vw );
    line-height: calc(( 50 / 1016 ) *100vw );
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .wrap.l-container .l-sidebar .ttl.type-ro {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-btns .btn {
    font-size: calc(( 14 / 1016 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .l-contents-header .ttl {
    height: calc(( 100 / 1016 ) *100vw );
    font-size: calc(( 38 / 1016 ) *100vw );
    margin: 0 0 0 calc(( 90 / 1016 ) *100vw );
  }

  .wrap.l-sns .list .icon {
    width: calc(( 125 / 1016 ) *100vw );
    height: calc(( 35 / 1016 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-fb {
    background-size: auto calc(( 24 / 1016 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-twitter {
    background-size: auto calc(( 21 / 1016 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-line {
    background-size: auto calc(( 24 / 1016 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-rss {
    background-size: auto calc(( 22 / 1016 ) *100vw );
  }

  .wrap.l-play .box.type-content {
    width: calc(( 495 / 1016 ) *100vw );
    margin: calc(( 40 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-play .ttl.type-ticket,
  .wrap.l-play .label.type-ticket {
    font-size: calc(( 12 / 1016 ) *100vw );
  }

  .wrap.l-play .text.type-term {
    font-size: calc(( 24 / 1016 ) *100vw );
  }

  .wrap.l-play .text.type-timetable {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .wrap.l-play .text.type-part {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .wrap.l-play .btn {
    font-size: calc(( 18 / 1016 ) *100vw );
  }

  main.newsentry .news_table_sp {
    width: 100% !important;
  }

  .theme-play .wrap.l-price .type-decoration-inner .ttl.type-price {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-header {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-contents {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-schedule .table.type-calendar {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .grounds {
    font-size: calc(( 18 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .release {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .tel {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .day,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .wrap,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .time,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .grounds,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .place,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .box,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .release,
  .theme-play .wrap.l-schedule .list.type-calendar .item.type-header .tel {
    font-size: calc(( 13 / 1280 ) *100vw );
  }

  .theme-schedule .l-update .l-left {
    margin-right: calc(( 40 / 1016 ) *100vw );
  }

  .theme-schedule .l-update .l-left .btn {
    height: calc(( 30 / 1016 ) *100vw );
    width: calc(( 170 / 1016 ) *100vw );
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-schedule .l-update .list .item {
    margin-bottom: calc(( 10 / 1016 ) *100vw );
  }

  .theme-schedule .l-update .box.type-date .date {
    font-size: calc(( 14 / 1016 ) *100vw );
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .theme-schedule .l-update .box.type-date .text {
    font-size: calc(( 14 / 1016 ) *100vw );
  }

  .theme-schedule .l-search .l-keyword .form-item {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .theme-schedule .l-search .l-keyword .form-item .select {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .theme-schedule .l-search .l-keyword .form-item.type-theater {
    width: calc(( 150 / 1280 ) *100vw );
  }

  .theme-schedule .l-search .l-keyword .form-item.type-search {
    font-size: calc(( 16 / 1016 ) *100vw );
  }

  .theme-schedule .l-search .l-theater .list.type-theater .item .text {
    font-size: calc(( 20 / 1016 ) *100vw );
  }

  .theme-schedule .l-search .l-theater .list.type-btns .btn {
    width: calc(( 300 / 1016 ) *100vw );
    height: calc(( 50 / 1016 ) *100vw );
    margin-right: calc(( 20 / 1016 ) *100vw );
    font-size: calc(( 18 / 1016 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item {
    border-width: 1px;
  }

  .theme-schedule .l-term .list.type-term .item .box {
    border-width: 1px;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month .label.type-month {
    border-width: 1px;
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main .ttl {
    font-size: calc(( 17 / 1016 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main .sub {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket .release {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket .playing {
    width: calc(( 50 / 1016 ) *100vw );
    height: calc(( 50 / 1016 ) *100vw );
    margin-top: calc(( -25 / 1016 ) *100vw );
    right: calc(( 10 / 1280 ) *100vw );
  }

  .theme-schedule .l-ticket .item {
    width: calc(( 350 / 1016 ) *100vw );
  }

  .theme-schedule .l-ticket .btn {
    width: calc(( 350 / 1016 ) *100vw );
  }

  .theme-special.wrap.l-contents-header.type-lower .inner .text {
    font-size: calc(( 18 / 1016 ) *100vw );
  }

  .theme-special .l-category .list .item .ttl {
    padding: calc(( 10 / 1280 ) *100vw );
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .theme-special .l-lead {
    font-size: calc(( 20 / 1016 ) *100vw );
  }

  .theme-special .wrap.type-withimg .l-content {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-special .wrap.type-withimg .l-content .small {
    font-size: calc(( 14 / 1016 ) *100vw );
  }

  .theme-special .wrap.type-withimg .l-content .ttl {
    font-size: calc(( 20 / 1016 ) *100vw );
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .time {
    font-size: calc(( 12 / 1016 ) *100vw );
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .ttl {
    font-size: calc(( 18 / 1016 ) *100vw );
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg .l-content .text {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-content {
    width: calc(( 495 / 1016 ) *100vw );
    margin: calc(( 40 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .ttl.type-ticket,
  .theme-theater .section.l-plays .list .item.type-shadow .label.type-ticket {
    font-size: calc(( 12 / 1016 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-term {
    font-size: calc(( 24 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-timetable {
    margin-top: calc(( 15 / 1016 ) *100vw );
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-part {
    font-size: calc(( 13 / 1016 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .btn {
    margin-top: calc(( 20 / 1016 ) *100vw );
    font-size: calc(( 18 / 1016 ) *100vw );
  }

  .theme-theater .section.l-caution {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-theater .section.l-access .wrap .box.type-img {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-theater .section.l-access .wrap .box.type-content {
    width: calc(( 380 / 1280 ) *100vw );
  }

  .theme-theater .section.l-access .wrap .box.type-content .ttl {
    font-size: calc(( 15 / 1016 ) *100vw );
  }

  .theme-theater .section.l-access .wrap .box.type-content .text {
    font-size: calc(( 14 / 1016 ) *100vw );
  }

  .theme-theater .section.l-about .list .item .link.type-window {
    font-size: calc(( 20 / 1016 ) *100vw );
  }

  .sc-ticketschedule-bottom .type-underline small {
    font-size: calc(( 15 / 1016 ) *100vw );
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .ttl.type-main-34 {
    font-size: calc(( 34 / 1016 ) *100vw );
  }
}

@media screen and (min-width:767.9px) and (max-width:1280px) {
  .view-tab {
    display: inline-block;
  }

  .section {
    margin: 0 0 calc(( 40 / 1280 ) *100vw );
  }

  .ttl {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .ttl.type-underline {
    padding-bottom: calc(( 14 / 1280 ) *100vw );
  }

  .ttl.type-em {
    font-size: calc(( 34 / 1280 ) *100vw );
  }

  .ttl.type-solid {
    padding: 0 calc(( 20 / 1280 ) *100vw );
    height: calc(( 50 / 1280 ) *100vw );
  }

  .ttl.type-accordion:after {
    width: calc(( 20 / 1280 ) *100vw );
    height: calc(( 20 / 1280 ) *100vw );
    right: calc(( 20 / 1280 ) *100vw );
    margin-top: calc(( -15 / 1280 ) *100vw );
  }

  .btn {
    height: calc(( 50 / 1280 ) *100vw );
    width: calc(( 300 / 1280 ) *100vw );
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .btn:after {
    width: calc(( 40 / 1280 ) *100vw );
    height: calc(( 4 / 1280 ) *100vw );
    margin-left: calc(( 10 / 1280 ) *100vw );
  }

  .btn.type-cv {
    height: calc(( 85 / 1280 ) *100vw );
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .btn.type-flyer:before {
    background-size: calc(( 30 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
    width: calc(( 30 / 1280 ) *100vw );
    height: calc(( 30 / 1280 ) *100vw );
  }

  .btn.type-flyer.type-theater .small {
    font-size: calc(( 15 / 1280 ) *100vw );
  }

  .btn.type-flyer.type-theater:before {
    width: calc(( 40 / 1280 ) *100vw );
    height: calc(( 40 / 1280 ) *100vw );
    background-size: calc(( 40 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
    margin-right: calc(( 20 / 1280 ) *100vw );
  }

  .btn.type-calendar:before {
    background-size: calc(( 30 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
    width: calc(( 30 / 1280 ) *100vw );
    height: calc(( 30 / 1280 ) *100vw );
  }

  .link.type-pdf:after {
    width: calc(( 16 / 1280 ) *100vw );
    height: calc(( 16 / 1280 ) *100vw );
    margin-left: calc(( 8 / 1280 ) *100vw );
  }

  .link.type-box,
  .wrap.type-shadow {
    margin-top: calc(( 20 / 1280 ) *100vw );
    padding: calc(( 30 / 1280 ) *100vw );
  }

  .link.type-box.type-arrow:after,
  .wrap.type-shadow.type-arrow:after {
    width: calc(( 40 / 1280 ) *100vw );
    height: calc(( 8 / 1280 ) *100vw );
    right: calc(( 20 / 1280 ) *100vw );
    bottom: calc(( 20 / 1280 ) *100vw );
  }

  .list.type-normal >.item {
    padding-left: calc(( 15 / 1280 ) *100vw );
  }

  .list.type-notice >.item {
    padding-left: calc(( 15 / 1280 ) *100vw );
  }

  .list.type-check >.item {
    padding-left: calc(( 30 / 1280 ) *100vw );
    margin-bottom: calc(( 3 / 1280 ) *100vw );
  }

  .list.type-check >.item:before {
    width: calc(( 20 / 1280 ) *100vw );
    height: calc(( 20 / 1280 ) *100vw );
  }

  .list.type-num >.item {
    margin: 0 0 calc(( 5 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
    padding-left: 5px;
  }

  .text.type-em {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.type-base {
    margin-bottom: calc(( 50 / 1280 ) *100vw );
  }

  .wrap.type-middle {
    margin-bottom: calc(( 30 / 1280 ) *100vw );
  }

  .wrap.type-withimg .l-img {
    max-width: calc(( 258 / 1280 ) *100vw );
    margin-right: calc(( 15 / 1280 ) *100vw );
  }

  .wrap.bg-dgy {
    padding: calc(( 30 / 1280 ) *100vw );
  }

  .note.text {
    padding-left: calc(( 15 / 1280 ) *100vw );
  }

  .note.list.type-simple {
    margin-bottom: calc(( 5 / 1280 ) *100vw );
  }

  .note.list.type-simple .item {
    padding-left: calc(( 15 / 1280 ) *100vw );
  }

  .note.list.type-num > .item {
    padding-left: calc(( 25 / 1280 ) *100vw );
  }

  .note.list.type-num.type-caution > .item {
    padding-left: calc(( 35 / 1280 ) *100vw );
  }

  .table .th {
    padding: calc(( 15 / 1280 ) *100vw );
  }

  .table .td {
    padding: calc(( 15 / 1280 ) *100vw );
  }

  .img.type-base {
    margin: 0 auto calc(( 20 / 1280 ) *100vw ) auto;
  }

  height 100%.type-base,
  .box.type-base {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  height 100%.type-base-top,
  .box.type-base-top {
    margin-top: calc(( 20 / 1280 ) *100vw );
  }

  .form-item.type-select:after {
    right: calc(( 10 / 1280 ) *100vw );
    width: calc(( 10 / 1280 ) *100vw );
    height: calc(( 10 / 1280 ) *100vw );
  }

  .form-item.type-select .select {
    padding: 0 calc(( 20 / 1280 ) *100vw );
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .form-item.type-search:before {
    background-size: calc(( 27 / 1280 ) *100vw ) calc(( 26.969 / 1280 ) *100vw );
    height: calc(( 27 / 1280 ) *100vw );
    width: calc(( 26.969 / 1280 ) *100vw );
  }

  .header {
    height: calc(( 80 / 1280 ) *100vw );
  }

  .header .logo {
    height: calc(( 80 / 1280 ) *100vw );
    left: calc(( 10 / 1280 ) *100vw );
  }

  .header .nav.l-center .list {
    height: calc(( 80 / 1280 ) *100vw );
    width: calc(( 660 / 1280 ) *100vw );
    margin-left: calc(( 20 / 1280 ) *100vw );
  }

  .header .nav.l-center .list .link {
    height: calc(( 80 / 1280 ) *100vw );
  }

  .header .nav.l-center .btn.type-flyer:before {
    background-size: calc(( 25 / 1280 ) *100vw ) calc(( 25 / 1280 ) *100vw );
    width: calc(( 25 / 1280 ) *100vw );
    height: calc(( 25 / 1280 ) *100vw );
  }

  .header .nav.l-right-fixed .item.type-english {
    width: calc(( 80 / 1280 ) *100vw );
  }

  .header .nav.l-right-fixed .item.type-search {
    padding-right: calc(( 20 / 1280 ) *100vw );
  }

  .header .nav.l-right-fixed .item.type-search .form-item.type-input {
    height: calc(( 40 / 1280 ) *100vw );
    width: calc(( 130 / 1280 ) *100vw );
    font-size: calc(( 14 / 1280 ) *100vw );
  }

  .header .nav.l-right-fixed .item.type-search .form-item.type-submit {
    background-size: calc(( 18 / 1280 ) *100vw ) calc(( 18 / 1280 ) *100vw );
    right: calc(( 20 / 1280 ) *100vw );
    width: calc(( 18 / 1280 ) *100vw );
    height: calc(( 18 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-right-fixed .item.type-search {
    width: calc(( 80 / 1280 ) *100vw );
    height: calc(( 80 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-right-fixed .item.type-search .img.type-search {
    width: calc(( 37 / 1280 ) *100vw );
    height: calc(( 35 / 1280 ) *100vw );
    margin-bottom: calc(( 8 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-header .btn {
    width: calc(( 300 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents {
    width: auto;
  }

  .header .nav.l-modal .nav.l-contents .ttl {
    margin-bottom: calc(( 30 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.type-main {
    margin: calc(( 80 / 1280 ) *100vw ) auto;
  }

  .header .nav.l-modal .nav.l-contents .list.type-sub .item {
    margin-bottom: calc(( 17 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.l-images .item {
    margin-top: calc(( -110 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.l-images .item .img {
    width: calc(( 300 / 1280 ) *100vw );
    height: calc(( 469 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-contents .list.l-sns .img {
    max-height: calc(( 21 / 1280 ) *100vw );
  }

  .header .nav.l-modal .nav.l-footer .item .btn {
    font-size: calc(( 15 / 1280 ) *100vw );
  }

  .header .nav.l-modal .wrap.l-search .btn {
    width: calc(( 340 / 1280 ) *100vw );
    height: calc(( 50 / 1280 ) *100vw );
    margin: calc(( 40 / 1280 ) *100vw ) 0;
  }

  .hamburgur {
    width: calc(( 80 / 1280 ) *100vw );
    height: calc(( 80 / 1280 ) *100vw );
  }

  .hamburgur .span {
    width: calc(( 40 / 1280 ) *100vw );
    border-width: calc(( 2 / 1280 ) *100vw );
    margin-bottom: calc(( 9 / 1280 ) *100vw );
  }

  .js-modal-menu .close {
    width: calc(( 80 / 1280 ) *100vw );
    height: calc(( 80 / 1280 ) *100vw );
  }

  .js-modal-menu .close .img.type-close {
    width: calc(( 35 / 1280 ) *100vw );
    height: calc(( 34 / 1280 ) *100vw );
  }

  .js-modal-menu .close .span {
    margin-top: calc(( 10 / 1280 ) *100vw );
  }

  .footer .nav .list {
    font-size: calc(( 14 / 1280 ) *100vw );
  }

  .pagetop {
    bottom: calc(( 50 / 1280 ) *100vw );
    right: calc(( 50 / 1280 ) *100vw );
    width: calc(( 80 / 1280 ) *100vw );
    height: calc(( 80 / 1280 ) *100vw );
    padding-top: calc(( 60 / 1280 ) *100vw );
    text-indent: -9999px;
  }

  .pagetop:before {
    width: calc(( 23 / 1280 ) *100vw );
    top: calc(50% - 5px);
    margin-left: calc(( -11 / 1280 ) *100vw );
  }

  .pagetop:after {
    width: calc(( 15 / 1280 ) *100vw );
    height: calc(( 15 / 1280 ) *100vw );
    margin-left: calc(( -7 / 1280 ) *100vw );
    top: calc(50% + 4px);
  }

  .banners {
    padding: calc(( 60 / 1280 ) *100vw ) 0;
  }

  .banners .inner {
    margin-right: auto;
    margin-left: auto;
  }

  .banners .supporters .item {
    width: calc(( 138 / 1280 ) *100vw );
  }

  .wrap.l-container .l-main {
    margin: calc(( 40 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar {
    padding: calc(( 20 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-partners {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-banners {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-banners .item {
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-btns {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-btns .item {
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-btns .btn {
    height: calc(( 63 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages {
    margin: 0 calc(( -10 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw ) calc(( -10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item {
    margin: 0 calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main {
    height: calc(( 46 / 1280 ) *100vw );
    padding: 0;
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow {
    height: calc(( 46 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow:after {
    width: calc(( 6 / 1280 ) *100vw );
    height: calc(( 6 / 1280 ) *100vw );
    right: calc(( 16 / 1280 ) *100vw );
    margin-top: calc(( -5 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:before {
    right: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.type-arrow.is-active:after {
    right: calc(( 28 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:after {
    width: calc(( 16 / 1280 ) *100vw );
    height: calc(( 16 / 1280 ) *100vw );
    right: calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:hover {
    padding: 0 calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main:hover:after {
    right: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.is-active {
    padding: 0 calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .item.type-main.is-active:after {
    right: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item {
    height: calc(( 40 / 1280 ) *100vw );
    margin: 0 0 0 calc(( 20 / 1280 ) *100vw );
    padding: 0 calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:after {
    width: calc(( 6 / 1280 ) *100vw );
    height: calc(( 6 / 1280 ) *100vw );
    right: calc(( 13 / 1280 ) *100vw );
    margin-top: calc(( -5 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:hover {
    margin: 0 calc(( -10 / 1280 ) *100vw );
    padding: 0 0 0 calc(( 50 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-accordion .type-sub .item:hover:after {
    right: calc(( 23 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item {
    margin: 0 calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item.is-active,
  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item:hover {
    padding: 0 calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link {
    height: calc(( 46 / 1280 ) *100vw );
    padding: 0 0 0 calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-container .l-sidebar .nav.type-pages .nav.type-menu .item .link:after {
    width: calc(( 6 / 1280 ) *100vw );
    height: calc(( 6 / 1280 ) *100vw );
    right: calc(( 13 / 1280 ) *100vw );
    margin-top: calc(( -5 / 1280 ) *100vw );
  }

  .l-contents-header.type-image .inner .box .ttl {
    height: calc(( 70 / 1280 ) *100vw );
    margin: calc(( -35 / 1280 ) *100vw ) 0 0 calc(( 90 / 1280 ) *100vw );
    padding: 0 calc(( 10 / 1280 ) *100vw );
    border-width: calc(( 5 / 1280 ) *100vw );
    font-size: calc(( 45 / 1280 ) *100vw );
  }

  .l-contents-header.type-btn .btn {
    margin-right: calc(( 90 / 1280 ) *100vw );
  }

  .wrap.l-sns {
    padding-top: calc(( 30 / 1280 ) *100vw );
  }

  .wrap.l-sns .list .item {
    margin-right: calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-sns .list .icon {
    width: calc(( 125 / 1280 ) *100vw );
    height: calc(( 35 / 1280 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-fb {
    background-size: auto calc(( 24 / 1280 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-twitter {
    background-size: auto calc(( 21 / 1280 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-line {
    background-size: auto calc(( 24 / 1280 ) *100vw );
  }

  .wrap.l-sns .list .icon.type-rss {
    background-size: auto calc(( 22 / 1280 ) *100vw );
  }

  .type-entry .wrap.l-sns {
    margin: calc(( 40 / 1280 ) *100vw ) 0;
  }

  .wrap.l-play {
    margin-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .wrap.l-play .box.type-img {
    padding: calc(( 20 / 1280 ) *100vw ) 0 calc(( 20 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-play .box.type-content {
    margin: calc(( 40 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .wrap.l-play .ttl.type-ticket,
  .wrap.l-play .label.type-ticket {
    padding: 0 calc(( 10 / 1280 ) *100vw );
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .wrap.l-play .text.type-term {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .wrap.l-play .text.type-part {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .left {
    margin-right: calc(( 30 / 1280 ) *100vw );
  }

  .l-contents-header.lets_kabuki_cat .wrap-pagettl-lk > .right {
    margin-right: calc(( 40 / 1280 ) *100vw );
  }

  .wrap-lk-btmcommon {
    margin: 0 calc((-40 / 1280) * 100vw) 60px;
  }

  .wrap-allpd-40px {
    padding: calc(( 40 / 1280 ) *100vw );
  }

  .newsentry .wrap-monthly-01:last-of-type {
    margin-bottom: calc(( 60 / 1280 ) *100vw );
  }

  .list-mailmag {
    margin: calc(( 40 / 1280 ) *100vw ) 0 0;
  }

  .item-list-mailmag {
    margin-bottom: calc((100vw / 750 ) * 20 );
  }

  .theme-play .section {
    margin: 0 0 calc(( 60 / 1280 ) *100vw );
  }

  .theme-play .wrap-sns-entrydetail {
    margin: calc(( -20 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw ) auto;
  }

  .theme-play .wrap.l-play .type-img .list {
    width: 70%;
    margin: calc(( 20 / 1280 ) *100vw ) auto 0;
    font-size: calc(( 15 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-play .type-img .list .link .svg {
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price {
    margin-bottom: calc(( 80 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner {
    padding: calc(( 40 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .box.type-price {
    width: calc(( 515 / 1280 ) *100vw );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.234375vw;
    flex: 0 0 40.234375vw;
  }

  .theme-play .wrap.l-price .type-decoration-inner .ttl.type-price {
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price {
    width: calc(( 515 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price .item {
    height: calc(( 50 / 1280 ) *100vw );
    padding: 0 calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.note {
    margin-top: calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns {
    margin-top: calc(( 30 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns .item {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-part {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-contents {
    width: calc(100% - 11.71875vw);
  }

  .theme-play .wrap.l-timetable .list.type-program .item {
    height: calc(( 60 / 1280 ) *100vw );
    padding: 0 0 0 calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-program .item .time {
    width: calc(( 180 / 1280 ) *100vw );
    height: calc(( 60 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-program .item .time:before {
    right: calc(( 180 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-program .item.type-interlude {
    height: calc(( 40 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-program .item.type-interlude .span {
    width: calc(( 180 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-timetable .list.type-btns {
    margin: calc(( 30 / 1280 ) *100vw ) 0 0;
  }

  .theme-play .wrap.l-timetable .list.type-btns .item {
    margin: 0 calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-schedule .table.type-calendar .tr.type-day .th,
  .theme-play .wrap.l-schedule .table.type-calendar .tr.type-day .td {
    height: calc(( 30 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar {
    margin-top: calc(( 40 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .wrap {
    font-size: calc(( 18 / 1280 ) *100vw );
    width: calc(100% - 4.6875vw);
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .day,
  .theme-play .wrap.l-schedule .list.type-calendar .item .time,
  .theme-play .wrap.l-schedule .list.type-calendar .item .release,
  .theme-play .wrap.l-schedule .list.type-calendar .item .tel {
    padding: calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .day {
    width: calc(( 60 / 1280 ) *100vw );
    max-width: calc(( 60 / 1280 ) *100vw );
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .box.type-main {
    padding: calc(( 20 / 1280 ) *100vw );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.34375vw;
    flex: 0 0 27.34375vw;
    max-width: 27.34375vw;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.03125vw;
    flex: 0 0 7.03125vw;
    max-width: 7.03125vw;
    font-size: calc(( 16 / 1280 ) *100vw );
    padding: calc(( 20 / 1280 ) *100vw ) 0;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .grounds {
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .release {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.125vw;
    flex: 0 0 18.125vw;
    max-width: 18.125vw;
  }

  .theme-play .wrap.l-schedule .list.type-calendar .item .tel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.0625vw;
    flex: 0 0 14.0625vw;
    width: calc(( 180 / 1280 ) *100vw );
    max-width: 14.0625vw;
  }

  .theme-play .wrap.l-cast .box-doublebd .ttl.type-centerline {
    margin-top: calc(( 80 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-cast .box-doublebd .ttl.enmoku_modal_main {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .theme-play .wrap.l-cast .box-doublebd .table.haiyaku {
    margin: calc(( 20 / 1280 ) *100vw ) auto calc(( 40 / 1280 ) *100vw ) auto;
  }

  .theme-play .wrap.l-highlight .wrap {
    border-width: calc(( 10 / 1280 ) *100vw );
    padding: calc(( 60 / 1280 ) *100vw ) calc(( 80 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .ttl.type-centerline {
    margin-top: calc(( 80 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .ttl.type-main {
    font-size: calc(( 20 / 1280 ) *100vw );
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .ttl.type-sub {
    font-size: calc(( 14 / 1280 ) *100vw );
    margin-bottom: calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .midokoro_f75 {
    font-size: calc(( 15 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .midokoro_desc {
    margin-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .l-more {
    height: calc(( 80 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-highlight .wrap .l-more:before {
    width: calc(( 10 / 1280 ) *100vw );
    height: calc(( 10 / 1280 ) *100vw );
    margin: calc(( -7 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw ) 0 0;
  }

  .theme-play .wrap.l-highlight .wrap .l-more.is-active:before {
    margin-top: calc(( 7 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-related {
    margin-top: calc(( 60 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-related .list.type-movie .item {
    width: calc(( 400 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-related-news .list .item {
    width: calc(( 300 / 1280 ) *100vw );
    margin-right: calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-related-news .list .item .text {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-related-news .list .item .date {
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-related-contents .list .item {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-ticket .ttl.type-iconlr {
    margin-bottom: calc(( 5 / 1280 ) *100vw );
  }

  .theme-play .wrap.l-ticket .wrap-sns-entrydetail {
    margin: 0 0 calc(( 10 / 1280 ) *100vw );
  }

  .theme-play .nav.l-link .list {
    margin: calc(( 25 / 1280 ) *100vw ) auto;
  }

  .theme-play .nav.l-link .list .item {
    padding-right: calc(( 20 / 1280 ) *100vw );
    margin-right: calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .nav.l-link .list .item:after {
    width: calc(( 20 / 1280 ) *100vw );
    height: calc(( 10 / 1280 ) *100vw );
    margin-top: calc(( -5 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor {
    margin: 0 calc(( -40 / 1280 ) *100vw ) calc(( 60 / 1280 ) *100vw ) calc(( -40 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static {
    padding: calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .item {
    padding: 0 calc(( 10 / 1280 ) *100vw );
    width: calc(( 190 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link {
    height: calc(( 75 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link .img {
    height: calc(( 50 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link .img .svg {
    height: calc(( 50 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link .text {
    padding-right: calc(( 20 / 1280 ) *100vw );
    font-size: calc(( 15 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link .text:before {
    width: calc(( 10 / 1280 ) *100vw );
    bottom: calc(( 2 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link .text:after {
    width: calc(( 5 / 1280 ) *100vw );
    height: calc(( 5 / 1280 ) *100vw );
    right: calc(( 2 / 1280 ) *100vw );
    bottom: calc(( 6 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-static .link:hover {
    margin: calc(( -10 / 1280 ) *100vw ) 0;
    padding: calc(( 10 / 1280 ) *100vw ) 0;
    height: calc(( 95 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-follow {
    height: calc(( 45 / 1280 ) *100vw );
    padding: 0 calc(( 20 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-follow:before {
    top: calc(( 3 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .list.type-follow .item .link {
    font-size: calc(( 18 / 1280 ) *100vw );
    height: calc(( 25 / 1280 ) *100vw );
    padding: 0 calc(( 30 / 1280 ) *100vw );
  }

  .theme-play .nav.l-anchor .wrap.type-follow.is-active {
    width: 100%;
    margin-left: -50%;
  }

  .l-otherticket {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .haiyaku_maku {
    margin-left: calc(( 110 / 1280 ) *100vw );
  }

  .theme-schedule .l-update .l-left .img {
    width: calc(( 117 / 1280 ) *100vw );
    max-height: calc(( 165 / 1280 ) *100vw );
  }

  .theme-schedule .l-update .box.type-date {
    display: block;
  }

  .theme-schedule .l-search .l-keyword .form-item {
    margin-right: calc(( 20 / 1280 ) *100vw );
    height: calc(( 60 / 1280 ) *100vw );
  }

  .theme-schedule .l-search .l-keyword .form-item.type-year {
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .theme-schedule .l-search .l-keyword .form-item.type-word {
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .wrap.type-shadow {
    padding: calc(( 30 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month {
    width: calc(( 150 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month .label.type-month {
    width: calc(( 60 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-month .label.type-theater {
    width: calc(( 90 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-img {
    width: calc(( 130 / 1280 ) *100vw );
    padding: calc(( 15 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-main {
    padding: calc(( 20 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket {
    padding-left: calc(( 10 / 1280 ) *100vw );
  }

  .theme-schedule .l-term .list.type-term .item .box.type-ticket .playing {
    width: calc(( 50 / 1280 ) *100vw );
    height: calc(( 50 / 1280 ) *100vw );
    margin-top: calc(( -25 / 1280 ) *100vw );
    right: calc(( 20 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header:before {
    background-size: calc(( 365 / 1280 ) *100vw ) auto;
  }

  .theme-special.wrap.l-contents-header:after {
    background-size: calc(( 365 / 1280 ) *100vw ) auto;
  }

  .theme-special.wrap.l-contents-header .inner {
    padding: calc(( 80 / 1280 ) *100vw ) 0;
  }

  .theme-special.wrap.l-contents-header .inner:before {
    width: calc(( 210 / 1280 ) *100vw );
    height: calc(( 210 / 1280 ) *100vw );
    top: calc(( 30 / 1280 ) *100vw );
    left: calc(( 40 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .inner:after {
    width: calc(( 210 / 1280 ) *100vw );
    height: calc(( 210 / 1280 ) *100vw );
    bottom: calc(( 30 / 1280 ) *100vw );
    right: calc(( 40 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .box.l-ttl {
    margin: 0 auto calc(( 20 / 1280 ) *100vw );
    padding: calc(( 10 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .box.l-ttl .ttl,
  .theme-special.wrap.l-contents-header.type-lower .inner .ttl,
  .wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation {
    font-size: calc(( 28 / 1280 ) *100vw );
    margin-right: calc(( 15 / 1280 ) *100vw );
    padding: 0 calc(( 20 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .box.l-ttl .ttl:after,
  .theme-special.wrap.l-contents-header.type-lower .inner .ttl:after,
  .wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation:after {
    top: calc(( 5 / 1280 ) *100vw );
    right: calc(( 5 / 1280 ) *100vw );
    left: calc(( 5 / 1280 ) *100vw );
    bottom: calc(( 5 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .list .item:nth-of-type(2) {
    padding-top: calc(( 60 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .list .item:last-of-type {
    padding-top: calc(( 120 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-img:before {
    top: calc(( 8 / 1280 ) *100vw );
    left: calc(( 8 / 1280 ) *100vw );
    width: calc(( 60 / 1280 ) *100vw );
    padding: calc(( 5 / 1280 ) *100vw ) 0;
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-content {
    padding: calc(( 5 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-content .ttl {
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header .list .item .box.l-content .date,
  .theme-special.wrap.l-contents-header .list .item .box.l-content .text {
    font-size: calc(( 13 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header.type-lower {
    height: calc(( 150 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header.type-lower .inner {
    height: calc(( 150 / 1280 ) *100vw );
  }

  .theme-special.wrap.l-contents-header.type-lower .inner .ttl {
    padding: 0 calc(( 20 / 1280 ) *100vw ) 0 calc(( 10 / 1280 ) *100vw );
    margin: 0 calc(( 40 / 1280 ) *100vw );
  }

  .theme-special .l-pickup {
    margin-bottom: calc(( 60 / 1280 ) *100vw );
  }

  .theme-special .l-pickup .list .item {
    margin-right: calc(( 17.5 / 1280 ) *100vw );
  }

  .theme-special .l-pickup .list .link {
    padding: calc(( 10 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw ) calc(( 50 / 1280 ) *100vw );
  }

  .theme-special .l-pickup .list .link .ttl {
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .theme-special .l-pickup .list .link .text {
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .theme-special .l-category .list .item {
    margin-top: calc(( 50 / 1280 ) *100vw );
  }

  .theme-special .l-category .list .item .text {
    padding: calc(( 20 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw );
  }

  .theme-special .wrap.l-special-archives {
    margin-bottom: calc(( 80 / 1280 ) *100vw );
  }

  .theme-special .section {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
  }

  .theme-special .l-lead {
    margin: calc(( 20 / 1280 ) *100vw ) 0 calc(( 60 / 1280 ) *100vw );
  }

  .theme-special .wrap.type-withimg {
    padding: calc(( 15 / 1280 ) *100vw );
  }

  .l-wp-page-links .post-page-numbers {
    width: calc(( 42 / 1280 ) *100vw );
    height: calc(( 42 / 1280 ) *100vw );
  }

  .wrap.type-entry .entry p {
    margin-bottom: calc(( 20 / 1016 ) *100vw );
  }

  .wrap.type-entry .wrap.l-special-archives {
    margin: calc(( 60 / 1280 ) *100vw ) auto 0 auto;
  }

  .wrap.type-entry .wrap.l-special-archives .wrap.type-withimg {
    padding: calc(( 15 / 1280 ) *100vw );
    margin-top: calc(( 10 / 1280 ) *100vw );
  }

  .wrap.l-container .wrap.l-main.theme-interview {
    margin-top: 0;
  }

  .wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-category {
    font-size: calc(( 30 / 1280 ) *100vw );
    padding: calc(( 12 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
  }

  .wrap.l-container .wrap.l-main.theme-interview .wrap.l-contents-header .ttl.type-contents {
    font-size: calc(( 24 / 1280 ) *100vw );
    padding: calc(( 15 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
  }

  .wrap.l-container .wrap.l-main.theme-interview .ttl.type-relation {
    font-size: calc(( 18 / 1016 ) *100vw );
    padding: calc(( 20 / 1016 ) *100vw );
  }

  main.theme-iroha .wrap.l-container.inner > .l-main {
    margin: calc(( 40 / 1280 ) *100vw ) auto 0;
    padding-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list {
    margin: 0 calc(( 40 / 1280 ) *100vw ) calc(( 60 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow {
    margin-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-img {
    padding: calc(( 20 / 1280 ) *100vw ) 0 calc(( 20 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .box.type-content {
    margin: calc(( 40 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .ttl.type-ticket,
  .theme-theater .section.l-plays .list .item.type-shadow .label.type-ticket {
    padding: 0 calc(( 10 / 1280 ) *100vw );
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-term {
    margin-bottom: calc(( 15 / 1280 ) *100vw );
  }

  .theme-theater .section.l-plays .list .item.type-shadow .text.type-part {
    margin-top: calc(( 15 / 1280 ) *100vw );
  }

  .theme-theater .section.l-caution {
    margin-bottom: calc(( 60 / 1280 ) *100vw );
  }

  .theme-theater .section.l-access {
    margin-bottom: calc(( 30 / 1280 ) *100vw );
  }

  .theme-theater .section.l-access .wrap {
    margin: 0 calc(( 40 / 1280 ) *100vw );
  }

  .theme-theater .section.l-access .wrap .box.type-content .ttl {
    margin-bottom: calc(( 5 / 1280 ) *100vw );
  }

  .theme-theater .section.l-access .wrap .box.type-content .text {
    margin-bottom: calc(( 30 / 1280 ) *100vw );
  }

  .theme-theater .section.l-seat {
    margin-bottom: calc(( 60 / 1280 ) *100vw );
    padding: calc(( 50 / 1280 ) *100vw );
    border-width: calc(( 10 / 1280 ) *100vw );
  }

  .theme-theater .section.l-seat .ttl {
    margin-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .theme-theater .section.l-seat .btn {
    margin-top: calc(( 40 / 1280 ) *100vw );
  }

  .theme-theater .section.l-about {
    margin-bottom: calc(( 60 / 1280 ) *100vw );
  }

  .theme-theater .section.l-about .list {
    margin-bottom: calc(( 60 / 1280 ) *100vw );
  }

  .sc-outlink-zkn {
    margin: 0 calc((-40 / 1280) * 100vw) 60px;
  }

  .header-newyear {
    background-size: calc(( 80 / 1280 ) *100vw ) calc(( 80 / 1280 ) *100vw );
    padding-bottom: calc(( 100 / 1280 ) *100vw );
  }

  .bg__header-newyear-hosha {
    top: calc(( -690 / 1280 ) *100vw );
  }

  .deco-ougi.is-header.is-left {
    top: calc(( 10 / 1280 ) *100vw );
    left: calc(( 36 / 1280 ) *100vw );
  }

  .deco-ougi.is-header.is-right {
    right: calc(( 35 / 1280 ) *100vw );
    bottom: calc(( 25 / 1280 ) *100vw );
  }

  .deco-ougi.is-sec1 {
    bottom: pcmre(40);
  }

  .deco-ougi.is-sec2 {
    bottom: calc(( 40 / 1280 ) *100vw );
  }

  .inner__header-newyear .deco__flower-left {
    width: calc(( 91 / 1280 ) *100vw );
    height: calc(( 98 / 1280 ) *100vw );
    top: calc(( 125 / 1280 ) *100vw );
    left: calc(( 75 / 1280 ) *100vw );
  }

  .inner__header-newyear .deco__flower-right {
    width: calc(( 86 / 1280 ) *100vw );
    height: calc(( 88 / 1280 ) *100vw );
    top: prem(40);
    right: calc(( 54 / 1280 ) *100vw );
  }

  .inner__header-newyear .deco__flower-bottom {
    width: calc(( 56 / 1280 ) *100vw );
    height: calc(( 56 / 1280 ) *100vw );
    bottom: calc(( 20 / 1280 ) *100vw );
    left: calc(( 354 / 1280 ) *100vw );
  }

  .wrap__ttl__header-newyear {
    margin-top: calc(( 65 / 1280 ) *100vw );
  }

  .wrap__ttl__header-newyear .img-kadomatsu {
    margin-top: calc(( -88 / 1280 ) *100vw );
  }

  .ttl__header-newyear {
    margin-left: calc(( -188.5 / 1280 ) *100vw );
  }

  .ttl__header-newyear .img-daruma {
    width: calc(( 77 / 1280 ) *100vw );
    height: calc(( 80 / 1280 ) *100vw );
    right: calc(( 10 / 1280 ) *100vw );
    bottom: calc(( 53 / 1280 ) *100vw );
  }

  .lead__header-newyear .text {
    margin: calc(( 30 / 1280 ) *100vw ) 0;
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .wrap__section-newyear-play {
    padding: calc(( 50 / 1280 ) *100vw ) 0;
    margin: calc(( 40 / 1280 ) *100vw ) auto 0;
  }

  .inner__section-newyear-play:after {
    width: calc(( 133 / 1280 ) *100vw );
    height: calc(( 136 / 1280 ) *100vw );
    bottom: 0;
    right: calc(( 98 / 1280 ) *100vw );
  }

  .section-newyear {
    background-size: calc(( 80 / 1280 ) *100vw ) calc(( 80 / 1280 ) *100vw );
  }

  .section-newyear.is-sec1 {
    padding-bottom: calc(( 150 / 1280 ) *100vw );
  }

  .section-newyear.is-sec3 {
    padding-bottom: calc(( 150 / 1280 ) *100vw );
  }

  .section-newyear-play .flyer .img {
    max-width: calc(( 420 / 1280 ) *100vw );
    max-height: calc(( 420 / 1280 ) *100vw );
  }

  .section-newyear-play .content:before {
    top: calc(( 8 / 1280 ) *100vw );
    bottom: calc(( 8 / 1280 ) *100vw );
    left: calc(( 8 / 1280 ) *100vw );
    right: calc(( 8 / 1280 ) *100vw );
    border: calc(( 3 / 1280 ) *100vw ) solid #e6e6e6;
  }

  .section-newyear-play .content:after {
    border-width: calc(( 10 / 1280 ) *100vw ) calc(( 10 / 1280 ) *100vw ) 0 calc(( 10 / 1280 ) *100vw );
    bottom: calc(( -10 / 1280 ) *100vw );
  }

  .ttl__section-newyear {
    margin: 0 auto calc(( 15 / 1280 ) *100vw );
  }

  .ttl__section-newyear.is-sec1:before {
    bottom: calc(( -30 / 1280 ) *100vw );
    left: calc(( -40 / 1280 ) *100vw );
  }

  .ttl__section-newyear.is-sec1:after {
    bottom: calc(( -30 / 1280 ) *100vw );
    right: calc(( -40 / 1280 ) *100vw );
  }

  .ttl__section-newyear.is-sec2:before {
    bottom: calc(( -26 / 1280 ) *100vw );
    left: calc(( -40 / 1280 ) *100vw );
  }

  .ttl__section-newyear.is-sec2:after {
    bottom: calc(( -30 / 1280 ) *100vw );
    right: calc(( -40 / 1280 ) *100vw );
  }

  .ttl__section-newyear.is-sec3:before {
    bottom: calc(( -24 / 1280 ) *100vw );
    left: calc(( -40 / 1280 ) *100vw );
  }

  .ttl__section-newyear.is-sec3:after {
    bottom: calc(( -30 / 1280 ) *100vw );
    right: calc(( -40 / 1280 ) *100vw );
  }

  .lead__section-newyear {
    margin: 0 auto calc(( 15 / 1280 ) *100vw );
    font-size: calc(( 36 / 1280 ) *100vw );
  }

  .lead__section-newyear.is-sec2 .text {
    font-size: calc(( 36 / 1280 ) *100vw );
  }

  .sublead__section-newyear {
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .list__newyear-theaters {
    margin: calc(( 85 / 1280 ) *100vw ) auto 0;
  }

  .list__newyear-keywords {
    margin-top: calc(( 20 / 1280 ) *100vw );
  }

  .item__list__newyear-theaters.is-kabukiza {
    left: calc(( 75 / 1280 ) *100vw );
    top: calc(( -50 / 1280 ) *100vw );
  }

  .item__list__newyear-theaters.is-shimbashi {
    right: calc(( 75 / 1280 ) *100vw );
    top: calc(( -50 / 1280 ) *100vw );
  }

  .item__list__newyear-theaters.is-osaka {
    left: calc(( 75 / 1280 ) *100vw );
    bottom: calc(( -50 / 1280 ) *100vw );
  }

  .item__list__newyear-theaters.is-asakusa {
    right: calc(( 75 / 1280 ) *100vw );
    bottom: calc(( -50 / 1280 ) *100vw );
  }

  .item__list__newyear-theaters .link .name {
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .item__list__newyear-keywords {
    margin: 0 calc(( 8 / 1280 ) *100vw ) calc(( 20 / 1280 ) *100vw );
  }

  .item__list__newyear-keywords .link {
    padding: calc(( 65 / 1280 ) *100vw ) 0 0;
  }

  .item__list__newyear-keywords .link .ttl__keywords {
    margin-bottom: calc(( 20 / 1280 ) *100vw );
    font-size: calc(( 20 / 1280 ) *100vw );
  }

  .item__list__newyear-keywords .link .ttl__keywords:before {
    margin-right: calc(( 10 / 1280 ) *100vw );
  }

  .item__list__newyear-keywords .link .text__keywords {
    font-size: calc(( 15 / 1280 ) *100vw );
    margin: 0 calc(( 40 / 1280 ) *100vw );
    height: calc(( 60 / 1280 ) *100vw );
  }

  .label__section-newyear-play {
    font-size: calc(( 15 / 1280 ) *100vw );
    margin: 0 auto calc(( 20 / 1280 ) *100vw );
  }

  .ttl__section-newyear-play {
    font-size: calc(( 24 / 1280 ) *100vw );
    margin: 0 0 calc(( 10 / 1280 ) *100vw ) calc(( 30 / 1280 ) *100vw );
  }

  .text__section-newyear-play {
    font-size: calc(( 16 / 1280 ) *100vw );
  }

  .text__section-newyear-play .small {
    font-size: calc(( 14 / 1280 ) *100vw );
  }

  .nav__section-newyear-play .link {
    font-size: calc(( 18 / 1280 ) *100vw );
  }

  .nav__section-newyear-play .link:hover:before,
  .nav__section-newyear-play .item.is-active .link:before {
    top: calc(( 3 / 1280 ) *100vw );
    bottom: calc(( 3 / 1280 ) *100vw );
    left: calc(( 3 / 1280 ) *100vw );
    right: calc(( 3 / 1280 ) *100vw );
  }

  .nav__section-newyear-play .link:hover .name .span:before,
  .nav__section-newyear-play .item.is-active .link .name .span:before {
    border-width: calc(( 7 / 1280 ) *100vw ) 0 calc(( 7 / 1280 ) *100vw ) calc(( 7 / 1280 ) *100vw );
    left: calc(( -14 / 1280 ) *100vw );
  }

  .footer.theme-newyear {
    padding: calc(( 25 / 1280 ) *100vw ) 0 calc(( 20 / 1280 ) *100vw );
  }

  .footer .wrap.l-sns {
    padding: 0 0 calc(( 25 / 1280 ) *100vw );
  }

  .pagetop-newyear.is-pagefoot {
    bottom: calc(( 195 / 1280 ) *100vw );
  }

  .nav__footer-newyear {
    padding: 0 0 calc(( 20 / 1280 ) *100vw );
  }

  .nav__footer-newyear .item {
    padding-right: calc(( 20 / 1280 ) *100vw );
    margin-right: calc(( 20 / 1280 ) *100vw );
  }

  .box-f2bd {
    padding: calc(( 30 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
    border-width: calc(( 10 / 1280 ) *100vw );
  }

  .sc-ticketschedule-bottom {
    padding: calc(( 60 / 1280 ) *100vw ) calc(( 40 / 1280 ) *100vw );
  }

  .ttl.type-main-34 {
    margin-bottom: calc(( 40 / 1280 ) *100vw );
  }

  .mvslider-arrow .slide-arrow {
    width: calc(( 40 / 1280 ) *100vw );
    height: calc(( 7.5 / 1280 ) *100vw );
  }

  .mvslider-arrow .slide-arrow.prev-arrow {
    left: 10.75%;
  }

  .mvslider-arrow .slide-arrow.next-arrow {
    right: 10.75%;
  }

  .list-thumb-plays > dt {
    height: calc(( 366 / 1280 ) *100vw );
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(( 366 / 1280 ) *100vw );
    flex: 0 0 calc(( 366 / 1280 ) *100vw );
  }

  .list-tabs-plays > li {
    font-size: calc(( 20 / 1280 ) *100vw );
    background-size: calc(( 64 / 1280 ) *100vw ) auto;
    height: calc(( 76 / 1280 ) *100vw );
    line-height: calc(( 76 / 1280 ) *100vw );
  }

  .list-tabs-plays > li:after {
    right: calc(( 20 / 1280 ) *100vw );
    top: calc(( 25 / 1280 ) *100vw );
    width: calc(( 10 / 1280 ) *100vw );
    height: calc(( 10 / 1280 ) *100vw );
  }

  .list-tabs-plays > li.current {
    background-size: calc(( 62 / 1280 ) *100vw ) auto;
  }

  .list-tabs-plays > li.current:after {
    right: calc(( 20 / 1280 ) *100vw );
    top: calc(( 35 / 1280 ) *100vw );
    width: calc(( 10 / 1280 ) *100vw );
    height: calc(( 10 / 1280 ) *100vw );
  }
}

@media screen and (min-width:768px) and (min-width:767.9px) and (max-width:1280px) {
  .l-otherticket.type-sub {
    margin: calc(( 20 / 1280 ) *100vw ) 0 calc(( 5 / 1280 ) *100vw );
  }

  .l-otherticket .icon-ticketsite {
    width: calc(( 46 / 1280 ) *100vw );
    margin-right: calc(( 15 / 1280 ) *100vw );
  }
}

@media print {
  .view-sp {
    display: none !important;
  }

  .header {
    display: none;
  }

  .footer {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .banners {
    display: none;
  }

  main {
    background: #fff;
  }

  .wrap.l-container .l-main {
    width: 100%;
    margin: 0;
  }

  .wrap.l-container .l-sidebar {
    display: none;
  }

  .l-contents-header {
    display: none;
  }

  .bnr-mailmag .view-sp {
    display: none;
  }

  .theme-play .box-doublebd.view-sp {
    display: none;
  }

  .theme-play .btn {
    display: none;
  }

  .theme-play .ttl.type-main-34.type-iconlr {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    border-bottom: 2px solid #040000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .theme-play .ttl.type-main-34.type-iconlr:before,
  .theme-play .ttl.type-main-34.type-iconlr:after {
    display: none;
  }

  .theme-play .wrap-sns-entrydetail {
    display: none;
  }

  .theme-play .wrap.l-play {
    margin-bottom: 20px;
  }

  .theme-play .wrap.l-play .type-img {
    width: 34%;
  }

  .theme-play .wrap.l-play .type-img .list {
    display: none;
  }

  .theme-play .wrap.l-play .type-content {
    max-width: initial;
    width: 75%;
    margin: 0 0 0 40px;
  }

  .theme-play .wrap.l-play .type-content .box-doublebd {
    display: none;
  }

  .theme-play .wrap.l-play .type-content .label.type-ticket {
    background: transparent;
    color: #cc853d;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }

  .theme-play .wrap.l-play .type-content .label.type-ticket:before,
  .theme-play .wrap.l-play .type-content .label.type-ticket:after {
    display: none;
  }

  .theme-play .wrap.l-price {
    background: none;
    margin-bottom: 60px;
  }

  .theme-play .wrap.l-price:before,
  .theme-play .wrap.l-price:after {
    border: 0;
    display: none;
  }

  .theme-play .wrap.l-price .type-decoration-inner {
    background: none;
    padding: 0;
  }

  .theme-play .wrap.l-price .type-decoration-inner:before,
  .theme-play .wrap.l-price .type-decoration-inner:after {
    border: 0;
    display: none;
  }

  .theme-play .wrap.l-price .type-decoration-inner .box.type-price {
    background: none;
    width: 100%;
  }

  .theme-play .wrap.l-price .type-decoration-inner .box.type-price:before,
  .theme-play .wrap.l-price .type-decoration-inner .box.type-price:after {
    display: none;
    border: 0;
  }

  .theme-play .wrap.l-price .type-decoration-inner .ttl.type-price {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price {
    width: 100%;
    border-color: #040000;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-price .item {
    border-color: #040000;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns {
    display: none;
  }

  .theme-play .wrap.l-timetable .list.type-part {
    border-top: 1px solid #040000;
    border-left: 1px solid #040000;
    border-right: 1px solid #040000;
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-header {
    width: 180px;
  }

  .theme-play .wrap.l-timetable .list.type-part .item.l-header {
    background: transparent;
    color: #040000;
    font-size: 18px;
    font-size: 1.8rem;
    border-right: 1px solid #040000;
    border-bottom: 1px solid #040000;
  }

  .theme-play .wrap.l-timetable .list.type-program .item {
    background: transparent;
    border-bottom: 1px solid #040000;
  }

  .theme-play .wrap.l-timetable .list.type-program .item .time:before {
    border-color: #040000;
  }

  .theme-play .wrap.l-schedule {
    display: none;
  }

  .theme-play .wrap.l-schedule .table.type-calendar .th,
  .theme-play .wrap.l-schedule .table.type-calendar .td {
    height: auto;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .theme-play .wrap.l-schedule .table.type-calendar .span {
    display: block;
  }

  .theme-play .wrap.l-schedule .table.type-calendar.view-sp {
    display: none;
  }

  .theme-play .wrap.l-cast .box-doublebd {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
  }

  .theme-play .wrap.l-cast .box-doublebd:after {
    border: 0;
  }

  .theme-play .wrap.l-highlight .wrap {
    height: auto !important;
    max-height: inherit !important;
    padding: 0;
    border: 0;
  }

  .theme-play .wrap.l-highlight .wrap .l-more {
    display: none !important;
  }

  .theme-play .wrap.l-related {
    display: none;
  }

  .theme-play .wrap.l-related-contents {
    display: none;
  }

  .theme-play .nav.l-anchor {
    display: none;
  }

  .sc-ticketschedule-bottom {
    display: none;
  }

  .copyguard {
    visibility: hidden;
  }

  .copyguard {
    visibility: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  .l-contents-header:after {
    background-image: url("./img/bg_contents_header@2x.png");
  }

  .wrap-bnr-lkabout {
    background-image: url("./img/special/lets_kabuki/about_bnr_bg_pc@2x.jpg");
  }

  .sc-lkindex-01 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern01.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .sc-lkindex-02 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern02.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .sc-lkindex-03 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern03.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .sc-lkindex-04 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern04.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .sc-lkindex-05 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern05.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .sc-lkindex-06 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern06.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .sc-lkindex-07 {
    background-image: url("./img/special/lets_kabuki/cd_left@2x.png"),url("./img/special/lets_kabuki/cd_right@2x.png"),url("./img/special/lets_kabuki/pattern07.png");
    background-size: 265px auto,225px auto,auto auto;
  }

  .l-contents-header.lets_kabuki_cat {
    background-image: url("./img/special/lets_kabuki/lk_cat_left@2x.png"),url("./img/special/lets_kabuki/lk_cat_right@2x.png"),url("./img/special/lets_kabuki/pattern07.png");
    background-size: 144px auto,171px auto,auto auto;
  }

  .l-contents-header.lets_kabuki_about {
    background-image: url("./img/special/lets_kabuki/about_bnr_bg_pc@2x.jpg");
  }

  .wrap-sns-entrydetail li a.type-fb {
    background-image: url("./img/icon_fb_w@2x.png");
  }

  .wrap-sns-entrydetail li a.type-twitter {
    background-image: url("./img/icon_twitter_w@2x.png");
  }

  .wrap-sns-entrydetail li a.type-line {
    background-image: url("./img/icon_LINE_w@2x.png");
  }

  .wrap-sns-entrydetail li a.type-rss {
    background-image: url("./img/icon_RSS_w@2x.png");
  }

  .theme-special.wrap.l-contents-header:before {
    background-image: url("./img/special/top/img_contents_header_right@2x.png");
  }

  .theme-special.wrap.l-contents-header:after {
    background-image: url("./img/special/top/img_contents_header_left@2x.png");
  }

  .header-newyear {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185856/pattern_gold%402x.png");
  }

  .bg__header-newyear-hosha {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185723/bg_housha%402x.png");
  }

  .wrap__section-newyear-play:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185838/line_maku%402x.png");
  }

  .wrap__section-newyear-play:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185838/line_maku%402x.png");
  }

  .inner__section-newyear-play:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185831/icon_shishimai%402x.png");
  }

  .section-newyear {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185900/pattern_red%402x.png");
  }

  .section-newyear:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185851/line_ttl%402x.png");
  }

  .section-newyear.is-sec3:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185858/pattern_nami%402x.png");
  }

  .ttl__section-newyear.is-sec1:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185818/icon_koma%402x.png");
  }

  .ttl__section-newyear.is-sec1:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185810/icon_hagoita%402x.png");
  }

  .ttl__section-newyear.is-sec2:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185816/icon_kagamimochi%402x.png");
  }

  .ttl__section-newyear.is-sec2:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185820/icon_kyusu%402x.png");
  }

  .ttl__section-newyear.is-sec3:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185827/icon_sensu%402x.png");
  }

  .ttl__section-newyear.is-sec3:after {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185823/icon_ozoni%402x.png");
  }

  .item__list__newyear-keywords .link {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185719/bg_ema%402x.png");
  }

  .item__list__newyear-keywords:nth-of-type(odd) .link .ttl__keywords:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185759/icon_flower_ema_white%402x.png");
  }

  .item__list__newyear-keywords:nth-of-type(even) .link .ttl__keywords:before {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/www.kabuki-bito.jp.assets/wp-content/uploads/2019/12/25185758/icon_flower_ema_pink%402x.png");
  }
}

@media all and (-ms-high-contrast:none) {
  .l-contents-header.type-image .inner .box .ttl {
    padding: 20px 10px 0 10px;
  }

  .list-nav-lk-top li dl.list-thumb-lknav-top dd .number {
    line-height: 1;
    padding: 6px 10px 0 4px;
    width: 26px;
    height: 26px;
  }

  .ttl.type-lkindex > div:before {
    height: 33px;
    padding-top: 7px;
  }

  .theme-play .wrap.l-price .type-decoration-inner .list.type-btns {
    margin-right: 40px;
  }
}