.pc { display: none !important; }

#wrap {
  font-size: 15px;
  color: #21222d;
  background: #f8f6f5;
  font-family: Roboto, "モトヤLシーダ3等幅", MotoyaLCedar, -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}#container { width: 100%; padding: 0; }
.section{
  margin-bottom: 30px;
}
.section .inner { padding: 0 4%; }
.section.step .inner { padding: 30px 4%; background: #fff; }
.box {
    padding: 20px 15px;
}
.firstArea { margin: 0 0 50px; }
.bx-wrapper { margin-bottom: 13px !important; }
.bx-wrapper:first-of-type::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.listTit {
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px 0;
}
.listTit .step { color: #e9537d; margin-right: 10px; }
.stepList .step {
  position: relative;
  width: auto;
  background: #fff;
  margin: 0 auto 40px;
}
.stepList.slick .step { margin: 0 auto; }
.txtList .stepList.slick .step {
  min-height: 194px;
  padding: 15px;
  margin: 3px 5px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.txtList .stepList.slick .step:first-of-type,
.txtList .stepList.slick .step:nth-child(2) { padding: 25px; }
.txtList .stepList.slick .step:last-of-type { min-width: 264px; padding: 2px 10px; box-shadow: none; }
.txtList .stepList .step .subTxt { padding: 10px 0 0; }
.txtList .slick-prev, .txtList .slick-next { top: 150px; }
.stepList .step .tit {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
}
.stepList .step .ph { width: 80%; margin: 0 auto 15px; box-shadow: 0 0 4px rgba(0,0,0,0.3); }
.stepList .step::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.stepList.slick .step::before { content: none; }


/* top */
.top .pageTit {
    width: 100%;
    height: 160px;
    background: #ff909d;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff909d no-repeat -8px 10px;
    background-image: url(/assets/img/guide/top_title_bg.png);
    background-size: 350px;
}
.top .pageTit h2 { font-size: 26px; font-size: 7vw; color: #fff; padding: 0; }
.top .about .lead {
  text-align: center;
  font-size: 20px;
  font-size: 6.2vw;
  padding: 30px 0 0;
  margin: 0 0 30px;
  line-height: 1.3;
}
.top .section.about .tit {
  color: #e95384;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.top .section.about .txt { margin: 0 0 30px; }
.top .firstArea .txt { margin: 0 0 15px; }
.top .box-step .ph { margin: 0 0 10px; }
.top .btnArea {
  margin: 0 auto 40px;
  padding: 0 4%;
}
.top .btnArea .btn.left,
.top .btnArea .btn.right { width: 100%; }

.section.step{
/*  margin-bottom: 0;*/
}
.section.step .lead {
  font-size: 20px;
  font-size: 6.2vw;
  text-align: center;
  margin: 0 0 30px;
}
.seection.step .tit {
  font-size: 18px;
  text-align: center;
  color: #21222d;
  margin: 0 0 15px;
}
.stepBuy{ background: #ff8f9b; }
.stepSell{ background: #a892c3;}

.seection.step .step {
  position: relative;
  font-size: 16px;
  color: #424242;
  padding: 2px 0 2px 48px;
  border-radius: 40px;
  margin: 0 0 22px;
  background: #fff3f4;
}
.seection.step .stepSell .step { background: #faf4ff; }
.stepList {
  padding: 15px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stepBlock .step {
  font-size: 15px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40px;
  padding: 8px 0 8px 10px;
  margin: 0 0 30px;
  position: relative;
  font-size: 3.9vw;
}
.stepBlock .step::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -20px;
}
.stepBlock .tit {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.stepBlock .txtArea .step:nth-of-type(4)::after{
  display: none;
}
.stepBlock .btn .main {
  background: #fff;
}
.stepSell .btn .main {color: #a892c3;}
.stepBuy .btn .main{color: #ff8f9b;}

.stepBlock .step span{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.stepSell .step span {color: #a892c3;}
.stepBuy .step span{color: #ff8f9b;}
.stepSell .txtArea,.stepBuy .txtArea { padding: 20px 20px; }

/* dticket */
.dticket .stepList.step2_3 li::before { content: none; }
.iconList li{
  margin-bottom: 40px;
  position: relative;
}
.iconList li:first-of-type::before,
.iconList li::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #808080;
  border-right: transparent;
  border-top: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 15px);
  bottom: -20px;
}
.iconList li:first-of-type::before{
  bottom: inherit;
  top: -50px;
}
.iconList li:last-of-type{
  margin-bottom: 0;
}
.iconList li:last-of-type::after {
  display: none;
}
.iconList .last:last-of-type {
  margin-bottom: 20px;
}
.iconList .last:last-of-type::after { display: block; }
.slick-dots{ display: none !important;}

/* 出品電子チケット */
.dticketTit,
.pticketTit,
.buyTit{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #ff7c60;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}
.dticketTit img,
.pticketTit img {
  width: 30px;
  margin: 0 15px 0 0;
}
.pticketTit {
  color: #5ec8ac;
}
.pticketTit img {
  width: 60px;
}
.buyTit{
  color:#21222d;
  margin: 40px auto 15px;
}
.pc{
  display: none;
}

/* pticket */
.pticket .stepList.step2_3 li::before,
.pticket .bx-wrapper:first-of-type::before { content: none; }
.pticket .step2 + .bx-wrapper::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

/* buy */
.buy .step1_4 li:last-of-type::before,
.buy .bx-wrapper::before { content: none; }

.btnArea { padding: 0; }
.btnArea .txt { text-align: center; }
.list--link{
  border-top: 1px solid #ccc;
  margin: 40px auto;
}
.list--link li a{
  display: block;
  text-decoration: none;
  color: #21222d;
  padding: 15px 0;
  border-bottom: .5px solid #ccc;
  position: relative;
}
.list--link li a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  background: none;
  border-top: solid 1px #bdbdbd;
  border-right: solid 1px #bdbdbd;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
}
/* popup */
#Sell { display: none; width: 800px; padding: 40px 60px 80px; margin: 60px auto; position: relative; }
.popup-inner { width: 100%; background: #fff; padding: 30px 20px 20px;margin: 0 auto;
border-radius: 8px;}
.popup-inner .box {
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
}
.box-caution .block-caution .block-tit{ font-size: 24px; margin-bottom: 20px; }
.attentionList li{ line-height: 1.6; }
.modaal-close{ right: 10px; }
.popup-inner .lead { font-size: 15px; text-align: center; margin: 0 0 30px;
font-weight: bold; }
.popup-inner .btn.left { width: 100%; }
.popup-inner .btn .main {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
}
.popup-inner .btn.left .icon {
  position: relative;
  width: 28px;
}

.popup-inner .btn .icon_box {
  width: 70px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-inner .btn .main .btn_txt {
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 20px;
  line-height: 1.3;
  font-weight: normal;
}

.popup-inner .btn.right {
  width: 100%;
}

.popup-inner .btn.right .main {
  height: 74px;
  background: rgb(34, 176, 158);
  margin: 0;
}

.popup-inner .btn.right .main:hover {
  background: #00e8ab;
}

.popup-inner .btn.right .icon {
  width: 54px;
}

.popup-inner .btn.bottom .main {
  background: #fff;
  border: 1px solid rgb(232, 82, 152);
  color: rgb(232, 82, 152);
}

.popup-inner .btn.bottom .icon {
  width: 40px;
}
.stepList.step1{
  margin-bottom: 50px;
}
.slick-dotted.slick-slider { background: #fff; }
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button{
  -webkit-transform: scale(.6);
  transform: scale(.6);
}
.slick-prev, .slick-next{
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.slick-next {
  right: -2%;
}
.slick-prev {
  left: -2%;
}
.slick-prev:before, .slick-next:before {
  top: 10px;
  left: 8px;
}
.slick-prev:before {
  left: 12px;
}
.stepList { padding: 20px 0; }
.stepList:last-of-type { padding: 20px 0 0; margin-bottom: 20px;}
.stepList.slick .step { padding: 2px 10px; }
.box-step .tit { font-size: 18px; padding-left: 32px; position: relative; margin-bottom: 5px;}
.box-step .num {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  border: 1px solid #21222d;
  color: #21222d;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  left: 0;
}

.buy .iconList li:first-of-type::before{
  display: none;
}
.buy .iconList .ph{
  display: block;
  width: 70%;
  margin: 10px auto;
}
.buy .iconList li {
  margin-bottom: 40px;
  position: relative;
}
.buy .btn .sub{
  background: none;
  border: 1px solid #e95384;
  color: #e95384;
}
.buy .slick-dots{
  bottom: -30px;
}
.buy .iconList li:last-of-type{
  margin-bottom: 0;
}
.buy .box-step:first-of-type{
  margin-bottom: 0;
}
/* 購入 */
.section.preparation .box-step .tit{
  padding-left: 0;
  margin-bottom: 5px;
}
.section.preparation .box-step:first-of-type{
  margin-bottom: 30px;
}
.section.preparation .box-step .btn{
  margin-top: 30px;
}
.section.preparation .block--app p{
  text-align: center;
  margin: 20px auto 0;
}
.section.preparation .block--app a{
  display: inline-block;
  margin: 0 auto;
}

/* 紙チケット */
.block--btn{
  text-align: center;
}
.block--btn .btn {
  display: block;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 13px;
  border: 1px solid #e95384;
  color: #e95384;
  margin: 10px auto;
  -webkit-appearance: none;

}
.block--sell-pticket .block--reservation { margin: 0 0 30px; }
.block--sell-pticket .block--reservation,
.block--sell-pticket .block--no-number{
padding: 10px 0 0;
}
.block--sell-pticket .block--reservation > .tit,
.block--sell-pticket .block--no-number > .tit{
  font-size: 18px;
  padding: 10px 0 0;
  margin-bottom: 3px;
}
.block--sell-pticket .block--reservation.step4 > .tit { font-size: 18px; padding-left: 32px; }
.block--sell-pticket .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.block--sell-pticket.no-number .block--no-number{
  height: auto;
  opacity: 1;
}
.block--sell-pticket.no-number .no-number.slick{
  padding: 15px 0 20px;
}
.block--sell-pticket.reservation .block--reservation{
  height: auto;
  opacity: 1;
}
.block--sell-pticket.reservation .reservation.slick{
  padding: 15px 0 20px;
}
.pticket .iconList .ph{
  width: 80%;
  margin: 10px auto;
}
.pticket .iconList{
  margin-top: 40px;
}
.pticket .iconList li:first-of-type::before{
  top: -36px;
}

.guide_mainimg{
text-align: center;
    margin: 50px 0;
}


/*=======================================
    20230421
=========================================*/
.buy .switchList{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.buy .switchList li{
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    background: #D4D4D4;
    color: #FFF;
}
.buy .switchList .is-active{
    background: #242424;
}
.buy .switchList .switch{

}
.buy .tabArea{

}
.buy .tabArea .tabBlock{
	display:none;
}
.buy .tabArea .tabBlock.is-show{
	display:block;
}
.buy .tabArea .tabBlock .tab-inner{
    border: 1px solid #242424;
}
.buy .blockTit {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.buy .blockTit .tit{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
}
.buy .blockTit .sub{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4em;
}

.buy .box.tab-inner{
    margin: 0 auto 60px;
}
.buy  .listTit.small{
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3em;
}
/* プロフィール編集 名前入力欄横並び */
.sys-profile_name {
  display: inline-flex;
}

/*=======================================
    20230421
=========================================*/
.buy .switchList{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 900px;
    margin: 0 auto;
}
.buy .switchList li{
    display: block;
    width: 50%;
    text-align: center;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background: #D4D4D4;
    color: #FFF;
    cursor: pointer;
}
.buy .switchList .is-active{
    background: #242424;
}
.buy .switchList .switch{

}
.buy .tabArea{

}
.buy .tabArea .tabBlock{
    display:none;
}
.buy .tabArea .tabBlock.is-show{
    display:block;
}
.buy .tabArea .tabBlock .tab-inner{
    border: 1px solid #242424;
}
.buy .blockTit{
    width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}
.buy .blockTit .tit{
    font-size: 34px;
    font-weight: 700;
}
.buy .blockTit .sub{
    font-size: 16px;
    font-weight: 400;
}

.buy .box.tab-inner{
    margin: 0 auto 60px;
}
.buy  .listTit.small{
    font-size: 28px;
    margin-bottom: 20px;
}

