@charset "UTF-8";
body {
  opacity: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #000;
}
body.is-load {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: url(../img/bg_pattern.jpg);
  background-size: 311px 311px;
  -webkit-animation: bgAnm linear 90s infinite;
          animation: bgAnm linear 90s infinite;
}
@media only screen and (min-width:769px) {
  .p-wrapper {
    margin: auto;
    padding-top: 93px;
    background-size: 622px 622px;
    -webkit-animation: bgAnm linear 120s infinite;
            animation: bgAnm linear 120s infinite;
  }
}

@-webkit-keyframes bgAnm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -311px, 0;
  }
}

@keyframes bgAnm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -311px, 0;
  }
}
.p-mainarea {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:768px) {
  .p-mainarea {
    padding-bottom: 12.8vw;
  }
}
@media only screen and (min-width:769px) {
  .p-mainarea {
    padding-bottom: 3.4vw;
  }
}
.p-mainarea::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: -26vw;
  left: -50%;
  width: 200%;
  height: 79vw;
  z-index: 1;
  background: #d40517;
  -webkit-transform: rotate(-10deg) scaleX(0);
          transform: rotate(-10deg) scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (min-width:769px) {
  .p-mainarea::before {
    height: 51vw;
    bottom: -50vw;
  }
}
.is-load .p-mainarea::before {
  -webkit-transform: rotate(-10deg) scaleX(1);
  transform: rotate(-10deg) scaleX(1);
  -webkit-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.p-mainarea__logo {
  z-index: 2;
  width: 48.5%;
  max-width: 406px;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .p-mainarea__logo {
    padding-top: 12.5vw;
  }
}
@media only screen and (min-width:769px) {
  .p-mainarea__logo {
    padding-top: 1.5vw;
    width: 28.19%;
  }
}
.p-mainarea__logo::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44.5%;
  height: 100%;
  background: url(../img/garland_left_sp.png) no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width:769px) {
  .p-mainarea__logo::before {
    top: -2vw;
    width: 34.7%;
    background: url(../img/garland_left.png) no-repeat;
    background-size: contain;
  }
}
.is-load .p-mainarea__logo::before {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.p-mainarea__logo::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31.4%;
  height: 100%;
  background: url(../img/garland_right_sp.png) no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width:769px) {
  .p-mainarea__logo::after {
    top: -2.8vw;
    width: 30.5%;
    background: url(../img/garland_right.png) no-repeat;
    background-size: contain;
  }
}
.is-load .p-mainarea__logo::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.p-mainarea h1 {
  position: relative;
  z-index: 2;
  width: 58.6%;
  max-width: 438px;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .p-mainarea h1 {
    padding-top: 2.6vw;
  }
}
@media only screen and (min-width:769px) {
  .p-mainarea h1 {
    padding-top: 0.9vw;
    width: 30.8%;
  }
}
.p-mainarea__chara {
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.is-load .p-mainarea__chara {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
@media only screen and (max-width:768px) {
  .p-mainarea__chara {
    margin-top: -4.2vw;
  }
}
@media only screen and (min-width:769px) {
  .p-mainarea__chara {
    width: 91.3%;
    max-width: 1312px;
    margin: -2.7vw auto 0;
  }
}
.p-mainarea__day {
  position: relative;
  z-index: 4;
  width: 82.1%;
  max-width: 623px;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .p-mainarea__day {
    padding-top: 5.8vw;
  }
}
@media only screen and (min-width:769px) {
  .p-mainarea__day {
    width: 42.3%;
    max-width: 606px;
    margin: -1.5vw auto 0;
  }
}

.p-sctwrap {
  margin: 0 8%;
  padding: 48px 0 32px;
  text-align: left;
}
@media only screen and (min-width:769px) {
  .p-sctwrap {
    max-width: 918px;
    margin: auto;
    padding: 110px 0 60px;
  }
}
.p-sctwrap > h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width:769px) {
  .p-sctwrap > h2 {
    margin-bottom: 60px;
  }
}
.p-sctwrap > h2 img {
  height: 26px;
  width: auto;
}
@media only screen and (min-width:769px) {
  .p-sctwrap > h2 img {
    height: 44px;
    width: auto;
  }
}
.p-sctwrap__in-dl {
  position: relative;
  letter-spacing: 0.06em;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-sctwrap__in-dl.-campaign {
  display: block;
}
.p-sctwrap__in-dl.-campaign dt {
  display: block;
  margin-bottom: 12px;
}
@media only screen and (max-width:768px) {
  .p-sctwrap__in-dl.-campaign dt {
    min-width: 25.4%;
    padding: 7px 10px 8px;
  }
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl.-campaign dt {
    font-size: 16px;
    width: 100%;
    padding: 14px 10px 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width:768px) {
  .p-sctwrap__in-dl.-campaign dd {
    margin-top: 12px;
  }
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl.-campaign dd {
    width: 100%;
    font-size: 16px;
  }
}
.p-sctwrap__in-dl.-campaign dd .txt__in {
  margin-top: 0.7em;
  font-size: 80%;
}
.p-sctwrap__in-dl dt {
  display: inline-block;
  padding: 2px 10px 3px;
  color: #fff;
  background: #000;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-size: 3.2vw;
  border-radius: 2px;
  line-height: 1.2;
}
@media only screen and (max-width:768px) {
  .p-sctwrap__in-dl dt {
    min-width: 25.4%;
  }
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl dt {
    font-size: 16px;
    width: 138px;
    padding: 4px 10px 5px;
    margin-right: 40px;
  }
}
.p-sctwrap__in-dl dd {
  line-height: 1.7;
  font-size: 12px;
  font-size: 3.2vw;
}
@media only screen and (max-width:768px) {
  .p-sctwrap__in-dl dd {
    margin-top: 12px;
  }
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl dd {
    width: calc(100% - 178px);
    font-size: 16px;
  }
}
.p-sctwrap__in-dl dd .-attlist {
  margin-top: 8px;
  font-size: 10px;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl dd .-attlist {
    font-size: 11px;
  }
}
.p-sctwrap__in-dl dd .-attlist.-top {
  margin-top: 0;
}
.p-sctwrap__in-dl dd .-attlist > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-sctwrap__in-dl dd .-small {
  font-size: 10px;
  vertical-align: baseline;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl dd .-small {
    font-size: 11px;
  }
}
.p-sctwrap__in-dl dd a {
  color: #d40517;
  text-decoration: underline;
  vertical-align: baseline;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl dd a:hover {
    text-decoration: none;
  }
}
.p-sctwrap__in .-attlist > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in .-attlist > li {
    font-size: 11px;
  }
}
.p-sctwrap__in .-attlist > li a {
  color: #d40517;
  text-decoration: underline;
  vertical-align: baseline;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in .-attlist > li a:hover {
    text-decoration: none;
  }
}
.p-sctwrap__in .-att {
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in .-att {
    font-size: 11px;
  }
}
.p-sctwrap__in .-list > li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.p-sctwrap__in .-list > li + li {
  margin-top: 0.6em;
}
.p-sctwrap__in .-list > li a {
  color: #d40517;
  text-decoration: underline;
  vertical-align: baseline;
}
@media only screen and (min-width:769px) {
  .p-sctwrap__in .-list > li a:hover {
    text-decoration: none;
  }
}
.p-sctwrap__in .-list > li .-listinlist > li {
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.p-about__in-dl {
  padding: 20px 0;
}
@media only screen and (min-width:769px) {
  .p-about__in-dl {
    padding: 30px 0;
  }
}
.p-about__in-dl + dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-about__in-dl:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}

.p-stage__maparea {
  position: relative;
  max-width: 100%;
}
.p-about .p-stage__maparea {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width:768px) {
  .p-about .p-stage__maparea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-about .p-stage__maparea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-stage .p-stage__maparea {
  padding-bottom: 60px;
}
@media only screen and (max-width:768px) {
  .p-stage .p-stage__maparea {
    padding-bottom: 40px;
  }
}
.p-stage__maparea-list > li figure img {
  max-width: 100%;
}
.p-stage__maparea-list > li-btnarea {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-stage__maparea-list > li-btnarea {
    margin-top: 40px;
  }
}
.p-stage__maparea-list > li a {
  position: relative;
  display: block;
  width: 66.8%;
  height: 44px;
  margin: auto;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .p-stage__maparea-list > li a {
    width: 336px;
    height: 70px;
  }
  .p-stage__maparea-list > li a:hover {
    background: #d40517;
  }
}
.p-stage__maparea-list > li a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-stage__main {
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width:769px) {
  .p-stage__main {
    padding-top: 60px;
  }
}
.p-stage__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d40517;
  opacity: 0.3;
}
.p-stage__main h3 {
  color: #d40517;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-stage__main h3 strong {
  font-size: 22px;
  font-size: 5.8666666667vw;
  line-height: 1.2;
}
@media only screen and (min-width:769px) {
  .p-stage__main h3 strong {
    font-size: 34px;
  }
}
.p-stage__main h3 span {
  display: inline-block;
  margin-top: 4px;
  font-size: 10px;
}
@media only screen and (min-width:769px) {
  .p-stage__main h3 span {
    font-size: 19px;
  }
}
.p-stage__main-block_item {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_item {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.p-stage__main-block_cap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #fff;
  background: #d40517;
  letter-spacing: 0.06em;
  border-radius: 2px;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_cap {
    margin-bottom: 60px;
    padding: 20px;
    font-size: 20px;
  }
}
.p-stage__main-block_cap.-mini {
  margin-bottom: 20px;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_cap.-mini {
    margin-bottom: 30px;
  }
}
.p-stage__main-block_txtarea {
  margin-bottom: 40px;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_txtarea {
    margin-bottom: 60px;
  }
}
.p-stage__main-block_txtarea strong {
  font-weight: 700;
}
.p-stage__main-block_timetable > li {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(212, 5, 23, 0.3);
}
.p-stage__main-block_timetable > li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_timetable > li {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
.p-stage__main-block_timetable > li .time {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
  padding: 10px;
  font-size: 12px;
  font-size: 3.2vw;
  color: #fff;
  background: #000;
  letter-spacing: 0.06em;
  border-radius: 2px;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_timetable > li .time {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 10px 30px;
  }
}
.p-stage__main-block_timetable > li dl {
  padding-bottom: 14px;
}
@media only screen and (min-width:769px) {
  .p-stage__main-block_timetable > li dl {
    padding-bottom: 30px;
  }
}
.p-stage__main-block_timetable-attlist {
  margin-top: 20px;
}
.p-stage__sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 30px 6.3%;
  border: 2px solid rgba(212, 5, 23, 0.3);
  background: #fff;
}
@media only screen and (min-width:769px) {
  .p-stage__sub {
    margin-bottom: 80px;
    padding: 60px 84px;
  }
}
.p-stage__sub-cap {
  color: #d40517;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-stage__sub-cap {
    font-size: 26px;
  }
}
.p-stage__sub-lead {
  padding: 12px 0 20px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-stage__sub-lead {
    font-size: 18px;
  }
}
.p-stage__sub-btnarea {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-stage__sub-btnarea {
    margin-top: 40px;
  }
}
.p-stage__sub-btnarea a {
  position: relative;
  display: block;
  width: 66.8%;
  height: 44px;
  margin: auto;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .p-stage__sub-btnarea a {
    width: 336px;
    height: 70px;
  }
  .p-stage__sub-btnarea a:hover {
    background: #d40517;
  }
}
.p-stage__sub-btnarea a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-stage__sub-btnarea .-att {
  margin-top: 8px;
}
.p-stage__sub .p-sctwrap__in-dl + .p-sctwrap__in-dl {
  margin-top: 30px;
}
.p-stage__sub .p-sctwrap__in-dl strong {
  color: #d40517;
  font-weight: 700;
}
.p-stage__sub .p-sctwrap__in-dl ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-stage__contact {
  border-top: 1px solid rgba(212, 5, 23, 0.3);
}
.p-stage__contact-dl {
  margin-top: 25px;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media only screen and (min-width:769px) {
  .p-stage__contact-dl {
    font-size: 16px;
    margin-top: 50px;
  }
}
.p-stage__contact-dl dt {
  color: #d40517;
}
.p-stage__contact-dl dd a {
  color: #d40517;
}
@media only screen and (min-width:769px) {
  .p-stage__contact-dl dd a:hover {
    text-decoration: none;
  }
}

.p-ticket__main + .p-ticket__main {
  margin-top: 60px;
}
@media only screen and (max-width:768px) {
  .p-ticket__main + .p-ticket__main {
    margin-top: 30px;
  }
}
.p-ticket__main-cap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #fff;
  background: #d40517;
  letter-spacing: 0.06em;
}
@media only screen and (min-width:769px) {
  .p-ticket__main-cap {
    padding: 20px;
    font-size: 20px;
  }
}
.p-ticket__main dl {
  position: relative;
  padding: 20px 0;
}
@media only screen and (min-width:769px) {
  .p-ticket__main dl {
    padding: 30px 0;
  }
}
.p-ticket__main dl + dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-ticket__main dl:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-ticket__main dl dd .-inlist {
  padding-left: 1em;
  text-indent: -1em;
}
.p-ticket__main dl dd .-inlist strong {
  font-weight: bold;
  vertical-align: baseline;
}
.p-ticket__main-btn {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-ticket__main-btn {
    margin-top: 30px;
  }
}
.p-ticket__main-btn a {
  position: relative;
  display: block;
  width: 66.8%;
  height: 44px;
  margin: auto;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .p-ticket__main-btn a {
    width: 336px;
    height: 70px;
  }
  .p-ticket__main-btn a:hover {
    background: #d40517;
  }
}
.p-ticket__main-btn a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-ticket__main-attlist {
  margin-top: 18px;
}
@media only screen and (min-width:769px) {
  .p-ticket__main-attlist {
    margin-top: 40px;
  }
}

.p-goods__info dl {
  position: relative;
  padding: 20px 0;
}
@media only screen and (min-width:769px) {
  .p-goods__info dl {
    padding: 30px 0;
  }
}
.p-goods__info dl + dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-goods__info dl:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-goods__online {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 30px 6.3%;
  border: 2px solid rgba(212, 5, 23, 0.3);
  background: #fff;
}
@media only screen and (min-width:769px) {
  .p-goods__online {
    margin-bottom: 80px;
    padding: 60px 84px;
  }
}
.p-goods__online-cap {
  color: #d40517;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-goods__online-cap {
    font-size: 26px;
  }
}
.p-goods__online-lead {
  padding: 12px 0 20px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-goods__online-lead {
    font-size: 18px;
  }
}
.p-goods__online-btnarea {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-goods__online-btnarea {
    margin-top: 40px;
  }
}
.p-goods__online-btnarea a {
  position: relative;
  display: block;
  width: 66.8%;
  height: 44px;
  margin: auto;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .p-goods__online-btnarea a {
    width: 336px;
    height: 70px;
  }
  .p-goods__online-btnarea a:hover {
    background: #d40517;
  }
}
.p-goods__online-btnarea a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-goods__online-btnarea .-att {
  margin-top: 8px;
}
.p-goods__goodslist-cap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #fff;
  background: #d40517;
  letter-spacing: 0.06em;
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-cap {
    padding: 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-goods__goodslist-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 30px 9.5%;
  border: 1px solid rgba(212, 5, 23, 0.3);
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list > li {
    width: 47.9%;
    padding: 40px;
  }
  .p-goods__goodslist-list > li:nth-child(even) {
    margin-left: 4.2%;
  }
}
.p-goods__goodslist-list > li figure {
  position: relative;
}
.p-goods__goodslist-list > li .name {
  margin-top: 16px;
  font-size: 12px;
  font-size: 3.2vw;
  color: #d40517;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list > li .name {
    font-size: 17px;
  }
}
.p-goods__goodslist-list > li .price {
  font-size: 12px;
  font-size: 3.2vw;
  color: #d40517;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list > li .price {
    font-size: 17px;
  }
}
.p-goods__goodslist-list > li .price span {
  font-size: 80%;
}
.p-goods__goodslist-list > li .txt {
  margin-top: 10px;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list > li .txt {
    font-size: 15px;
  }
}
.p-goods__goodslist-list > li .detail {
  margin-top: 16px;
  letter-spacing: 0.06em;
  font-size: 10px;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list > li .detail {
    font-size: 12px;
  }
}
.p-goods__goodslist-list > li .limit {
  margin-top: 12px;
  color: #d40517;
  letter-spacing: 0.06em;
  font-size: 10px;
  text-align: right;
}
@media only screen and (min-width:769px) {
  .p-goods__goodslist-list > li .limit {
    font-size: 15px;
  }
}

.p-booth__main-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 6.9%;
  background: #f3f3f3;
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
}
.p-booth__main-list > li + li {
  margin-top: 24px;
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li + li {
    margin-top: 40px;
  }
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li .imgarea {
    width: 188px;
  }
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li .txtarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 188px);
    padding-left: 30px;
  }
}
.p-booth__main-list > li .txtarea .name {
  padding-top: 16px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li .txtarea .name {
    font-size: 16px;
  }
}
.p-booth__main-list > li .txtarea .txt {
  padding-top: 8px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li .txtarea .txt {
    font-size: 14px;
  }
}
.p-booth__main-list > li .txtarea .txt a {
  color: #d40517;
}
@media only screen and (min-width:769px) {
  .p-booth__main-list > li .txtarea .txt a:hover {
    text-decoration: none;
  }
}

.p-bddvd__cont + .p-bddvd__cont {
  margin-top: 100px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__cont + .p-bddvd__cont {
    margin-top: 50px;
  }
}
.p-bddvd__cont h4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #fff;
  background: #d40517;
  letter-spacing: 0.06em;
}
@media only screen and (min-width:769px) {
  .p-bddvd__cont h4 {
    padding: 20px;
    font-size: 20px;
  }
}
.p-bddvd__main-head {
  text-align: center;
}
.p-bddvd__main-head h3 {
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.3;
  font-size: 34px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-head h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-bddvd__main-head .txt_release {
  color: #d40517;
  margin-top: 10px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-head .txt_release {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-bddvd__main-info {
  margin: 30px auto;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info {
    margin-top: 20px;
  }
}
.p-bddvd__main-info .imgarea {
  margin: auto;
}
.p-bddvd__main-info .imgarea .jk {
  max-width: 320px;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .imgarea .jk {
    width: 42.6vw;
  }
}
.p-bddvd__main-info .imgarea .btn_buy {
  margin-top: 20px;
}
.p-bddvd__main-info .imgarea .btn_buy a {
  position: relative;
  display: block;
  width: 66.8vw;
  height: 44px;
  margin: auto;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  -webkit-transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .imgarea .btn_buy a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media only screen and (min-width:769px) {
  .p-bddvd__main-info .imgarea .btn_buy a {
    width: 336px;
    height: 70px;
  }
  .p-bddvd__main-info .imgarea .btn_buy a:hover {
    background: #d40517;
  }
  .p-bddvd__main-info .imgarea .btn_buy a:hover::after {
    width: 30px;
    background: #000;
  }
}
.p-bddvd__main-info .imgarea .btn_buy a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 2px;
  background: #d40517;
  -webkit-transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1), width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1), width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-bddvd__main-info .imgarea .btn_buy a span {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: baseline;
}
.p-bddvd__main-info .main_txt {
  margin-top: 60px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .main_txt {
    margin-top: 30px;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl {
  margin-bottom: 40px;
}
.p-bddvd__main-info .main_txt .main_detail dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
  padding: 10px;
  font-size: 12px;
  font-size: 3.2vw;
  color: #fff;
  background: #000;
  letter-spacing: 0.06em;
  border-radius: 2px;
}
@media only screen and (min-width:769px) {
  .p-bddvd__main-info .main_txt .main_detail dl dt {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 15px;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd {
  padding: 0 15px;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .limit {
  position: relative;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .limit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d40517;
  opacity: 0.3;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .limit > li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .limit > li + li {
  margin-top: 4px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .limit > li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .limit > li .txt__in {
  text-indent: 0;
  font-size: 90%;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .limit > li small {
  font-size: 80%;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block + .dd_block {
  margin-top: 30px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .dd_block + .dd_block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 5, 23, 0.3);
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .cap {
  color: #d40517;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .cap {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .cap small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt > li .txt__in {
  text-indent: 0;
  font-size: 90%;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt > li .label {
  display: inline-block;
  width: 148px;
  color: #fff;
  background: #000;
  margin-right: 1em;
  margin-top: 10px;
  text-align: center;
  vertical-align: baseline;
  padding: 3px 0 5px;
  line-height: 1;
  text-indent: 0;
}
@media only screen and (max-width:768px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt > li .label {
    width: 33.3vw;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .dd_block .txt > li small {
  font-size: 80%;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .att {
  margin-top: 8px;
  font-size: 10px;
}
@media only screen and (min-width:769px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .att {
    font-size: 11px;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .-attlist {
  margin-top: 8px;
  font-size: 10px;
}
@media only screen and (min-width:769px) {
  .p-bddvd__main-info .main_txt .main_detail dl dd .-attlist {
    font-size: 11px;
  }
}
.p-bddvd__main-info .main_txt .main_detail dl dd .-attlist.-top {
  margin-top: 0;
}
.p-bddvd__main-info .main_txt .main_detail dl dd .-attlist > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width:769px) {
  .p-bddvd__shop .shop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-bddvd__shop .shop_list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 30px 9.5%;
  border: 1px solid rgba(212, 5, 23, 0.3);
}
@media only screen and (min-width:769px) {
  .p-bddvd__shop .shop_list > li {
    width: 47.9%;
    padding: 40px;
  }
  .p-bddvd__shop .shop_list > li:nth-child(even) {
    margin-left: 4.2%;
  }
}
.p-bddvd__shop .shop_list > li figure {
  position: relative;
}
.p-bddvd__shop .shop_list > li .label {
  margin-top: 16px;
  font-size: 12px;
  font-size: 3.2vw;
  color: #d40517;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-bddvd__shop .shop_list > li .label {
    font-size: 17px;
  }
}
.p-bddvd__shop .shop_list > li .label span {
  font-size: 70%;
}
.p-bddvd__shop .shop_list > li .in_name {
  margin-top: 3px;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media only screen and (min-width:769px) {
  .p-bddvd__shop .shop_list > li .in_name {
    font-size: 15px;
  }
}
.p-bddvd__shop-common .novelty_img {
  max-width: 514px;
  margin: 30px auto;
}
@media only screen and (max-width:768px) {
  .p-bddvd__shop-common .novelty_img {
    width: 68.5vw;
    margin-top: 20px;
  }
}
.p-bddvd__shop-common_detail {
  margin-top: 60px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__shop-common_detail {
    margin-top: 20px;
  }
}
.p-bddvd__shop-common_detail h5 {
  color: #d40517;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width:768px) {
  .p-bddvd__shop-common_detail h5 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-bddvd__shop-common_detail dl {
  margin-top: 20px;
}
@media only screen and (min-width:769px) {
  .p-bddvd__shop-common_detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width:768px) {
  .p-bddvd__shop-common_detail dl {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-bddvd__shop-common_detail dl dt {
  width: 148px;
  color: #fff;
  background: #000;
  text-align: center;
  vertical-align: baseline;
  padding: 3px 0 5px;
  line-height: 1;
  text-indent: 0;
}
.p-bddvd__shop-common_detail dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (min-width:769px) {
  .p-bddvd__shop-common_detail dl dd {
    padding-left: 1em;
    width: calc(100% - 148px);
  }
}
@media only screen and (max-width:768px) {
  .p-bddvd__shop-common_detail dl dd {
    margin-top: 8px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-bddvd__shop .-attlist {
  margin-top: 40px;
}
@media only screen and (max-width:768px) {
  .p-bddvd__shop .-attlist {
    margin-top: 20px;
  }
}

.l-footer {
  position: relative;
  margin-top: 60px;
  padding: 25px 0 50px;
  text-align: center;
  color: #fff;
  background: #000;
}
@media only screen and (min-width:769px) {
  .l-footer {
    padding: 164px 0 60px;
  }
}
@media only screen and (min-width:769px) {
  .l-footer .-pcright {
    position: absolute;
    top: 40px;
    right: 40px;
    max-width: 50%;
  }
}
.l-footer__official {
  width: 84%;
  margin: auto;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .l-footer__official {
    position: absolute;
    top: 40px;
    left: 42px;
    width: 220px;
  }
}
@media only screen and (min-width:769px) {
  .l-footer__official:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width:769px) {
  .l-footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__share-head {
  margin: 28px auto 18px;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.2em;
}
@media only screen and (min-width:769px) {
  .l-footer__share-head {
    display: inline-block;
    font-size: 11px;
    text-align: right;
    margin: 6px 15px 0 0;
  }
}
.l-footer__share-list {
  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;
}
.l-footer__share-list > li {
  margin: 0 5.3%;
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li {
    margin: 0 15px;
  }
  .l-footer__share-list > li:last-child {
    margin-right: 0;
  }
}
.l-footer__share-list > li a {
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li a:hover {
    opacity: 0.6;
  }
}
.l-footer__share-list > li a img {
  height: 34px;
  width: auto;
}
@media only screen and (min-width:769px) {
  .l-footer__share-list > li a img {
    height: 24px;
    width: auto;
  }
}
.l-footer__nav {
  margin: 38px 0 48px;
  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;
}
@media only screen and (min-width:769px) {
  .l-footer__nav {
    margin: 22px 0 0;
  }
}
.l-footer__nav > li {
  margin: 0 1.8%;
}
@media only screen and (min-width:769px) {
  .l-footer__nav > li {
    margin: 0 0 0 14px;
    font-size: 11px;
  }
}
.l-footer__nav > li a {
  color: #fff;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width:769px) {
  .l-footer__nav > li a:hover {
    opacity: 0.6;
  }
}
.l-footer__legal, .l-footer__copy {
  font-size: 7px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.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 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -25px;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.slick-next {
  right: -25px;
}
.slick-next:hover:before, .slick-next:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
  color: #fff;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
  z-index: 5;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  z-index: 5;
}
.slick-dots li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #d40517;
  background-size: contain;
  padding: 0;
  width: 8px;
  height: 8px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  opacity: 0.4;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  outline: none;
}

@media screen and (max-width: 1000px) {
  .slick-dots li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
[data-mode=chara1] .slick-dots li button:hover, [data-mode=chara1] .slick-dots li button:focus {
  background: #ff7fb8;
}

[data-mode=chara2] .slick-dots li button:hover, [data-mode=chara2] .slick-dots li button:focus {
  background: #a05ed9;
}

[data-mode=chara3] .slick-dots li button:hover, [data-mode=chara3] .slick-dots li button:focus {
  background: #2dbedb;
}

.slick-dots li.slick-active button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

[data-mode=chara1] .slick-dots li.slick-active button {
  background: #ff7fb8;
}

[data-mode=chara2] .slick-dots li.slick-active button {
  background: #a05ed9;
}

[data-mode=chara3] .slick-dots li.slick-active button {
  background: #2dbedb;
}

textarea, select, .slick-slide {
  outline: none;
}

@media screen and (max-width: 1000px) {
  .slick-initialized .slick-slide {
    height: auto;
  }
}
.slide-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
}
.slide-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}
.slide-dots li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #fff;
  background-size: contain;
  padding: 0;
  padding-bottom: 1px;
  width: 14px;
  height: 14px;
  color: transparent;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .slide-dots {
    bottom: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .slide-dots li {
    margin-left: 4px;
  }
}
[data-mode=chara1] .slide-dots li button {
  color: #ff7fb8;
}

[data-mode=chara2] .slide-dots li button {
  color: #a05ed9;
}

[data-mode=chara3] .slide-dots li button {
  color: #2dbedb;
}

@media screen and (max-width: 1000px) {
  .slide-dots li button {
    width: 6px;
    height: 6px;
  }
}
.slide-dots li button:hover, .slide-dots li button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  outline: none;
  color: #ffffff;
}

[data-mode=chara1] .slide-dots li button:hover, [data-mode=chara1] .slide-dots li button:focus {
  background: #ff7fb8;
}

[data-mode=chara2] .slide-dots li button:hover, [data-mode=chara2] .slide-dots li button:focus {
  background: #a05ed9;
}

[data-mode=chara3] .slide-dots li button:hover, [data-mode=chara3] .slide-dots li button:focus {
  background: #2dbedb;
}

.slide-dots li.slick-active button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #ffffff;
}

[data-mode=chara1] .slide-dots li.slick-active button {
  background: #ff7fb8;
}

[data-mode=chara2] .slide-dots li.slick-active button {
  background: #a05ed9;
}

[data-mode=chara3] .slide-dots li.slick-active button {
  background: #2dbedb;
}

.p-bddvd__limited_list li .movie {
  margin: 0.6em 0 1em;
}
.p-bddvd__limited_list li .movie .movie_in {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-bddvd__limited_list li .movie .movie_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1001px) {
  .p-bddvd__limited_list li .movie {
    max-width: 60%;
  }
}




.p-sctwrap__in-dl.-campaign dd .txtarea {
  padding-top: .6em;
  color: #d40517;
}
.p-sctwrap__in-dl.-campaign dd .txt__in {
  color: #000;
}

@media only screen and (min-width:769px) {
  .p-sctwrap__in-dl.-campaign dd {
    display: flex;
  }
  .p-sctwrap__in-dl.-campaign dd .imgarea {
    width: 300px;
  }
  .p-sctwrap__in-dl.-campaign dd .txtarea {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 17px;
  }
}