@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
.sp {
	display: none;
}


/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}


#mainContents {
	background: #fff;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.05em;
	font-feature-settings: "palt"1;
	color: #333;
}

.releasedate {
	background: #ececec;
	margin: 0 auto;
	padding: 2em 0;
}
.releasedate p {
	width: 880px; 
	font-size: 11px; 
	text-align: right;
	margin: 0 auto; 
}


/*==============================================
 ŠÅ”Â
============================================= */
.mainTitleWrap {
	background: #ebebeb;
	padding-bottom: 70px;
}
.mainTitle {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.image-crossfader {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 490px;
	margin: 0 auto;
	background-color: #fff;
}
.image-crossfader-inner {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1.2);
	transition:
	opacity 4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	transform 4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-crossfader-inner.is-visible {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
}
.image-crossfader-inner:nth-child(1) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/mainimg01.webp');
}
.image-crossfader-inner:nth-child(2) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/mainimg02.webp');
}
.image-crossfader-inner:nth-child(3) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/mainimg03.webp');
}
.image-crossfader-inner:nth-child(4) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/mainimg04.webp');
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/maintitle.webp) no-repeat right top;
	width: 1012px;
	height: 459px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
}


/*==============================================
 effect
============================================= */

[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="top"] {
  transform: translateY(-60px);
}
[data-effect="bottom"] {
  transform: translateY(60px);
}
[data-effect="left"] {
  transform: translateX(60px);
}
[data-effect="right"] {
  transform: translateX(-60px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}


/*==============================================
 ƒŠ[ƒh
============================================= */
.lead {
	width: 880px;
	margin: auto;
	padding: 80px 0 0;
}
.lead p {
	font-size: 17px;
	line-height: 1.8;
	color: #5a4a3c;
}
.lead p.catch {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}


/*==============================================
 ƒoƒi[
============================================= */
.topbnr {
	margin: 45px auto 0;
	text-align: center;
}
.topbnr a {
	display: block;
	width: 520px;
	height: 50px;
	background: linear-gradient(#c29845 55%, #8d611d);
	border: 1px solid #956924;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	margin: 25px auto 0;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .8em;
	transform: rotate(-45deg);
	margin: auto;
}
.bottombnr {
	margin: 45px auto 0;
	text-align: center;
}
.bottombnr p {
	font-size: 18px !important;
	font-weight: 500;
	color: #906420;
}
.bottombnr a {
	display: block;
	width: 660px;
	height: 70px;
	background: linear-gradient(#c29845 55%, #8d611d);
	border: 1px solid #956924;
	font-size: 22px;
	color: #fff;
	line-height: 70px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	margin: 5px auto 0;
	position: relative;
	transition: all ease .3s;
}
.bottombnr a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .8em;
	transform: rotate(-45deg);
	margin: auto;
}
.topbnr a:hover,
.bottombnr a:hover {
	opacity: .8;
}


/*==============================================
 ’Ç]ƒoƒi[
============================================= */
.flb {
	position: fixed;
	transform: translateY(172px);
	z-index: 20;
	opacity: 0;
	width: 100%;
	height: 130px;
	background: linear-gradient(#464544, #1e1d1c 75%);
}
.flb a {
	width: 880px;
	height: 172px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/innerbnr.png) no-repeat center bottom;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	padding: 65px 0 0 250px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all ease .3s;
}
.flb a dl {
	width: 520px;
	text-align: center;
}
.flb a dt {
	font-size: 16px;
	font-weight: 500;
	color: #fff2a9;
}
.flb a dd {
	width: 520px;
	height: 50px;
	background: linear-gradient(#c29845 55%, #8d611d);
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	margin: 10px auto 0;
	position: absolute;
	transition: all ease .3s;
}
.flb a dd:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .8em;
	transform: rotate(-45deg);
	margin: auto;
}
.flb a:hover dd {
	opacity: .8;
}

@keyframes UpAnime {
from {
	opacity: 0;
	transform: translateY(90px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

@keyframes DownAnime {
from {
	opacity: 1;
	transform: translateY(0);
	}
	to {
	opacity: 1;
	transform: translateY(172px);
	}
}

@keyframes EndAnime {
from {
	opacity: 1;
	transform: translateY(0);
	}
	to {
	opacity: 0;
	transform: translateY(172px);
	}
}

.flb.UpMove {
	animation: UpAnime 0.5s forwards;
}
.flb.DownMove {
	animation: DownAnime 0.5s forwards;
}
.flb.end {
	animation: EndAnime 0.5s forwards;
}


/*==============================================
 Ð‰î
============================================= */
.profile {
	width: 880px;
	background: #fff;
	border: 1px solid #5a4a3c;
	color: #5a4a3c;
	padding: 25px 47px;
	box-sizing: border-box;
	margin: 55px auto 0;
	overflow: hidden;

}
.profile .img {
	width: 120px;
	height: 130px;
	float: left;
	overflow: hidden;
	margin-right: 35px;
}
.profile .img img {
	height: 130px;
}
.profile dl {
	padding-top: 5px;
}
.profile dt {
	font-size: 16px;
	font-weight: 700;
}
.profile dd {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 1.1em;
}


/*==============================================
 –ÚŽŸ
============================================= */
.navi {
	background: #333230;
	margin: 0 auto;
	padding: 28px 0 35px;
}
.navi dl {
	width: 1000px;
	margin: auto;
}
.navi dt {
	font-size: 18px;
	font-family: times new roman;
	font-weight: 500;
	color: #e2bd69;
	text-align: center;
	letter-spacing: .08em;
}
.navi dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 12px;
}
.navi dd a {
	display: block;
	width: 196px;
	height: 125px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav01.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	transition: all ease .3s;
}
.navi dd a:nth-child(2) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav02.png);
}
.navi dd a:nth-child(3) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav03.png);
}
.navi dd a:nth-child(4) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav04.png);
}
.navi dd a:nth-child(5) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav05.png);
}
.navi a:hover {
	opacity: .6;
}

.fln {
	width: 100%;
	background: #333230;
	margin: 0 auto;
	padding: 12px 0;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
	position: fixed;
	top: -76px;
	z-index: 50;
	transition: all ease .5s;
}
.fln .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 880px;
	margin: auto;
}
.fln .wrap a {
	display: block;
	width: 172px;
	height: 44px;
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav01_s.png);
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	transition: all ease .5s;
}
.fln .wrap a:nth-child(2) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav02_s.png);
}
.fln .wrap a:nth-child(3) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav03_s.png);
}
.fln .wrap a:nth-child(4) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav04_s.png);
}
.fln .wrap a:nth-child(5) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/nav05_s.png);
}
.fln a:hover {
	opacity: .6;
}
.fln.is-fixed {
	top: 0;
}


/*==============================================
 ƒRƒ“ƒeƒ“ƒc
============================================= */
.paragraph {
	margin: 0 auto;
	padding: 80px 0 100px;
}
.paragraph:nth-of-type(odd) {
	background: #ebebeb;
}
.paragraph h2 {
	width: 880px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 60px;
}
#article01 h2 {
	height: 120px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h2_01.png) no-repeat 0 0;
}
#article02 h2 {
	height: 120px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h2_02.png) no-repeat 0 0;
}
#article03 h2 {
	height: 160px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h2_03.png) no-repeat 0 0;
}
#article04 h2 {
	height: 205px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h2_04.png) no-repeat 0 0;
}
#article05 h2 {
	height: 160px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h2_05.png) no-repeat 0 0;
}

.paragraphIn {
	width: 880px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 1.8;
	margin: 30px auto 0;
}
.paragraphIn p em {
	font-weight: 700;
}


/*==============================================
 –£—Í
============================================= */
.attractions {
	width: 880px;
	background: #fff;
	border: 1px solid #b79454;
	box-shadow: 0 3px 8px rgba(50,50,50,.2);
	margin: 35px auto 0;
	padding: 40px 79px 75px;
	box-sizing: border-box;
}
.attractions:nth-of-type(1) {
	margin-top: 50px;
}
.attractions h3 {
	width: 100%;
	height: 100px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_01.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 40px;
}
.attractions:nth-of-type(2) h3 {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_02.png);
}
.attractions:nth-of-type(3) h3 {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_03.png);
}
.attractions:nth-of-type(4) h3 {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_04.png);
}
.attractions:nth-of-type(5) h3 {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_05.png);
}
.attractions .img {
	margin: 45px auto 35px;
}
.attractions .img img {
	margin: auto;
}
.attractions .imgBox {
	width: 530px;
	margin: 45px auto 35px;
}


/*==============================================
 “Á“T
============================================= */
.benefits1,
.benefits2 {
	text-align: center;
	margin: 40px auto;
}
.benefits1 h4 {
	font-size: 18px;
	font-weight: 700;
	color: #b79454;
}
.benefits1 table {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #b79454;
	margin-top: 25px;
	box-sizing: border-box;
	text-align: center;
}
.benefits1 tbody {
	display: contents;
}
.benefits1 tr  {
	width: 33.33%;
	box-sizing: border-box;
}
.benefits1 th {
	display: block;
	background: #b79454;
	border-right: 1px solid #fff;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	padding: .5em;
	box-sizing: border-box;
}
.benefits1 td {
	display: block;
	border-right: 1px solid #b79454;
	font-size: 13px;
	padding: 5px 5px 1em;
	box-sizing: border-box;
}
.benefits1 tr:last-child th,
.benefits1 tr:last-child td {
	border: 0
}
.benefits1 td img {
	width: 100%;
	margin-bottom: 10px;
}
.benefits1 td em {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #dc4d07;
	margin: 5px auto .2em;
}
.benefits1 p.note {
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
}
.benefits2 table {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #b79454;
	margin-top: 1rem;
	box-sizing: border-box;
	text-align: center;
}
.benefits2 tbody {
	display: contents;
}
.benefits2 tr  {
	flex: 1;
	box-sizing: border-box;
}
.benefits2 th {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	background: #b79454;
	border-right: 1px solid #fff;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.25;
	box-sizing: border-box;
}
.benefits2 th small {
	display: contents;
	font-size: 14px;
}
.benefits2 td {
	display: block;
	border-right: 1px solid #b79454;
	font-size: 13px;
	padding: 5px 5px 1em;
	box-sizing: border-box;
}
.benefits2 tr:last-child th,
.benefits2 tr:last-child td {
	border: 0
}
.benefits2 td img {
	width: 100%;
	margin-bottom: 10px;
}
.benefits2 td em {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #dc4d07;
	margin: 5px auto .2em;
}


/*==============================================
 ‘ÎÛƒJ[ƒh
============================================= */
.cards {
	width: 880px;
	background: #fff;
	border: 1px solid #6275b3;
	box-shadow: 0 3px 8px rgba(50,50,50,.2);
	margin: 35px auto 0;
	padding: 40px 79px 75px;
	box-sizing: border-box;
}
.cards:nth-of-type(1) {
	margin-top: 50px;
}
.cards h3 {
	width: 100%;
	height: 100px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_06.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 40px;
}
.cards:nth-of-type(2) h3 {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/h3_07.png);
}


/*==============================================
 ƒJ[ƒh
============================================= */
.card {
	margin: 45px auto 50px;
}
.card h4 {
	border-bottom: 1px solid #d2d2d2;
	font-size: 18px;
	font-weight: 700;
	color: #3c539e;
	padding-bottom: .8em;
	margin-bottom: 20px;
}
.card p {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 10px;
}
.card p.note {
	font-size: 11px;
}
.card.select {
	min-height: 245px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/img12.jpg) no-repeat right 0;
	background-size: 311px;
	padding: 45px 340px 0 0;
}
.card.waon {
	min-height: 245px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/img14.jpg) no-repeat right 0;
	background-size: 311px;
	padding: 45px 340px 0 0;
}
.card.select_disney h4,
.card.waon_disney h4 {
	margin-bottom: 30px;
}


/*==============================================
 ƒvƒ‚ÌŽ‹“_
============================================= */
.pro {
	border: 1px solid #cdcdcd;
	color: #333230;
	box-shadow: 0 3px 3px 1px rgba(227,227,227,.5);
	margin: 45px auto 0;
	padding: 35px 40px;
}
.pro dl {
	min-height: 100px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/profimg.jpg) no-repeat 0 0;
	background-size: 100px;
	padding-left: 130px;
}
.pro dt {
	height: 23px;
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	border-bottom: 1px solid #333230;
	position: relative;
}
.pro dt span {
	display: block;
	width: 98px;
	height: 23px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_pro.png) no-repeat 0 0;
	background-size: 98px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
	left: 0;
}
.pro dd {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 15px;
}
.pro p {
	font-size: 15px;
	line-height: 1.8;
}


/*==============================================
 ‰¿Ši.comƒ†[ƒU[
============================================= */
.user {
	border: 5px solid #cac8c4;
	background: #fff;
	margin: 50px auto 0;
	padding: 30px 45px;
}
.user.review01,
.user.review02 {
	padding: 25px 40px;
}
.user dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_user01.png) no-repeat 0 center;
	padding-left: 120px;
}
.user.review01 dl,
.user.review02 dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_user02.png) no-repeat 0 center;
	padding-left: 115px;
}
.user dt {
	font-size: 18px;
	font-weight: 500;
	color: #b79454;
	line-height: 1.5;
}
.user.review01 dt,
.user.review02 dt {
	color: #3c539e;
}
.user dt span:first-child {
	display: inline-block;
	margin-right: 15px;
}
.user dt span.star {
	content: "";
	display: inline-block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_star01.png) no-repeat 0 1px;
	background-size: 100px;
	width: 100px;
	height: 20px;
	white-space: nowrap;
}
.user.review01 dt span.star {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_star02.png);
	background-size: 100px;
}
.user.review02 dt span.star {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_star03.png);
	background-size: 100px;
}
.user dd {
	font-size: 15px;
	line-height: 1.5;
	margin-top: .8em;
}


/*==============================================
 ˆÍ‚Ý
============================================= */
.column {
	margin: 70px auto 0;
}
.column h3 {
	font-size: 26px;
	font-weight: 700;
	color: #4057a3;
	text-align: center;
}
.column h3:before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 27px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/icon_check.svg) no-repeat 0 0;
	vertical-align: bottom;
	margin: 0 10px 0 0;
}
.column p a {
	dislay: block;
	font-weight: 500;
	color: #4057a3;
	text-decoration: underline;
}
.column p a:before {
	content: "\27A1";
	display: inline-block;
	font-weight: 300;
	text-decoration: none;
	margin-right: .3em;
}
.column p a:hover {
	text-decoration: none;
}


/*==============================================
 ‰æ‘œ
============================================= */
.imgBox {
	margin: 55px auto;
}
.imgBox a {
	display: block;
}
.imgBox img {
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {

}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 10px 0 0;
}
.imgBox strong {
	display: block;
	font-size: 22px;
	color: #b79454;
	text-align: center;
	margin-bottom: 20px;
}
.imgBox .title {
	font-size: 20px;
	font-weight: 700;
	color: #5a4a3c;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
}
.imgBox .title em {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #efefef;
	border-radius: calc(1px/0);
	font-size: 30px;
	margin: 0 .5em 0 .1em;
	padding: 0 0 0 1px;
	box-sizing: border-box;
}
.imgBox p.note {
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
}


/*==============================================
 ƒJ[ƒh”äŠr
============================================= */
.spec {
	width: 100%;
	background: #fff;
	border: 1px solid #333230;
	box-sizing: border-box;
	margin: 55px auto;
}
.spec thead th,
.spec tbody th {
	width: 240px;
	background: #333230;
	border-right: 1px solid #333230;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	vertical-align: top;
	line-height: 1.4;
	padding: .8em .8em .7em;
	box-sizing: border-box;
}
.spec thead th img {
	margin: auto;
}
.spec tbody th {
	vertical-align: middle;
	border-top: 1px solid #555;
}
.spec thead tr th.card01,
.spec thead tr th.card02 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: .3em 0 .4em;
}
.spec thead tr th.card01 {
	background: linear-gradient(#4057a3 60%,#34498d);
}
.spec thead tr th.card02 {
	background: linear-gradient(#b79454 60%,#90733f);
}
.spec thead tr:last-child th {
	background: #fff;
	border-right: 1px solid #333230;
	text-align: center;
	padding: 1.8em 0 0;
}
.spec tbody td {
	width: 320px;
	border: 1px solid #333230;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	padding: .4em .8em .5em;
	box-sizing: border-box;
}
.spec tbody td small {
	display: block;
	font-size: 13px;
}


/*==============================================
 JCB
============================================= */
.jcb {
	background: #292929;
	color: #fff;
	padding: 90px 0 100px;
}
.jcb h2 {
	width: 880px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_aeoncard/jcb_title.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	margin: auto;
}
.jcb .wrap {
	width: 880px;
	margin: 40px auto 0;
	overflow: hidden;
}
.jcb .wrap .img {
	width: 380px;
	float: left;
	margin-right: 35px;
}
.jcb .wrap .img img {
	width: 100%;
}
.jcb .wrap .info {
	width: 460px;
	float: right;
}
.jcb .wrap .info p {
	font-size: 17px;
	line-height: 1.8;
}
.jcb .wrap .info a {
	display: block;
	width: 100%;
	background: #009cc2;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 1.45;
	margin-top: 35px;
	padding: .5em 1em;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
.jcb .wrap .info a span {
	display: block;
	font-size: 16px;
}
.jcb .wrap .info a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: .8em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.jcb .wrap .info a:hover {
	opacity: .8;
}






