.sp { display: none !important; }

#wrap { color: #21222d; background: #f8f6f5; font-size: 16px;padding-top: 83px; }
#container { width: 100%; padding: 0; }

.firstArea { margin: 0 0 60px; }
.subTxt {
  display: block;
  line-height: 1.7;
  font-size: 0.8em;
}

.box { padding: 35px; }
.box.tab-inner {
  width: 900px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto 50px;
  overflow: hidden;
}

.pageTit { width: 100%; }

.pageTit h1 {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0;
}

.pageTit h2 {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0;
}
.sectionTit { margin: 0 0 40px; }

.tab {
  width: 900px;
  height: 45px;
  margin: 0 auto;
  position: relative;
}
.stepBox .tit { font-size: 28px; }
.listTit { font-size: 34px; text-align: center; margin-bottom: 40px; }
.listTit .step { color: #e9537d; margin-right: 10px; }

.section { padding: 100px 4% 45px; }
.section .inner { width: 1060px; margin: 0 auto; position: relative; }
@media screen and (max-width: 1100px) {
  .section .inner {
    width: 100%;
  }
}

.section.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.stepBlock{
  width: 50%;
  color: #fff;
  padding: 120px 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBuy{ background: #F59985; }
.stepSell{ background: #a892c3;}
.stepBlock .tit{
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.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;
}
.stepList .step {
  width: 240px;
  height: auto;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 15px;
  margin: 10px 40px 10px 0;
}
.txtList .stepList .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.txtList .stepList .step:first-of-type,
.txtList .stepList .step:nth-child(2) { padding: 30px; }
.txtList .stepList .step .txtArea { position: relative; top: 50px; }
.txtList .stepList .step .subTxt { padding: 10px 0 0; }

.stepList .step::before {
  content: '';
  width: 13px;
  height: 13px;
  border: 0px;
  background: none;
  border-top: solid 3px #d4d4d4;
  border-right: solid 3px #d4d4d4;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 47.4%;
  right: -24px;
}
.slick-slide img{
  display: block;
  width: 80%;
  margin: 0 auto;
}
.slick-prev:before, .slick-next:before{
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.stepList .slick-track{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
}
.stepList.step1 .step {
  width: 40%;
}
.stepList.step1 .step02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.stepList.step1 .step02 > div{
  width: 48%;
}

.stepList .common { margin-right: 20px; }
.box-step .tit{
  padding-left: 44px;
  position: relative;
  margin: 0 0 10px;
}
.box-step .num{
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  border: 1px solid #21222d;
  color: #21222d;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  top: 6px;
  left: 0;
}
.stepList .step:nth-child(3n) { margin-right: 0; }
.stepList.slick .step:nth-child(3n) { margin-right: 40px; }

.dticket .stepList.step1 li:nth-of-type(2)::before{
  display: none;
}
/*
.stepList .step::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  background: none;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: calc(30% - 7.5px);
  right: -25px;
}
*/
.stepList .step:last-of-type::before {
    content: none;
}
.stepList .step .tit {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.stepList .step .ph {
  width: 100%;
  line-height: 0;
  margin: 0 auto 15px;
  text-align: center;
}
.stepList .step .ph img{
  width: 80%;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.btnArea { padding: 0 0 45px; }
.btnArea .txt { font-size: 18px; text-align: center; margin-bottom: 10px;}


/* top */
.top .pageTit {
    width: 100%;
    height: 260px;
    background: #ff909d;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff909d no-repeat 10px 37px;
    background-image: url(/assets/img/guide/top_title_bg.png);
    background-size: 540px;
}
.top .pageTit h1 { color: #fff; padding: 0; }
.top .pageTit h2 { color: #fff; padding: 0; }
.top .about .lead {
  text-align: center;
  font-size: 34px;
  margin: 0 0 80px;
}
.top .section.intro { background: #fff; padding: 60px 4% 45px; }
.top .section.intro .tit {
    font-size: 22px;
    padding-left: 0;
    margin-bottom: 5px;
}
.top .section.intro .btn { margin-top: 30px; }
.top .section.about .tit { font-size: 28px; color: #e95384; margin-bottom: 20px; }
.top .section.about .txt { font-size: 16px; margin: 0 0 30px; }
.top .firstArea .txt { margin: 0 0 15px; }
.top .box-step .ph { margin: 0 0 10px; }
.top .btnArea {
    width: 780px;
    margin: 0 auto 30px;
    padding: 40px 45px 45px;
}
.top .btnArea .btn.left { width: 48%; float: left; }
.top .btnArea .btn.right { width: 48%; float: right; }


.section.step .lead {
  font-size: 32px;
  text-align: center;
  margin: 0 0 30px;
}
.seection.step .tit {
  font-size: 24px;
  text-align: center;
  margin: 0 0 25px;
  color: #21222d;
}
.stepBlock .step {
  position: relative;
  font-size: 20px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40px;
  padding: 12px 0 12px 10px;
  margin: 0 0 50px;
  position: relative;
}
.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: -29px;
}
.stepBlock .txtArea .step:nth-of-type(4)::after{
  display: none;
}
.stepBlock .step span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.stepSell .step span {color: #a892c3;}
.stepBuy .step span{color: #ff8f9b;}
.stepBlock .btn .main{
  background: #fff;
}

.stepBuy .btn .main,
.stepSell .btn .main { margin: 70px auto 15px; }
.stepSell .btn .main {color: #a892c3;}
.stepBuy .btn .main {color: #ff8f9b;}
.stepBlock .btn .main:hover {
  background: #f51c58;
  color: #fff;
}

@media (max-width: 1410px) {
  .stepBlock .step { font-size: 1.3vw; }
  .stepBlock .step span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 28px;
  }
}


/* popup */
#Sell { display: none; width: 800px; padding: 40px 60px 80px; margin: 60px auto; position: relative; }
.popup-inner {
  width: 380px;
  background: #fff;
  padding: 50px 30px;
  margin: 0 auto;
  border-radius: 8px;
}
.popup-inner .box {
/*  display: flex;
  align-items: center;
  justify-content: space-around;*/
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0
}
.box-caution .block-caution .block-tit{ font-size: 24px; margin-bottom: 20px; }
.attentionList li{ line-height: 1.6; }
.modaal-close{ right: 80px; }
.popup-inner .lead { font-size: 18px; text-align: center; font-weight: bold;}
.popup-inner .btn { width: 100%; margin: inherit;}
.popup-inner .btn .main {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 90px;box-shadow: none;
}
.popup-inner .btn .icon_box{
  width: 69px;
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-inner .btn.left .icon {
  position: relative;
  width: 32px;
}
.popup-inner .btn .main .btn_txt{
  width: calc(100% - 130px);
  text-align: left;padding-left: 20px;
    line-height: 1.3;
    font-weight: bold;
}
.popup-inner .btn.right .main { background: rgb(34,176,158); }
.popup-inner .btn.right .main:hover { background: #00e8ab; }
.popup-inner .btn.right .icon { width: 69px; }
.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: 50px;}
.popup-inner .btn.bottom .main:hover {
    opacity: 0.7;
}
/* 購入 */
.leftBox {
  float: left;
  width: 48%;
  background: #fff;
  margin-top: 40px;
}
.rightBox {
  float: right;
  width: 48%;
  background: #fff;
  margin-top: 40px;
}
.leftBox .tit,
.rightBox .tit {
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 0 0 10px;
}
.leftBox .ph,
.rightBox .ph {
  display: block;
  width: 30%;
  margin: 0 auto 10px;
  text-align: center;
}
.btn .sub {
  width: 80%;
  background: #fff;
  color: #FF7C60;
  border: 1px solid #FF7C60;
}
.btn .sub:hover { background: #FF7C60; color: #fff; }

/* 出品電子チケット */
.dticketTit {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #FF7C60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dticketTit img {
  width: 50px;
  margin: 0 15px 0 0;
}
.iconList { padding: 80px 0 20px; }
.iconList li{
  margin-bottom: 80px;
  position: relative;
}
.iconList li:first-of-type::before,
.iconList li::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #808080;
  border-right: transparent;
  border-top: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 15px);
  bottom: -56px;
}
.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: 30px;
}
.iconList .last:last-of-type::after { display: block; }
.iconList li .tit {
  font-size: 28px;
  margin: 0 0 10px;
}
.btnArea{
  width: 900px;
  padding: 30px 0;
  margin: 0 auto;
}
.list--link{
  border-top: 1px solid #ccc;
  margin: 80px auto ;
}
.list--link li a{
  display: block;
  text-decoration: none;
  color: #21222d;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.list--link li a:hover{
  opacity: .5;
}
.list--link li a::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  background: none;
  border-top: solid 2px #bdbdbd;
  border-right: solid 2px #bdbdbd;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
}

/* 出品紙チケット */
.pticketTit {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #4DC3A4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pticketTit img {
    width: 120px;
    margin: 0 20px 0 0;
}
.pticket .section.preparation .box-step:first-of-type { margin-bottom: 0; }
.block--btn{
  text-align: center;
  margin: 30px auto;
}
.block--btn .btn {
  display: inline-block;
  width: 50%;
  max-width: 300px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #e95384;
  color: #e95384;
  cursor: pointer;
  margin: 15px auto;
  transition: .3s;
}
.block--btn .btn:hover{
  color: #fff;
  background: #e95384;
}
.block--sell-pticket .block--reservation { margin: 0 0 30px; }
.block--sell-pticket .block--reservation,
.block--sell-pticket .block--no-number{
  padding: 30px 0 0;
}
.block--sell-pticket .block--reservation > .tit,
.block--sell-pticket .block--no-number > .tit {
  font-size: 22px;
  margin: 0 0 5px;
  padding: 0;
}
.block--sell-pticket .block--reservation.step4 > .tit { font-size: 28px; padding-left: 44px; }
.block--sell-pticket .block--reservation > .tit + .subTxt,
.block--sell-pticket .block--no-number > .tit + .subTxt { padding-left: 44px; }
.block--sell-pticket .block--reservation > .tit + .subTxt { padding: 0; }
.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: 40%;
  margin: 10px auto;
}

/* 購入 */
.section.preparation .box-step .tit{
  font-size: 22px;
  padding-left: 0;
  margin-bottom: 5px;
}
.section.preparation .box-step:first-of-type{
  margin-bottom: 70px;
}
.section.preparation .box-step .btn{
  margin-top: 30px;
}
.section.preparation .block--qr{
  padding-top: 20px;
}
.section.preparation .block--qr > div{
  width: 48%;
  float: left;
}
.section.preparation .block--qr > div .ph{
  width: 84px;
  float: left;
  margin-right: 20px;
}
.section.preparation .block--qr > div .block{
  overflow: hidden;
  margin-top: -5px;
}
.txtLink a *{ transition: none; }
.txtLink a{
  text-decoration: none;
  color: #21222d;
  transition: .3s;
}
.txtLink a:hover{
  color: #e95384;
}

.buy .iconList li:first-of-type::before{
  display: none;
}
.buy .iconList {
  padding: 0 0 20px;
}
.buy .iconList .ph{
  display: block;
  width: 40%;
  margin: 0 auto 30px;
}
.stepBuy .btn .main:hover {
  background: #fff;
  color: #ff8f9b;
  opacity: 0.6;
}
.stepSell .btn .main:hover {
  background: #fff;
  color: #a892c2;
  opacity: 0.6;
}
.guide-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:row-reverse;
}
.guide_maintxt, .guide_mainimg{
  width: 50%;
}
.guide_maintxt{
  padding-right: 100px;
}
.guide_mainimg{
text-align: center;
padding-left: 10px;
}

/*=======================================
    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;
}
/* プロフィール編集 名前入力欄横並び */
.sys-profile_name {
  display: inline-flex;
}
