@charset "UTF-8";

#event {
  background: url(../img/common/yellow_bg.jpg) repeat;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(211, 156, 198, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.block {
  margin-top: -100px;
  padding-top: 100px;
}

.btn_hover {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 3px #ff6698;
  border-radius: 20px;
  color: #ff6698;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.2;
  text-align: center;
  width: 100%;
}

.btn_hover:hover {
  background-color: #ff6698;
  color: #fff;
}

.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.pink {
  color: #ff6698;
}

.purple {
  color: #d39cc6;
}

.lp_stage {
  margin: auto;
  width: 100%;
}

.lp_stage .lp_header {
  background: #ffa9c5;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.lp_stage .lp_header .inner .menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp_stage .lp_header .inner .menu_list li a {
  color: #fff;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.lp_stage .lp_header .inner .menu_list li a:after {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  opacity: 0;
  -webkit-transition: .35s ease-out;
  transition: .35s ease-out;
  width: 0;
}

.lp_stage .lp_header .inner .menu_list li a:hover:after {
  opacity: 1;
  width: 100%;
}

.lp_stage #content {
  background: url(../img/common/pt_green01.png) repeat;
  background-size: 5%;
}

.lp_stage .mainvisual {
  width: 100%;
}

.lp_stage .lp_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp_stage .lp_content .box {
  background: url(../img/news/bg_white.jpg) repeat;
  border-bottom: 5px solid #f7b400;
  border-top: 5px solid #f7b400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.lp_stage .lp_content .box:before {
  background: url(../img/event/deco_flower.png) no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.lp_stage .lp_content .box .sub_ttl {
  background: url(../img/event/ttl_bg.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  letter-spacing: .5rem;
  position: absolute;
  text-align: center;
}

.lp_stage .lp_content .box .box_inner .text {
  letter-spacing: .22rem;
}

.lp_stage .lp_content .box .box_inner .line {
  background: url(../img/event/dot_line.png) repeat-x;
  background-size: contain;
  display: block;
  width: 100%;
}

.lp_stage .lp_content .box .box_inner .link_txt {
  color: #ff9ca0;
  text-decoration: underline;
  word-break: break-all;
}

.lp_stage .lp_content .box .box_inner .link_txt:hover {
  text-decoration: none;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
}

.lp_stage .lp_content .box .box_inner .box_ttl {
  border: 1px solid;
  color: #d39cc6;
  display: inline-block;
}

.lp_stage .lp_content .box .box_inner .disc_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp_stage .lp_content .box .box_inner .disc_list .disc_wrap .cate .cate_inner {
  background: #d39cc6;
  border-radius: 0px 10px 0px 10px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.lp_stage .lp_content .box .box_inner .disc_list .disc_wrap .disc a {
  color: #ff9ca0;
  text-decoration: underline;
}

.lp_stage .lp_content .box .box_inner .disc_list .disc_wrap .disc a:hover {
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

.lp_stage .lp_content #about .event_ttl {
  text-align: center;
}

.lp_stage .lp_content #about .event_ttl span {
  display: block;
}

.lp_stage .lp_content #ticket .ch_trade .s_ttl {
  font-weight: bold;
}

.lp_stage .lp_content #goods .goods_caution .caution_box {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 10px 0 10px;
}

.lp_stage .lp_content #goods .goods_caution .caution_box .caution_inner {
  height: 400px;
  line-height: 28px;
  overflow: auto;
  padding-right: 5px;
  width: 100%;
}

.lp_stage .lp_content #notes .note_box {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 10px 0 10px;
}

.lp_stage .lp_content #notes .note_box .note_box_inner {
  height: 400px;
  line-height: 28px;
  overflow: auto;
  padding-right: 5px;
  width: 100%;
}

.lp_stage .lp_content #notes .note_box .sml_ttl {
  color: #ff6698;
  font-weight: bold;
  margin-bottom: 10px;
}

.lp_stage .lp_content #notes .notes_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp_stage .lp_content #notes .notes_list .item_link {
  color: #ff6698;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}

.lp_stage .lp_content #notes .notes_list .item_link:before {
  background: 0% 0%/100% #ff6698;
  border-radius: 5px;
  color: #fff;
  content: "＋";
  font-size: 16px;
  font-weight: bold;
  left: 0px;
  margin-right: 10px;
  padding: 2px 5px;
  text-align: center;
  width: 40px;
}

.lp_stage .lp_content #notes .item_link.on:before {
  content: "−";
  padding: 2px 8px;
}

.lp_stage .lp_content #notes .item_content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 10px 0 10px;
  display: none;
}

.lp_stage .lp_content #notes .item_content .item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.lp_stage .lp_content #notes .item_content li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.lp_stage .btn_wrap {
  margin: auto;
}

@media only screen and (min-width: 821px) {
  html:before, html:after {
    position: fixed;
  }
  .btn_hover {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 80%;
  }
  .s_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lp_stage .lp_header {
    min-height: 80px;
  }
  .lp_stage .lp_header .inner {
    padding-top: 30px;
  }
  .lp_stage .lp_header .inner .menu_list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .lp_stage .lp_header .inner .menu_list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lp_stage #content {
    margin: auto;
    max-width: 1100px;
    width: 100%;
  }
  .lp_stage .mainvisual {
    padding-top: 80px;
  }
  .lp_stage .lp_content {
    padding-top: 100px;
    row-gap: 100px;
  }
  .lp_stage .lp_content .box {
    margin: auto;
    max-width: 1020px;
    padding: 50px 40px;
    width: 100%;
  }
  .lp_stage .lp_content .box:before {
    height: 356px;
    width: 262px;
  }
  .lp_stage .lp_content .box .sub_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    height: 70px;
    left: -20px;
    padding-top: 5px;
    width: 300px;
  }
  .lp_stage .lp_content .box .box_inner {
    padding-top: 80px;
  }
  .lp_stage .lp_content .box .box_inner .line {
    height: 8px;
    margin: 50px 0;
  }
  .lp_stage .lp_content .box .box_inner .box_ttl {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 30px;
    padding: 5px 20px;
  }
  .lp_stage .lp_content .box .box_inner .disc_list {
    row-gap: 40px;
  }
  .lp_stage .lp_content .box .box_inner .disc_list .disc_wrap {
    display: grid;
    grid-template-columns: 13% 87%;
  }
  .lp_stage .lp_content .box .box_inner .disc_list .disc_wrap .disc {
    margin-left: 3em;
    padding-top: 5px;
  }
  .lp_stage .lp_content #about .event_ttl {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .lp_stage .lp_content #about .event_ttl span {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .lp_stage .lp_content #ticket .tic_box:not(:first-of-type) {
    margin-top: 50px;
  }
  .lp_stage .lp_content #ticket .tic_box .text {
    margin-bottom: 20px;
  }
  .lp_stage .lp_content #ticket .tic_box .disc_list {
    margin-top: 50px;
  }
  .lp_stage .lp_content #ticket .ch_trade .s_ttl {
    font-size: 16px;
  }
  .lp_stage .lp_content #ticket .ch_trade .disc_wrap {
    grid-template-columns: 20% 80%;
  }
  .lp_stage .lp_content #goods .info_box:not(:last-child) {
    margin-bottom: 50px;
  }
  .lp_stage .lp_content #goods .info_box02 .disc_list {
    margin-top: 10px;
  }
  .lp_stage .lp_content #goods .info_box02 .disc_wrap {
    grid-template-columns: 20% 80%;
  }
  .lp_stage .lp_content #goods .goods_caution {
    margin-top: 10px;
  }
  .lp_stage .lp_content #goods .goods_caution .caution_box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .lp_stage .lp_content #notes .note_box {
    padding: 20px;
  }
  .lp_stage .lp_content #notes .note_box .sml_ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .lp_stage .lp_content #notes .notes_head {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp_stage .lp_content #notes .notes_list {
    margin-top: 30px;
    row-gap: 40px;
  }
  .lp_stage .lp_content #notes .notes_list .item_link {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lp_stage .lp_content #notes .item_content {
    padding: 20px;
  }
  .lp_stage .btn_wrap {
    padding: 100px 0;
    width: 130px;
  }
}

@media only screen and (max-width: 820px) {
  .s_txt {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .lp_stage .lp_header {
    min-height: 10vw;
  }
  .lp_stage .lp_header .inner {
    padding: 20px 0 10px;
  }
  .lp_stage .lp_header .inner .menu_list {
    gap: 2vw 8vw;
  }
  .lp_stage .lp_header .inner .menu_list li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp_stage .mainvisual {
    padding-top: 93.5px;
  }
  .lp_stage .lp_content {
    padding-top: 15vw;
    row-gap: 15vw;
  }
  .lp_stage .lp_content .box {
    margin: 0 5vw;
    padding: 8vw 4vw;
  }
  .lp_stage .lp_content .box:before {
    height: 236px;
    width: 172px;
  }
  .lp_stage .lp_content .box .sub_ttl {
    font-size: 20px;
    font-size: 2.0rem;
    height: 54px;
    left: -16px;
    padding-top: 2px;
    width: 230px;
  }
  .lp_stage .lp_content .box .box_inner {
    padding-top: 80px;
  }
  .lp_stage .lp_content .box .box_inner .line {
    height: 5px;
    margin: 5vw 0;
  }
  .lp_stage .lp_content .box .box_inner .box_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5vw;
    padding: 0 3vw;
  }
  .lp_stage .lp_content .box .box_inner .disc_list {
    row-gap: 7vw;
  }
  .lp_stage .lp_content .box .box_inner .disc_list .disc_wrap .cate {
    margin-bottom: 3%;
    width: 45%;
  }
  .lp_stage .lp_content #about .event_ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .lp_stage .lp_content #about .event_ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp_stage .lp_content #ticket .tic_box:not(:first-of-type) {
    margin-top: 8vw;
  }
  .lp_stage .lp_content #ticket .tic_box .text {
    margin-bottom: 4vw;
  }
  .lp_stage .lp_content #ticket .tic_box .disc_list {
    margin-top: 5vw;
  }
  .lp_stage .lp_content #ticket .ch_trade .disc_wrap .cate {
    width: 65%;
  }
  .lp_stage .lp_content #goods .info_box:not(:last-child) {
    margin-bottom: 10vw;
  }
  .lp_stage .lp_content #goods .info_box02 .disc_list {
    margin-top: 5vw;
  }
  .lp_stage .lp_content #goods .info_box02 .disc_wrap .cate {
    width: 60%;
  }
  .lp_stage .lp_content #goods .goods_caution {
    margin-top: 2vw;
  }
  .lp_stage .lp_content #goods .goods_caution .caution_box {
    margin-bottom: 3vw;
    padding: 10px;
  }
  .lp_stage .lp_content #goods .goods_caution .caution_box .caution_inner .text {
    font-size: 12px;
  }
  .lp_stage .lp_content #notes .note_box {
    padding: 10px;
  }
  .lp_stage .lp_content #notes .note_box .sml_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lp_stage .lp_content #notes .notes_list {
    margin-top: 8vw;
    row-gap: 6vw;
  }
  .lp_stage .lp_content #notes .notes_list .item_link {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp_stage .lp_content #notes .item_content {
    padding: 10px;
  }
  .lp_stage .btn_wrap {
    padding: 15vw 0;
    width: 40%;
  }
}
