@charset "UTF-8";
/* ====================
Layout
 ==================== */
.l-in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .l-in {
    min-height: 100vh;
  }
}

.l-in__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-in__header {
  position: relative;
  margin: 0 auto 78px;
  padding: 85px 5% 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-in__header {
    margin-bottom: 40px;
    padding: 72px 5% 0;
  }
}

.l-in__header::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_contents-title.png") no-repeat left top;
  background-size: 100% auto;
  padding-top: 72.289%;
  width: 100%;
  max-width: 700px;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-in__header::before {
    max-width: 180px;
  }
}

.l-in__deco {
  position: absolute;
  top: 25px;
  right: 0;
}

@media screen and (max-width: 960px) {
  .l-in__deco {
    top: -10px;
  }
  .l-in__deco img {
    height: 62px;
  }
}

.l-in__title {
  position: relative;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-in__title img {
    margin: 0 auto;
    height: 32px;
  }
}

.is-load .l-in__title {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-in__inner {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-load .l-in__inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ====================
Project
 ==================== */
.p-anime {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}

.p-anime__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-anime__deco-item.-item1 {
  bottom: 0;
  left: -10%;
}

@media screen and (max-width: 960px) {
  .p-anime__deco-item.-item1 {
    bottom: -10%;
    left: -18%;
  }
}

.p-anime__deco-item.-item2 {
  bottom: 10%;
  left: 80%;
}

@media screen and (max-width: 960px) {
  .p-anime__deco-item.-item2 {
    bottom: 20%;
    left: 90%;
  }
}

.p-anime__header {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-anime__mv {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-anime__mv img {
  width: 100%;
}

.p-anime__inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-anime__inner {
    padding: 45px 0 30px;
  }
}

.p-anime__text {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 760px;
}

.p-comic {
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_black.png") repeat left top;
  background-size: auto;
  width: 100%;
}

.p-comic__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-comic__deco-item.-item1 {
  bottom: 0;
  left: -10%;
}

@media screen and (max-width: 960px) {
  .p-comic__deco-item.-item1 {
    bottom: -10%;
    left: -18%;
  }
}

.p-comic__deco-item.-item2 {
  bottom: 35%;
  left: 85%;
}

@media screen and (max-width: 960px) {
  .p-comic__deco-item.-item2 {
    bottom: 20%;
    left: 90%;
  }
}

.p-comic__header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}

.p-comic__mv {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-comic__mv img {
  width: 100%;
}

.p-comic__inner {
  position: relative;
  margin: 0 auto;
  padding: 74px 0 110px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-comic__inner {
    padding: 38px 0 50px;
  }
}

.p-comic__title {
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80%;
  max-width: 1400px;
}

@media screen and (max-width: 960px) {
  .p-comic__title {
    bottom: 0;
    width: 100%;
  }
}

.p-comic__text {
  position: relative;
  margin: 0 auto 90px;
  width: 70%;
  max-width: 790px;
}

@media screen and (max-width: 960px) {
  .p-comic__text {
    margin-bottom: 40px;
    width: 100%;
  }
}

.p-comic__banner {
  position: relative;
  margin: 0 auto;
  width: 75%;
  max-width: 1040px;
}

@media screen and (max-width: 960px) {
  .p-comic__banner {
    width: 96%;
  }
}

.p-tcg {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-tcg__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-tcg__deco-item.-item1 {
  top: 38%;
  left: 70%;
}

@media screen and (max-width: 960px) {
  .p-tcg__deco-item.-item1 {
    left: 80%;
  }
}

.p-tcg__deco-item.-item2 {
  top: 58%;
  left: -10%;
}

@media screen and (max-width: 960px) {
  .p-tcg__deco-item.-item2 {
    top: 60%;
    left: -5%;
  }
}

.p-tcg__deco-item.-item3 {
  bottom: 28%;
  left: 70%;
}

@media screen and (max-width: 960px) {
  .p-tcg__deco-item.-item3 {
    bottom: 20%;
    left: 80%;
  }
}

.p-tcg__deco-item.-item4 {
  bottom: -3%;
  left: 10%;
}

@media screen and (max-width: 960px) {
  .p-tcg__deco-item.-item4 {
    bottom: -3%;
    left: 5%;
  }
}

.p-tcg__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}

.p-tcg_content {
  position: relative;
  margin: 0 auto;
  padding: 4.808% 0;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-tcg_content {
    padding: 7.143% 0;
  }
}

.p-tcg_content + .p-tcg_content {
  margin-top: 38px;
}

@media screen and (max-width: 960px) {
  .p-tcg_content + .p-tcg_content {
    margin-top: 22px;
  }
}

.p-tcg_content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_contents-top.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 4.808%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-tcg_content::before {
    background: url("../img/common/bg_contents-top_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 7.143%;
  }
}

.p-tcg_content::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/bg_contents-bottom.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 4.808%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-tcg_content::after {
    background: url("../img/common/bg_contents-bottom_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 7.143%;
  }
}

.p-tcg_content__container {
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_contents-main.png") repeat-y center top;
  background-size: 100% auto;
  padding: 15px 80px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__container {
    background: url("../img/common/bg_contents-main_sp.png") repeat-y center top;
    background-size: 100% auto;
    padding: 15px 24px;
  }
}

.p-tcg_content__header {
  position: relative;
  margin: 0 auto 38px;
  background: url("../img/common/line.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 38px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__header {
    margin-bottom: 24px;
    padding-bottom: 26px;
  }
}

.p-tcg_content__img {
  display: table;
  position: relative;
  margin: 0 auto 22px;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__img {
    margin-bottom: 14px;
  }
}

.p-tcg_content__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__title {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

.p-tcg_content__cap {
  position: relative;
  margin: 18px auto 0;
  width: 100%;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__cap {
    margin-top: 12px;
    font-size: 13px;
  }
}

.p-tcg_content__lead {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__lead {
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 1.6;
    text-align: left;
  }
  .p-tcg_content__lead br {
    display: none;
  }
}

.p-tcg_content__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-tcg_content__text {
    font-size: 12px;
    line-height: 1.8;
  }
}

.p-event {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-event__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-event__deco-item.-item1 {
  top: 38%;
  left: 70%;
}

@media screen and (max-width: 960px) {
  .p-event__deco-item.-item1 {
    left: 80%;
  }
}

.p-event__deco-item.-item2 {
  top: 58%;
  left: -10%;
}

@media screen and (max-width: 960px) {
  .p-event__deco-item.-item2 {
    top: 60%;
    left: -5%;
  }
}

.p-event__deco-item.-item3 {
  bottom: 28%;
  left: 70%;
}

@media screen and (max-width: 960px) {
  .p-event__deco-item.-item3 {
    bottom: 20%;
    left: 80%;
  }
}

.p-event__deco-item.-item4 {
  bottom: -3%;
  left: 10%;
}

@media screen and (max-width: 960px) {
  .p-event__deco-item.-item4 {
    bottom: -3%;
    left: 5%;
  }
}

.p-event__header {
  position: relative;
  margin: 0 auto 40px;
  width: 90%;
  max-width: 1040px;
}

@media screen and (max-width: 960px) {
  .p-event__header {
    margin-bottom: 20px;
  }
}

.p-event__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}

.p-event__footer {
  position: relative;
  margin: 40px auto 0;
  width: 90%;
  max-width: 1040px;
}

@media screen and (max-width: 960px) {
  .p-event__footer {
    margin-top: 20px;
  }
}

.p-event_tag {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-event_tag {
    margin: 0;
    padding-right: 25px;
    width: 106%;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.p-event_tag__item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-event_tag__item + .p-event_tag__item {
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .p-event_tag__item + .p-event_tag__item {
    margin-left: 5px;
  }
}

.p-event_tag__item.is-current {
  pointer-events: none;
}

[data-ua="pc"] .p-event_tag__item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}

.p-event_tag__text {
  display: inline-block;
  position: relative;
  z-index: 0;
  background: #133b83;
}

.is-current .p-event_tag__text {
  background: #e50014;
}

.p-event_tag__text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/event/tag_left_off.jpg") no-repeat center left;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_tag__text::before {
    background: url("../img/event/tag_left_off_sp.jpg") no-repeat center left;
    background-size: auto 100%;
  }
}

.is-current .p-event_tag__text::before {
  background: url("../img/event/tag_left.jpg") no-repeat center left;
  background-size: auto 100%;
}

@media screen and (max-width: 960px) {
  .is-current .p-event_tag__text::before {
    background: url("../img/event/tag_left_sp.jpg") no-repeat center left;
    background-size: auto 100%;
  }
}

.p-event_tag__text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/event/tag_right_off.jpg") no-repeat center right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_tag__text::after {
    background: url("../img/event/tag_right_off_sp.jpg") no-repeat center right;
    background-size: auto 100%;
  }
}

.is-current .p-event_tag__text::after {
  background: url("../img/event/tag_right.jpg") no-repeat center right;
  background-size: auto 100%;
}

@media screen and (max-width: 960px) {
  .is-current .p-event_tag__text::after {
    background: url("../img/event/tag_right_sp.jpg") no-repeat center right;
    background-size: auto 100%;
  }
}

.p-event_tag__link {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 36px;
  color: #fff;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: .8;
}

@media screen and (max-width: 960px) {
  .p-event_tag__link {
    padding: 5px 16px;
    font-size: 10px;
    font-weight: 500;
  }
}

.p-event_content {
  position: relative;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 auto;
  padding: 4.808% 0;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-event_content {
    padding: 7.143% 0;
  }
}

.p-event_content + .p-event_content {
  margin-top: 38px;
}

@media screen and (max-width: 960px) {
  .p-event_content + .p-event_content {
    margin-top: 20px;
  }
}

[data-ua="pc"] .p-event_content:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}

.p-event_content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_contents-top.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 4.808%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_content::before {
    background: url("../img/common/bg_contents-top_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 7.143%;
  }
}

.p-event_content::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/bg_contents-bottom.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 4.808%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_content::after {
    background: url("../img/common/bg_contents-bottom_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 7.143%;
  }
}

.p-event_content__container {
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_contents-main.png") repeat-y center top;
  background-size: 100% auto;
  padding: 22px 80px;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-event_content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 960px) {
  .p-event_content__container {
    background: url("../img/common/bg_contents-main_sp.png") repeat-y center top;
    background-size: 100% auto;
    padding: 14px 24px;
  }
}

.p-event_content__img {
  display: block;
  position: relative;
  margin-left: 40px;
  width: 410px;
}

@media screen and (max-width: 960px) {
  .p-event_content__img {
    margin: 0 auto 22px;
    width: 100%;
  }
}

.p-event_content__inner {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: left;
}

.p-event_content__tag {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0 0 28px;
  background: #e50014;
}

@media screen and (max-width: 960px) {
  .p-event_content__tag {
    margin-bottom: 10px;
  }
}

.p-event_content__tag::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/event/tag_left.jpg") no-repeat center left;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_content__tag::before {
    background: url("../img/event/tag_left_sp.jpg") no-repeat center left;
    background-size: auto 100%;
  }
}

.p-event_content__tag::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/event/tag_right.jpg") no-repeat center right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_content__tag::after {
    background: url("../img/event/tag_right_sp.jpg") no-repeat center right;
    background-size: auto 100%;
  }
}

.p-event_content__tag-text {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 24px;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 15px;
  line-height: .8;
}

@media screen and (max-width: 960px) {
  .p-event_content__tag-text {
    padding: 4px 15px;
    font-size: 10px;
  }
}

.p-event_content__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-event_content__title {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}

.p-event_content__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-event_single {
  position: relative;
  margin: 0 auto;
  padding: 4.808% 0;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-event_single {
    padding: 7.143% 0;
  }
}

.p-event_single::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_contents-top.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 4.808%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_single::before {
    background: url("../img/common/bg_contents-top_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 7.143%;
  }
}

.p-event_single::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/bg_contents-bottom.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 4.808%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_single::after {
    background: url("../img/common/bg_contents-bottom_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 7.143%;
  }
}

.p-event_single__container {
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_contents-main.png") repeat-y center top;
  background-size: 100% auto;
  padding: 22px 80px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event_single__container {
    background: url("../img/common/bg_contents-main_sp.png") repeat-y center top;
    background-size: 100% auto;
    padding: 10px 24px;
  }
}

.p-event_single__header {
  position: relative;
  margin: 0 auto 38px;
  background: url("../img/common/line.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 38px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event_single__header {
    margin-bottom: 18px;
    padding-bottom: 20px;
  }
}

.p-event_single__tag {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0 0 28px;
  background: #e50014;
}

@media screen and (max-width: 960px) {
  .p-event_single__tag {
    margin-bottom: 10px;
  }
}

.p-event_single__tag::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/event/tag_left.jpg") no-repeat center left;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_single__tag::before {
    background: url("../img/event/tag_left_sp.jpg") no-repeat center left;
    background-size: auto 100%;
  }
}

.p-event_single__tag::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/event/tag_right.jpg") no-repeat center right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event_single__tag::after {
    background: url("../img/event/tag_right_sp.jpg") no-repeat center right;
    background-size: auto 100%;
  }
}

.p-event_single__tag-text {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 24px;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 15px;
  line-height: .8;
}

@media screen and (max-width: 960px) {
  .p-event_single__tag-text {
    padding: 4px 15px;
    font-size: 10px;
  }
}

.p-event_single__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-event_single__title {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.p-event_single__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-event_single__lead {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-event_single__lead {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-event_single__text {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-event_single__text {
    font-size: 12px;
  }
}

.p-event_single__text img {
  max-width: 100% !important;
  height: auto !important;
}

.p-event_single__text iframe {
  max-width: 100% !important;
}

.p-event_single__text a {
  color: #fff;
  text-decoration: underline;
}

[data-ua="pc"] .p-event_single__text a:hover {
  text-decoration: none;
}

.p-event_btn {
  position: relative;
  margin: 0 auto;
  width: 320px;
}

@media screen and (max-width: 960px) {
  .p-event_btn {
    width: 230px;
  }
}

/* ====================
COMPONENT
 ==================== */
