@charset "UTF-8";
@media screen and (max-width: 991px) {
  /* style for STG or Prod environment */
  body {
    padding-top: 0;
    overflow: hidden;
  }
}
.tour-greatchanges .sec-inner {
	max-width: 1080px;
	margin: 0 auto;
}
@media (max-width: 1224px) {
	.tour-greatchanges .sec-inner {
		margin: 0 12px;
	}
}
.tour-greatchanges .section {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 79px 0 95px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.tour-greatchanges .section {
		padding: 50px 0 56px;
	}
}
.tour-greatchanges .section .content-top {
	text-align: center;
	margin: 0 0 50px;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-top {
		margin: 0 0 32px;
		text-align: left;
	}
}
.tour-greatchanges .section .content-top h2.sec-title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
	line-height: normal;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-top h2.sec-title {
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 27px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .section .content-top h2.sec-title {
		font-size: 28px;
	}
}
.tour-greatchanges .section .content-top > p {
	font-size: 20px;
	line-height: 1.7;
	color: #fff;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-top > p {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.64px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .section .content-top > p {
		font-size: 13px;
	}
}
.tour-greatchanges .section .content-graph > h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 13px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	margin: 0 0 20px;
	text-align: left;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-graph > h3 {
		font-size: 16px;
		line-height: 18px;
		align-items: flex-end;
		padding: 0 0 8px;
		margin: 0 0 14px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .section .content-graph > h3 {
		font-size: 12px;
	}
}
.tour-greatchanges .section .content-graph .logo {
	display: block;
	margin-left: 20px;
}
.tour-greatchanges .section .content-graph .logo > img {
	max-width: 177px;
	object-fit: contain;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-graph .logo > img {
		max-width: 100px;
	}
}
.tour-greatchanges .section .content-graph .caption {
	color: #D2D2D2;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.48px;
	margin-top: 16px;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-graph .caption {
		margin-top: 12px;
	}
}
.tour-greatchanges .section .content-graph:not(:last-child) {
	margin: 0 auto 50px;
}
@media (max-width: 767px) {
	.tour-greatchanges .section .content-graph:not(:last-child) {
		margin: 0 auto 36px;
	}
}
.tour-greatchanges p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.tour-greatchanges p.link a {
	font-size: 14px;
	letter-spacing: 0.56px;
}
.tour-greatchanges .menu {
	position: fixed;
	z-index: 8;
	top: 215px;
	right: 50px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
@media (max-width: 991px) {
	.tour-greatchanges .menu {
		right: 20px;
	}
}
@media (max-width: 550px) {
	.tour-greatchanges .menu {
		right: auto;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 0;
		padding: 50px 10px 20px;
		display: flex;
		justify-content: center;
		background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	}
}
.tour-greatchanges .menu > li {
	position: relative;
	padding-bottom: 42px;
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li {
		display: inline-block;
		padding: 0 42px 0 0;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .menu > li {
		padding: 0 36px 0 0;
	}
}
.tour-greatchanges .menu > li a {
	font-size: 0;
	display: block;
	position: relative;
	padding: 0;
	width: 21px;
	height: 21px;
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li a {
		width: 15px;
		height: 15px;
	}
}
.tour-greatchanges .menu > li a::before, .tour-greatchanges .menu > li a::after {
	position: absolute;
	content: "";
	border-radius: 50%;
}
.tour-greatchanges .menu > li a::before {
	right: 4px;
	top: 4px;
	width: 13px;
	height: 13px;
	background: #717376;
	transition: opacity 0.3s;
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li a::before {
		width: 9px;
		height: 9px;
	}
}
.tour-greatchanges .menu > li a::after {
	width: 21px;
	height: 21px;
	border: 1px solid #fff;
	opacity: 0;
	transition: opacity 0.3s;
	right: 0px;
	top: 0px;
	z-index: 2;
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li a::after {
		width: 15px;
		height: 15px;
		left: -1px;
		top: 1px;
	}
}
.tour-greatchanges .menu > li::after {
	content: "";
	position: absolute;
	left: 10px;
	width: 1px;
	height: 100%;
	background: #717376;
	top: 15px;
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li::after {
		width: 100%;
		height: 1px;
		top: 8px;
	}
}
.tour-greatchanges .menu > li.item-prev::after {
	height: calc(100% - 15px);
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li.item-prev::after {
		width: calc(100% - 7px);
		height: 1px;
	}
}
.tour-greatchanges .menu > li.active > a::before {
	background: #fff;
}
.tour-greatchanges .menu > li.active > a::after {
	opacity: 1;
}
.tour-greatchanges .menu > li.active::after {
	top: 21px;
	height: calc(100% - 15px);
}
@media (max-width: 550px) {
	.tour-greatchanges .menu > li.active::after {
		width: calc(100% - 3px);
		height: 1px;
		top: 8px;
		left: auto;
		right: -9px;
	}
}
.tour-greatchanges .menu > li:last-child {
	padding: 0;
}
.tour-greatchanges .menu > li:last-child::after {
	content: none;
}
.tour-greatchanges .reponsive-tab {
	overflow-y: auto;
	white-space: nowrap;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.tour-greatchanges .reponsive-tab {
		margin-bottom: 10px;
	}
}
.tour-greatchanges .reponsive-tab::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	display: none;
}
.tour-greatchanges .reponsive-tab::-webkit-scrollbar-thumb {
	width: 4px;
	height: 4px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.5);
}
.tour-greatchanges .reponsive-tab::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 8px;
	width: 4px;
	height: 4px;
}
.tour-greatchanges .tab-btns {
	display: flex;
	gap: 24px;
}
.tour-greatchanges .tab-btns .tab-btn {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	padding: 6px 20px 6px;
	color: #fff;
	width: 25%;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
	min-width: 232px;
	line-height: 42px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-btns .tab-btn {
		min-width: 232px;
		padding: 6px 5px;
		margin-right: 10px;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .tab-btns .tab-btn:hover, .tour-greatchanges .tab-btns .tab-btn.tab-btn--active {
		background: rgba(180, 160, 115, 0.8);
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-btns .tab-btn.slick-current {
		background: rgba(180, 160, 115, 0.8);
	}
}
.tour-greatchanges .tab-btns .tab-btn small {
	font-size: 12px;
	letter-spacing: 0.48px;
}
.tour-greatchanges .tab-btns .tab-btn:last-child {
	margin: 0;
}
.tour-greatchanges .tab-btns .num {
	font-size: 60px;
	font-family: "JLPGA-Regular", sans-serif;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-weight: 400;
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-btns .slick-list {
		padding: 0 20% 0 0 !important;
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-btns .slick-track {
		display: flex;
	}
}
.tour-greatchanges .tab-item {
	display: none;
	padding: 25px 32px 20px 32px;
	background: rgba(180, 160, 115, 0.8);
	border-radius: 8px;
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-item {
		padding: 13px 20px 20px 20px;
		display: block;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .tab-item {
		padding: 13px 4px 20px 4px;
	}
}
.tour-greatchanges .tab-item.tab-item--active {
	display: block;
}
.tour-greatchanges .tab-item .title {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	padding: 0 0 11px;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
	color: #fff;
}
.tour-greatchanges .tab-item .list-content {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.tour-greatchanges .tab-item .list-content > li {
	position: relative;
	width: calc((100% - 92px) / 4);
	margin: 0 24px 11px 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: normal;
	opacity: 0.3;
	transition: opacity 0.3s;
	color: #fff;
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-item .list-content > li {
		width: calc((100% - 8px) / 2);
		margin-right: 8px;
		font-size: 10px;
		line-height: 1.2;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .tab-item .list-content > li {
		width: calc((100% - 8px) / 2);
		margin-right: 4px;
		letter-spacing: -0.1em;
	}
}
.tour-greatchanges .tab-item .list-content > li:nth-child(4n) {
	margin-right: 0;
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-item .list-content > li:nth-child(4n) {
		margin-right: 8px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .tab-item .list-content > li:nth-child(4n) {
		margin-right: 4px;
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .tab-item .list-content > li:nth-child(2n) {
		margin-right: 0;
	}
}
.tour-greatchanges .tab-item .list-content > li.current {
	opacity: 1;
}
.tour-greatchanges .sec-banner {
	background-image: url(../images/tour-greatchanges/mv.png);
	background-position: center center;
	padding: 105px 0 108px;
	text-align: center;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-banner {
		padding: 40px 0 40px;
		background-image: url(../images/tour-greatchanges/mv-sp.png);
	}
}
.tour-greatchanges .sec-banner h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 8px;
	text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-banner h1 {
		font-size: 30px;
		letter-spacing: 6px;
		text-shadow: 0px 0px 30px #017A2B, 0px 4px 4px rgba(0, 0, 0, 0.4);
		line-height: 1.6;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .sec-banner h1 {
		letter-spacing: 10px;
	}
}
.tour-greatchanges .sec-banner h1 .sub-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.4;
	letter-spacing: 4px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-banner h1 .sub-title {
		font-size: 16px;
		letter-spacing: 3.2px;
		line-height: 2;
	}
}
.tour-greatchanges .sec-banner::after {
	content: "";
	position: absolute;
	background-image: url(../images/tour-greatchanges/img-secbanner-01.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1341px;
	height: 480px;
	max-width: 100%;
	right: 0;
	bottom: -75px;
}
@media (max-width: 991px) {
	.tour-greatchanges .sec-banner::after {
		bottom: -145px;
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-banner::after {
		background-image: url(../images/tour-greatchanges/img-secbanner-01-sp.png);
		bottom: -23px;
		height: 176px;
		width: 100%;
	}
}
.tour-greatchanges .sec-01 {
	background-image: url(../images/tour-greatchanges/bg-professional.jpg);
	background-position: center bottom 50%;
	text-align: center;
	padding: 122px 0 355px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-01 {
		background-image: url(../images/tour-greatchanges/bg-professional-sp.png);
		background-position: center bottom;
		padding: 49px 0 162px;
		text-align: left;
	}
}
.tour-greatchanges .sec-01 h2.sec-title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 40px;
	line-height: normal;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-01 h2.sec-title {
		font-size: 28px;
		margin: 0 0 23px;
		line-height: 1.5;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .sec-01 h2.sec-title {
		font-size: 24px;
	}
}
.tour-greatchanges .sec-01 p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 1.7;
	color: #fff;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-01 p {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.64px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .sec-01 p {
		font-size: 13px;
	}
}
.tour-greatchanges .sec-01 .slide-content {
	position: static;
}
.tour-greatchanges .sec-01 small {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.48px;
	display: block;
	margin-top: 25px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-01 small {
		margin-top: 19px;
	}
}
.tour-greatchanges .sec-02 {
	background-image: url(../images/tour-greatchanges/bg-tou.jpg);
	background-position: right center;
	text-align: center;
	padding: 79px 0 67px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-02 {
		background-image: url(../images/tour-greatchanges/bg-tou-sp.jpg);
		background-position: center bottom;
		padding: 50px 0 61px;
	}
}
.tour-greatchanges .sec-02 .content-top {
	max-width: 997px;
	margin: 0 auto 28px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-02 .content-top {
		margin: 0 auto 30px;
	}
}
.tour-greatchanges .sec-02 .content-graph .graphBox .autoImg {
	max-width: 100%;
	object-fit: contain;
}
.tour-greatchanges .sec-02 .arrow {
	margin: 27px 40px 9px;
}
@media (max-width: 991px) {
	.tour-greatchanges .sec-02 .arrow {
		margin: 40px 0;
	}
}
@media (max-width: 400px) {
	.tour-greatchanges .sec-02 .arrow {
		margin: 27px 0 7px;
	}
}
.tour-greatchanges .sec-02 .arrow > img {
	width: 50px;
	object-fit: contain;
	transition: all 0.3s;
}
@media (max-width: 991px) {
	.tour-greatchanges .sec-02 .arrow > img {
		transform: rotate(90deg);
	}
}
.tour-greatchanges .sec-02 .box-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 0 0;
}
@media (max-width: 991px) {
	.tour-greatchanges .sec-02 .box-wrap {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
}
.tour-greatchanges .sec-02 .box-wrap .graphBox {
	width: calc((100% - 50px) / 2);
	max-width: 425px;
	overflow: visible;
}
@media (max-width: 991px) {
	.tour-greatchanges .sec-02 .box-wrap .graphBox {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.tour-greatchanges .sec-02 .box-wrap .graphBox {
		left: 15px;
		max-width: 313px;
	}
}
.tour-greatchanges .sec-02 .box-wrap .graphBox:last-child {
	max-width: 444px;
}
@media (min-width: 992px) {
	.tour-greatchanges .sec-02 .box-wrap .graphBox:last-child {
		top: 7px;
	}
}
@media (max-width: 991px) {
	.tour-greatchanges .sec-02 .box-wrap .graphBox:last-child {
		margin: 0 auto;
	}
}
@media (max-width: 400px) {
	.tour-greatchanges .sec-02 .box-wrap .graphBox:last-child {
		left: 0;
		max-width: 330px;
	}
}
.tour-greatchanges .sec-03 {
	background-image: url(../images/tour-greatchanges/bg-competition.jpg);
	background-position: center bottom;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-03 {
		background-image: url(../images/tour-greatchanges/bg-competition-sp.jpg);
	}
}
@media (min-width: 1025px) {
	.tour-greatchanges .sec-03 .content-graph {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
.tour-greatchanges .sec-03 .content-graph > h3 {
	margin: 0 0 19px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-03 .content-graph > h3 {
		margin: 0 0 40px;
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-03 .content-graph + .content-graph > h3 {
		margin: 0 0 58px;
	}
}
.tour-greatchanges .sec-04 {
	background-image: url(../images/tour-greatchanges/bg-total.jpg);
	background-position: center bottom;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-04 {
		background-image: url(../images/tour-greatchanges/bg-total-sp.jpg);
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .sec-04 .content-top {
		margin: 0 0 42px;
	}
}
@media (min-width: 1025px) {
	.tour-greatchanges .sec-04 .content-graph {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
.tour-greatchanges .sec-04 .content-graph > h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-04 .content-graph > h3 {
		margin: 0 0 16px;
	}
}
.tour-greatchanges .sec-04 .content-graph .caption {
	margin-top: -4px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-04 .content-graph .caption {
		margin-top: 16px;
	}
}
.tour-greatchanges .sec-04 .content-graph:not(:last-child) {
	margin-bottom: 53px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-04 .content-graph:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-04 .content-graph:not(:last-child) > h3 {
		margin: 0 0 28px;
	}
}
.tour-greatchanges .sec-05 {
	background-image: url(../images/tour-greatchanges/bg-data.jpg);
	background-position: center center;
	padding: 79px 0 100px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-05 {
		padding: 52px 0 60px;
	}
}
.tour-greatchanges .sec-05 .sec-inner {
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 1224px) {
	.tour-greatchanges .sec-05 .sec-inner {
		margin: 0 12px;
	}
}
.tour-greatchanges .sec-05 .content-top {
	margin: 0 0 48px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-05 .content-top {
		margin: 0 0 55px;
	}
}
.tour-greatchanges .sec-06 {
	background-image: url(../images/tour-greatchanges/bg-other.png);
	background-position: right top;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 {
		background-image: url(../images/tour-greatchanges/bg-other-sp.png);
		background-position: center top;
	}
}
.tour-greatchanges .sec-06 h2.sec-title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 44px;
	text-align: center;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 h2.sec-title {
		text-align: left;
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 34px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .sec-06 h2.sec-title {
		font-size: 28px;
	}
}
.tour-greatchanges .sec-06 .element-other {
	background-color: #FFF;
	color: #333;
	border-radius: 16px;
	padding: 56px 40px 55px;
	margin: 0 0 5px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other {
		padding: 40px 20px 35px;
	}
}
.tour-greatchanges .sec-06 .element-other .item-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 1px;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 0 6px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .item-head {
		padding-bottom: 4px;
		margin: 0 0 9px;
		align-items: flex-end;
	}
}
.tour-greatchanges .sec-06 .element-other .item-body {
	margin: 0 0 31px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .item-body {
		margin: 0 0 34px;
	}
}
.tour-greatchanges .sec-06 .element-other .item-body:last-child {
	margin: 0;
}
.tour-greatchanges .sec-06 .element-other .title {
	font-size: 22px;
	color: #333;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .title {
		font-size: 16px;
		line-height: 22px;
		width: calc(100% - 110px);
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .sec-06 .element-other .title {
		font-size: 14px;
		width: calc(100% - 100px);
	}
}
.tour-greatchanges .sec-06 .element-other .title .num {
	color: #00822D;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 16px;
	font-family: "JLPGA-Regular", sans-serif;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .title .num {
		padding-right: 0;
		display: block;
		font-size: 24px;
		letter-spacing: 1.2px;
	}
}
.tour-greatchanges .sec-06 .element-other .title .num small {
	font-size: 16px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .title .num small {
		font-size: 14px;
		letter-spacing: 1.4px;
	}
}
.tour-greatchanges .sec-06 .element-other .logo-group {
	position: relative;
	top: 1px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .logo-group {
		width: 110px;
		padding-left: 10px;
		top: -1px;
	}
}
@media (max-width: 374px) {
	.tour-greatchanges .sec-06 .element-other .logo-group {
		width: 100px;
		padding-left: 10px;
	}
}
.tour-greatchanges .sec-06 .element-other .logo-group > img {
	max-width: 132px;
	object-fit: contain;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .logo-group > img {
		max-width: 100%;
	}
}
.tour-greatchanges .sec-06 .element-other .logo-group > img:not(:last-child) {
	margin-right: 13px;
}
@media (max-width: 767px) {
	.tour-greatchanges .sec-06 .element-other .logo-group > img:not(:last-child) {
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .banner-flag {
		padding: 118px 0 89px;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .banner-flag .container .wrap {
		padding-left: 50%;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .banner-flag .container h2 {
		margin-bottom: 29px;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .banner-flag .container .content {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.tour-greatchanges .banner-flag .container .content p {
		line-height: 30px;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .banner-flag .container p.link a {
		padding: 0 15px;
		width: 149px;
		text-align: left;
	}
}
@media (min-width: 768px) {
	.tour-greatchanges .banner-flag .container p.link a:nth-of-type(2) {
		max-width: 270px;
		background-position: right 17px center;
		width: 100%;
	}
}
.tour-greatchanges .box-wrap {
	display: block;
}
.tour-greatchanges .graphBox {
	position: relative;
	overflow: hidden;
}
.tour-greatchanges .graphBox > img:first-child {
	position: relative;
	z-index: 2;
}
.tour-greatchanges .graphBox img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.tour-greatchanges .graphBox .maskY {
	position: absolute;
	overflow: hidden;
	top: 100%;
	right: 0;
}
.tour-greatchanges .graphBox .maskY img {
	top: -100%;
}
@media (min-width: 768px) {
	.tour-greatchanges .graphBox .autoImg {
		width: 100%;
		height: auto;
	}
}
.tour-greatchanges .graphBox img.circle {
	transition: 0.5s;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	opacity: 0 !important;
}
.tour-greatchanges .graphBox img.circle.active {
	transition: 0.5s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	opacity: 1 !important;
}
.tour-greatchanges .graphBox.graph04 {
	margin-top: 30px;
}
.tour-greatchanges .fdIn {
	opacity: 0;
	-webkit-transition: opacity 800ms ease-in;
	transition: opacity 800ms ease-in;
}
.tour-greatchanges .fdIn.show {
	opacity: 1 !important;
}

/*------ hide-pc & hide-sp ------*/
@media (min-width: 768px) {
	.hide-pc {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hide-sp {
		display: none !important;
	}
}