@charset "UTF-8";

/* ===============================================
# ticket
=============================================== */

.p-ticket {
  opacity: 0;
}

.-subLoadComplete .p-ticket {
  -webkit-animation: ani-fadein 0.8s cubic-bezier(0.02, 0.88, 0.58, 1) 0s 1 normal forwards;
  animation: ani-fadein 0.8s cubic-bezier(0.02, 0.88, 0.58, 1) 0s 1 normal forwards;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}

a {
	color: #fff;
}

.p-ticket {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-ticket {
    max-width: 1200px;
    min-height: 260px;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket {
    padding: 0 4vw;
  }
}

.p-ticket__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .p-ticket__in {
    margin: 40px 3.33333vw 0;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .p-ticket__nav--in {
    width: 322px;
    position: sticky;
    top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

.p-ticket__nav--subttl>span {
  background: #333;
  padding: 4px;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--subttl>span {
    -webkit-transform: translate(0, 3px) scale(0.7);
    transform: translate(0, 3px) scale(0.7);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--cont.-half {
    width: calc(50% - 5px);
  }

  .p-ticket__nav--cont.-half:first-child {
    /* margin-right: 5px; */
	width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--cont.-full {
    width: 100%;
  }
}

.p-ticket__nav--list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .-full .p-ticket__nav--list {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--list {
    padding: 5px;
    margin-bottom: 5px;
  }
}

.p-ticket__nav--item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* .p-ticket__nav--cont.-full .p-ticket__nav--item {
    margin-bottom: 10px;
  } */
}

@media screen and (max-width: 768px) {
  .-full .p-ticket__nav--item {
    width: calc(50% - 5px);
    border: 1px solid #333;
    padding: 5px;
  }

  .-full .p-ticket__nav--item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.p-ticket__nav--item a {
  position: relative;
  display: block;
  background: #FFF;
  overflow: hidden;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  padding: 10px 14px;
  text-decoration: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--item a {
    font-size: 10px;
    padding: 6px 9px;
  }
}

.p-ticket__nav--item a span {
  position: relative;
  color: #000;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  z-index: 11;
}

.p-ticket__nav--item a::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 10;
}

.p-ticket__nav--item a::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  -webkit-mask-size: 9px 9px;
  mask-size: 9px 9px;
  -webkit-mask-image: url(../../assets/img/common/icon/icon-arrow.svg);
  mask-image: url(../../assets/img/common/icon/icon-arrow.svg);
  background-color: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background-color .3s ease;
  transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .p-ticket__nav--item a::after {
    width: 5px;
    height: 5px;
    -webkit-mask-size: 5px 5px;
    mask-size: 5px 5px;
    bottom: 5px;
    right: 5px;
  }
}

.p-ticket__nav--item a.is-active::before,
.p-ticket__nav--item a:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.p-ticket__nav--item a.is-active::after,
.p-ticket__nav--item a:hover::after {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  background-color: #fff;
}

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

  .p-ticket__nav--item a.is-active::after,
  .p-ticket__nav--item a:hover::after {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
}

.p-ticket__nav--item a.is-active span,
.p-ticket__nav--item a:hover span {
  color: #FFF;
}

/**
 * section
 */
.ticketSecWrap {
	width: 100%;
	flex: 1;
	padding-left: 50px;
}
.ticketSec:not(:first-child) {
	margin-top: 80px;
}
@media screen and (max-width:768px){
	.ticketSecWrap {
		padding-left: 0;
	}
	.ticketSec:not(:first-child) {
		margin-top: calc(100 / var(--vw-min) * 100vw);
	}
}

/* title */
.ticketSec__title {
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 40px;
}
.ticketSec__title > span {
	color: #000;
	display: block;
	background: #FFF;
	padding: 13px 20px;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.ticketSec__title {
		padding: calc(10 / var(--vw-min) * 100vw);
		margin-bottom: calc(60 / var(--vw-min) * 100vw);
	}
	.ticketSec__title > span {
		padding: calc(10 / var(--vw-min) * 100vw) calc(20 / var(--vw-min) * 100vw);
		font-size: calc(26 / var(--vw-min) * 100vw);
	}
}

/**
 * ticket__textBox
 */
.ticket__textBox {
	font-size: 16px;
}
.ticket__textBox img {
	max-width: 100%;
	height: auto;
}
.ticket__textBox p {
	margin-bottom: 30px;
}
.ticket__textBox--cau {
	font-size: 90%;
}
@media screen and (max-width:768px){
	.ticket__textBox {
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
	.ticket__textBox p {
		margin-bottom: calc(40 / var(--vw-min) * 100vw);
	}
}

.ticket__textBox--catch {
	display: flex;
	font-weight: bold;
}
.ticket__textBox--catch > span {
	background: #fff;
	color: #000;
	padding: 0 0.5em;
	margin-right: 1em;
}
.ticket__textBox .is-center {
	text-align: center;
}
.ticket__textBox h3 {
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.ticket__textBox h3:not(:first-of-type) {
	margin-top: 40px;
}
@media screen and (max-width:768px){
	.ticket__textBox--catch > span {
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
	.ticket__textBox h3:not(:first-of-type) {
		margin-top: calc(40 / var(--vw-min) * 100vw);
	}
}

/* link */
.ticket__textBox--link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	height: 44px;
	font-weight: 700;
	letter-spacing: -.01em;
	padding: 0 20px;
	transition: all .3s ease;
	white-space: nowrap;
}
.ticket__textBox--link:not(:first-child) {
	margin-left: 1em;
}
.ticket__textBox--link:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	margin-left: 12px;
	transition: border-color .3s ease;
}
@media screen and (min-width:769px){
	.ticket__textBox--link:hover {
		background-color: #000;
		color: #fff;
	}
	.ticket__textBox--link:hover:after {
		border-color: #fff;
	}
}
@media screen and (max-width:768px){
	.ticket__textBox--link {
		width: 100%;
		height: calc(60 / var(--vw-min) * 100vw);
		padding: 0 calc(20 / var(--vw-min) * 100vw);
	}
	.ticket__textBox--link:not(:first-child) {
		margin-left: 0;
		margin-top: 1em;
	}
	.ticket__textBox--link:after {
		width: calc(12 / var(--vw-min) * 100vw);
		height: calc(12 / var(--vw-min) * 100vw);
		margin-left: calc(20 / var(--vw-min) * 100vw);
	}
}

/* dl */
.ticket__dl {
	display: grid;
	grid-template-columns: 104px auto;
	gap: 10px 10px;
	margin-bottom: 30px;
}
.ticket__dl > dt {
	display: flex;
}
.ticket__dl > dt:after {
	content: "：";
	margin-left: auto;
}
.ticket__dl > dd.is-flex {
	display: flex;
}
@media screen and (max-width:768px){
	.ticket__dl {
		grid-template-columns: calc(160 / var(--vw-min) * 100vw) auto;
	}
	.ticket__dl > dd.is-flex {
		flex-direction: column;
	}
}

/* indent */
.indent{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}