@charset "UTF-8";
/*================ SETTINGS ================*/
/* --------------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: "Sentinel-MediumItalic";
  src: url("../fonts/sentinel.eot");
  src: url("../fonts/sentinel.eot?#iefix") format("embedded-opentype"), url("../fonts/sentinel.woff2") format("woff2"), url("../fonts/sentinel.woff") format("woff");
}
/* --------------------------------------------------------------------------
Colors
-----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
その他
-----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
  General
-----------------------------------------------------------------------------*/
.primary-content {
  padding-left: 0;
  padding-right: 0;
}

.content-wrap {
  width: 100%;
  margin: 0;
  font-feature-settings: "palt";
  overflow: hidden;
}

.content-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-up-trigger {
  opacity: 0;
}

.delay-02 {
  animation-delay: 0.2s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------------------------------------------------
LP
-----------------------------------------------------------------------------*/
.lp-btn {
  padding: 0;
}
.lp-btn a {
  display: block;
  width: 500px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto 0 auto;
  padding: 31px 0;
  background-color: #FB48C4;
  border: 2px solid #FB48C4;
}
@media screen and (max-width: 750px) {
  .lp-btn a {
    width: 66.6666666667%;
    font-size: 15px;
    font-size: 4vw;
    padding: 4.1333333333% 0% 4.1333333333% 0%;
  }
}
.lp-btn a:hover {
  color: #FB48C4;
  background-color: #FFF;
  border: 2px solid #FB48C4;
}
.lp-btn-mini a {
  line-height: 1.1;
  margin: 0 auto 40px auto;
  padding: 13px 0;
}
@media screen and (max-width: 750px) {
  .lp-btn-mini a {
    padding: 1.7333333333% 0% 1.7333333333% 0%;
  }
}
.lp-btn-blue a {
  line-height: 1.1;
  margin: 0 auto 40px auto;
  background-color: #00b6ec;
  border: 2px solid #00b6ec;
}
@media screen and (max-width: 750px) {
  .lp-btn-blue a {
    margin-bottom: 5.3333333333%;
  }
}
.lp-btn-blue a:hover {
  color: #00b6ec;
  background-color: #FFF;
  border: 2px solid #00b6ec;
}
.lp-btn-blue-mini a {
  line-height: 1.1;
  margin: 0 auto 40px auto;
  background-color: #00b6ec;
  border: 2px solid #00b6ec;
  padding: 13px 0;
}
@media screen and (max-width: 750px) {
  .lp-btn-blue-mini a {
    padding: 1.7333333333% 0% 1.7333333333% 0%;
  }
}
.lp-btn-blue-mini a:hover {
  color: #00b6ec;
  background-color: #FFF;
  border: 2px solid #00b6ec;
}
.lp-btn-blue-mt30mb120 a {
  line-height: 1.1;
  margin: 30px auto 120px;
  background-color: #00b6ec;
  border: 2px solid #00b6ec;
}
@media screen and (max-width: 750px) {
  .lp-btn-blue-mt30mb120 a {
    margin-top: 4%;
    margin-bottom: 16%;
  }
}
.lp-btn-blue-mt30mb120 a:hover {
  color: #00b6ec;
  background-color: #FFF;
  border: 2px solid #00b6ec;
}
.lp-btn span {
  font-size: 0.7em;
}

.lp-event-all_fv {
  background-color: #f1d0ff;
  padding: 40px 0 42px 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_fv {
    padding: 5.3333333333% 0% 5.6% 0%;
  }
}
.lp-event-all_fv .fv-lead {
  width: 210px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_fv .fv-lead {
    width: 28%;
    margin-bottom: 3.2%;
  }
}
.lp-event-all_fv .fv-logo {
  width: 480px;
  height: auto;
  margin: 0 auto 28px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_fv .fv-logo {
    width: 64%;
    margin-bottom: 3.7333333333%;
  }
}
.lp-event-all_fv .fv-text {
  width: 630px;
  font-size: 30px;
  font-weight: bold;
  color: #FB48C4;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: auto auto auto auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_fv .fv-text {
    width: 84%;
    font-size: 15px;
    font-size: 4vw;
  }
}

.lp-event-all_kv {
  background-color: #f1d0ff;
  background-image: url("../img/fv_bg.png?$staticlink$");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100%;
}
.lp-event-all_kv .kv-inner {
  width: 750px;
  margin: auto auto auto auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_kv .kv-inner {
    width: 100%;
  }
}

.lp-event-all_lead {
  background-color: #FFF;
  padding: 0 0 55px 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_lead {
    padding: 0% 0% 7.3333333333% 0%;
  }
}
.lp-event-all_lead .lead-head {
  width: 630px;
  font-size: 50px;
  color: #FB48C4;
  text-align: center;
  line-height: 1.30;
  letter-spacing: 0.05em;
  margin: 50px auto 30px auto;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_lead .lead-head {
    width: 84%;
    margin-top: 6.6666666667%;
    margin-bottom: 4%;
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.lp-event-all_lead .lead-text {
  width: 630px;
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.12em;
  margin: auto auto 20px auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_lead .lead-text {
    width: 84%;
    margin-bottom: 2.6666666667%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.lp-event-all_menu {
  background-color: #F5EC37;
}
.lp-event-all_menu .menu-inner {
  padding: 59px 0 58px 61px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu .menu-inner {
    padding: 7.8666666667% 0% 7.7333333333% 8.1333333333%;
  }
}
.lp-event-all_menu h2 {
  color: #FB48C4;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu h2 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.lp-event-all_menu ul {
  margin-top: 57px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu ul {
    margin-top: 7.6%;
  }
}
.lp-event-all_menu ul li {
  position: relative;
  line-height: 1.4;
  padding-left: 49px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu ul li {
    padding-left: 6.5333333333%;
    margin-bottom: 2%;
  }
}
.lp-event-all_menu ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 19px;
  left: 0;
  width: 30px;
  height: 16px;
  background: url("../img/menu_arrow.png?$staticlink$") 0 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu ul li::before {
    top: 2.5333333333vw;
    width: 4vw;
    height: 2.133vw;
  }
}
.lp-event-all_menu ul li a {
  color: #5B5D63;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.lp-event-all_menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu ul li a {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.lp-event-all_menu ul li a p {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu ul li a p {
    margin-top: 2%;
  }
}
.lp-event-all_menu .small {
  font-size: 0.78em;
}
.lp-event-all_menu .pink-tag {
  font-size: 20px;
  color: #FFF;
  background-color: #FB48C4;
  margin-left: 10px;
  padding: 1px 5px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .lp-event-all_menu .pink-tag {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-left: 1.3333333333%;
    padding: 0.1333333333% 0.6666666667% 0.1333333333% 0.6666666667%;
  }
}

.lp-event-all_sm {
  background-color: #E6F4FD;
  padding: 90px 0 90px 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm {
    padding: 12% 0% 12% 0%;
  }
}
.lp-event-all_sm .sm-head-h2 {
  width: 574px;
  text-align: center;
  margin: 0 auto 37px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-head-h2 {
    width: 76.5333333333%;
    margin-bottom: 4.9333333333%;
  }
}
.lp-event-all_sm .sm-head-h3 {
  font-size: 50px;
  color: #00b6ec;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 43px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-head-h3 {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-bottom: 5.7333333333%;
  }
}
.lp-event-all_sm .sm-head-h3-small {
  display: inline-block;
  font-size: 0.8em;
  padding-top: 13px;
  padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-head-h3-small {
    padding-top: 1.7333333333%;
    padding-bottom: 0.5333333333%;
  }
}
.lp-event-all_sm .sm-lead {
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.10em;
  margin-bottom: 82px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-lead {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 10.9333333333%;
  }
}
.lp-event-all_sm .sm-text-box {
  width: 630px;
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.12em;
  margin: 0 auto 70px auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-text-box {
    width: 84%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333%;
  }
}
.lp-event-all_sm .sm-product-photo {
  width: 240px;
  margin: 0 auto 22px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-photo {
    width: 32%;
    margin-bottom: 2.9333333333%;
  }
}
.lp-event-all_sm .sm-product-plus {
  width: 629px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-plus {
    width: 83.8666666667%;
    margin-bottom: 6.6666666667%;
  }
}
.lp-event-all_sm .sm-product-name {
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-name {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 5.8666666667%;
  }
}
.lp-event-all_sm .sm-product-name-narrow {
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-name-narrow {
    margin-bottom: 4.6666666667%;
  }
}
.lp-event-all_sm .sm-product-name-wide {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-name-wide {
    margin-bottom: 12%;
  }
}
.lp-event-all_sm .sm-product-type {
  font-size: 34px;
  font-weight: bold;
  color: #5B5D63;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-type {
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin-bottom: 4%;
  }
}
.lp-event-all_sm .sm-product-type-wide {
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_sm .sm-product-type-wide {
    margin-bottom: 5.8666666667%;
  }
}

.lp-event-all_e1 {
  background-color: #FFF;
  padding: 60px 0 90px 0;
  background-image: url("../img/e1_bg_pc.png?$staticlink$");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 {
    padding: 8% 0% 12% 0%;
    background-image: url("../img/e1_bg_sp.png?$staticlink$");
    background-repeat: repeat;
    background-position: center top;
    background-size: contain;
  }
}
.lp-event-all_e1 .e1-icon {
  width: 149px;
  margin: 0 auto 33px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-icon {
    width: 19.8666666667%;
    margin-bottom: 4.4%;
  }
}
.lp-event-all_e1 .e1-head-extxt {
  color: #5B5D63;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-head-extxt {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 4%;
  }
}
.lp-event-all_e1 .e1-head-h2 {
  font-size: 50px;
  color: #C76BFF;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-head-h2 {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-bottom: 4.9333333333%;
  }
}
.lp-event-all_e1 .e1-head-h3 {
  width: 200px;
  margin: 0 auto 18px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-head-h3 {
    width: 26.6666666667%;
    margin-bottom: 2.4%;
  }
}
.lp-event-all_e1 .e1-banner {
  width: 630px;
  margin: 0 auto 47px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-banner {
    width: 84%;
    margin-bottom: 6.2666666667%;
  }
}
.lp-event-all_e1 .e1-text-box {
  width: 630px;
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.12em;
  margin: 0 auto 78px auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-text-box {
    width: 84%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 10.4%;
  }
}
.lp-event-all_e1 .e1-text-box-center {
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-text-box-center {
    margin-bottom: 3.6%;
  }
}
.lp-event-all_e1 .e1-list {
  width: 630px;
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.12em;
  margin: 0 auto 78px auto;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .e1-list {
    width: 84%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 10.4%;
    padding: 0% 0% 0% 3.7333333333%;
  }
}
.lp-event-all_e1 .e1-list li {
  list-style: disc;
}
.lp-event-all_e1 .lp-btn-mini a {
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e1 .lp-btn-mini a {
    margin-bottom: 4%;
  }
}

.lp-event-all_e2 {
  background-color: #FACCE9;
  padding: 60px 0 90px 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 {
    padding: 8% 0% 12% 0%;
  }
}
.lp-event-all_e2 .e2-icon {
  width: 149px;
  margin: 0 auto 33px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-icon {
    width: 19.8666666667%;
    margin-bottom: 4.4%;
  }
}
.lp-event-all_e2 .e2-head-h2 {
  font-size: 50px;
  color: #FB48C4;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-head-h2 {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-bottom: 4.9333333333%;
  }
}
.lp-event-all_e2 .e2-head-h3 {
  width: 630px;
  margin: 120px auto 29px auto;
  padding: 17px 0 17px 0;
  background-color: #FB48C4;
  border-radius: 60px;
  font-size: 34px;
  color: #D6EEFD;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-head-h3 {
    font-size: 17px;
    font-size: 4.5333333333vw;
    width: 84%;
    margin-top: 16%;
    margin-bottom: 3.8666666667%;
    padding: 2.2666666667% 0% 2.2666666667% 0%;
    border-radius: 30px;
  }
}
.lp-event-all_e2 .e2-head-h3-lead {
  font-size: 40px;
  font-weight: bold;
  color: #FB48C4;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-head-h3-lead {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 2%;
  }
}
.lp-event-all_e2 .logo-drunkjumbo {
  width: 630px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .logo-drunkjumbo {
    width: 84%;
    margin-bottom: 5.3333333333%;
  }
}
.lp-event-all_e2 .list-drunkjumbo {
  color: #FB48C4;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .list-drunkjumbo {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.lp-event-all_e2 .list-drunkjumbo ul {
  display: inline-block;
}
.lp-event-all_e2 .list-drunkjumbo li {
  text-align: left;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .list-drunkjumbo li {
    margin-bottom: 3.3333333333%;
  }
}
.lp-event-all_e2 .list-drunkjumbo li span {
  width: 95px;
  color: #FFF;
  background-color: #FB48C4;
  display: inline-block;
  text-align: center;
  margin-right: 25px;
  padding: 2px 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .list-drunkjumbo li span {
    width: 24%;
    margin-right: 4%;
    padding: 0.2666666667% 0% 0.2666666667% 0%;
  }
}
.lp-event-all_e2 .e2-banner {
  width: 630px;
  margin: 0 auto 47px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-banner {
    width: 84%;
    margin-bottom: 6.2666666667%;
  }
}
.lp-event-all_e2 .e2-text-box {
  width: 630px;
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.12em;
  margin: 0 auto 82px auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-text-box {
    width: 84%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 10.9333333333%;
  }
}
.lp-event-all_e2 .e2-text-box-center {
  text-align: center;
}
.lp-event-all_e2 .e2-text-box-mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-text-box-mb10 {
    margin-bottom: 1.3333333333%;
  }
}
.lp-event-all_e2 .e2-text-box-mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-text-box-mt30 {
    margin-top: 4%;
  }
}
.lp-event-all_e2 .e2-text-box-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-text-box-mb30 {
    margin-bottom: 4%;
  }
}
.lp-event-all_e2 .e2-text-box-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-text-box-mb40 {
    margin-bottom: 5.3333333333%;
  }
}
.lp-event-all_e2 .e2-product-ttl {
  text-align: center;
  color: #FB48C4;
  font-size: 45px;
  line-height: calc(65 / 45);
  margin-top: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-ttl {
    font-size: 22.5px;
    font-size: 6vw;
    margin-top: 12%;
    margin-bottom: 8%;
  }
}
.lp-event-all_e2 .e2-product-photo {
  width: 630px;
  margin: 0 auto 21px auto;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-photo {
    width: 84%;
    margin-bottom: 2.8%;
  }
}
.lp-event-all_e2 .e2-product-name {
  font-size: 40px;
  font-weight: bold;
  color: #5B5D63;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-name {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.lp-event-all_e2 .e2-product-name-asa {
  color: #FF6B1E;
}
.lp-event-all_e2 .e2-product-name-yoru {
  color: #C76BFF;
}
.lp-event-all_e2 .e2-product-name-littles {
  color: #1CBCFF;
}
.lp-event-all_e2 .e2-product-name .lead {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-name .lead {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.lp-event-all_e2 .e2-product-name .sub {
  display: block;
  margin-top: -5px;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-name .sub {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: -0.6666666667%;
  }
}
.lp-event-all_e2 .e2-product-price {
  font-size: 30px;
  line-height: calc(55 / 30);
  font-weight: bold;
  text-align: center;
  color: #5B5D63;
  letter-spacing: 0.06em;
  margin: 15px auto 20px;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-price {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2%;
    margin-bottom: 2.6666666667%;
  }
}
.lp-event-all_e2 .e2-product-text {
  width: 630px;
  font-size: 28px;
  font-weight: bold;
  color: #5B5D63;
  text-align: left;
  line-height: 1.79;
  letter-spacing: 0.12em;
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 750px) {
  .lp-event-all_e2 .e2-product-text {
    width: 84%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 4%;
  }
}

.detail-tw {
  color: #5B5D63;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .detail-tw {
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
.detail-tw-ttl {
  font-size: 33px;
  line-height: calc(65 / 33);
  position: relative;
  padding-left: 63px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .detail-tw-ttl {
    font-size: 16.5px;
    font-size: 4.4vw;
    padding-left: 8.4%;
  }
}
.detail-tw-ttl::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 8px;
  left: 0;
  width: 53px;
  height: 44px;
  background: url("../img/icon-big-tw.png") 0 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .detail-tw-ttl::before {
    top: 1.0666666667vw;
    width: 7.0666666667vw;
    height: 5.8666666667vw;
  }
}
.detail-tw-link {
  font-size: 30px;
  line-height: calc(55 / 30);
  margin-top: -15px;
}
@media screen and (max-width: 750px) {
  .detail-tw-link {
    font-size: 15px;
    font-size: 4vw;
    margin-top: -2%;
  }
}
.detail-tw-link a {
  color: #FB48C4;
  text-decoration: none;
  letter-spacing: -0.01em;
  border-bottom: 2px solid #FB48C4;
  padding-bottom: 2px;
}

.detail-live {
  margin-bottom: -90px;
}
@media screen and (max-width: 750px) {
  .detail-live {
    margin-bottom: -12%;
  }
}
.detail-live-box {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .detail-live-box {
    margin-bottom: 12%;
  }
}
.detail-live-box .box-date {
  color: #5B5D63;
  width: 630px;
  font-size: 40px;
  font-weight: bold;
  line-height: calc(65 / 40);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .detail-live-box .box-date {
    width: 84%;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.detail-live-box .box-date span {
  font-size: 33px;
  width: 130px;
  color: #E6F4FD;
  background-color: #FB48C4;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 2px 0;
  line-height: calc(43 / 33);
}
@media screen and (max-width: 750px) {
  .detail-live-box .box-date span {
    font-size: 16.5px;
    font-size: 4.4vw;
    width: 18.6666666667%;
    margin-right: 2%;
    padding: 0.6666666667% 0% 0.6666666667% 0%;
  }
}
.detail-live-box h3 {
  width: 630px;
  font-size: 40px;
  color: #FB48C4;
  text-align: left;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .detail-live-box h3 {
    width: 84%;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667%;
    margin-bottom: 5.3333333333%;
  }
}
.detail-live-box h3 + p {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .detail-live-box h3 + p {
    width: 84%;
  }
}
.detail-live-box .box-name {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #FB48C4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .detail-live-box .box-name {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 4%;
  }
}
.detail-live-box .box-name span {
  font-size: 34px;
  line-height: calc(65 / 34);
}
@media screen and (max-width: 750px) {
  .detail-live-box .box-name span {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
