@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
/*
	font-family: MyYuGothicM,YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
*/
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'),local('Yu Gothic Medium'),local('YuGothic-Regular');
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'),local('Yu Gothic');
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bolder;
	src: local('YuGothic-Bold'),local('Yu Gothic');
}

.appBtn{margin-top:30px;text-align:center;}
.appBtn .btnRD{width:600px;padding:30px 0!important;}
.appBtn .fs25{font-size:25px!important;}

/* .logo-jal
------------------------------------------------------------ */
.logo-jal {
	width: 100%;
	min-width: 950px;
	padding: 27px 0 26px 0;
	background-color: #ffffff;
}

.logo-jal > p {
	width: 950px;
	margin: 0 auto;
}


/* .gnav
------------------------------------------------------------ */
.gnav {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 80px;
	width: 100%;
	min-width: 950px;
	background-color: #efeeea;
}

.gnav.fix {
	position: fixed;
	left: 0;
	top: 0;
}

.gnav ul {
	width: 830px;
	margin: 0 auto;
}

.gnav ul li {
	float: left;
	margin-right: 20px;
}

.gnav ul li:last-child {
	margin-right: 0;
}

.gnav ul li.current {
	border-bottom: #cc0000 solid 4px;
}

.gnav ul li a {
	display: block;
	opacity: 0.4;
	border-bottom: rgba(204,0,0,0.00) solid 4px;
	transition: 200ms;
}

.gnav ul li a:hover {
	opacity: 1.0;
	border-bottom: rgba(204,0,0,1.00) solid 4px;
}

.gnav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


/* .snav
------------------------------------------------------------ */
.snav {
	position: fixed;
	z-index: 99;
	right: -50px;
	top: 0;
	transition: right 350ms 0ms ease-in-out;
}

.snav.on {
	right: 0;
}

.snav ul {
}

.snav ul li {
	margin-bottom: 10px;
}

.snav ul li:last-child {
	margin-bottom: 0;
}

.snav ul li a {
	transition: 200ms;
}

.snav ul li a:hover {
	opacity: 0.5;
}


/* 
------------------------------------------------------------ */
.contents {
	width: 100%;
	min-width: 950px;
	background: url(../img/bg_contents.png) center center;
}

.contents .article {
	width: 100%;
	padding-top: 110px;
	opacity: 0;
	transition: opacity 650ms 350ms linear;
}

.contents.on .article {
	opacity: 1.0;
}


/* .mv
------------------------------------------------------------ */
.contents .mv {
	position: relative;
	width: 100%;
	text-align: center;
}

.contents .mv::before {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
	display: block;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contents .mv .mvInr {
	position: relative;
	z-index: 1;
	width: 950px;
	margin: 0 auto;
	padding: 550px 0 70px 0;
}

.contents .mv .head {
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	font-size: 0;
}

.contents .mv .head h1 {
	margin-bottom: 15px;
}

.contents .mv .head h1 .numbering {
	opacity: 0;
	transform: translateY(-60px);
	transition: opacity 350ms 1000ms linear, transform 1000ms 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
	margin-bottom: 6px;
}

.contents.on .mv .head h1 .numbering {
	opacity: 1.0;
	transform: translateY(0);
}

.contents .mv .head h1 .ttl {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 350ms 1000ms linear, transform 1000ms 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contents.on .mv .head h1 .ttl {
	opacity: 1.0;
	transform: translateY(0);
}

.contents .mv .head .txt {
	opacity: 0;
	transition: opacity 500ms 2000ms linear;
}

.contents.on .mv .head .txt {
	opacity: 1.0;
}

.contents .mv .description {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1000ms 2350ms linear, transform 1000ms 2350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contents.on .mv .description {
	opacity: 1.0;
	transform: translateY(0);
}

.contents .mv .description .sttl {
	font-size: 36px;
	font-weight: bolder;
	line-height: 1.4em;
	color: #222222;
}

.contents .mv .description .txt {
	font-size: 18px;
	line-height: 1.8em;
	color: #222222;
	margin-top: 1.0em;
}


/* .spot
------------------------------------------------------------ */
.contents .spot {
	width: 950px;
	margin: 0 auto;
}

.contents .spot > section {
	padding-top: 40px;
	margin-bottom: 70px;
	background-repeat: no-repeat;
	background-position: center top;
}

.contents .spot > section:nth-child(1) {
	background-image: url(../img/parts_spot-split_01.png);
}

.contents .spot > section:nth-child(2) {
	background-image: url(../img/parts_spot-split_02.png);
}

.contents .spot > section:nth-child(3) {
	background-image: url(../img/parts_spot-split_03.png);
}

.contents .spot .sopt-head {
}

.contents .spot .sopt-head .icon {
	float: left;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	overflow: hidden;
	transform: scale(0,0);
	transition: transform 800ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contents .spot section.on .sopt-head .icon {
	transform: scale(1.0,1.0);
}

.contents .spot .sopt-head .icon > p {
	width: 0;
	height: 100%;
	overflow: hidden;
	transition: width 650ms 0ms linear;
}

.contents .spot section.on .sopt-head .icon > p {
	width: 100%;
}

.contents .spot > section:nth-child(1) .sopt-head .icon {
	background-color: #ef858c;
}

.contents .spot > section:nth-child(2) .sopt-head .icon {
	background-color: #26b7bc;
}

.contents .spot > section:nth-child(3) .sopt-head .icon {
	background-color: #69a3d8;
}

.contents .spot .sopt-head .ttl {
	float: left;
	margin-left: 20px;
	padding-top: 24px;
	opacity: 0;
	/*transform: translateX(100px);*/
	transition: opacity 800ms 500ms linear/*, transform 1000ms 800ms cubic-bezier(0.215, 0.61, 0.355, 1)*/;
}

.contents .spot section.on .sopt-head .ttl {
	opacity: 1.0;
	/*transform: translateX(0);*/
}

.contents .spot .sopt-head .ttl h2 {
	font-size: 35px;
	line-height: 1.35em;
	color: #222222;
}

.contents .spot .sopt-head .ttl .tag {
	margin-top: 12px;
}

.contents .spot .sopt-head .ttl .tag > p {
	float: left;
	font-size: 15px;
	line-height: 1.0;
	color: #ffffff;
	padding: 5px 16px 5px 16px;
	background-color: #df0024;
	border-radius: 4px;
	margin-right: 12px;
}

.contents .spot .sopt-head .ttl .tag > span {
	float: left;
	font-size: 16px;
	line-height: 1.0;
	color: #222222;
	padding-top: 4px;
}

.contents .spot .sopt-head .ttl .tag:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.contents .spot .sopt-head:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.contents .spot .spot-description {
	margin-top: 30px;
	opacity: 0;
	/*transform: translateY(60px);*/
	transition: opacity 800ms 500ms linear/*, transform 800ms 1450ms cubic-bezier(0.215, 0.61, 0.355, 1)*/;
}

.contents .spot section.on .spot-description {
	opacity: 1.0;
	/*transform: translateY(0);*/
}


.contents .spot .spot-description .photos {
	float: left;
	width: 455px;
}

.contents .spot > section:nth-child(2) .spot-description .photos {
	float: right;
}

.contents .spot .spot-description .photos ul {
}

.contents .spot .spot-description .photos ul li {
}

.contents .spot .spot-description .txt {
	float: right;
	width: 455px;
	margin-top: -6px;
}

.contents .spot > section:nth-child(2) .spot-description .txt {
	float: left;
}

.contents .spot .spot-description .txt > p {
	font-size: 15px;
	line-height: 1.7em;
	color: #222222;
	margin-top: 1.35em;
}

.contents .spot .spot-description .txt > p:first-of-type {
	margin-top: 0;
}

.contents .spot .spot-description:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.contents .spot .spot-information {
	margin-top: 36px;
	opacity: 0;
	/*transform: translateY(60px);*/
	transition: opacity 500ms 500ms linear/*, transform 800ms 1450ms cubic-bezier(0.215, 0.61, 0.355, 1)*/;
}

.contents .spot section.on .spot-information {
	opacity: 1.0;
	/*transform: translateY(0);*/
}

.contents .spot .spot-information .sttl {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.0em;
	color: #ea0013;
	padding-bottom: 16px;
	border-bottom: #cccccc solid 1px;
	margin-bottom: 16px;
}

.contents .spot .spot-information .box {
}

.contents .spot .spot-information .box .side-left {
	float: left;
	width: 455px;
	margin-right: 40px;
}

.contents .spot .spot-information .box .side-right {
	float: left;
	width: 455px;
}

.contents .spot .spot-information .box > div {
}

.contents .spot .spot-information .box > div dl {
	display: table;
	font-size: 14px;
	color: #444444;
	margin-bottom: 4px;
}

.contents .spot .spot-information .box > div dl dt {
	display: table-cell;
	white-space: nowrap;
}

.contents .spot .spot-information .box > div dl dd {
	display: table-cell;
}

.contents .spot .spot-information .box > div dl dd .note {
	display: block;
	font-size: 12px;
	color: #444444;
}

.contents .spot .spot-information .box > div dl dd a {
	text-decoration: underline;
}

.contents .spot .spot-information .box > div dl dd a:hover {
	text-decoration: none;
}

.contents .spot .spot-information .box:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.contents .spot .spot-map {
	text-align: center;
	margin-top: 30px;
}

.contents .spot .spot-map span {
	background: url(../../common/img/icon_arrow_down.png) right 15px center no-repeat #222222;
	background-size: 14px auto;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 60px;
	cursor: pointer;
}

.contents .spot .spot-map span:hover {
	opacity: 0.5;
	text-decoration: none;
}

/* .map-area
------------------------------------------------------------ */
.map-area {
	padding: 10px 0 100px 0;
}

.map-area .sttl {
	width: 95px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.map-area .sttl p {
	width: 0;
	overflow: hidden;
	transition: opacity 500ms 0ms linear;
}

.map-area.on .sttl p {
	width: 100%;
}

#map {
	width: 950px;
	height: 400px;
	margin: 0 auto;
	opacity: 0;
	/*transform: translateY(80px);*/
	transition: opacity 500ms 0ms linear/*, transform 1000ms 650ms cubic-bezier(0.215, 0.61, 0.355, 1)*/;
}

.map-area.on #map {
	opacity: 1.0;
	/*transform: translateY(0);*/
}

#map + .text {
	width: 950px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 12px;
}


/* .recommend
------------------------------------------------------------ */
.recommend {
	width: 100%;
	min-width: 950px;
	background-color: #efedea;
}

.recommend .recommendInr {
	width: 950px;
	margin: 0 auto;
	padding: 65px 0 65px 0;
	background: url(../../common/img/bg_recommend.png) right 52px no-repeat;
}

.recommend figure {
	float: left;
}

.recommend .box-txt {
	float: right;
	width: 435px;
}

.recommend .box-txt .ttl-sup {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.0em;
	color: #ea0013;
	margin-bottom: 10px;
}

.recommend .box-txt .ttl {
	font-size: 26px;
	font-weight: bolder;
	line-height: 1.4em;
	color: #222222;
}

.recommend .box-txt .txt {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: -0.05em;
	color: #222222;
	margin-top: 0.8em;
	margin-bottom: 1.9em;
}
.recommend .box-txt .btn-recommend a {
	display: block;
	width: 435px;
	height: 68px;
	font-size: 20px;
	background-color: #222222;
	text-align: center;
	line-height: 68px;
	color: #fff;
	letter-spacing: 3px;
}
.recommend .box-txt .btn-recommend a:after {
	content: url("../../common/img/btn_recommend_icon.png");
	position: relative;
	top: 4px;
	left: 100px;
}
.recommend .box-txt .btn-recommend.blank a:after {
	content: url("../../common/img/btn_recommend_icon_blank.png");
}
.recommend .box-txt .btn-recommend a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.recommend .recommendInr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/* .cv
------------------------------------------------------------ */
.contents .cv {
	padding: 80px 0 80px 0;
	text-align: center;
	position: relative;
}

.contents .cv:after {
	background: url(../img/bg_cv.jpg) center center no-repeat;
	background-size: 100% auto;
	content: "";
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.contents .cv .txt {
	font-size: 32px;
	font-weight: bolder;
	line-height: 1.5em;
	color: #1f120b;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.contents .cv .appBtn {
	position: relative;
	z-index: 2;
}

.contents .cv a {
	transition: 200ms;
}

.contents .cv a:hover {
	opacity: 0.5;
}



/* .campaign
------------------------------------------------------------ */
.contents .campaign {
	text-align: center;
	background-color: #efedea;
}

.contents .campaign a {
	display: block;
	padding: 80px 0 80px 0;
}


/* .copyright
------------------------------------------------------------ */
footer .copyright small {
	width: 100%;
	text-align: center;
}


.col_wid270 {
	width: 270px !important;
}

.clm_wid570 {
	width: 570px !important;
	margin: 0 auto;
}