/*--------STYLE-NEW-------*/
body {
	font-family:  ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,verdana,ＭＳ\ Ｐゴシック,Osaka,sans-serif !important;
	color: #000;
}
@media (max-width: 767px) {
	#wrapper {
		font-size: 1.4rem;
	}
}
.agree-content {
	padding:0px 0 0px !important;
	color: #333;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.agree-content {
		padding:0 0 45px;
	}
}
.company-info {
	text-align: right;
	font-size: 14px;
	padding-top:25px;
	padding-bottom:10px;
}
@media (max-width: 1024px) {
	.company-info {
		padding-top:55px;
		padding-bottom:6px;
		text-align: left;
	}
}
.pb-2 {
	padding-bottom:0.5rem !important;
}
.pb-3 {
	padding-bottom:1rem !important;
}
.pb-4 {
	padding-bottom:1.5rem !important;
}
.pb-5 {
	padding-bottom:3rem !important;
}
.pb-7 {
	padding-bottom:6rem !important;
}
.mt-30 {
	margin-top:2.56rem !important;
}
.mt-40 {
	margin-top:4.2rem !important;
}
.mr-3 {
	margin-right:1rem !important;
}
.pb-0 {
	padding-bottom:0 !important; 
}
.text-center {
	text-align: center;
}
.d-inline-block {
	display: inline-block !important;
}
.gray {
  filter: grayscale(1);
  vertical-align: middle
}
.blue-link {
  vertical-align: middle;
  display: inline-block !important;
  margin-left:3px; 
}
.terms-content {
	border-top:1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	color: #333;
    line-height: 1.7;
	padding-top:100px;
	padding-bottom:100px;
}
.asterisk::before {
	content:"*";
}
.flow-use.aos-init.aos-animate .max-inner.content-box h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.flow-use.aos-init.aos-animate .max-inner.content-box p {
	text-align: center;	
}

@media (max-width: 767px) {
	.terms-content {
		padding-top:50px;
		padding-bottom:50px;
	}
}
.terms-content .agree-info {
	border:1px solid #333;
	padding:50px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.terms-content .agree-info {
		padding:20px;
	}
}
.terms-content .agree-info a {
	color:#000;
}
.terms-content .title {
	padding-bottom:1rem;
	font-size: 1.6rem;
}
.terms-content p {
	padding-bottom:0.25rem;
}

/*-----HEADER------*/
@media (max-width: 1024px) {
	.header{
		position: fixed !important;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom:1px solid #000;
	}
}
@media (max-width: 1024px) {
	.header .logo {
		width: 80px !important;
	}
	.header .logo .logo-ana {
		width: 100% !important;
	}
}
.head-group-button {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 1024px) {
	#header .head-group-button {
		display: none;
	}
}
.head-group-button li {
	display: inline-block;
}
.head-group-button li a {
	padding:11px 40px 11px 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	width: 340px;
	text-align: center;
	position: relative;
	text-decoration: none;
	transition: all ease 0.3s;
	justify-content: center;
}
.head-group-button li a::after {
	font-family: icoset;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top:-10px;
  right:15px;
  content: "\e906";
  text-transform: none;
  speak: none;
}
.icon-window {
	height: min-content;
	padding:0 5px;
	vertical-align: middle;
	height: 14px;
}
.head-group-button li a img {
	margin-top: 2px;
}
.head-group-button li a.btn-login {
	background-color: #021957;
}
.head-group-button li a.btn-login:hover,
.head-group-button li a.btn-login:focus {
	background-color: #00113e;
}
.head-group-button li a.btn-apply {
	background-color: #d54100;
}
.head-group-button li a.btn-apply:hover,
.head-group-button li a.btn-apply:focus {
	background-color: #a93400;
}
#gNavi {
	background-color: #fff;
  position: absolute;
  width: 100%;
  top: 70px;
  border-bottom:2px solid #000;
  z-index: 101;
}
@media (max-width: 1024px) {
	#gNavi {
		position:fixed;
		top:47px;
		left:100%;
		width: 100%;
		height: calc(100vh - 47px);
		overflow-y: auto;
		border-bottom:none;
		transition: all ease 0.3s;
		display: none;
		border-bottom:1px solid #ccc;
	}
}
@media (max-width: 1024px) {
	.is-gnav-open #gNavi {
		display: block;
	  left: 0;
	}
}
#gNavi .gNavi-wrap {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1024px) {
	#gNavi .gNavi-wrap {
		padding:0;
	}
}
#gNavi .menu-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav {
		margin:0;
	}
}
#gNavi .menu-nav >li {
	margin:0 10px; 
	border-bottom:2px solid #fff;
	line-height: 26px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav >li {
		position: relative;
		margin-top:5px; 
		width: 50%;
		margin:0;
	}
	#gNavi .menu-nav >li:nth-child(4),
	#gNavi .menu-nav >li:nth-child(6) {
		margin-left:20px; 
		width: calc(50% - 20px);
	}
	#gNavi .menu-nav >li:nth-child(3) .global-nav-child-list {
		display: flex;
		flex-flow: wrap;
	}
	#gNavi .menu-nav >li:nth-child(3) .global-nav-child-list li {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	#gNavi .menu-nav >li::before {
		font-family: icoset;
	  font-size: 1rem;
	  font-weight: 400;
	  font-style: normal;
	  font-variant: normal;
	  line-height: 1;
	  position: absolute;
	  top: 16px;
	  left: 0;
	  content: "\e906";
	  text-transform: none;
	  speak: none;
	}
	.global-nav-child-list .global-nav-child-link::before {
		top: 14px;
	}
}
@media (min-width: 1025px) {
	.global-nav-child-btn::after {
		background: #000;
	}
}
@media (max-width: 1024px) {
	#gNavi .global-nav-child {
		width: 100% !important;
		max-width: 100%;
		margin:0 !important;
		border-bottom:1px solid #ccc !important;
		padding-bottom:20px;
	}
	#gNavi .global-nav-child:nth-child(3) {
		margin:0 0 20px !important;
	}
}
@media (max-width: 1024px) {
	.global-nav-child-contents {
		margin-top:0; 
	}
}
#gNavi .menu-nav >li >a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	display: block;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav >li >a {
		font-weight: 700;
	}
}
#gNavi .global-nav-child-cover {
	background-color: #000;
}
@media (max-width: 1024px) {
	#gNavi .global-nav-child-cover {
		background-color: #fff;
	}
}
@media (max-width: 1024px) {
	#gNavi .global-nav-child >a {
		display: none !important;
	}
}
#gNavi .menu-nav .nav-text {
	font-weight: 700;
	font-size: 16px;
	padding-bottom:10px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .nav-text {
		background-color: #000;
		color:#fff;
		padding:10px 20px;
		font-size: 13px;
	}
}
#gNavi .menu-nav .global-nav-child-list {
	width: calc(100% + 50px);
	margin-left:-50px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .global-nav-child-list {
		width: 100%;
    margin-left: 0;
    padding:20px 20px 0;
	}
}

#gNavi .menu-nav .global-nav-child-list .global-nav-child-link a {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .global-nav-child-list .global-nav-child-link a {
		color:#000;
	}
}
#gNavi .menu-nav .global-nav-child-list .global-nav-child-link {
	width: auto;
	margin-left:50px;
	min-width: 25%;
}
@media (max-width: 1024px) {
	#gNavi .menu-nav .global-nav-child-list .global-nav-child-link {
		margin-left:0px;
	}
}
#gNavi .head-group-button {
	display: none;
}
@media (max-width: 1024px) {
	#gNavi .head-group-button {
		display: flex;
		position: inherit;
		margin-top:6px; 
	}
}
@media (max-width: 1024px) {
	#gNavi .head-group-button li {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	#gNavi .head-group-button li a {
		width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
	}
}

#global-gNavi {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#global-gNavi .head-group-button {
	display: none;
}

#global-gNavi .fixed .head-group-button {
	display: block;
}
@media (max-width: 1024px) {
	#global-gNavi .head-group-button {
		display: none;
	}
}
#global-gNavi .fixed .global-nav.max-inner {
	height: 50px;
	padding-top:15px;
}

/*--- CSS BUTTON MENU---*/
.global-menu-btn {
	background-color: #000;
	right: 3%;
	height: 35px;
	width: 35px;
}
.global-menu-btn .line:first-of-type {
	top: 12px;
}
.global-menu-btn .line:nth-of-type(2) {
	top: 17px;
}
.global-menu-btn .line:last-of-type {
	bottom: 9px;
}
.global-menu-btn .line:nth-of-type(3) {
	bottom: 11px;
}
.global-menu-btn:focus {
	outline: none !important;
}
.global-menu-btn .line {
	background-color: #fff;
}
.is-gnav-open .global-menu-btn .line:first-of-type {
	transform: translateY(4px) rotate(-45deg);
}
.is-gnav-open .global-menu-btn .line:nth-of-type(3) {
	transform: translateY(-6px) rotate(45deg);
}
#gNavi .max-inner-item {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	display: none;
}
@media (max-width: 1024px) {
	#gNavi .max-inner-item {
		display: block;
	}
}
.social-share {
	align-items: center;
	display: flex;
	justify-content: center;
}
#gNavi .max-inner-item .social-item {
	border-radius: 50%;
	display: flex;
	align-items: flex-end;
	height: 32px;
	margin: 0 10px;
	position: relative;
	width: 32px;
}
#gNavi .global-menu {
	text-align: center;
	display: block;
	padding: 26px 20px 20px;
}
#gNavi .global-menu .global-menu-btn {
	position: static;
	transform: translateY(0%);
}
#gNavi .global-menu .global-menu-btn .invisible {
	display: block;
	clip: inherit;
	overflow:inherit;
	width: 35px;
	margin-top: 22px;
	font-size: 9px;
}
/*---CSS amc-breadcrumbs-wrapper---*/
.amc-breadcrumbs-wrapper {
	margin-top:14px; 
}
@media (max-width: 1024px) {
	.amc-breadcrumbs-wrapper {
		display:none;
	}
}
.amc-breadcrumbs-wrapper .rcrumbs .rcrumbs-list {
	max-width: 1240px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
/*---STYLE FOOTER---*/
#footer .global-footer-nav {
	background-color: #000;
	margin-bottom:4px; 
	padding:8px 0;
}
#footer .global-footer-nav .global-footer-nav-row {
	border-bottom:1px solid #3f3f3f;
	padding:15px 0;
}
#footer .global-footer-nav .global-footer-nav-row:last-child {
	border-bottom:none;
}

#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li {
	padding-left: 0;
}
#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li a {
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li a {
		font-size: 14px;
	}
}
#footer .global-footer-nav .global-footer-nav-row:last-child .global-footer-nav-menu li::before {
	display: none;
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu {
	display: flex;
	flex-flow: wrap;
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-text {
	color: #fff;
	padding-bottom:10px;
	font-weight: 700;
	font-size: 16px;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-text {
		padding-bottom:6px;
		font-size: 14px;
	}
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li {
	width: 33.33%;
	position: relative;
	padding-left:20px;
	color:#fff;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row:nth-child(1) .global-footer-nav-menu li,
	#footer .global-footer-nav .global-footer-nav-row:nth-child(2) .global-footer-nav-menu li {
		width: 100%;
	}
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li::before {
	font-family: icoset;
	font-size: 1.1rem;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	top: 8px;
	left: 0;
	content: "\e906";
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li a {
	color:#fff;
	font-size: 14px;
}
@media (max-width: 1024px) {
	#footer .global-footer-nav .global-footer-nav-row .global-footer-nav-menu li a {
		font-size: 12px;
	}
}

/*---FOOTER-CONTROL---*/
#footer .footer-control .max-inner {
	height: 105px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1024px) {
	#footer .footer-control .max-inner {
		height: 70px;
	}
}
#footer .footer-control .social-item {
	height: 32px;
	border-radius:50%;
	display: flex;
	align-items: flex-end;
	margin: 0 10px;
}
#footer .footer-control .social-item:hover {
	opacity: 0.5;
}
.global-pagetop-box.is-bottom {
	position: absolute;
	top: 100px;
}
@media (max-width: 767px) {
	.global-pagetop-box.is-bottom {
		
		top: 80px;
	}
}


/*---SONY HOME---*/
.sp {
	display: none;
}
@media (max-width: 991px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
.slider-banner {
	margin-bottom:40px; 
	position: relative;
}
.slider-banner .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 740px;
}
@media (max-width: 991px) {
	.slider-banner .slide {
		height: 400px;
		background-position: 20% 50%;
	}
}
.slider-banner .slide .max-inner {
	position: relative;
	height: 100%;
}
.slider-banner .slide .card-bank {
	margin-bottom:20px; 
}
.slider-banner .text {
	color: #000;
	padding:10px 0;
	font-size: 18px;
	width: 100%;
	max-width: 400px;
	text-align: center;
}
@media (max-width: 991px) {
	.slider-banner .text {
		font-size: 13px;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.slider-banner .text {
		color: #333;
	}
}
@media (max-width: 991px) {
	.slider-banner .slide .card-bank {
		width: 50%;
		bottom: inherit;
		top:5%;
		right: 10px;
		max-width: 220px;
		margin-bottom:10px;
		margin-left: auto;
		margin-right: auto; 
	}
}
.slider-banner .slider-inner {
	display: flex;
	height: 100%;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom:40px;
}
@media (max-width: 991px) {
	.slider-banner .slider-inner {
		padding-top:35px;
		justify-content: flex-start;
	}
}
.slider-banner .slider-inner .text-1 {
	position: absolute;
	left: 10px;
	top:30px;
	width: 40%;
}
.slider-banner .slider-inner .text-2 {
	position: absolute;
	left: 10px;
	top:180px;
	width: 45%;
}
@media (max-width: 991px) {
	.slider-banner .slider-inner .text-1 {
		width: 35%;
		top: 50px;
		max-width: 300px;
	}
	.slider-banner .slider-inner .text-2 {
		top: 260px;
		max-width: 380px;
	}
}
@media (max-width: 767px) {
	.slider-banner .slider-inner .text-1 {
		width: 50%;
		top: 50px;
	}
	.slider-banner .slider-inner .text-2 {
		top: 260px;
		width: 65%;
	}
}
.slider-banner .button-link {
	background-color: #d54100;
	position: relative;
	font-size: 16px;
	display: block;
	color: #fff;
	padding:14px 50px 14px 20px;
	width: 400px;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.3s;
}
@media (max-width: 991px) {
	.slider-banner .button-link {
    width: 100%;
    max-width: 100%;
    padding: 8px 20px 7px 4px;
    margin: 0 auto; 
	}
}
@media (max-width: 991px) {
	.slider-banner .link-wrap {
		width: 100%;
		background-color: #fff;
		padding:10px;
	}
}
.slider-banner .button-link:hover {
	background-color: #af3500;
}
.slider-banner .button-link::after {
	font-family: icoset;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 40px;
  content: "\e906";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
	.slider-banner .button-link::after {
		right: 10px;
	}
}
.slider-banner .box-info {
	max-width: 400px;
	width: 40%;
	margin-top:30px; 
}
@media (max-width: 991px) {
	.slider-banner .box-info {
		max-width: 100%;
		width: 100%;
		padding:10px;
		margin-top:0px; 
	}
}
.slider-banner .slick-dots {
	background-color: #fff;
	width: 120px;
	padding:0px 10px 4px;
	position: relative;
	bottom:inherit;
	min-width: 120px;
}
.slider-banner .slick-dots li {
	height: 6px;
	width: 6px;
}
.slider-banner .slick-dots li button {
	background-color: #d7d7d7;
	border:none;
	width: 6px;
	height: 6px;
}
.slider-banner .slick-dots li.slick-active button {
	background-color: #000000;
}
.slider-banner .slider-control {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 0;
	bottom: 130px;
}
@media (max-width: 991px) {
	.slider-banner .slider-control {
		bottom: 95px;
	}
}
.slider-banner .control-dot {
	margin-bottom:3px; 
}
.slider-banner .control-arrow {
	display: inline-block;
	display: flex;
}
.slider-banner .control-arrow li {
	width: 38px;
	height: 50px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	
}
.slider-banner .control-arrow li.prev-slide::after {
	font-family: icoset;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 0;
  content: "\e905";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 16px;
  left: 11px;
}
.slider-banner .control-arrow li.next-slide::after {
	font-family: icoset;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  content: "\e906";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 16px;
  left: 11px;
}
.slider-banner .control-play {
	position: relative;
}
.slider-banner .control-play button {
	height: 50px;
	width: 40px;
	background-color: #fff;
	position: absolute;
	left: 80px;
	top: -50px;
}
.slider-banner .control-play button.active {
	z-index: 10;
}
.slider-banner .control-play button#pause::after {
	content: "";
	width: 3px;
	height: 20px;
	background-color: #000;
	position: absolute;
	left: 14px;
	top: 12px;
}
.slider-banner .control-play button#pause::before {
	content: "";
  width: 3px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: 22px;
  top: 12px;
}
.slider-banner .control-play button#play::after {
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border-left: 9px solid #333;
	border-top: 9px solid transparent;
	border-right: 0;
	border-bottom: 9px solid transparent;
}
.view-point .title-view {
	font-weight: 700;
	font-size: 38px;
	text-align: center;
}
@media (max-width: 991px) {
	.view-point .title-view {
		font-size: 24px;		
	}
}
.view-point .desc-view {
	text-align: center;
	padding-bottom:60px; 
}
.view-point .list-point {
	display: flex;
	justify-content: space-between;
	margin-bottom:135px; 
	flex-flow: wrap;
}
@media (max-width: 991px) {
	.view-point .list-point {
		margin-bottom:0px;
	}
}
.view-point .list-point li {
	padding-bottom:40px;
	position: relative;
	width: 31.33%;
}
.view-point .list-point li:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.view-point .list-point li {
		width: 100%;
		flex-flow: wrap;
		padding-bottom:0;
		padding-right:30px;
		margin-bottom:30px; 
	}
}
.view-point .list-point li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	align-items: center;
	color: #333;
	text-decoration: none;
}
@media (max-width: 991px) {
	.view-point .list-point li a{
		
		flex-flow: wrap;
		padding-bottom:0;
		padding-right:30px;
		margin-bottom:30px; 
	}
}
.view-point .list-point li::after {
	font-family: icoset;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  bottom:0;
  left: 50%;
  margin-left:-11px; 
  content: "\e904";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
@media (max-width: 991px) {
	.view-point .list-point li::after {
		left: inherit;
		right: 0;
		margin-left:0;
		bottom: inherit;
		top: 50%;
		margin-top:-24px; 
		font-size: 24px; 
	}
}
.view-point .list-point li .point-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 85px;
	height: 85px;
	color: #fff;
	font-size: 14px;
	background-color: #021957;
	margin-bottom:20px; 
}
@media (max-width: 991px) {
	.view-point .list-point li .point-box {
		width: 65px;
		margin-bottom:0; 
		height: 65px;
	}
}
.view-point .list-point li .point-box span {
	font-weight: 700;
	line-height: 100%;
}
.view-point .list-point li .point-box .number {
	font-size: 20px;
}
.view-point .list-point li .point-text {
	text-align: center;
	font-weight: 600;
	line-height: 120%;
	min-height: 38px;
	align-items: center;
	display: flex;
}
@media (max-width: 991px) {
	.view-point .list-point li .point-text {
		width: calc(100% - 65px);
		padding-left:15px;
		text-align: left;
	}
}
.point-wrap .point-head {
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	padding:30px 0;
	margin-bottom:100px; 
}
@media (max-width: 991px) {
	.point-wrap .point-head {
		padding:20px 0;
		margin-bottom:50px;
	}
}
.point-wrap .point-head .max-inner {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.point-wrap .point-head .point-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 85px;
	height: 85px;
	color: #fff;
	font-size: 14px;
	background-color: #021957;
}
@media (max-width: 991px) {
	.point-wrap .point-head .point-box {
		width:65px;
		height:65px;
		margin-bottom:10px; 
	}
}
.point-wrap .point-head .point-box span {
	font-weight: 700;
	line-height: 100%;
}
.point-wrap .point-head .point-box .number {
	font-size: 20px;
}
.point-wrap .point-head .point-head-text {
	width: calc(100% - 85px);
	padding-left:30px;
}
@media (max-width: 991px) {
	.point-wrap .point-head .point-head-text {
		width: calc(100% - 65px);
		padding-left:15px;
	}
}
.point-wrap .point-head .point-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
}
@media (max-width: 991px) {
	.point-wrap .point-head .point-title {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.point-wrap .point-head .point-head-text .point-desc {
		display: none;
	}
}
.point-wrap .point-head .point-desc-sp {
	display: none;
	width: 100%;
}
@media (max-width: 991px) {
	.point-wrap .point-head .point-desc-sp {
		display: block;
	}
}
.point-wrap .point-info-wrap {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-bottom:90px; 
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap {
		padding: 15px;
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap.info-left {
		flex-flow: column-reverse;
	}
}
.point-wrap .point-info-wrap.info-left .info-text {
	justify-content: flex-end;
	padding-left:20px;
}
.point-wrap .point-info-wrap.info-left .info-text .info-max {
	padding-left:0;
	padding-right:90px;
	width: 100%;
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text .info-max {
		padding:10px 0 !important;	
		max-width: 100% !important;
		width: 100%;
	}
}
.point-wrap .point-info-wrap .info-thumb {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 460px;
	width: 50%;
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-thumb {
		width: 100%;
		min-height: 270px;
	}
}
.point-wrap .point-info-wrap .info-text {
	width: 50%;
	display: flex;
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text {
		width: 100%;
		padding:20px 0 !important;
		justify-content: inherit !important;
	}
}
.point-wrap .point-info-wrap .info-text .info-max {
	max-width: 600px;
	padding:20px 25px 20px 80px;
	width: 100%;
}

.point-wrap .point-info-wrap .info-text .text {
	font-weight: 500;
	font-size: 24px;
	padding:10px 0 30px
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text .text {
		font-size: 18px;
		padding:10px 0;
	}
}
.point-wrap .point-info-wrap .info-text .text-title {
	font-weight: 700;
	font-size: 26px;
	padding:10px 0 30px
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text .text-title {
		font-size: 20px;
		padding:10px 0;
	}
}
sub {
	font-size: 16px;
	font-weight: normal;
}
.point-wrap .point-info-wrap .info-text .text-mid {
	font-size: 16px;
}
.point-wrap .point-info-wrap .info-text .text-mid strong {
	font-size: 22px;
}
.point-wrap .point-info-wrap .info-text .text-mid .text-bold {
	font-size: 68px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%;
	padding-right:5px;
}

.point-wrap .point-info-wrap .info-text .text-mid .text-bold_2 {
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%;
	padding-right:5px;
}

@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text .text-mid .text-bold {
		font-size: 60px;
	}
}

@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text .text-mid .text-bold_2 {
		font-size: 30px;
	}
}

.point-wrap .point-info-wrap .info-text .text-small {
	line-height: 32px;
}
@media (max-width: 991px) {
	.point-wrap .point-info-wrap .info-text .text-small {
		font-size: 12px;
	}
}
.point-wrap .point-info-wrap .info-text .text-note {
	font-size: 14px;
}
.point-item-1 .exchange-bank {
	margin-bottom:85px; 
}
.point-item-1 .exchange-bank .title {
	text-align: center;
	font-size: 26px;
	margin-bottom:55px; 
	font-weight: 700;
}
@media (max-width: 991px) {
	.point-item-1 .exchange-bank .title {
		font-size: 20px;
		margin-bottom:30px; 
	}
}

.point-item-1 .exchange-bank .slide-exchange {
	margin-bottom:15px; 
}
.point-item-1 .exchange-bank .exchange-items {
	padding:0px 10px;
}
.point-item-1 .exchange-bank .exchange-items .items-inner {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding:15px 25px 0;
	min-height: 680px;
	background-color: #dde2e2;
}
@media (max-width: 991px) {
	.point-item-1 .exchange-bank .exchange-items .items-inner {
		padding:15px 10px 0;
	}
}
.point-item-1 .exchange-bank .exchange-items .bank-name {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	min-height: 70px;
}
@media (max-width: 991px) {
	.point-item-1 .exchange-bank .exchange-items .bank-name {
		font-size: 20px; 
		min-height: auto;
		margin-bottom:15px; 
	}
}
.point-item-1 .exchange-bank .exchange-items .thumb-bank {
	display: flex;
	align-items: flex-end;
	min-height: 230px;
	justify-content: center;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.point-item-1 .exchange-bank .exchange-items .thumb-bank {
		min-height: auto;
	}
}
.point-item-1 .exchange-bank .exchange-items .exchange-fee {
	font-size: 14px;
	text-align: center;
}
.point-item-1 .exchange-bank .exchange-items .info-fee {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	min-height: 65px;
	margin-bottom: 20px;
}
.point-item-1 .exchange-bank .exchange-items .info-fee p {
	font-size: 16px;
	font-weight: 700;
}
.point-item-1 .exchange-bank .exchange-items .info-fee .font-bold {
	font-size: 24px;
	font-weight: 700;
}
.point-item-1 .exchange-bank .exchange-items .exchange-price {
	font-size: 24px;
	font-weight: 500;
}
.point-item-1 .exchange-bank .exchange-items .exchange-price .font-small {
	font-size: 16px;
}
.point-item-1 .exchange-bank .exchange-items .exchange-bottom {
	border-top:1px solid #000;
	text-align: center;
	padding:0 10px;
	min-height: 145px; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: calc(100% + 50px);
	margin-left:-25px; 
}
@media (max-width: 991px) {
	.point-item-1 .exchange-bank .exchange-items .exchange-bottom {
		width: calc(100% + 20px);
		margin-left:-10px; 
	}
}
.point-item-1 .exchange-bank .exchange-items .exchange-bottom .bank-name {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.point-item-1 .exchange-bank .exchange-items .exchange-bottom .price {
	color: #266baa;
	font-size: 20px;
	font-weight: 700;
}
.point-item-1 .exchange-bank .slick-list {
	width: calc(100% + 20px);
	margin-left: -10px;
	overflow: hidden;
}
.point-item-1 .exchange-bank .slick-arrow {
	z-index: 10;
	text-indent: inherit;
	width: 50px;
	height: 50px;
}
.point-item-1 .exchange-bank .slick-prev {
	left: 0;
}
.point-item-1 .exchange-bank .slick-prev::after {
	font-family: icoset;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  top:14px;
  left: 50%;
  margin-left:-11px; 
  content: "\e905";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
.point-item-1 .exchange-bank .slick-next {
	right: 0;
}
.point-item-1 .exchange-bank .slick-next::after {
	font-family: icoset;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  top:14px;
  left: 50%;
  margin-left:-11px; 
  content: "\e906";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
.point-item-1 .note-wrap li {
	display: flex;
	padding-bottom:10px;
}
.point-item-1 .note-wrap li .number {
	min-width: 30px;
}
.point-item-1 .map-wrap {
	margin-bottom:40px; 
}
.point-item-1 .map-wrap .title-map {
	font-size: 26px;
	font-weight: 700;
	margin-bottom:10px; 
}
@media (max-width: 991px) {
	.point-item-1 .map-wrap .title-map {
		font-size: 20px;
	}
}
.point-item-1 .map-wrap .map-wrapper {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-bottom:126px; 
}
@media (max-width: 991px) {
	.point-item-1 .map-wrap .map-wrapper {
		margin-bottom:50px; 
	}
}
.point-item-1 .map-wrap .map-wrapper .map-info {
	width: 40%;
	padding-right:30px;
}
@media (max-width: 991px) {
	.point-item-1 .map-wrap .map-wrapper .map-info {
		width: 100%;
		margin-bottom:15px; 
	}
}
.point-item-1 .map-wrap .map-wrapper .map-thumb {
	width: 60%;
}
@media (max-width: 991px) {
	.point-item-1 .map-wrap .map-wrapper .map-thumb {
		width: 100%;
	}
}
.point-item-1 .map-wrap .map-wrapper .map-thumb .img-sp {
	display: none;
}
@media (max-width: 991px) {
	.point-item-1 .map-wrap .map-wrapper .map-thumb .img-pc {
		display: none;
	}
}
@media (max-width: 991px) {
	.point-item-1 .map-wrap .map-wrapper .map-thumb .img-sp {
		display: block;
	}
}
.point-item-1 .traveling .title-prepare {
	font-size: 26px;
	font-weight: 700;
	margin-bottom:10px; 
}
@media (max-width: 991px) {
	.point-item-1 .traveling .title-prepare {
		font-size: 20px;
	}
}
.point-item-1 .list-prepare {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 45px 0 140px;
}
@media (max-width: 991px) {
	.point-item-1 .list-prepare {
		margin-bottom: 40px;
	}
}
.point-item-1 .list-prepare li {
	width: 31.33%;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}
li.aos-init.aos-animate div:last-child {
    margin-top: auto;
}
@media (max-width: 767px) {
	.point-item-1 .list-prepare li {
		width: 100%;
		margin-bottom:20px; 
	}
}
.point-item-1 .list-prepare li .prepare-name {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-bottom:20px;
}
@media (max-width: 767px) {
	font-size: 18px;
	padding-bottom:10px;
}
.point-item-1 .list-prepare li .thumb {
	margin-bottom:25px; 
}
.point-item-1 .list-prepare li .thumb img {
	width: 100%;
}
.point-item-1 .list-prepare li .prepare-info {
	padding-bottom:25px;
}
.point-item-1 .list-prepare li .prepare-info .desc {
	text-align: center;
}
.point-item-1 .list-prepare li .btn-link {
	margin: 0 auto;
}
.btn-link {
	width: 100%;
	max-width: 280px;
	background-color: #021957;
	color: #fff !important;
	font-weight: 700;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px 40px 2px 5px;
	position: relative;
	text-align: center;
}
.inline-block {
	display: inline-block;
}
@media (max-width: 991px) {
	.btn-link {
		margin:0 auto;
		font-size: 16px;
	}
}
.btn-link::before {
	font-family: icoset;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  top:20px;
  right: 30px;
  margin-left:-11px; 
  content: "\e906";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
.btn-link-orange {
	width: 100%;
	max-width: 410px;
	background-color: #d54100;
	color: #fff !important;
	font-weight: 700;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px 40px 2px 5px;
	position: relative;
}
@media (max-width: 991px) {
	.btn-link-orange {
		margin: 0 auto;
	}
}
.btn-link-orange::before {
	font-family: icoset;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  top:20px;
  right: 30px;
  margin-left:-11px; 
  content: "\e906";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
.know-card {
	background:url("../img/know-card-bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	height: 450px;
	margin-bottom: 100px;
}
@media (max-width: 991px) {
	.know-card {
		height: 300px;
	}
}
@media (max-width: 767px) {
	.know-card {
		height: auto;
		padding:20px 0;
		background: #eee;
		margin-bottom: 50px;
	}
}
.know-card .max-inner {
	height: 100%;
}
.know-card .know-wrap {
	display: flex;
	justify-content: center;
	height: 100%;
	flex-flow: column;
	padding-left:60px;
}
@media (max-width: 767px) {
	.know-card .know-wrap {
		padding-left:0px;
	}
}
.know-card .title {
	font-size: 38px;
	padding-bottom:20px;
	font-weight: 700;
}
@media (max-width: 991px) {
	.know-card .title {
		font-size: 22px;
		padding-bottom:10px;
	}
}
.know-card p {
	font-size: 18px;
}
@media (max-width: 991px) {
	.know-card p {
		font-size: 16px;
	}
}
.flow-use {
	margin-bottom: 100px;
}
@media (max-width: 991px) {
	.flow-use {
		margin-bottom: 100px;
	}
}
.flow-use .flow-use-wrap {
	background:url('../img/flow-use-bg.jpg') no-repeat 50% 50%;
	background-size: cover;
	min-height: 600px;
	color: #fff;
	padding:40px 0 20px;
	margin-bottom:20px; 
}
.flow-use .title {
	font-size: 32px;
	padding-bottom:10px;
	text-align: center;
	font-weight: 700;
}
@media (max-width: 991px) {
	.flow-use .title {
		font-size: 24px;
	}
}
.flow-use .text-flow {
	text-align: center;
	font-size: 20px;
	padding-bottom:10px;
}
@media (max-width: 991px) {
	.flow-use .text-flow {
		font-size: 16px;
	}
}
.flow-use .text-note {
	display: inline-block;
	background-color: #266baa;
	padding:3px 10px;
	margin-bottom: 35px;
}
.flow-use .list-flow {
	display: flex;
	margin-bottom: 60px;
	flex-flow:wrap;
}
@media (max-width: 991px) {
	.flow-use .list-flow {
		margin-bottom: 0px;
	}
}
.flow-use .list-flow li {
	width: 25%;
	color: #fff;
}
@media (max-width: 767px) {
	.flow-use .list-flow li {
		width: 100%;
		display: flex;
		padding-bottom: 60px;
		position: relative;
		margin-bottom:10px; 
	}
	.flow-use .list-flow li::after {
		background: url('../img/line-2.png') repeat-y;
		content: "";
		width: 2px;
		height: 44px;
		position: absolute;
		left: 145px;
		bottom: 0;
	}
	.flow-use .list-flow li:first-child {
		padding-bottom:0;
	}
	.flow-use .list-flow li:first-child::after,
	.flow-use .list-flow li:last-child::after {
		display: none;
	}
	.flow-use .list-flow li:last-child {
		padding-bottom:30px;
	}
}
.flow-use .list-flow li .flow-number {
	font-size: 24px;
	text-align: center;
}
.flow-use .list-flow li .flow-thumb {
	text-align: center;
	position: relative;
	margin-bottom: 7px;
}
@media (max-width: 767px) {
	.flow-use .list-flow li .flow-thumb {
		width: 130px;
	}
}
.flow-use .list-flow li .flow-thumb::after {
	content: "";
	height: 2px;
	width: calc(50% - 80px);
	background: url('../img/line.png') repeat-x;
	position: absolute;
	right: 0;
	top: 49%;
}
@media (max-width: 767px) {
	.flow-use .list-flow li .flow-thumb::after {
		display: none;
	}
}
.flow-use .list-flow li .flow-thumb::before {
	content: "";
	height: 2px;
	width: calc(50% - 80px);
	background: url('../img/line.png') repeat-x;
	position: absolute;
	left: 0;
	top: 49%;
}
.flow-use .list-flow li:first-child .flow-thumb::before,
.flow-use .list-flow li:last-child .flow-thumb::after {
	display:none;
}
.flow-use .list-flow li .flow-thumb img {
	position: relative;
	z-index: 10;
}
@media (max-width: 767px) {
	.flow-use .list-flow li .flow-number {
		display: none;
		text-align: left;
	}
}
.flow-use .list-flow li .flow-info .flow-number {
	display: none;
}
@media (max-width: 767px) {
	.flow-use .list-flow li .flow-info {
		width: calc(100% - 130px);
		padding-left:20px;
	}
}
@media (max-width: 767px) {
	.flow-use .list-flow li .flow-info .flow-number {
		display: block;
	}
}
.flow-use .list-flow li .flow-name {
	text-align: center;
	font-weight: 700;
}
@media (max-width: 767px) {
	.flow-use .list-flow li .flow-name {
		text-align: left;
	}
}
.flow-use .btn-link-orange {
	margin:0 auto;
}

.fix-modal {
	opacity: 0;
}

#club-detail {
	display: none;
	width: 100%;
	max-width: 1600px;
	padding:20px;
	background-color: #f2f2f2;
}
#club-detail .body-popup {
	padding:150px 0 50px;
	max-width: 1000px;
	margin:0 auto;
}
#club-detail .title-page {
	margin-bottom:32px; 
}
#club-detail p {
	line-height: 150%;
}
#club-detail .body-popup .title {
	font-size: 24px;
	margin-top:60px;
	padding-top:60px;
	position: relative; 
	margin-bottom: 20px;
	text-align: center;
}
#club-detail .body-popup .title::after {
	background-color: #00aff0;
	height: 2px;
	width: 95px;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	margin-left: -45px;
}
#club-detail .body-popup .text-desc {
	text-align: center;
}
#club-detail .body-popup .title-table {
	font-size: 20px;
	padding-bottom:10px;
}
#club-detail .table-detail {
	width: 100%;
	margin-bottom: 57px;
}
#club-detail .table-detail:last-child {
	margin-bottom: 7px;
}
#club-detail .table-detail th {
	padding:10px;
	border:1px solid #929292;
	background-color: #ebf5fd;
	text-align: center;
}
#club-detail .table-detail th:nth-child(2) {
	background-color: #97d7f2;
}
#club-detail .table-detail th:nth-child(3) {
	background-color: #fed75f;
}
#club-detail .table-detail th:nth-child(4) {
	background-color: #b3b9fe;
}
#club-detail .table-detail th
#club-detail .table-detail td{
	width: 20%;
}
#club-detail .table-detail th:nth-child(1),
#club-detail .table-detail td:nth-child(1) {
	width: 40%;
}
#club-detail .table-detail td {
	padding:16px 10px;
	border:1px solid #929292;
	text-align: center;
}
#club-detail .text-danger {
	color: #e02d42;
	font-size: 14px;
}
#club-detail .btn-close {
	width: 150px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	background-color: #333;
	border:none;
}
#club-detail button[title="Close"] {
	border-radius:50%;
	background-color: #333;
	opacity: 1;
	color: #fff;
	right: 10%;
  top: 50px;
}

@media (max-width: 767px) {
	[data-aos=fade-right], [data-aos=fade-left], [data-aos=fade-in]{transform:translate3d(0,100px,0)}
	.list-point li {
		transform:translate(0) !important; 
		opacity:1!important
	}
}
#footer .ico-blank-img {
	width:auto !important;
}
@media screen and (min-width: 768px) {
	.new-sp-view {
		display: none!important;
	}
	.new-pc-view {
		display: block!important;
	}
}
@media screen and (max-width: 767px) {
	.new-sp-view {
		display: block!important;
	}
	.new-pc-view {
		display: none!important;
	}
}


/*2021/03/23*/
@media (max-width: 991px){
	.slider-banner .slide{
		height: 360px;
	}
	.slider-banner .slider-inner .text-2{
		top: auto;
		position: relative;
		left: auto;
		right: auto;
		margin-right: auto;
		margin-left: unset;
		margin-bottom: 20px;
	}
	.slider-banner .slide .card-bank{
		margin-right: unset;
	}
	.slider-banner .text{
		margin-right: 10px;
		margin-left: auto;
		width: auto;
	}
}