
/*
heading
*/

.ss-heading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ss-heading-title {
  display: inline-block;
  font-size: 250%;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-bottom: 15px;
  background: url(/img/fan/fan_club/line01.png) repeat-x left bottom;
}

@media screen and (max-width:768px) {

  .ss-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ss-heading-title {
    font-size: 170%;
    padding-bottom: 10px;
    background-size: auto 6px;
  }

}


/*
section
*/

.ss-section {
  margin-bottom: 80px;
}
.ss-section-title {
  background-color: #dbefb9;
  font-size: 170%;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 12px 25px 10px;
  border-bottom: 3px solid #8ac12a;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {

  .ss-section{
    margin-bottom: 20px;
  }

  .ss-section-title {
    font-size: 131%;
    padding: 12px 15px 10px;
    border-bottom: 2px solid #8ac12a;
    margin-bottom: 20px;
  }

}

/*
ss-container
*/

.ss-container{
  display: none;
  padding-bottom: 50px;
}

/*
header
*/

.ss-header {
  border: 3px solid #000;
  background-color: #555;
  position: relative;
  padding: 32px 0;
  cursor: pointer;
  position: relative;
}
.ss-header:hover {
  filter: brightness(105%)
}
.ss-header::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.ss-header.is-active::after {
  transform: rotate(225deg);
  margin-bottom: -6px;
}
.ss-header.ss-header01 {
  background: url(/img/ticket/season_seat_detail/heading_bg01.png) no-repeat left center ;
  border: 3px solid #ff6c00;
  background-color: #ff6c00;
}
.ss-header.ss-header02 {
  background: url(/img/ticket/season_seat_detail/heading_bg02.png) no-repeat left center ;
  border: 3px solid #2d6ed0;
  background-color: #2d6ed0;
}
.ss-header.ss-header03 {
  background: url(/img/ticket/season_seat_detail/heading_bg03.png) no-repeat left center ;
  border: 3px solid #2d6ed0;
  background-color: #2d6ed0;
}
.ss-header-title {
  text-align: center;
}

.ss-header-character {
  position: absolute;
  right: 0;
  top: -30px;
}

@media screen and (max-width:768px) {

  .ss-header {
    padding: 22px 0;
    border-left: 0 !important;
    background-size: auto 100% !important;
    background-position: -15% center !important;
  }
  .ss-header:hover {
    filter: none;
  }
  .ss-header::after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }
  .ss-header-title {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }

  .ss-header-character {
    display: none;
  }

}


/*
title
*/

.ss-title {
  font-size: 162%;
  font-feature-settings: "palt";
  padding: 2px 0 2px 15px;
  margin-bottom: 25px;
  border-left: 4px solid #01860e;
  line-height: 1.3;
}

.ss-subTitle {
  font-size: 147%;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 10px;
}

.ss-minTitle {
  font-size: 185%;
  font-feature-settings: "palt";
  line-height: 1.2;
  color: #ff6000;
  margin-bottom: 15px;
}

@media screen and (max-width:768px) {

  .ss-title {
    font-size: 139%;
    padding: 2px 0 2px 10px;
    margin-bottom: 20px;
  }
  .ss-subTitle {
    font-size: 131%;
  }
  .ss-minTitle {
    font-size: 139%;
    margin-bottom: 10px;
  }

}


/*
flow
*/

.ss-flow {
  display: flex;
  margin-left: -5%;
  text-align: center;
  font-feature-settings: "palt";
}
.ss-flow.is-branch ,
.ss-flow.is-center {
  align-items: center;
}
.ss-flow-item {
  width: 45%;
  margin-left: 5%;
  position: relative;
}
.ss-flow-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  background: url(/img/ticket/season_seat_detail/arrow.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 12px;
  transform: translateY(-50%);
}
.is-branch .ss-flow-item:not(:last-child)::after {
  transform: translateY(-50%) translateY(-50px) rotate(-20deg);
}
.is-branch .ss-flow-item:not(:last-child)::before {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  background: url(/img/ticket/season_seat_detail/arrow.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 12px;
  transform: translateY(-50%) translateY(50px) rotate(20deg);
}



.is-trisect .ss-flow {
  margin-left: -3%;
}
.is-trisect .ss-flow-item{
  margin-left: 3%;
}
.is-trisect .ss-flow-item:not(:last-child)::after {
  width: 16px;
  height: 21px;
  margin-left: 5px;
}

.ss-flow-item img {
  border: 1px solid #ccc;
}

@media screen and (max-width:768px) {

  .ss-flow {
    display: flex;
    margin-left: -3%;
    font-size: 85%;
  }
  .ss-flow.is-branch ,
  .ss-flow.is-center {
  }
  .ss-flow-item {
    width: 47%;
    margin-left: 3%;
  }
  .ss-flow-item:not(:last-child)::after {
    width: 15px;
    height: 16px;
    margin-left: 0px;
    z-index: 9;
    pointer-events: none;
  }
  .is-branch .ss-flow-item:not(:last-child)::after {
  }
  .is-branch .ss-flow-item:not(:last-child)::before {
    width: 15px;
    height: 16px;
  }

  .is-trisect .ss-flow {
    margin-left: -2%;
  }
  .is-trisect .ss-flow-item{
    margin-left: 2%;
  }
  .is-trisect .ss-flow-item:not(:last-child)::after {
    width: 10px;
    height: 13px;
    margin-left: 0;
  }

}

/*
box
*/

.ss-box {
  background-color: #d6e6bc;
  padding: 30px ;
  letter-spacing: 0;
}

.ss-cautionTitle {
  color: #e00;
  text-align: center;
  line-height: 1;
  font-size: 170%;
  margin-bottom: 30px;
}
.ss-cautionTitle img {
  margin: 0 10px;
}

@media screen and (max-width:768px) {

  .ss-box {
    padding: 20px 4% ;
    letter-spacing: 0;
  }

  .ss-cautionTitle {
    font-size: 124%;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .ss-cautionTitle img {
    margin: 0 2px;
  }

}

/*
half
*/

.ss-half {
  display: flex;
  justify-content: space-between;
}
.ss-half-item {
  width: 48%;
}

@media screen and (max-width:768px) {

  .ss-half {
    display: block;
  }
  .ss-half-item {
    width: auto;
  }
  .ss-half-item:not(:last-child) {
    padding-bottom: 20px;
  }
}



/*
terms
*/

.ss-terms {
  padding: 20px;
  background-color: #d6e6bc;
}
.ss-terms-box {
  background-color: #fff;
  overflow: hidden;
  height: 300px;
}

.ss-terms-box iframe {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.ss-terms-pdf {
  text-align: right;
  padding: 5px 0;
}
.ss-terms-pdf a {
  color: #000;
}
.ss-terms-check {
  text-align: center;
  padding-bottom: 10px;
}
.ss-terms-check label {
  white-space: nowrap;
  display: inline-block;
  background-color: #01860e;
  color: #fff;
  font-size: 18px;
  font-feature-settings: "palt";
  font-weight: bold;
  padding: 15px 30px 15px 50px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}



.ss-terms-check input{
  display: none;
}
.ss-terms-check input + label::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.ss-terms-check input + label::after{
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -9px;
  transform: rotate(-45deg) translateY(50%);
  opacity: 0;
}
.ss-terms-check input:checked + label::after{
  opacity: 1;
}
.ss-terms-check input:checked + label::before{
  border-color: #000;
}
.ss-terms-check input:checked + label::after{
  opacity: 1;
  border-color: #000;
}

@media screen and (max-width:520px) {

  .ss-terms {
    padding: 5px;
  }
  .ss-terms-box {
    height: 200px;
  }

  .ss-terms-check {
    padding-bottom: 10px;
  }
  .ss-terms-check label {
    font-size: 12px;
    padding: 15px 20px 15px 40px;
    border-radius: 5px;
  }

  .ss-terms-check input{
    display: none;
  }
  .ss-terms-check input + label::before{
    left: 10px;
  }
  .ss-terms-check input + label::after{
    left: 8px;
  }


}



/*
btn
*/

.ss-btn {
  display: inline-block;
  padding: 20px 30px;
  width: auto;
  min-width: 320px;
  background-color: #ff6000;
  color: #fff;
  box-shadow: 0 3px 0 rgba(255, 96, 0, 0.5);
  border-radius: 100px;
  font-size: 139%;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.ss-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.ss-btn.is-disabled{
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%);
}

@media screen and (max-width:768px) {

  .ss-btn {
    padding: 12px 20px;
    min-width: 260px;
    font-size: 124%;
  }
  .ss-btn::after {
    width: 6px;
    height: 6px;
    right: 15px;
    margin-top: -3px;
  }

}



/*******************
2023
*********************/

/*****
navi
*****/

.ss-navi {
  display: flex;
  justify-content: space-between;
}
.ss-navi li {
  width: 49%;
}

/*****
lead
*****/

.ss-lead {
  font-size: 154%;
  font-weight: bold;
  color: #ff6000;
  text-align: center;
}

@media screen and (max-width:768px) {

  .ss-lead {
    font-size: 131%;
  }

}


/*****
value
*****/

.ss-value {
  display: flex;
  justify-content: space-between;
}
.ss-value li {
  width: 49%;
}

@media screen and (max-width:768px) {

  .ss-value {
    display: block;
  }
  .ss-value li {
    width: auto;
    margin-bottom: 10px;
  }
}

/*****
link
*****/

.ss-link-orange{
  color: #ff6000;
}































