@charset "UTF-8";
.entry {
  font-size: 14px;
  word-break: break-all;
  letter-spacing: 0.1em;
  /*タイトル*/
}
.entry a {
  text-decoration: underline;
}
.entry a:hover {
  color: #333;
  text-decoration: none;
}
.entry p {
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
.entry strong {
  font-weight: bold;
}
.entry .textarea {
  margin-bottom: 40px;
}
.entry .textarea.center {
  text-align: center;
}
.entry .textarea + .page_btn {
  margin-top: -20px;
}
.entry .textarea .btn {
  margin-bottom: 40px;
}
.entry .textarea .btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ff6347;
  color: #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  width: auto;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Antique Soft", serif;
  font-style: normal;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}
.entry .textarea .btn a:hover {
  background: #FFF;
  color: #ff6347;
}
.entry .iframe_area {
  position: relative;
  left: -40px;
  width: calc(100% + 80px);
  margin-bottom: 40px;
}
.entry .iframe_area iframe {
  width: 100%;
}
.entry .sub_title01 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .entry .sub_title01 {
    font-size: 18px;
  }
}
.entry .sub_title02 {
  border-radius: 50px;
  padding: 10px 15px;
  border: 1px #505050 solid;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .entry .sub_title02 {
    font-size: 14px;
  }
}
.entry .sub_title03 {
  border-bottom: 1px #505050 solid;
  color: #505050;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.entry .sub_title01 + .sub_title03 {
  margin-bottom: 20px;
}

/*code*/
@media only screen and (max-width: 896px) {
  .entry .iframe_area {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 40px;
  }
}
.entry .two_column {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.entry figure {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.entry figure img {
  overflow: hidden;
}
.entry figure a {
  display: block;
}
.entry figure a:hover {
  opacity: 0.7;
}
.entry .one_column {
  margin-bottom: 40px;
  display: block;
  position: relative;
  width: 100%;
}
.entry .one_column.tate figure {
  width: 48%;
  margin: 0 auto;
  margin-bottom: 40px;
}

/*画像*/
@media only screen and (max-width: 896px) {
  .entry figure, .entry .one_column {
    margin-bottom: 20px;
  }
  .entry .two_column figure {
    margin-bottom: 0px;
  }
  .entry figure a:hover {
    opacity: 1;
  }
}
.block_entry .inner .entry figure img {
  margin: 0;
}
.block_entry .inner .entry .one_column figure {
  max-width: 1024px;
}
@media (max-width: 896px) {
  .block_entry .inner .entry .one_column figure {
    width: 100%;
  }
}
.block_entry .inner .entry .one_column figure.small {
  max-width: 400px;
}
.block_entry .inner .entry .one_column figure a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .entry .one_column figure a:hover {
  opacity: 0.5;
}

.entry figure figcaption {
  padding: 0 0px;
  padding-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 1.8;
  text-decoration: none;
}
@media (max-width: 896px) {
  .entry figure figcaption {
    font-size: 10px;
  }
}
.entry .youtube_embed {
  margin-bottom: 40px;
  position: relative;
}
.entry .youtube_embed .v_wrap {
  position: relative;
  padding-top: 56%;
}
.entry .youtube_embed .v_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry hr {
  position: relative;
  left: -40px;
  width: 100%;
  width: calc(100% + 80px);
  border-top: 1px #505050 solid;
  margin-top: 60px;
  margin-bottom: 40px;
}
.entry blockquote {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
}
.entry blockquote::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote::after {
  content: "”";
  position: absolute;
  bottom: -70px;
  right: -10px;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p:first-child {
  margin-top: 0;
}
.entry ol.e_list {
  margin-bottom: 40px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding-left: 1em;
}
.entry ol.e_listli {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.entry ol.e_list li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
  color: #e50012;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.entry ul.e_list {
  margin-bottom: 40px;
}
.entry .sub_title02 + ul.e_list {
  margin-bottom: 20px;
}
.entry ul.e_list li::before {
  content: "・";
}
.entry ul.e_list.two {
  overflow: hidden;
}
.entry ul.e_list.two li {
  float: left;
  width: 50%;
}
.entry .page_btn {
  margin-bottom: 40px;
}
.entry .page_btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #505050;
  color: #f0ead7;
  border-radius: 50px;
  padding: 10px 20px;
  width: auto;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}

@media only screen and (max-width: 896px) {
  .entry figure figcaption {
    padding: 0px;
    padding-top: 5px;
  }
  .entry .one_column.tate figure {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
/*YOUTUBE*/
/*境界線*/
@media only screen and (max-width: 896px) {
  .entry hr {
    margin-top: 40px;
    margin-bottom: 40px;
    left: -20px;
    width: 100%;
    width: calc(100% + 40px);
  }
}
/*引用*/
/*リスト*/
/*リスト*/
/*リンクボタン*/
body.night .entry .page_btn a {
  background: #f0ead7;
  color: #505050 !important;
}

.entry .page_btn a:hover {
  background: #f0ead7;
  color: #505050;
}
.entry .page_btn_column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.entry .page_btn_column .page_btn {
  margin-bottom: 20px;
  margin-right: 10px;
}
.entry ul.e_list.number {
  margin-bottom: 40px;
}
.entry ul.e_list.number li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  margin-bottom: 4px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.entry ul.e_list.number li::before {
  content: "";
}
.entry .table_list {
  overflow: hidden;
  margin-bottom: 40px;
}
.entry .table_list dl {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px #505050 dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
.entry .table_list dt {
  width: 20%;
}
.entry .table_list dd {
  width: 78%;
}
.entry .table_list dd p {
  margin: 0;
}
.entry .border_area {
  margin-bottom: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.entry .border_area.border {
  background: none;
  border: 2px #000 solid;
}
.entry .border_area figure {
  width: 40%;
  margin-bottom: 0px;
}
.entry .border_area .textarea {
  margin-bottom: 0;
  font-size: 14px;
}
.entry .border_area figure + .textarea {
  width: 55%;
  margin-bottom: 0;
  font-size: 14px;
}
.entry .border_area .sub_title01 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  background: none;
  width: auto;
  left: auto;
  color: #000;
  padding: 0;
}

/*リンクボタン複数*/
@media only screen and (max-width: 896px) {
  .entry .page_btn_column {
    margin-bottom: 20px;
  }
  .entry .page_btn_column .page_btn {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .entry .page_btn_column .page_btn a {
    display: block;
  }
}
/*番号リスト*/
/*定義リスト*/
body.night .entry .border_area .sub_title01 {
  color: #f0ead7;
  background: none;
}

.entry .border_area p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
.entry .image_list {
  margin-bottom: 40px;
  overflow: hidden;
  letter-spacing: -0.4em;
}
.entry .image_list .image {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
}
.entry .image_list .image img {
  border: 1px #eee solid;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.entry .image_list .image a {
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #000;
  color: #FFF;
  padding: 0px 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  position: relative;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}
.entry .image_list .image a:hover {
  background: #eb4d34;
}
.entry .ticket_btn_area {
  margin-bottom: 40px;
  padding-top: 20px;
}
.entry .ticket_btn_area ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.entry .ticket_btn_area ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3%;
}
.entry .ticket_btn_area ul li:nth-child(4n) {
  margin-right: 0;
}
.entry .ticket_btn_area ul li a {
  position: relative;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  padding-top: 100%;
}
.entry .ticket_btn_area ul li a span {
  text-decoration: none;
  background: #eb4d34;
  border: 2px #314858 solid;
  color: #FFF;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
}
.entry .ticket_btn_area ul li a span small {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.entry .ticket_btn_area ul li a:before {
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #314858;
  border-radius: 50px;
  background: #a42f1c;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
.entry .ticket_btn_area ul li a:hover {
  transform: translate(0, 0.25rem);
}
.entry .ticket_btn_area ul li a:hover span {
  background: #a42f1c;
}
.entry .ticket_btn_area ul li a:hover:before {
  transform: translate3d(0, 0.2rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
.entry .ticket_btn_area ul li .coming {
  position: relative;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  padding-top: 100%;
}
.entry .ticket_btn_area ul li .coming span {
  text-decoration: none;
  background: #eee;
  border: 2px #314858 solid;
  color: #314858;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
}
.entry .ticket_btn_area ul li .coming span small {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.entry .ticket_btn_area ul li .coming:before {
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #314858;
  border-radius: 50px;
  background: #aaa;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
.entry .ticket_btn_area ul li .coming:after {
  content: "COMING SOON!";
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff000;
  background: #314858;
}
.entry .ticket_btn_area ul li .sold {
  position: relative;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  padding-top: 100%;
}
.entry .ticket_btn_area ul li .sold span {
  text-decoration: none;
  background: #eee;
  border: 2px #314858 solid;
  color: #314858;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
}
.entry .ticket_btn_area ul li .sold span small {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.entry .ticket_btn_area ul li .sold:before {
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #314858;
  border-radius: 50px;
  background: #aaa;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}
.entry .ticket_btn_area ul li .sold:after {
  content: "SOLD OUT!";
  position: absolute;
  bottom: 6%;
  left: 10%;
  width: 80%;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff000;
  background: rgba(49, 72, 88, 0.6);
}
.entry .linklist_area {
  margin-bottom: 20px;
}
.entry .linklist_area a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}
.entry .linklist_area a:hover {
  opacity: 0.5;
}
.entry .linklist_area figure {
  width: 20%;
  margin-bottom: 0px;
}
.entry .linklist_area figure .img_wrap {
  position: relative;
  padding-top: 100%;
  background: linear-gradient(90deg, #eee 0%, #999 49%, #eee 100%);
  background-size: 500% 500%;
  animation-name: gradation_bg;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.entry .linklist_area figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.entry .linklist_area figure .img_wrap span.lazyloaded {
  opacity: 1;
}
.entry .linklist_area .textarea {
  margin-bottom: 0;
  font-size: 14px;
}
.entry .linklist_area figure + .textarea {
  width: 75%;
  margin-bottom: 0;
  font-size: 14px;
}
.entry .linklist_area .sub_title01 {
  margin-top: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.05em;
  font-family: "Zen Antique Soft", serif;
  background: none;
  width: auto;
  left: auto;
  color: #000;
  padding: 0;
}
.entry .linklist_area p {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
}
.entry .linklist_area .url {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ff6347;
}

@media only screen and (max-width: 896px) {
  .entry .table_list {
    margin-bottom: 20px;
  }
  .entry .table_list dt {
    width: 30%;
    font-size: 12px;
  }
  .entry .table_list dd {
    width: 70%;
    font-size: 12px;
  }
  .entry .table_list dd p {
    font-size: 12px;
    margin: 0;
  }
  .entry .border_area {
    margin-bottom: 20px;
    width: auto;
    padding: 20px;
    display: block;
    padding-bottom: 2px;
  }
  .entry .border_area.border {
    background: none;
    border: 2px #000 solid;
  }
  .entry .border_area figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .entry .border_area .textarea {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }
  .entry .border_area figure + .textarea {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .entry .border_area .sub_title01 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 0;
  }
  .entry .border_area p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .entry .page_btn a span {
    font-size: 14px;
  }
}
/*チケット購入ボタンセット*/
@media only screen and (max-width: 896px) {
  /*チケット購入ボタンセット*/
  .entry .ticket_btn_area {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .entry .ticket_btn_area ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .entry .ticket_btn_area ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .entry .ticket_btn_area ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .entry .ticket_btn_area ul li:nth-child(2n) {
    margin-right: 0;
  }
  .entry .ticket_btn_area ul li a span {
    border-radius: 20px;
    font-size: 14px;
  }
  .entry .ticket_btn_area ul li a:before {
    border-radius: 20px;
  }
  .entry .ticket_btn_area ul li .coming span {
    border-radius: 20px;
    font-size: 14px;
  }
  .entry .ticket_btn_area ul li .coming:before {
    border-radius: 20px;
  }
  .entry .ticket_btn_area ul li .sold span {
    border-radius: 20px;
    font-size: 14px;
  }
  .entry .ticket_btn_area ul li .sold:before {
    border-radius: 20px;
  }
  .entry .ticket_btn_area ul li .sold:after {
    font-size: 12px;
  }
}
/*リンク集*/
@media only screen and (max-width: 896px) {
  .entry .linklist_area {
    margin-bottom: 20px;
  }
  .entry .linklist_area .sub_title01 {
    font-size: 14px;
  }
  .entry .linklist_area p {
    margin-bottom: 0px;
    font-size: 10px;
  }
}/*# sourceMappingURL=entry.css.map */