@charset "utf-8";

/* common */
.mb0 {
  margin-bottom: 0!important;
}
.mt60 {
  margin-top: 60px!important;
}
@media screen and (max-width:896px) {
  .mt60 {
    margin-top: 30px!important;
  }
}
.textdecoration_linethrough {
  text-decoration: line-through;
}

.ticket * {
  box-sizing: border-box;
}
.ticket .comTtlBox {
  background-color: rgba(0, 0, 0, 0.4);
}
.ticket .comTtlBox .headLine01 {
  color: #fff;
}
.ticket #pagePath {
  margin-top: 20px;
  margin-bottom: 80px;
}

.ticket_box {
  max-width: 980px;
  margin: 0 auto 0px;
}
@media screen and (max-width:896px) {
  .ticket_box{
    margin: 0 auto 80px;
  }
}
.ticket_boxinner {
  max-width: 780px;
  margin: auto;
}

.ticket .eyecatchSec {
  margin-bottom: 0px;
}
.ticket .eyecatchSec .headLine01 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 2.2rem;
}
.ticket .eyecatchSec .eyecatchBox {
  background: #F0F0F0;
  max-width: 980px;
  padding: 40px;
  margin: 0 auto 0px;
}
.ticket .eyecatchSec .eyecatchBox p {
  line-height: 1.75;
  margin-bottom: 20px;
}
.ticket .eyecatchSec .eyecatchBox ul {
  padding-left: 15px;
}
.ticket .eyecatchSec .eyecatchBox ul li {
  position: relative;
  line-height: 1.75;
}
.ticket .eyecatchSec .eyecatchBox ul li:before {
  position: absolute;
  top: 12px;
  left: -12px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #922F41;
}
.ticket .eyecatchSec .eyecatchBox + .headLine01 {
  margin-bottom: 40px;
}
.ticket .eyecatchSec .eyecatchBox + .headLine01 strong {
  max-width: 780px;
  display: block;
  background: #BF101D;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 40px;
  padding: 21px 0;
}
.ticket .eyecatchSec .contact_time dt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.ticket .eyecatchSec .contact_time dd {
  text-align: center;
  font-size: 40px;
}
.ticket .eyecatchSec .contact_time dd .serif {
  font-weight: 600;
}
@media screen and (max-width:425px) {
  .ticket .eyecatchSec .contact_time dd .serif{
    font-size : 35px
  }
}
.ticket .eyecatchSec .contact_time dd small {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .sp_inner {
    padding: 0 ;
  }
  .ticket #pagePath {
    display: flex;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .ticket .eyecatchSec {
    margin-bottom: 0px;
  }
  .ticket .eyecatchSec .headLine01 {
    margin-top: 40px;
  }
  .ticket .eyecatchSec .eyecatchBox {
    margin: 0 -20px 80px;
  }
  @media screen and (max-width:896px) {
    .ticket .eyecatchSec .eyecatchBox {
      margin: 0 -20px 0px;
      padding: 40px 20px;
    }
  }
  .ticket .eyecatchSec .eyecatchBox p {
    font-size: 14px;
  }
  .ticket .eyecatchSec .eyecatchBox ul li {
    font-size: 14px;
  }
  .ticket .eyecatchSec .eyecatchBox + .headLine01 strong {
    padding: 21px 25px;
  }
  .ticket .eyecatchSec .contact_time dd small {
    font-size: 12px;
    margin-top: 12px;
  }
}

/* ticket */
.ticket_tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
}
.ticket_tit .ticket_tit_ic {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-right: 16px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 76px;
  color: #fff;
  background: url(../../img/ticket/ic01.svg);
}
@media all and (max-width: 896px) {
  .ticket_tit .ticket_tit_ic {
    display: block;
    margin: 0 auto 25px;
  }
}

.index_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.index_menu li {
  width: 100%;
  max-width: 250px;
}
.index_menu li:nth-of-type(n+2) {
  margin-left: 15px;
}
.index_menu li span, .index_menu li a {
  display: block;
  padding: 20px 10px;
  border: solid 1px #B5B5B5;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  line-height: 28px;
  color: #707070;
}
.index_menu li.active span, .index_menu li.active a {
  color: #690E1E;
}
.index_menu li span:hover, .index_menu li a:hover {
  border-color: #690E1E;
}
.index_menu li .index_menu_ic {
  margin-bottom: 20px;
}
.index_menu li .index_menu_ic.menu_ic_on {
  display: none;
  transition: 0.3s;
}
.index_menu li .index_menu_ic.menu_ic_on {
  display: none;
}
.index_menu li.active .index_menu_ic.menu_ic_on {
  display: block;
  transition: 0.3s;
}
.index_menu li .index_menu_ic.menu_ic_off {
  display: block;
  transition: 0.3s;
}
.index_menu li.active .index_menu_ic.menu_ic_off {
  display: none;
}
.page_tabcontent, .tabcontent {
    display: none;
}
@media all and (max-width: 896px) {
  .index_menu {
    display: block;
    margin-bottom: 60px;
  }
  .index_menu li {
    width: 100%;
    max-width: none;
  }
  .index_menu li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
  .index_menu li span, .index_menu li a {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .index_menu li .index_menu_ic {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .index_menu li .index_menu_ic img {
    width: 72px;
  }
}

.tab_switch {
  display: flex;
  margin-bottom: 40px;
}
.tab_switch .tabunit {
  width: calc(50% - 8px);
  border: solid 1px #B5B5B5;
  text-align: center;
  font-size: 18px;
  padding: 25px 0;
  cursor: pointer;
}
.tab_switch .tabunit:nth-of-type(n+2) {
  margin-left: 16px;
}
.tab_switch .tabunit.active {
  color: #690E1E;
}
.tabcontents .tabcontent {
  display: none;
}
.tabcontents .tabcontent.active {
  display: block;
}
@media all and (max-width: 896px) {
  .tab_switch {
    display: block;
  }
  .tab_switch .tabunit {
    width: 100%;
  }
  .tab_switch .tabunit:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.ext_friendstxt {
  display: inline-block;
  margin-bottom: 40px;
}
.izumi_friends_Sec {
  margin: 100px auto 115px;
}
.izumi_friends {
  background: #F0F0F0;
  border: solid 1px #9A7645;
  padding: 26px 40px 40px;
  margin-bottom: 60px;
}
.izumi_friends .izumi_friends_logo {
  text-align: center;
  margin-bottom: 20px;
}
.izumi_friends .izumi_friends_tit {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.66;
  color: #9A7645;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #9A7645;
}
.izumi_friendsbox {
  display: flex;
  justify-content: space-between;
}
.izumi_friendsbox_txtbox {
  max-width: 460px;
}
.izumi_friendsbox_txtbox ul {
  display: flex;
  min-width: 460px;
}
.izumi_friendsbox_txtbox ul li {
  width: 100%;
  max-width: 180px;
}
.izumi_friendsbox_txtbox ul li:nth-of-type(n+2) {
  margin-left: 50px;
}
.izumi_friendsbox_txtbox ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.izumi_friendsbox_txtbox ul li dl dt {
  width: 50px;
}
.izumi_friendsbox_txtbox ul li dl dd {
  width: calc(100% - 50px);
  text-align: center;
  color: #9A7645;
  font-size: 38px;
  font-weight: 500;
}
.izumi_friendsbox_txtbox ul li dl dd small {
  font-size: 20px;
}
.izumi_friendsbox_txtbox ul li dl + p {
  background: #9A7645;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
}
.izumi_friendsbox_txtbox .izumi_friendsbox_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 32px;
}
.izumi_friendsbox_cardbox {
  display: flex;
  align-items: center;
  max-width: 400px;
  min-width: 400px;
}
.izumi_friendsbox_cardbox p {
  min-width: 400px;
}
.izumiFriends_btn a {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  display: block;
  max-width: 300px;
  padding: 20px 0;
  margin: auto;
  background: linear-gradient(180deg, #AB753C 0%, #AB753C 50%, #9F6F3D 50%, #9F6F3D 100%);
}
.izumiFriends_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}
.izumiFriends_btn a:hover:after {
  right: 8px;
  transition: 0.15s;
}
@media all and (max-width: 896px) {
  .ext_friendstxt {
    font-size: 16px;
    line-height: 28px;
  }
  .izumi_friends_Sec {
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .izumi_friends {
    padding: 26px 20px 40px;
    margin-bottom: 40px;
  }
  .izumi_friends .izumi_friends_tit {
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-size: 20px;
  }
  @media all and (max-width: 350px) {
    .izumi_friends .izumi_friends_tit {
      font-size: 16px;
    } 
  }
  .izumi_friendsbox {
    display: block;
  }
  .izumi_friendsbox_txtbox {
    max-width: 100%;
  }
  .izumi_friendsbox_txtbox ul {
    display: block;
    min-width: auto;
  }
  .izumi_friendsbox_txtbox ul li {
    max-width: 190px;
    margin: auto;
  }
  .izumi_friendsbox_txtbox ul li:nth-of-type(n+2) {
    margin-left: auto;
    margin-top: 20px;
  }
  .izumi_friendsbox_txtbox ul li dl dd {
    font-size: 40px;
  }
  .izumi_friendsbox_txtbox .izumi_friendsbox_txt {
    margin-top: 30px;
  }
  .izumi_friendsbox_cardbox {
    display: block;
    max-width: 100%;
    min-width: auto;
    margin-top: 40px;
  }
  .izumi_friendsbox_cardbox p {
    min-width: auto;
  }
}

.scheduleSec .ticket_tit {
  margin-bottom: 30px;
}
.scheduleList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.scheduleList li {
  width: calc(100% - 10px);
}
.scheduleList li:nth-of-type(n+2) {
  margin-left: 15px;
}
.scheduleList li a {
  position: relative;
  display: block;
  padding: 26px 0;
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: solid 1px #707070;
  transition: 0.15s;
}
.scheduleList li a:hover {
  color: #690E1E;
  border-color: #690E1E;
  transition: 0.15s;
}
.scheduleList li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}
.scheduleList li a:hover:after {
  right: 8px;
  border-color: #690E1E;
  transition: 0.15s;
}
@media all and (max-width: 896px) {
  .scheduleSec .ticket_tit {
    margin-bottom: 40px;
  }
  .scheduleList {
    display: block;
  }
  .scheduleList li {
    width: 100%;
  }
  .scheduleList li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.telbox_gray {
  background: #F0F0F0;
  padding: 40px 0;
  margin-bottom: 100px;
  text-align: center;
}
.telbox_gray h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.telbox_gray .serif {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width:894px) {
  .telbox_gray .serif {
    font-size:35px;
  }
}
.telbox_gray p {
  font-size: 14px;
  margin-top: 8px;
}
.telbox_gray p small {
  font-size: 12px;
}
@media all and (max-width: 896px) {
  .telbox_gray {
    padding: 40px 21px;
    margin: 0 -20px 60px;
  }
  .telbox_gray p {
    font-size: 12px;
  }
}

.paySec .ticket_tit {
  margin-bottom: 40px;
}
.payList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.payList > li {
  position: relative;
  max-width: 470px;
  border: solid 1px #707070;
}
.payList > li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 20px);
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 20px solid #B5B5B5;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
.payList > li:nth-of-type(n+2) {
  margin-left: 40px;
}
.payList li .payList_wrap h3 {
  background: #707070;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 17px 0;
}
.payList li .payList_wrap .payList_inner ,
.payList li .payList_wrap .payList_inner_en{
  padding: 40px;
}
.payList li .payList_inner p:nth-of-type(n+2),
.payList li .payList_inner ul ,
.payList li .payList_inner_en ul{
  margin-top: 30px;
}
.payList li .payList_inner ul li ,
.payList li .payList_inner_en ul li{
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.payList li .payList_inner ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.payList li .payList_inner_en ul li:before {
  content: "*";
  position: absolute;
  left: 0;
}

.resultList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
}
.resultList + .payList {
  margin-top: 80px;
}
.resultList li {
  width: 100%;
  max-width: 470px;
}
.resultList.one_column li {
  max-width: none;
}
.resultList li:nth-of-type(n+2) {
  margin-left: 40px;
}
.resultList li.result_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #690E1E;
  color: #fff;
  min-height: 138px;
  padding: 30px;
}
.resultList li.result_box.full {
  max-width: none;
}
.resultList li.result_box p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.resultList li.result_box p small {
  display: block;
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 896px) {
  .payList li .payList_wrap .payList_inner ,
    .payList li .payList_wrap .payList_inner_en{
    padding: 40px 20px;
  }
  .paySec .ticket_tit {
    margin-bottom: 25px;
  }
  .payList {
    display: block;
    margin-bottom: 0px;
  }
  .payList .payList_wrap {
    position: relative;
    max-width: 100%;
    border: solid 1px #707070;
    margin-bottom: 60px;
  }
  .payList .payList_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 20px solid #B5B5B5;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }
  .payList > li {
    position: relative;
    border: none;
  }
  .payList > li:after {
    content: none;
  }
  .payList > li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }

  .result_box {
    display: block;
    background: #690E1E;
    color: #fff;
    min-height: auto;
    padding: 30px;
  }
  .result_box p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  .result_box p small {
    display: block;
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 1em;
    text-indent: -1em;
  }
}


/* counter */
.payBox {
  margin-bottom: 120px;
}
.payBox h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.payBox p:nth-of-type(n+2), .payBox ul {
  margin-top: 23px;
}
.payBox h3:nth-of-type(n+2) {
  margin-top: 30px;
}
.payBox ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.payBox ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.payBox ol li {
  position: relative;
  padding-left: 3em;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.payBox ol li:before {
  content: "";
  position: absolute;
  left: 0;
}
.payBox ol li:nth-of-type(1):before {
  content: "（1）";
}
.payBox ol li:nth-of-type(2):before {
  content: "（2）";
}
.payBox ol li:nth-of-type(3):before {
  content: "（3）";
}
.payBox ol li:nth-of-type(4):before {
  content: "（4）";
}
.payBox ol li:nth-of-type(5):before {
  content: "（5）";
}
@media all and (max-width: 896px) {
  .payBox {
    margin-bottom: 60px;
  }
}

/* internet */
.internet_index .index_menu {
  margin-bottom: 40px;
}
.internet_index .index_menu_txt {
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
  .internet_index .index_menu {
    margin-bottom: 20px;
  }
  .internet_index .index_menu_txt {
    margin-bottom: 50px;
  }
}

.accountBox {
  margin-bottom: 100px;
}
.accountBox h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.accountBox p:nth-of-type(n+2), .accountBox ul {
  margin-top: 23px;
}
.accountBox h3:nth-of-type(n+2) {
  margin-top: 40px;
}
.accountBox ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.accountBox ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
@media all and (max-width: 896px) {
  .accountBox {
    margin-bottom: 50px;
  }
}

.onlineBox {
  margin-bottom: 100px;
}
.onlineBox .izumiFriends_btn a {
  width: 100%;
  max-width: none;
}
.onlineBox .about_onlinetxt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 0 40px;
}
@media all and (max-width: 896px) {
  .onlineBox {
    margin-bottom: 50px;
  }
  .onlineBox .about_onlinetxt {
    margin: 20px 0;
  }
}

/* playguide */
.ticket_tit.ticket_tit_flex {
    display: flex;
}
.ticket_tit.ticket_tit_flex .ticket_tit_txt {
    max-width: calc(100% - 92px);
}
.playguideList {
    display: flex;
    justify-content: center;
    margin: 50px 0 120px;
}
.playguideList li:nth-of-type(n+2) {
    margin-left: 40px;
}
.playguideList li {
    width: 300px;
    text-align: center;
}
.playguideList li a {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    display: block;
    max-width: 300px;
    padding: 20px 0;
    margin: auto;
    background: linear-gradient(180deg, #AB753C 0%, #AB753C 50%, #9F6F3D 50%, #9F6F3D 100%);
}
.playguideList li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
}
.playguideList li a:hover:after {
  right: 8px;
  transition: 0.15s;
}
p.playguideList_contact_box {
    background: #f0f0f0;
    border: solid 1px #AB753C;
    padding: 15px 0;
    margin-top: 15px;
    font-size: 14px;
}
@media all and (max-width: 896px) {
  .ticket_tit.ticket_tit_flex {
    display: block;
  }
  .ticket_tit.ticket_tit_flex .ticket_tit_txt {
    max-width: 100%;
  }
  .playguideList {
    display: block;
    margin-bottom: 60px;
  }
  .playguideList li {
    margin: auto;
  }
  .playguideList li:nth-of-type(n+2) {
    margin-left: auto;
    margin-top: 15px;
  }
}



.ticket .joinLayout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 30px;
  margin-bottom: 40px;
}
.ticket .joinLayout .joinCard {
  width: calc( 100% / 2 - 30px / 2 );
}
.ticket .joinTitle {
  position: relative;
  margin: unset!important;
  text-align: center!important;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.0!important;
  color: #9A7645;
  padding-bottom: 11px;
}
.ticket .joinTitle::after {
  content: '';
  width: 36px;
  height: 1px;
  background-color: #9A7645;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.ticket .friendsType {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 51px;
}
.ticket .friendsType .typeBox {
  width: 160px;
}
.ticket .friendsType .typeBox .typeTitle {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.0;
  color: #9A7645;
  text-align: center;
  margin-top: unset!important;
  margin-bottom: 12px!important;
}
.ticket .friendsType .typeBox .typeText {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.0;
  color: #9A7645;
  text-align: center;
  white-space: nowrap;
}
.ticket .friendsType .typeBox .typeText span {
  font-size: 30px;
  color: #9A7645!important;
}
.ticket .joinLabelText {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.0!important;
  text-align: center!important;
  color: #fff;
  background-color: #9A7645;
  padding: 6px 0;
  margin-left: unset!important;
  margin-right: unset!important;
}

.ticket .periodText {
  color: #9A7645;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.0;
  text-align: center!important;
  margin-top: 28px;
  margin-bottom: 36px;
}
.ticket .periodText .big {
  font-size: 68px;
}
.ticket .periodText .small {
  font-size: 50px;
}
.ticket .periodText .middle {
  font-size: 62px;
}


.ticket .friendsFlexColumn {
  display: flex;
  align-items: stretch;
  column-gap: 40px;
}
.ticket .friendsFlexImgColumn {
  width: 204px;
}
.ticket .friendsFlexTextColumn {
  flex: 1;
}
.ticket .friendsFlexText {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}



@media all and (max-width: 896px) {
  #main{
    padding: 50px 0 0px!important;
  }
  .ticket .membershipComparison .headText {
    margin-bottom: 20px;
  }

  .ticket ._center {
    text-align: left;
  }

  .ticket .joinLayout {
    column-gap: 26px;
  }
  .ticket .joinLayout .joinCard {
    width: calc( 100% / 2 - 26px / 2 );
    max-width: 475px;
  }
  .ticket .joinTitle {
    font-size: 14px;
  }
  .ticket .friendsType {
    column-gap: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ticket .friendsType .typeBox {
    width: max-content;
  }
  .ticket .friendsType .typeBox .typeTitle {
    font-size: 16px;
    white-space: nowrap;
  }
  .ticket .friendsType .typeBox .typeText {
    font-size: 32px;
  }
  .ticket .friendsType .typeBox .typeText span {
    font-size: 18px;
  }
  .ticket .joinLabelText {
    font-size: 12px;
    margin-left: unset;
    margin-right: unset;
  }
  .ticket .periodText {
    margin-top: 27px;
    margin-bottom: 26px;
  }
  .ticket .periodText .big {
    font-size: 47px;
  }
  .ticket .periodText .small {
    font-size: 35px;
  }
  .ticket .periodText .middle {
    font-size: 43px;
  }

  .ticket .friendsFlexColumn {
    flex-direction: column-reverse;
  }
  .ticket .friendsFlexImgColumn {
    width: 204px;
    margin-left: auto;
    margin-right: auto;
  }
  .ticket .friendsFlexTextColumn {
    flex: 1;
  }
  .ticket .friendsFlexText {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin-top: 20px;
  }
}

@media all and (max-width: 760px) {
  .ticket .joinLayout {
    flex-direction: column;
    column-gap: unset;
    row-gap: 45px;
  }
  .ticket .joinLayout .joinCard {
    width: 100%;
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
  .ticket .periodText {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.movie_btn{
  padding: 50px 0;
}