@charset "UTF-8";
.entry {
  font-size: 16px;
  word-break: break-all;
  letter-spacing: 0.05em;
  font-weight: 500;
  min-height: calc(100vh - 100px);
}
@media (max-width: 896px) {
  .entry {
    font-size: 14px;
  }
}
.entry a {
  color: #e50012;
  text-decoration: underline;
}
.entry a:hover {
  color: #222;
}
.entry p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 896px) {
  .entry p {
    font-size: 14px;
  }
}

.entry strong {
  font-weight: bold;
}

.entry .textarea {
  margin-bottom: 40px;
  margin-bottom: 5%;
}

.entry .textarea.center {
  text-align: center;
}

.entry .textarea + .page_btn {
  margin-top: -20px;
}

/*code*/
.entry .iframe_area {
  margin-bottom: 20px;
}

.entry .iframe_area iframe {
  width: 100%;
}

/*タイトル*/
.entry .sub_title01 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5%;
  position: relative;
  background: #ccc;
  padding: 5% 5%;
  letter-spacing: 0.05em;
  border-radius: 10px;
}
@media (max-width: 896px) {
  .entry .sub_title01 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    padding: 40px 20px;
  }
}

.entry .sub_title02 {
  background: #ccc;
  color: #222;
  padding: 12px 20px 8px 20px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2%;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .entry .sub_title02 {
    padding: 10px 10px 8px 10px;
    border-radius: 15px;
    font-size: 14px;
  }
}

.entry .sub_title03 {
  padding: 0 5px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-bottom: 2%;
  border-bottom: solid 3px #FF3214;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .entry .sub_title03 {
    padding: 0px;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.entry .sub_title01 + .sub_title03 {
  /* margin-top: -40px; */
  margin-bottom: 20px;
}

@media only screen and (max-width: 896px) {
  .entry .textarea + .page_btn {
    margin-top: 0px;
  }
  .entry .textarea {
    margin-bottom: 20px;
  }
  .entry .sub_title01 + .sub_title03 {
    margin-top: -20px;
  }
}
/*2カラム*/
.entry .two_column {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.entry .two_column figure {
  position: relative;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 896px) {
  .entry .two_column {
    margin-bottom: 20px;
    left: 0px;
    width: calc(100% + 0px);
  }
}
.entry .two_column + .two_column {
  /* margin-bottom: 0; */
}

/*画像*/
.entry figure {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .entry figure.wide {
    left: 0px;
    width: 100%;
  }
}

.entry figure img {
  overflow: hidden;
}

.entry figure a {
  display: block;
}

.entry figure a:hover {
  opacity: 0.7;
}

.entry .two_column figure {
  width: 48%;
  margin-bottom: 0;
}

.entry .one_column {
  margin-bottom: 40px;
  display: block;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 896px) {
  .entry figure {
    margin-bottom: 20px;
  }
  .entry .one_column {
    margin-bottom: 20px;
  }
  .entry .two_column figure {
    margin-bottom: 0px;
  }
  .entry figure a:hover {
    opacity: 1;
  }
}
.entry .one_column.tate figure {
  width: 48%;
  left: 0;
  margin: 0 auto;
  margin-bottom: 40px;
}

.entry figure figcaption {
  padding: 0 0px;
  padding-top: 10px;
  display: block;
  font-size: 11px;
  line-height: 1.8;
}

@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*/
.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: 2px #000 solid;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 896px) {
  .entry hr {
    margin-top: 40px;
    margin-bottom: 40px;
    left: -20px;
    width: 100%;
    width: calc(100% + 40px);
  }
}
/*引用*/
.entry blockquote {
  background: #FFF;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 700;
  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;
}

.entry ol.e_list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.entry ol.e_list {
  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 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.entry .page_btn a span {
  text-decoration: none;
  text-align: center;
  display: block;
  background: #FF3214;
  border: 2px #222 solid;
  color: #222;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s;
}

.entry .page_btn 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 #222;
  border-radius: 50px;
  background: #FF3214;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}

.entry .page_btn a:hover {
  transform: translate(0, 0.25rem);
}

.entry .page_btn a:hover span {
  background: #FF3214;
}

.entry .page_btn a:hover:before {
  transform: translate3d(0, 0.2rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

/*リンクボタン複数*/
.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;
}

@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;
  }
}
/*番号リスト*/
.entry ul.e_list.number {
  margin-bottom: 40px;
}

.entry ul.e_list.number li::before {
  content: "";
}

.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 .table_list {
  overflow: hidden;
  margin-bottom: 40px;
}

.entry .table_list dl {
  overflow: hidden;
  display: flex;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.entry .table_list dt {
  width: 20%;
}

.entry .table_list dd {
  width: 80%;
}

.entry .table_list dd p {
  margin: 0;
}

.entry .border_area {
  margin-bottom: 40px;
  border-radius: 10px;
  background: #eee;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.entry .border_area.shop_border {
  display: block;
}

.entry .border_area.border {
  background: none;
  border: 2px #222 solid;
}

.entry .border_area figure {
  width: 40%;
  left: 0;
  margin-bottom: 0px;
}

.entry .border_area .textarea {
  margin-bottom: 10px;
  font-size: 14px;
}

.entry .border_area .textarea:last-child {
  margin-bottom: 0;
}

.entry .border_area figure + .textarea {
  width: 55%;
  margin-bottom: 0;
  font-size: 14px;
}

.entry .border_area .sub_title01 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.1vw;
  background: none;
  width: auto;
  left: auto;
  padding: 0;
}

.entry .border_area p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.entry .border_area ul.sns {
  padding: 20px 0;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-top: 0px;
}

.entry .border_area ul.sns li {
  margin-right: 20px;
}

.entry .border_area ul.sns li.text {
  font-size: 12px;
  line-height: 1;
}

.entry .border_area ul.sns li a {
  fill: #222;
  display: block;
  line-height: 1;
}

.entry .border_area ul.sns li a svg {
  width: 20px;
  height: 20px;
}

.entry .border_area ul.sns li.tw a svg {
  width: 25px;
  height: 25px;
}

.entry .border_area ul.sns li a:hover {
  fill: #FF3214;
}

@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: 0;
    font-size: 14px;
    margin-top: 0;
  }
  .entry .border_area p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .entry .page_btn a span {
    font-size: 14px;
  }
}
.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 #222 solid;
  color: #FFF;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 18px;
  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 #222;
  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 #222 solid;
  color: #222;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 18px;
  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 #222;
  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: #222;
}
.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 #222 solid;
  color: #222;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 18px;
  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 #222;
  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: 20%;
  width: 60%;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  color: #FF3214;
  background: #fff000;
}

@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;
  }
}
.entry ul.gallery {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.entry ul.gallery li {
  width: 12.5%;
  margin-bottom: 2%;
  margin-right: 2%;
}

.entry ul.gallery li:nth-child(7n) {
  margin-right: 0;
}

.entry ul.gallery li a {
  display: block;
  transition: all 0.5s 0s ease;
}

.entry ul.gallery li a:hover {
  opacity: 0.5;
}

.entry ul.gallery li a figure {
  margin: 0;
  position: relative;
  padding-top: 100%;
}

.entry ul.gallery li a figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 896px) {
  .entry ul.gallery {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .entry ul.gallery li {
    width: 23%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .entry ul.gallery li:nth-child(7n) {
    margin-right: 2%;
  }
  .entry ul.gallery li:nth-child(4n) {
    margin-right: 0%;
  }
}
.entry .photo_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 40px;
}

.entry .photo_list .column {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 30px;
  border-radius: 20px;
  position: relative;
}

.entry .photo_list .column:nth-child(3n) {
  margin-right: 0;
}

.entry .photo_list .column a {
  position: relative;
  display: block;
  text-decoration: none;
}

.entry .photo_list .column a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate3d(0, 0.45rem, -1rem);
  border: 2px solid #222;
  background: #ccc;
  border-radius: 20px;
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
}

.entry .photo_list .column:hover a:before {
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.entry .photo_list .column a .in {
  position: relative;
  display: block;
  position: relative;
  border: 2px #222 solid;
  background: #FFF;
  border-radius: 20px;
  padding: 10px;
}

.entry .photo_list .column:hover a .in {
  transform: translate(0, 0.25rem);
  background: #FFF;
}

.entry .photo_list .column a figure {
  position: relative;
  padding-top: 100%;
  border-radius: 20px;
  background: #FFF url(../img/common/loading.svg) no-repeat center center;
  background-size: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}

.entry .photo_list .column a figure .wrap {
  border: none;
  border-radius: 0px;
  background: none;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0);
  margin-bottom: 0px;
  color: #000;
  padding: 0px;
}

.entry .photo_list .column a figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.entry .photo_list .column a figure span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

.entry .photo_list .column a .textarea {
  margin: 0;
}

.entry .photo_list .column a .c_title {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 896px) {
  .entry .photo_list {
    padding-bottom: 20px;
  }
  .entry .photo_list .column {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .entry .photo_list .column:nth-child(3n) {
    margin-right: 4%;
  }
  .entry .photo_list .column:nth-child(2n) {
    margin-right: 0;
  }
  .entry .photo_list .column a {
    display: block;
  }
  .entry .photo_list .column a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    transform: translate3d(0, 0.45rem, -1rem);
    border: 2px solid #222;
    background: #ccc;
    border-radius: 20px;
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.2);
  }
  .entry .photo_list .column a .c_title {
    padding: 0 0px;
    font-size: 13px;
    letter-spacing: 0;
  }
}/*# sourceMappingURL=entry.css.map */