@charset "UTF-8";

.gBody {
	background-color: #EFEFEF;
}

.gFootNav {
	display: none;
}

.vis {
	-webkit-transform: skewX(10.772deg);
	transform: skewX(10.772deg);
	overflow: hidden;
	left: 0;
	position: relative;
	transition-duration: 1s;
	transition-property: width;
	width: 0;
}

.isCurrent .vis {
	width: 100%;
}

.vis_image {
	height: 850px;
	background-image: url(../jpg/pt-slide-spring01_2005.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100vw + 850px / 5.26);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: skewX(-10.772deg) scale(1);
	transform: skewX(-10.772deg) scale(1);
	position: relative;
	z-index: 1;
	transition-timing-function: linear;
	transition-delay: 0s;
}

.anniversary img{
	max-height: 500px;
	width: 55%;
}

.anniversary figcaption{
	font-family: Times, Times New Roman, Georgia, serif;
	color: #ffffff;
	font-size: 70px;
	font-weight: bold;
	font-style: italic;
}

.vis_image a:hover *{
	opacity: 1 !important;
}

.isCurrent .vis_image {
	-webkit-transform: skewX(-10.772deg) scale(1.05);
	transform: skewX(-10.772deg) scale(1.05);
	transition-delay: 0s;
	transition-duration: 10s;
}

.vis_image-spring01 {
	background-image: url(../jpg/pt-slide-spring01_200515ba.jpg);
}

.vis_image-spring02 {
	background-image: url(../jpg/pt-slide-spring0215ba.jpg);
}

.vis_image-spring03 {
	background-image: url(../jpg/pt-slide-spring0315ba.jpg);
}

.vis_image-spring04 {
	background-image: url(../jpg/pt-slide-spring0415ba.jpg);
}

.vis_image-spring05 {
	background-image: url(../jpg/pt-slide-spring0515ba.jpg);
}

.vis_image-spring06 {
	background-image: url(../jpg/pt-slide-spring0615ba.jpg);
}

.vis_image-2006_01 {
	background-image: url(../png/pt-slide-2006_01.png);
}

.vis_image-2006_02 {
	background-image: url(../png/pt-slide-2006_02.png);
}

.vis_image-2006_03 {
	background-image: url(../png/pt-slide-2006_03.png);
}

.vis_image-2006_04 {
	background-image: url(../png/pt-slide-2006_04.png);
}

.vis_image-2006_05 {
	background-image: url(../png/pt-slide-2006_05.png);
}

.vis_image-2006_06 {
	background-image: url(../png/pt-slide-2006_06.png);
}

.vis_image-2006_07 {
	background-image: url(../png/pt-slide-2006_07.png);
}

.vis_image-2010_01 {
	background-image: url(../png/pt-slide-2010_01.png);
}

.vis_image-2010_02 {
	background-image: url(../png/pt-slide-2010_02.png);
}

.vis_image-2012_01 {
	background-image: url(../png/pt-slide-2012_01.png);
}

.vis_image-2012_02 {
	background-image: url(../png/pt-slide-2012_02.png);
}

.vis_image-2012_03 {
	background-image: url(../png/pt-slide-202309.png);
}

.vis_image-2012_04 {
	background-image: url(../png/pt-slide-2023_09.png);
}

.vis_image-2012_05 {
	background-image: url(../png/pt-slide-2023_05.png);
}

.vis_image-2012_06 {
	background-image: url(../png/pt-slide-2023_06.png);
}

/* .vis_image-2012_07 {
	background-image: url(/en/assets/img/home/pt-slide-2012_07.png);
} */

/* .vis_image-2012_08 {
	background-image: url(/en/assets/img/home/pt-slide-2012_08.png);
} */

.vis_image-fromtokyo {
	background-image: url(../png/pt-slide-fromtokyo.png);
}

.vis_image-fromnagoya {
	background-image: url(../png/pt-slide-fromnagoya.png);
}

.vis_image-centraljapan {
	background-image: url(../png/pt-slide-centraljapan.png);
}
.vis_image-2305_01 {
	background-image: url(../png/pt-slide-2309_01.png);
}
.vis_image-2305_02 {
	background-image: url(../png/pt-slide-2309_02.png);
}
.vis_image-2305_03 {
	background-image: url(../png/pt-slide-2309_03.png);
}
.vis_image-2305_04 {
	background-image: url(../png/pt-slide-2309_04.png);
}
.vis_image01 {
	background-image: url(../jpg/pt-slide-2504_01.jpg);
}
.vis_image02 {
	background-image: url(../jpg/pt-slide-2504_02.jpg);
}
.vis_image03 {
	background-image: url(../jpg/pt-slide-2504_03.jpg);
}
.vis_image04 {
	background-image: url(../jpg/pt-slide-2504_04.jpg);
}
.vis_image05 {
	background-image: url(../jpg/pt-slide-2504_05.jpg);
}
/* .vis_image06 {
	background-image: url(/en/assets/img/home/pt-slide-2409_06.jpg);
} */
/* .vis_image07 {
	background-image: url(/en/assets/img/home/pt-slide-2312_07.jpg);
} */
/* .vis_image08 {
	background-image: url(/en/assets/img/home/pt-slide-2312_07.jpg);
} */

.vis_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.visWrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 850px;
	margin-left: calc((850px / 5.26) / -2);
	margin-right: calc((850px / 5.26) / -2);
}

.visWrap::before {
}

.visWrap_item {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.visWrap_item.isCurrent {
	z-index: 10;
}

.visWrap_item.isPreClose {
	z-index: 1;
}

.visual {
	position: relative;
	background-color: #fff;
}

.visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: #f00;
	z-index: 10;
	display: none;
}

.visual_areaTitle {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
	max-width: 100vw;
}

.isLoaded .visual_areaTitle {
}

.visual_subTitle {
	color: #EBFF00;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .1em;
}

.visual_headline {
	font-size: 71px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.visual_photoLink {
	position: absolute;
	z-index: 10;
	right: -100px;
	bottom: 110px;
	width: 400px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	transition-duration: 1s;
	transition-property: opacity;
	opacity: 0;
	transition-delay: 1.5s;
}

.isLoaded .visual_photoLink {
	opacity: 1;
}

.visual_photoLink > a {
	display: flex;
	text-decoration: none;
	background-color: #223487;
	height: 50px;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition-duration: .3s;
	transition-property: padding-left;
	color: #fff;
	font-size: 19px;
}

.visual_photoLink > a[data-season="autumn"] {
	background-color: #F28B40;
}

.visual_photoLink > a[data-season="summer"] {
	background-color: #00743A;
}

.visual_photoLink > a::before {
	content: "";
}

.visual_photoLink > a::after {
	content: "";
}

.visual_photoLink > a > img {
	opacity: 1;
	display: block;
}

.visual_bnr {
	position: absolute;
	z-index: 10;
	top: 120px;
	right: 50px;
	transition-duration: 1s;
	transition-property: opacity;
	opacity: 0;
	transition-delay: 1.5s;
}

.isLoaded .visual_bnr {
	opacity: 1;
}

.visual_bnr > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
}

.visual_bnr > a::before {
	content: "";
}

.visual_bnr > a::after {
	content: "";
}

.visual_bnr > a > img {
	display: block;
}

.visual_badgeList {
	list-style: none;
	display: flex;
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 50px;
	transition-duration: 1s;
	transition-property: opacity;
	opacity: 0;
	transition-delay: 1.5s;
}

.isLoaded .visual_badgeList {
	opacity: 1;
}

.visual_badgeList > li {
	margin-right: 20px;
}

.visual_badgeList > li:first-child {
}

.visual_badgeList > li:last-child {
	margin-right: 0;
}

.visual_badgeList > li:nth-child(2n+1) {
}

.visual_badgeList > li:nth-child(n+3) {
}

.visual_badgeList > li > img {
	display: block;
}

.operating {
	padding: 20px 0 20px;
	position: relative;
	z-index: 10;
	margin-top: -70px;
	margin-bottom: 62px;
}

.operating::before {
	content: "";
	display: block;
	width: calc(100% - 100px);
	height: 100%;
	background-color: #DB3333;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 1200px;
}

.operating_inner {
}

.operating_cols {
}

.operating_col {
}

.operating_col-no1 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.operating_title {
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	font-size: 23px;
	margin-right: 15px;
}

.operating_title > .icon {
	display: block;
	font-size: 28px;
	margin-right: 12px;
}

.operating_period {
	background-color: #F4FF76;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 12px;
	text-align: center;
}

.operating_col-no2 {
}

.operating_areaText {
	padding: 14px 20px;
	margin-top: 6px;
}

.operating_areaText:first-child {
	margin-top: 0;
}

.operating_areaText:empty {
	display: none;
}

.operating_areaText:last-child {
	margin-bottom: 0;
}

.operating_text {
	font-size: 88.9%;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background: #FFF;
	padding: 8px 15px 0 30px;
}

.operating_areaText p:nth-child(7) {
	margin-top: 10px;
}

.operating_text > a {
	color: #09245C;
	text-decoration: none;
}

.operating_text::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #DB3333;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 1.4em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}

.operating_jpText {
	font-size: 81.25%;
	background: #FFF;
	padding: 0 15px 8px 15px;
}

.mainBody {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 80px;
}

.mainBody_inner {
	max-width: 1200px;
}

.mainBody_cols {
	justify-content: space-between;
	display: flex;
	margin-bottom: 60px;
}

.mainBody_col {
}

.mainBody_col-no1 {
	width: calc(100% - 376px);
}

.mainBody_col-no2 {
	width: 326px;
}

.news {
	position: relative;
	z-index: 1;
}

.news_titleWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.news_title {
	font-size: 20px;
}

.news_link {
}

.news_link > a {
	display: block;
	color: inherit;
	font-size: 13px;
}

.news_link > a::before {
	content: "";
}

.news_link > a::after {
	content: "";
}

.news_list {
	list-style: none;
	border-top: 1px solid #B2B2B2;
}

.news_list > li {
}

.news_list > li:first-child {
}

.news_list > li:last-child {
}

.news_list > li:nth-child(2n+1) {
}

.news_list > li:nth-child(n+3) {
}

.news_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #B2B2B2;
	align-items: center;
	padding: 13px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.news_list > li > a::before {
	content: "";
}

.news_list > li > a::after {
	content: "";
}

.news_list > li > a > time {
	display: block;
	color: #797979;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 1.5em;
}

.news_list > li > a > b {
	display: block;
	font-weight: normal;
	color: #09245C;
	font-size: 15px;
}

.infoNav {
}

.infoNav_list {
	list-style: none;
}

.infoNav_list > li {
	margin-top: 10px;
}

.infoNav_list > li:first-child {
	margin-top: 0;
}

.infoNav_list > li:last-child {
}

.infoNav_list > li:nth-child(2n+1) {
}

.infoNav_list > li:nth-child(n+3) {
}

.infoNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #B2B2B2;
	padding: 16px 10px;
	align-items: center;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding-left: 62px;
	transition-duration: .3s;
	transition-property: background-color, color;
}

.infoNav_list > li > a::before {
	content: "";
	width: 1px;
	height: 28px;
	background-color: #B2B2B2;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 48px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.infoNav_list > li > a::after {
	content: "";
}

.infoNav_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48px;
	text-align: center;
}

.infoNav_list > li > a > b {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.2;
}

.infoNav_list > li > a > b > b {
	display: block;
	font-weight: bold;
	margin-right: 0.8em;
}

.infoNav_list > li > a > b > small {
	display: block;
	font-weight: normal;
}

.footBnr {
	margin-top: 82px;
}

.footBnr_list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footBnr_list > li {
	margin: 5px 17px;
}

.footBnr_list > li:first-child {
}

.footBnr_list > li:last-child {
}

.footBnr_list > li:nth-child(2n+1) {
}

.footBnr_list > li:nth-child(n+3) {
}

.footBnr_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.footBnr_list > li > a::before {
	content: "";
}

.footBnr_list > li > a::after {
	content: "";
}

.footBnr_list > li > a > img {
	display: block;
}

.footVis {
	background-image: url(../jpg/bg-foot-spring%402x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.footVis[data-season="summer"] {
	background-image: url(../jpg/bg-foot-summer%402x.jpg);
	color: #fff;
}

.footVis[data-season="autumn"] {
	background-image: url(../jpg/bg-foot-autumn%402x.jpg);
	color: #fff;
}

.footVis_inner {
	height: 217px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footVis_text {
	font-size: 30px;
	font-weight: bold;
}

.bnrs {
}

.bnrs_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.11%;
}

.bnrs_cols:last-child {
	margin-bottom: 0;
}

.bnrs_col {
	width: 24.17%;
	max-width: 290px;
	position: relative;
	z-index: 1;
}

.bnrs_col-no1 {
}

.bnrs_link {
}

.bnrs_link-fb {
	display: none;
}

.bnrs_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bnrs_link > a::before {
	content: "";
}

.bnrs_link > a::after {
	content: "";
}

.bnrs_link > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bnrs_col-no2 {
}

.bnrs_list {
	list-style: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bnrs_list > li {
}

.bnrs_list > li:first-child {
}

.bnrs_list > li:last-child {
}

.bnrs_list > li:nth-child(2n+1) {
}

.bnrs_list > li:nth-child(n+3) {
}

.bnrs_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bnrs_list > li > a::before {
	content: "";
}

.bnrs_list > li > a::after {
	content: "";
}

.bnrs_list > li > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bnrs_col-no3 {
}

.bnrs_col-large {
	width: 49.46%;
	max-width: 594px;
}

.bnrs_col-no4 {
}

.bnrs_fb {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bnrs_fb > iframe {
	display: block;
	border: none;
}

.vis_image > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	transition-property: opacity;
	max-width: 100vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vis_image > a::before {
	content: "";
}

.vis_image > a::after {
	content: "";
}

.visFrom {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.visFrom_inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.visFrom_areaText {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.visFrom_title {
	font-size: 64px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
}

.visFrom_text {
	font-size: 18px;
	font-weight: bold;
	color: #F4FF76;
	line-height: 1.5;
	margin-bottom: 20px;
	max-width: 500px;
}

.visFrom_text-green {
	color: #6CFF6C;
}

.visFrom_msg {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.46;
	color: #DB3333;
	margin-bottom: 15px;
}

.visFrom_link {
	min-width: 145px;
	padding: 0 20px;
	background-color: #3A5AED;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 19px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #3A5AED;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}

.visFrom_link::after {
	content: ">";
	display: block;
	margin-left: 8px;
}

.visFrom_headline {
	color: #F4FF76;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.47;
	margin-bottom: 10px;
}

.visTicket {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 100vw;
	height: 100%;
}

.visTicket_inner {
	height: 100%;
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	align-items: center;
}

.visTicket_cols {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.visTicket_col {
}

.visTicket_col-no1 {
	width: 30%;
}

.visTicket_title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	background-color: #F4FF76;
	line-height: 1;
	padding: 9px 10px;
	color: #DB3333;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.visTicket_col-no2 {
	text-align: center;
}

.visTicket_msg {
	color: #3A5AED;
	font-size: 24px;
	line-height: 1.04;
	font-weight: bold;
	margin-bottom: 13px;
}

.visTicket_headline {
	font-size: 71px;
	line-height: 1;
	color: #3A5AED;
	font-weight: bold;
}

.visTicket_headline > .-red {
	color: #DB3333;
}

.visTicket_headline > .-white {
	color: #fff;
}

.visTicket_headline > span {
}

.visTicket_text {
	color: #F4FF76;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 17px;
	font-size: 22px;
	max-width: 100vw;
	box-sizing: border-box;
	padding: 0;
}

.visTicket_col-no3 {
	width: 30%;
}

.visTicket_link {
	min-width: 145px;
	padding: 0 20px;
	background-color: #3A5AED;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 19px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #3A5AED;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}

.visTicket_link::after {
	content: ">";
	display: block;
	margin-left: 8px;
}

.visTicket_areaText {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	left: -6px;
}

@media screen and (max-width:1599px) {
	.visual_bnr {
		right: 20px;
	}

	.visual_badgeList {
		left: 20px;
	}

}

@media screen and (max-width:1299px) {
	.operating_areaText {
		margin-right: 0;
	}

}

@media screen and (max-width:1199px) {
	.visTicket_title {
		font-size: 3.4vw;
	}

	.visTicket_text {
		font-size: 18px;
	}

}

@media screen and (min-width:1200px) {
	.visFrom_areaText {
		margin-left: 80px;
	}

}

@media screen and (min-width:1000px) {
	.vis_image > a:hover {
	}

	a:hover .visFrom_link {
		background-color: transparent;
		border-color: #fff;
	}

	a:hover .visual_areaTitle {
		opacity: .7;
	}

	a:hover .visTicket_link {
		background-color: transparent;
		border-color: #fff;
	}

	.visual_photoLink > a:hover {
		padding-left: 15px;
	}

	.visual_bnr > a:hover {
	}

	.news_link > a:hover {
	}

	.news_list > li > a:hover {
		background-color: #f5f5f5;
	}

	.infoNav_list > li > a:hover {
		background-color: #f5f5f5;
	}

	.footBnr_list > li > a:hover {
	}

	.bnrs_link > a:hover {
	}

	.bnrs_list > li > a:hover {
	}

	.operating_text > a:hover {
		text-decoration: underline;
	}

}

@media screen and (max-width:999px) {
	.p-hasVis .gHeaderWrap {
		height: 0;
	}

	.gBody {
	}

	.gFootNav {
	}

	.vis {
	}

	.isCurrent .vis {
	}

	.vis_image {
		height: 640px;
		width: calc(100vw + 640px / 5.26);
	}

	.isCurrent .vis_image {
	}

	.vis_image-no2 {
	}

	.vis_image-no3 {
	}

	.vis_image::before {
	}

	.anniversary img{
		width: 75%;
	}

	.anniversary figcaption{
		font-size: 32px;
	}

	.visWrap {
		height: 640px;
		margin-left: calc((640px / 5.26) / -2);
		margin-right: calc((640px / 5.26) / -2);
	}

	.visWrap::before {
	}

	.visWrap_item {
	}

	.visWrap_item.isCurrent {
	}

	.visWrap_item.isPreClose {
	}

	.visual {
	}

	.visual_areaTitle {
		margin-top: 60px;
	}

	.isLoaded .visual_areaTitle {
	}

	.visual_subTitle {
		font-size: 20px;
	}

	.visual_headline {
		font-size: 50px;
	}

	.visual_photoLink {
		bottom: 114px;
	}

	.isLoaded .visual_photoLink {
	}

	.visual_photoLink > a {
		font-size: 16px;
	}

	.visual_photoLink > a::before {
	}

	.visual_photoLink > a::after {
	}

	.visual_photoLink > a > img {
	}

	.visual_bnr {
		top: 80px;
		right: 20px;
		width: 150px;
	}

	.isLoaded .visual_bnr {
	}

	.visual_bnr > a {
	}

	.visual_bnr > a::before {
	}

	.visual_bnr > a::after {
	}

	.visual_bnr > a > img {
	}

	.visual_badgeList {
		top: 80px;
	}

	.isLoaded .visual_badgeList {
	}

	.visual_badgeList > li {
		width: 69px;
		margin-right: 10px;
	}

	.visual_badgeList > li:first-child {
	}

	.visual_badgeList > li:last-child {
	}

	.visual_badgeList > li:nth-child(2n+1) {
	}

	.visual_badgeList > li:nth-child(n+3) {
	}

	.visual_badgeList > li > img {
	}

	.operating {
		padding: 20px 0;
		margin-bottom: 45px;
		margin-top: -60px;
		background-color: #DB3333;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}

	.operating::before {
		display: none;
	}

	.operating_inner {
	}

	.operating_cols {
	}

	.operating_col {
	}

	.operating_col-no1 {
	}

	.operating_title {
	}

	.operating_title > .icon {
	}

	.operating_period {
		font-size: 13px;
	}

	.operating_col-no2 {
	}

	.operating_areaText {
	}

	.operating_areaText:last-child {
	}

	.operating_text {
	}

	.operating_text::before {
	}

	.operating_jpText {
	}

	.mainBody {
		padding-bottom: 45px;
	}

	.mainBody_inner {
	}

	.mainBody_cols {
	}

	.mainBody_col {
	}

	.mainBody_col-no1 {
		width: calc(100% - 300px);
	}

	.mainBody_col-no2 {
		width: 280px;
	}

	.news {
	}

	.news_titleWrap {
	}

	.news_title {
	}

	.news_link {
	}

	.news_link > a {
	}

	.news_link > a::before {
	}

	.news_link > a::after {
	}

	.news_list {
	}

	.news_list > li {
	}

	.news_list > li:first-child {
	}

	.news_list > li:last-child {
	}

	.news_list > li:nth-child(2n+1) {
	}

	.news_list > li:nth-child(n+3) {
	}

	.news_list > li > a {
	}

	.news_list > li > a::before {
	}

	.news_list > li > a::after {
	}

	.news_list > li > a > time {
	}

	.news_list > li > a > b {
		line-height: 1.2;
	}

	.infoNav {
	}

	.infoNav_list {
	}

	.infoNav_list > li {
	}

	.infoNav_list > li:first-child {
	}

	.infoNav_list > li:last-child {
	}

	.infoNav_list > li:nth-child(2n+1) {
	}

	.infoNav_list > li:nth-child(n+3) {
	}

	.infoNav_list > li > a {
		font-size: 15px;
	}

	.infoNav_list > li > a::before {
	}

	.infoNav_list > li > a::after {
	}

	.infoNav_list > li > a > .icon {
	}

	.infoNav_list > li > a > b {
	}

	.infoNav_list > li > a > b > b {
	}

	.infoNav_list > li > a > b > small {
	}

	.footBnr {
		margin-top: 45px;
	}

	.footBnr_list {
	}

	.footBnr_list > li {
		margin-left: 10px;
		margin-right: 10px;
		width: 180px;
	}

	.footBnr_list > li:first-child {
	}

	.footBnr_list > li:last-child {
	}

	.footBnr_list > li:nth-child(2n+1) {
	}

	.footBnr_list > li:nth-child(n+3) {
	}

	.footBnr_list > li > a {
	}

	.footBnr_list > li > a::before {
	}

	.footBnr_list > li > a::after {
	}

	.footBnr_list > li > a > img {
	}

	.footVis {
	}

	.footVis_inner {
		height: 160px;
	}

	.footVis_text {
		font-size: 24px;
	}

	.bnrs {
	}

	.bnrs_cols {
	}

	.bnrs_cols:last-child {
	}

	.bnrs_col {
	}

	.bnrs_col-no1 {
	}

	.bnrs_link {
	}

	.bnrs_link > a {
	}

	.bnrs_link > a::before {
	}

	.bnrs_link > a::after {
	}

	.bnrs_link > a > img {
	}

	.bnrs_col-no2 {
	}

	.bnrs_list {
	}

	.bnrs_list > li {
	}

	.bnrs_list > li:first-child {
	}

	.bnrs_list > li:last-child {
	}

	.bnrs_list > li:nth-child(2n+1) {
	}

	.bnrs_list > li:nth-child(n+3) {
	}

	.bnrs_list > li > a {
	}

	.bnrs_list > li > a::before {
	}

	.bnrs_list > li > a::after {
	}

	.bnrs_list > li > a > img {
	}

	.bnrs_col-no3 {
	}

	.bnrs_col-large {
	}

	.bnrs_col-no4 {
	}

	.bnrs_fb {
		display: none;
	}

	.bnrs_link-fb {
		display: block;
	}

	.bnrs_fb > iframe {
	}

	.vis_image > a {
	}

	.vis_image > a::before {
	}

	.vis_image > a::after {
	}

	.visFrom {
	}

	.visFrom_inner {
	}

	.visFrom_areaText {
	}

	.visFrom_title {
		font-size: 50px;
	}

	.visFrom_text {
		font-size: 18px;
	}

	.visFrom_text-green {
	}

	.visFrom_msg {
		font-size: 20px;
	}

	.visFrom_link {
		font-size: 16px;
		height: 34px;
	}

	.visFrom_link::after {
	}

	.visFrom_headline {
		font-size: 24px;
	}

	.visTicket {
	}

	.visTicket_inner {
	}

	.visTicket_cols {
	}

	.visTicket_col {
	}

	.visTicket_col-no1 {
	}

	.visTicket_title {
	}

	.visTicket_col-no2 {
	}

	.visTicket_msg {
		font-size: 20px;
	}

	.visTicket_headline {
		font-size: 57px;
	}

	.visTicket_headline > .-red {
	}

	.visTicket_headline > .-white {
	}

	.visTicket_headline > span {
	}

	.visTicket_text {
		font-size: 14px;
	}

	.visTicket_col-no3 {
	}

	.visTicket_link {
		height: 30px;
		font-size: 16px;
		min-width: 130px;
	}

	.visTicket_link::after {
	}

	.visTicket_areaText {
	}

}

@media screen and (max-width:699px) {
	.gBody {
	}

	.gFootNav {
	}

	.vis {
	}

	.isCurrent .vis {
	}

	.vis_image {
		height: 585px;
		width: calc(100vw + 585px / 5.26);
	}

	.isCurrent .vis_image {
	}

	.vis_image-no2 {
	}

	.vis_image-no3 {
	}

	.vis_image::before {
	}

	.visWrap {
		height: 585px;
		margin-left: calc((585px / 5.26) / -2);
		margin-right: calc((585px / 5.26) / -2);
	}

	.visWrap::before {
	}

	.visWrap_item {
	}

	.visWrap_item.isCurrent {
	}

	.visWrap_item.isPreClose {
	}

	.visual {
	}

	.visual_areaTitle {
	}

	.isLoaded .visual_areaTitle {
	}

	.visual_subTitle {
		font-size: 19px;
	}

	.visual_headline {
		font-size: 32px;
	}

	.visual_photoLink {
		right: -140px;
		bottom: 20px;
	}

	.isLoaded .visual_photoLink {
	}

	.visual_photoLink > a {
		height: 37px;
		font-size: 14px;
	}

	.visual_photoLink > a::before {
	}

	.visual_photoLink > a::after {
	}

	.visual_photoLink > a > img {
		width: 90px;
	}

	.visual_bnr {
		width: 120px;
		right: 10px;
		top: 70px;
	}

	.isLoaded .visual_bnr {
	}

	.visual_bnr > a {
	}

	.visual_bnr > a::before {
	}

	.visual_bnr > a::after {
	}

	.visual_bnr > a > img {
	}

	.visual_badgeList {
		left: 10px;
		top: 70px;
	}

	.isLoaded .visual_badgeList {
	}

	.visual_badgeList > li {
		width: 55px;
		margin-right: 5px;
	}

	.visual_badgeList > li:first-child {
	}

	.visual_badgeList > li:last-child {
	}

	.visual_badgeList > li:nth-child(2n+1) {
	}

	.visual_badgeList > li:nth-child(n+3) {
	}

	.visual_badgeList > li > img {
	}

	.operating {
		margin-bottom: 20px;
		padding: 20px 0;
		margin-top: 0;
	}

	.operating::before {
		display: none;
	}

	.operating_inner {
	}

	.operating_cols {
		display: block;
	}

	.operating_col {
		width: auto;
	}

	.operating_col-no1 {
		margin-bottom: 10px;
		display: block;
	}

	.operating_title {
		font-size: 17px;
		margin-right: 0;
	}

	.operating_title > .icon {
		font-size: 22px;
		margin-right: 9px;
	}

	.operating_period {
		margin-top: 10px;
	}

	.operating_col-no2 {
	}

	.operating_areaText {
		padding: 0;
	}

	.operating_areaText:last-child {
	}

	.operating_text {
		font-size: 14px;
		color: #09245C;
		padding-left: 15px;
	}

	.operating_text::before {
		display: none;
	}

	.operating_jpText {
		font-size: 12px;
	}

	.mainBody {
	}

	.mainBody_inner {
	}

	.mainBody_cols {
		display: block;
		margin-bottom: 35px;
	}

	.mainBody_col {
		width: auto;
	}

	.mainBody_col-no1 {
		margin-bottom: 10px;
	}

	.mainBody_col-no2 {
	}

	.news {
	}

	.news_titleWrap {
	}

	.news_title {
		font-size: 17px;
	}

	.news_link {
	}

	.news_link > a {
	}

	.news_link > a::before {
	}

	.news_link > a::after {
	}

	.news_list {
		margin-left: -20px;
		margin-right: -20px;
		border-top-color: #CECACA;
	}

	.news_list > li {
	}

	.news_list > li:first-child {
	}

	.news_list > li:last-child {
	}

	.news_list > li:nth-child(2n+1) {
	}

	.news_list > li:nth-child(n+3) {
	}

	.news_list > li > a {
		padding: 10px 20px;
		display: block;
		border-bottom-color: #CECACA;
	}

	.news_list > li > a::before {
	}

	.news_list > li > a::after {
	}

	.news_list > li > a > time {
		font-size: 10px;
		margin-right: 0;
	}

	.news_list > li > a > b {
		font-size: 13px;
	}

	.infoNav {
		max-width: 300px;
		margin: 0px auto 0;
	}

	.infoNav_list {
	}

	.infoNav_list > li {
	}

	.infoNav_list > li:first-child {
	}

	.infoNav_list > li:last-child {
	}

	.infoNav_list > li:nth-child(2n+1) {
	}

	.infoNav_list > li:nth-child(n+3) {
	}

	.infoNav_list > li > a {
	}

	.infoNav_list > li > a::before {
	}

	.infoNav_list > li > a::after {
	}

	.infoNav_list > li > a > .icon {
	}

	.infoNav_list > li > a > b {
	}

	.infoNav_list > li > a > b > b {
	}

	.infoNav_list > li > a > b > small {
	}

	.footBnr {
		margin-top: 25px;
	}

	.footBnr_list {
		flex-wrap: wrap;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}

	.footBnr_list > li {
		width: 49%;
		margin: 0 0 0 2%;
	}

	.footBnr_list > li:first-child {
	}

	.footBnr_list > li:last-child {
	}

	.footBnr_list > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.footBnr_list > li:nth-child(n+3) {
		margin-top: 2%;
	}

	.footBnr_list > li > a {
	}

	.footBnr_list > li > a::before {
	}

	.footBnr_list > li > a::after {
	}

	.footBnr_list > li > a > img {
	}

	.footVis {
	}

	.footVis_inner {
		height: 100px;
	}

	.footVis_text {
		font-size: 16px;
	}

	.bnrs {
		max-width: 590px;
		margin: 0 auto;
	}

	.bnrs_cols {
		flex-wrap: wrap;
		margin-bottom: 2%;
	}

	.bnrs_cols:last-child {
	}

	.bnrs_col {
		width: 49%;
	}

	.bnrs_col-no1 {
	}

	.bnrs_link {
	}

	.bnrs_link > a {
	}

	.bnrs_link > a::before {
	}

	.bnrs_link > a::after {
	}

	.bnrs_link > a > img {
	}

	.bnrs_col-no2 {
	}

	.bnrs_list {
	}

	.bnrs_list > li {
	}

	.bnrs_list > li:first-child {
	}

	.bnrs_list > li:last-child {
	}

	.bnrs_list > li:nth-child(2n+1) {
	}

	.bnrs_list > li:nth-child(n+3) {
	}

	.bnrs_list > li > a {
	}

	.bnrs_list > li > a::before {
	}

	.bnrs_list > li > a::after {
	}

	.bnrs_list > li > a > img {
	}

	.bnrs_col-no3 {
		margin-top: 2%;
	}

	.bnrs_col-large {
		width: 100%;
	}

	.bnrs_col-no4 {
		margin-top: 2%;
	}

	.bnrs_fb {
	}

	.bnrs_fb > iframe {
	}

	.vis_image-spring01 {
		background-image: url(../jpg/pt-slide-spring_sp01_2005%402x.jpg);
	}

	.vis_image-spring02 {
		background-image: url(../jpg/pt-slide-spring_sp02%402x.jpg);
		background-position: center top;
	}

	.vis_image-spring03 {
		background-image: url(../jpg/pt-slide-spring_sp03%402x.jpg);
	}

	.vis_image-spring04 {
		background-image: url(../jpg/pt-slide-spring_sp04%402x.jpg);
	}

	.vis_image-spring05 {
		background-image: url(../jpg/pt-slide-spring_sp05%402x.jpg);
	}

	.vis_image-spring06 {
		background-image: url(../jpg/pt-slide-spring_sp06%402x.jpg);
	}

	.vis_image-2006_01 {
		background-image: url(../png/pt-slide-2006_sp01%402x.png);
	}

	.vis_image-2006_02 {
		background-image: url(../png/pt-slide-2006_sp02%402x.png);
	}

	.vis_image-2006_03 {
		background-image: url(../png/pt-slide-2006_sp03%402x.png);
	}

	.vis_image-2006_04 {
		background-image: url(../png/pt-slide-2006_sp04%402x.png);
	}

	.vis_image-2006_05 {
		background-image: url(../png/pt-slide-2006_sp05%402x.png);
	}

	.vis_image-2006_06 {
		background-image: url(../png/pt-slide-2006_sp06%402x.png);
	}

	.vis_image-2006_07 {
		background-image: url(../png/pt-slide-2006_sp07%402x.png);
	}

	.vis_image-2010_01 {
		background-image: url(../png/pt-slide-2010_sp01%402x.png);
	}

	.vis_image-2010_02 {
		background-image: url(../png/pt-slide-2010_sp02%402x.png);
	}

	.vis_image-2012_01 {
		background-image: url(../png/pt-slide-2012_sp01%402x.png);
	}

	.vis_image-2012_02 {
		background-image: url(../png/pt-slide-2012_sp02%402x.png);
	}

	.vis_image-2012_03 {
		background-image: url(../png/pt-slide-2023_sp03%402x.png);
	}

	.vis_image-2012_04 {
		background-image: url(../png/pt-slide-2023_sp04%402x.png);
	}

	.vis_image-2012_05 {
		background-image: url(../png/pt-slide-2023_sp05%402x.png);
	}

	.vis_image-2012_06 {
		background-image: url(../png/pt-slide-2023_sp06%402x.png);
	}

	.vis_image-2012_07 {
		background-image: url(../png/pt-slide-2012_sp07%402x.png);
	}

	.vis_image-2012_08 {
		background-image: url(../png/pt-slide-2012_sp08%402x.png);
	}

	.vis_image-fromtokyo {
		background-image: url(../png/pt-slide-fromtokyo_sp%402x.png);
	}

	.vis_image-fromnagoya {
		background-image: url(../png/pt-slide-fromnagoya_sp%402x.png);
	}

	.vis_image-centraljapan {
		background-image: url(../png/pt-slide-centraljapan_sp%402x.png);
	}

	.vis_image > a {
	}

	.vis_image > a::before {
	}

	.vis_image > a::after {
	}

	.visFrom {
	}

	.visFrom_inner {
		align-items: flex-start;
		padding-top: 81px;
	}

	.visFrom_areaText {
	}

	.visFrom_title {
		font-size: 34px;
	}

	.visFrom_text {
		font-size: 16px;
	}

	.visFrom_text-green {
	}

	.visFrom_msg {
		font-size: 12px;
	}

	.visFrom_msg br.-line {
		display: none;
	}

	.visFrom_link {
		min-width: 120px;
		height: 30px;
		font-size: 14px;
	}

	.visFrom_link::after {
	}

	.visFrom_headline {
		font-size: 18px;
	}

	.visTicket {
	}

	.visTicket_inner {
		box-sizing: border-box;
		padding-top: 36vw;
	}

	.visTicket_cols {
		display: flex;
		flex-direction: column;
		position: relative;
		z-index: 1;
		left: -9px;
	}

	.visTicket_col {
		width: auto;
	}

	.visTicket_col-no1 {
		order: 0;
		margin-bottom: 5px;
	}

	.visTicket_title {
		line-height: 1.1;
		font-size: 24px;
		padding: 5px 10px;
		-webkit-transform: none;
		transform: none;
	}

	.visTicket_col-no2 {
		order: 2;
	}

	.visTicket_msg {
		font-size: 3.7vw;
		font-size: 14px;
	}

	.visTicket_headline {
		font-size: 45px;
	}

	.visTicket_headline > .-red {
	}

	.visTicket_headline > .-white {
	}

	.visTicket_headline > span {
	}

	.visTicket_text {
		font-size: 14px;
	}

	.visTicket_col-no3 {
		order: 1;
		margin-bottom: 10px;
	}

	.visTicket_link {
		font-size: 14px;
		min-width: 120px;
	}

	.visTicket_link::after {
	}

	.visTicket_areaText {
		left: 0;
	}

}
