@charset "UTF-8";

/* ------------------------
  common
------------------------ */
body .contents:before {
	content:'';
	width:100%;
	height:100%;
	background-color:#fff;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:900;
}
body .contents:after {
	content:'';
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	background:url(../img/loading.png) no-repeat center center;
	background-size:cover;
	display:block;
	position:fixed;
	top:50%;
	left:50%;
	z-index:901;
	animation:spin 1.5s linear infinite;
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
body.load .contents:before,
body.load .contents:after {
	opacity:0;
	transition:opacity 0.6s ease;
}
body.load.fix .contents:before,
body.load.fix .contents:after {
	display:none;
}
.contents .note {
	color: #6d4c41;
	font-size: 69%;
	line-height: 1.3636;
}

/* header */
.contents .header {
	background: url(../img/bg_header.png) center center no-repeat;
	height: 250px;
	text-align: center;
}

/* body */
.contents .body {
	background-color: #fff5e4;
}

@media only screen and (min-width: 769px) {
	/* moveObj */
	.moveObj {
		position:relative;
		top:30px;
		opacity:0;
		transition:all 0.6s ease;
	}
	.moveObj.on {
		top:0;
		opacity:1;
	}
}
@media only screen and (max-width: 768px) {
	body .contents:after {
		width:30px;
		height:30px;
		margin:-15px 0 0 -15px;
	}

	.contents .header {
		height: auto !important;
		background-size:cover;
	}
}


/* ------------------------
  mv
------------------------ */
#mv .slick_box img {
	margin: 0 auto;
}
#mv .slick_box .slick {
	display: block !important;
}
#mv .slick_box .slick01 {
	background-color: #f05504;
}
#mv .slick_box .slick02 {
	background-color: #f05504;
}
#mv .slick_box .slick03 {
	background-color: #f05504;
	position:relative;
}
#mv .slick_box .slick03:before {
	content:'';
	width:100%;
	height:60px;
	background-color:#4E342E;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
#mv .slick_box .slick03 a {
	position:relative;
	z-index:5;
}

/* ------------------------
  embarkation
------------------------ */
#embarkation video {
	width:100%;
	height:auto;
	outline:none;
}
#embarkation video::-webkit-media-controls-enclosure,
#embarkation video::media-controls-enclosure {
	overflow:hidden;
}
#embarkation video::-webkit-media-controls-panel,
#embarkation video::media-controls-panel {
	width: calc(100% + 30px);
}

/* header */
#embarkation .header {
	height: 210px;
	padding: 48px 0 0;
}
#embarkation .header .lead {
	margin-bottom: 22px;
}

@media only screen and (max-width: 768px) {
	#embarkation .header {
		height: auto;
		padding: 25px 0 27px 0;
	}
	#embarkation .header .lead {
		margin-bottom: 12px;
	}
	#embarkation .header .title {
		margin-bottom: 10px;
	}
}

/* body */
#embarkation .body {
	background: #fff5e4 url(../img/bg_body.png) left bottom repeat-x;
	padding: 60px 0;
}
#embarkation .body .lineup_list {
	margin-bottom: 60px;
}
#embarkation .body .lineup_list img {
	width: 100%;
}
#embarkation .body .lineup_list li {
	float: left;
	width: 470px;
}
#embarkation .body .lineup_list li + li {
	float: right;
}
#embarkation .body .lineup_list li a {
	background-color: #f05504;
	border-radius: 20px;
	color: #fff;
	display: block;
	padding: 1px;
}
#embarkation .body .lineup_list dt {
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	float: left;
	width: 207px;
}
#embarkation .body .lineup_list dt span {
	display: block;
	margin: 10px auto 3px;
	width: 140px;
}
#embarkation .body .lineup_list dd {
	font-size: 18px;
	font-weight: bold;
	float: right;
	padding: 30px 20px 20px 20px;
	width: 468px;
}
#embarkation .body .lineup_list dd span {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.71;
	margin-top: 10px;
}
#embarkation .body .body_title {
	margin-bottom: 25px;
	text-align: center;
}
#embarkation .body .illustration {
	margin-bottom: 25px;
	text-align: center;
}
#embarkation .body .circuit {
	margin-bottom: 10px;
}
#embarkation .body .circuit .circuit_img {
	float: left;
	width: 373px;
}
#embarkation .body .circuit .circuit_txt {
	color: #6d4c41;
	font-size: 15px;
	float: right;
	line-height: 1.78;
	width: 590px;
}
#embarkation .body .circuit .circuit_txt sup {
	vertical-align: super;
}
#embarkation .body .btn1 {
	margin: 0 auto;
	width: 315px;
}
#embarkation .body .btn1 img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	#embarkation .body .lineup_list li:nth-of-type(1) {transition-delay:0s;}
	#embarkation .body .lineup_list li:nth-of-type(2) {transition-delay:0.3s;}
}

@media only screen and (max-width: 768px) {
	#embarkation .body {
		padding: 30px 0 10px;
	}
	#embarkation .body .body_title {
		margin-bottom: 30px;
	}
	#embarkation .body .btn1 {
		width: 88.735%;
	}
	#embarkation .body .lineup_list {
		margin: 0 10px 7.5%;
	}
	#embarkation .body .lineup_list li {
		width: 48.455%;
	}
	#embarkation .body .lineup_list li a {
		padding: 0;
	}
	#embarkation .body .lineup_list dt,
	#embarkation .body .lineup_list dd {
		float: none;
		width: auto;
	}
	#embarkation .body .lineup_list dt {
		border-radius: 15px 15px 0 0;
	}
	#embarkation .body .lineup_list dt span {
		margin: 0 auto;
		width: 78.49%;
	}
	#embarkation .body .lineup_list dd {
		border-radius: 0 0 15px 15px;
		font-size: 15px;
		padding: 9% 5% 10%;
	}
	#embarkation .body .lineup_list dd span {
		font-size: 11px;
		line-height: 1.9;
	}
}

/* body01 */
#embarkation .body01 .item {
	margin-bottom: 60px;
}
#embarkation .body01 .item:last-child {
	margin-bottom: 0;
}
#embarkation .body01 .item + .item .illustration {
	margin-bottom: 20px;
}
#embarkation .body01 .radius {
	border-radius:25px;
	overflow:hidden;
}
#embarkation .body01 .radius video,
#embarkation .body01 .radius img {
	border-radius:25px;
	display:block;
}

@media only screen and (max-width: 768px) {
	#embarkation .body01 .item {
		margin:0 10px 22px 10px;
	}
	#embarkation .body01 .radius {
		border-radius:10px;
	}
	#embarkation .body01 .radius video,
	#embarkation .body01 .radius img {
		border-radius:10px;
	}
	#embarkation .body .illustration {
		margin-bottom: 17px;
	}
	#embarkation .body .circuit .circuit_img,
	#embarkation .body .circuit .circuit_txt {
		float: none;
		width: auto;
	}
	#embarkation .body .circuit .circuit_txt {
		font-size: 12px;
		line-height: 1.66;
		margin-top: 18px;
	}
	#embarkation .body .circuit .circuit_txt sup {
		font-size: smaller;
	}
}


/* ------------------------
  secret
------------------------ */
#secret video {
	width:100%;
	height:auto;
	outline:none;
}
#secret video::-webkit-media-controls-enclosure,
#secret video::media-controls-enclosure {
	overflow:hidden;
}
#secret video::-webkit-media-controls-panel,
#secret video::media-controls-panel {
	width: calc(100% + 30px);
}

/* header */
#secret .header {
	height: 215px;
	padding: 40px 0 0;
}
#secret .header .lead {
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	#secret .header {
		height: 170px;
		padding: 25px 0 15px 0;
	}
	#secret .header .lead {
		margin-bottom: 10px;
	}
	#secret .header .title {
		margin-bottom: 10px;
	}
}

/* body */
#secret .body {
	background: #fff5e4 url(../img/bg_body.png) left bottom repeat-x;
	padding: 80px 0 ;
}
#secret .body .body_title {
	margin-bottom: 40px;
	text-align: center;
}
#secret .body .illustration {
	margin-bottom: 10px;
	text-align: center;
}
#secret .body .btn1 {
	margin: 0 auto;
	width: 315px;
}
#secret .body .btn1 img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	#secret .body {
		padding: 30px 0 ;
	}
	#secret .body .body_title {
		margin-bottom: 30px;
	}
	#secret .body .btn1 {
		width: 88.735%;
	}
}

/* body01 */
#secret .body01 .item {
	margin-bottom: 35px;
}
#secret .body01 .item:last-child {
	margin-bottom: 0;
}
#secret .body01 .item + .item .illustration {
	margin-bottom: 20px;
}
#secret .body01 .radius {
	border-radius:25px;
	overflow:hidden;
}
#secret .body01 .radius video,
#secret .body01 .radius img {
	border-radius:25px;
	display:block;
}

@media only screen and (max-width: 768px) {
	#secret .body01 .item {
		margin:0 10px 30px 10px;
	}
	#secret .body01 .radius {
		border-radius:10px;
	}
	#secret .body01 .radius video,
	#secret .body01 .radius img {
		border-radius:10px;
	}
}

/* body02 */
#secret .body02 .item {
	margin-bottom: 80px;
}
#secret .body02 .item:last-child {
	margin-bottom: 0;
}
#secret .body02 .item .txt {
	margin-bottom: 27px;
}
#secret .body02 .radius {
	border-radius:25px;
	overflow:hidden;
}
#secret .body02 .radius video,
#secret .body02 .radius img {
	border-radius:25px;
	display:block;
}

@media only screen and (max-width: 768px) {
	#secret .body02 .item {
		margin:0 10px 30px 10px;
	}
	#secret .body02 .radius {
		border-radius:10px;
	}
	#secret .body02 .radius video,
	#secret .body02 .radius img {
		border-radius:10px;
	}
	#secret .body02 .item .txt {
		margin:0 -10px 20px -10px;
	}
}

/* body03 */
#secret .body03 .item {
	margin-bottom: 79px;
}
#secret .body03 .item:last-child {
	margin-bottom: 0;
}
#secret .body03 .item .txt {
	margin-bottom: 5px;
}
#secret .body03 .radius {
	border-radius:25px;
	overflow:hidden;
}
#secret .body03 .radius video,
#secret .body03 .radius img {
	border-radius:25px;
	display:block;
}

@media only screen and (max-width: 768px) {
	#secret .body03 .item {
		margin:0 10px 30px 10px;
	}
	#secret .body03 .radius {
		border-radius:10px;
	}
	#secret .body03 .radius video,
	#secret .body03 .radius img {
		border-radius:10px;
	}
	#secret .body03 .item .txt {
		margin:0 -10px 10px -10px;
	}
}

/* body04 */
#secret .body04 {
	background-image: none;
	padding-bottom: 0;
}
#secret .body04 .item {
	position: relative;
	margin-bottom: 34px;
}
#secret .body04 .item:last-child {
	margin-bottom: 0;
}
#secret .body04 .item .bg_map img {
	box-shadow : 0px 0px 4px rgba(0, 0, 0, 0.1);
	border-radius:20px;
}
#secret .body04 .item .temperature img {
	box-shadow : 0px 0px 4px rgba(0, 0, 0, 0.1);
	border-radius:20px;
}
#secret .body04 .item .marker {
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
#secret .body04 .item .txt {
	left: 50%;
	margin-left: -50%;
	position: absolute;
	top: 45px;
}

#secret .body04 .prefecture {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
}
#secret .body04 .prefecture .item {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 10px;
	box-shadow : 0px 0px 4px rgba(0, 0, 0, 0.1);
	padding: 10px;
	position: absolute;
	width: 200px;
	box-sizing:border-box;
}
#secret .body04 .prefecture .item dt {
	color: #6d4c41;
	font-size: 100%;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 3px;
	padding:0 0 0 18px;
	position:relative;
}
#secret .body04 .prefecture .item dt .number {
	background-color: #f05504;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-weight: normal;
	text-align: center;
	font-size:12px;
	width: 16px;
	height:16px;
	line-height:16px;
	position:absolute;
	top:50%;
	left:0;
	margin:-9px 0 0 0;
}
#secret .body04 .prefecture .item_a dt .number {
	background-color: #fff;
	border: 1px solid #f05504;
	color: #f05504;
}
#secret .body04 .prefecture .item dd {
	color: #847062;
	font-size: 75%;
	line-height: 1.5;
}
#secret .body04 .prefecture .item dd.txt01 {
	margin-bottom: 7px;
}
#secret .body04 .prefecture .item dd.strong {
	color: #f05504;
	font-size: 88%;
	line-height: 1.5714;
	margin-bottom: 10px;
}
#secret .body04 .prefecture .item dd.strong sup {
	
}
#secret .body04 .prefecture .item .photo {
	margin: 0 auto;
	width: 180px;
}
#secret .body04 .prefecture .item .photo img {
	width: 100%;
}

#secret .body04 .prefecture .item_a,
#secret .body04 .prefecture .item_1,
#secret .body04 .prefecture .item_8 {
	top: 0;
}
#secret .body04 .prefecture .item_1,
#secret .body04 .prefecture .item_2,
#secret .body04 .prefecture .item_3,
#secret .body04 .prefecture .item_4,
#secret .body04 .prefecture .item_5 {
	left: 25px;
}
#secret .body04 .prefecture .item_8,
#secret .body04 .prefecture .item_9,
#secret .body04 .prefecture .item_10,
#secret .body04 .prefecture .item_11,
#secret .body04 .prefecture .item_12,
#secret .body04 .prefecture .item_13,
#secret .body04 .prefecture .item_14 {
	left: 765px;
}
#secret .body04 .prefecture .item_6,
#secret .body04 .prefecture .item_7 {
	left: 555px;
}
#secret .body04 .prefecture .item_a {
	left: 236px;
}
#secret .body04 .prefecture .item_2,
#secret .body04 .prefecture .item_8 {
	top: 90px;
}
#secret .body04 .prefecture .item_3,
#secret .body04 .prefecture .item_9 {
	top: 180px;
}
#secret .body04 .prefecture .item_4,
#secret .body04 .prefecture .item_10 {
	top: 270px;
}
#secret .body04 .prefecture .item_5,
#secret .body04 .prefecture .item_11 {
	top: 360px;
}
#secret .body04 .prefecture .item_12 {
	top: 450px;
}
#secret .body04 .prefecture .item_6,
#secret .body04 .prefecture .item_13 {
	top: 540px;
}
#secret .body04 .prefecture .item_7,
#secret .body04 .prefecture .item_14 {
	top: 630px;
}

#secret .body04 .prefecture .item_note {
	background-color: transparent;
	border-radius: 0;
	box-shadow : none;
	padding: 0;
	top: 730px;
	width: 100%;
}
#secret .body04 .prefecture .item_note .note {
	position: absolute;
	width: 100%;
	word-break: break-all;
}
#secret .body04 .prefecture .item_note .note01 {
	padding:0 20px;
	box-sizing:border-box;
}
#secret .body04 .prefecture .item_note .note02 {
	margin: 30px 0 0 0;
	padding: 0 0 0 25px;
}

@keyframes prefecture_list_move {
	0% {transform:translate3d(0,0,0); opacity:0;}
	30% {transform:translate3d(0,-30px,0); opacity:1;}
	100% {transform:translate3d(0,0,0); opacity:1;}
}

@media only screen and (min-width: 769px) {
	#secret .body04 .prefecture.moveObj {
		opacity:1;
		transition-duration:0s;
	}
	#secret .body04 .prefecture.moveObj > div {
		transform:translate3d(0,30px,0);
		opacity:0;
		transition:all 0.6s ease;
	}
	#secret .body04 .prefecture.moveObj.on > div {
		transform:translate3d(0,0,0);
		opacity:1;
	}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(2) {transition-delay:1.0s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(3) {transition-delay:1.1s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(4) {transition-delay:1.2s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(5) {transition-delay:1.3s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(6) {transition-delay:1.4s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(7) {transition-delay:1.5s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(1) {transition-delay:1.9s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(8) {transition-delay:2.3s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(9) {transition-delay:2.4s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(10) {transition-delay:2.8s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(11) {transition-delay:2.9s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(12) {transition-delay:3.0s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(13) {transition-delay:3.1s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(14) {transition-delay:3.2s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(15) {transition-delay:3.3s;}
	#secret .body04 .prefecture.moveObj > div:nth-of-type(16) {transition-delay:3.7s;}
}
@media only screen and (max-width: 768px) {
	#secret .body04 .item {
		margin-bottom: 30px;
		position:relative;
	}
	#secret .body04 .item:last-child {
		margin-bottom: 0;
	}
	#secret .body04 .item .bg_map,
	#secret .body04 .item .marker {
		padding:0 10px;
		box-sizing:border-box;
	}
	#secret .body04 .item .bg_map img {
		border-radius:10px;
	}
	#secret .body04 .item .temperature {
		margin:0 10px;
	}
	#secret .body04 .item .temperature img {
		border-radius:10px;
	}
	#secret .body04 .item .txt {
		width:100%;
		padding:0 10px;
		box-sizing:border-box;
		left: 0;
		margin-left: 0;
		position: absolute;
		top: 24px;
	}

	#secret .body04 .prefecture {
		width:auto;
		margin:0 10px;
		display:block;
		flex-wrap:wrap;
		position: static;
	}
	#secret .body04 .prefecture .item {
		background-color: rgba(255, 255, 255, 0);
		border-radius: 0;
		box-shadow : 0px 0px 4px rgba(0, 0, 0, 0);
		margin:0;
		padding:10px 0 0 0;
		position: static;
		width:50%;
		float:left;
	}
	#secret .body04 .prefecture .item_a {
		width: 100%;
	}
	#secret .body04 .prefecture .item:nth-of-type(2n):not(:first-child) {
		padding-right:5px;
		clear:both;
	}
	#secret .body04 .prefecture .item:nth-of-type(2n + 1):not(:first-child) {
		padding-left:5px;
		float:right;
	}
	#secret .body04 .prefecture .item dl {
		background-color: rgba(255, 255, 255, .8);
		border-radius: 10px;
		box-shadow : 0px 0px 4px rgba(0, 0, 0, 0.1);
		padding:15px 10px 10px 10px;
	}
	#secret .body04 .prefecture .item .photo {
		margin: 0 10px;
		width: auto;
	}
	#secret .body04 .prefecture .item .photo img {
		width: 100%;
	}

	#secret .body04 .prefecture .item_note .note {
		display: none;
		position: static;
	}
	#secret .body04 .prefecture .item_note .note01 {
		width:auto;
		font-size: 64%;
		font-weight:bold;
		text-indent:-1em;
		color:#4e342e;
		margin:0 0 5px 1em;
		padding:0;
	}
	#secret .body04 .prefecture .item_note .note01 a {
		text-decoration:none;
		color:#4e342e;
	}
	#secret .body04 .prefecture .item_note .note01 a:hover {
		text-decoration:underline;
	}
	#secret .body04 .prefecture .item_note .note02 {
		font-size: 64%;
		text-align: left;
		color: #6d4c41;
		margin: 0;
	}

	#secret .body04 .prefecture .item_a dl {
		overflow: hidden;
	}
	#secret .body04 .prefecture .item_a dt,
	#secret .body04 .prefecture .item_a dd.txt01,
	#secret .body04 .prefecture .item_a dd.strong {
		float: left;
		width: 45%;
	}
	#secret .body04 .prefecture .item_a dd.txt01 {
		clear: both;
	}
	#secret .body04 .prefecture .item_a dd.photo {
		float: right;
		margin: -20px 0 0;
		width: 53.735%;
	}
}


/* ------------------------
  interview
------------------------ */
/* header */
#interview .header {
	padding: 40px 0 0;
}
#interview .header .lead {
	margin-bottom: 20px;
}
#interview .body {
	padding: 80px 0;
}

#interview .banner img {
	background-color:#f05504;
	border-radius:3px;
}
@media only screen and (max-width: 768px) {
	#interview .header {
		padding:30px 0;
	}
	#interview .header .lead {
		margin-bottom: 18px;
	}
	#interview .body {
		padding:30px 10px;
	}
}

/* ------------------------
  merit
------------------------ */
/* header */
#merit .header {
	padding: 43px 0 0;
}
#merit .header .lead {
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
	#merit .header {
		padding:30px 0;
	}
	#merit .header .lead {
		margin-bottom: 12px;
	}
}

/* body */
#merit .body {
	background: #fff5e4 url(../img/bg_body.png) left bottom repeat-x;
	padding: 80px 0;
}
#merit .body .body_title {
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#merit .body {
		padding:30px 0;
	}
	#merit .body .body_title {
		margin-bottom:30px;
	}
}

/* body01 */
#merit .body01 .labor {
	margin: 0 auto 38px;
  width: 730px;
}
#merit .body01 .labor li {
	width: 230px;
	margin-right: 20px;
	float: left;
}
#merit .body01 .labor li:last-child {
	margin-right: 0;
}
#merit .body01 .labor li img {
	width: 100%;
	background-color:#fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-radius:20px;
}

@media only screen and (min-width: 769px) {
	#merit .body01 .labor.moveObj {
		top:0;
		opacity:1;
		transition-duration:0s;
	}
	#merit .body01 .labor.moveObj > li {
		position:relative;
		top:30px;
		opacity:0;
		transition:all 0.6s ease;
	}
	#merit .body01 .labor.moveObj.on > li {
		top:0;
		opacity:1;
	}
	#merit .body01 .labor.moveObj > li:nth-of-type(1) {transition-delay:0s;}
	#merit .body01 .labor.moveObj > li:nth-of-type(2) {transition-delay:0.4s;}
	#merit .body01 .labor.moveObj > li:nth-of-type(3) {transition-delay:0.8s;}
	#merit .body01 .labor.moveObj > li:nth-of-type(4) {transition-delay:1.2s;}
}
@media only screen and (max-width: 768px) {
	#merit .body01 .labor {
		margin:0 5px 20px 5px;
		width: auto;
	}
	#merit .body01 .labor li {
		width:33.3%;
		margin:0;
		padding:0 5px 10px 5px;
		box-sizing:border-box;
	}
	#merit .body01 .labor li img {
		border-radius:12px;
	}
}

/* body02 */
#merit .body02 .image {
	margin: 0 -5px;
}
#merit .body02 .image .item .txt01 {
	margin-bottom: 26px;
}
#merit .body02 .image .item .illustration {
	text-align:center;
	margin-bottom: 13px;
}
#merit .body02 .image .item .illustration img {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-radius:20px;
}
#merit .body02 .image .item .note {
	font-size: 100%;
	font-weight: 600;
	line-height: 1.5625;
}
@media only screen and (min-width: 769px) {
	#merit .body02 .image.moveObj {
		top:0;
		opacity:1;
		transition-duration:0s;
	}
	#merit .body02 .image.moveObj > div > p {
		position:relative;
		top:30px;
		opacity:0;
		transition:all 0.6s ease;
	}
	#merit .body02 .image.moveObj.on > div > p {
		top:0;
		opacity:1;
	}
	#merit .body02 .image.moveObj > div:nth-of-type(1) > p:nth-of-type(1) {transition-delay:0s;}
	#merit .body02 .image.moveObj > div:nth-of-type(1) > p:nth-of-type(2) {transition-delay:0.4s;}
	#merit .body02 .image.moveObj > div:nth-of-type(1) > p:nth-of-type(3) {transition-delay:0.8s;}
	#merit .body02 .image.moveObj > div:nth-of-type(2) > p:nth-of-type(1) {transition-delay:1.2s;}
	#merit .body02 .image.moveObj > div:nth-of-type(2) > p:nth-of-type(2) {transition-delay:1.6s;}
	#merit .body02 .image.moveObj > div:nth-of-type(2) > p:nth-of-type(3) {transition-delay:2.0s;}
}
@media only screen and (max-width: 768px) {
	#merit .body02 {
		padding-bottom:0;
	}
	#merit .body02 .image {
		margin: 0 10px;
	}
	#merit .body02 .image .item,
	#merit .body02 .image .item + .item {
		width:auto;
		margin:0 0 30px 0;
		float:none;
	}
	#merit .body02 .image .item .txt01 {
		margin:0 -10px 20px -10px;
	}
	#merit .body02 .image .item .illustration {
		margin-bottom: 20px;
	}
	#merit .body02 .image .item .illustration img {
		border-radius:10px;
	}
}

/* body03 */
#merit .body03 {
	background-image: none;
}
#merit .body03 .txt01 {
	margin-bottom: 34px;
}
#merit .body03 .txt {
	color: #4e342e;
	font-size: 94%;
	line-height: 2;
	margin-bottom: 32px;
	padding-left: 68px;
	position: relative;
}
#merit .body03 .txt:before {
	background: url(../img/merit_body03_icon.png) left center no-repeat;
	content: "";
	height: 70px;
	left: 0;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	width: 50px;
}
#merit .body03 .illustration {
	position: relative;
}
#merit .body03 .illustration .bg_img {
	margin-bottom: 40px;
}
#merit .body03 .illustration .bg_img img {
	border-radius:25px;
}
#merit .body03 .illustration .illustration_list {
	left: 34px;
	position: absolute;
	top: 23px;
	width: 100%;
}
#merit .body03 .illustration .illustration_list li {
	position: absolute;
}
#merit .body03 .illustration .illustration_list li:nth-child(2) {
	left: 330px;
	top: 27px;
}
#merit .body03 .illustration .illustration_list li:nth-child(3) {
	left: 665px;
	top: -12px;
}
#merit .body03 .illustration .txt02 {
	margin-bottom: 17px;
}
#merit .body03 .illustration .note {
	font-size: 75%;
	line-height: 1.666;
	padding:0 0 0 35px;
	position:relative;
}
#merit .body03 .illustration .note span {
	position:absolute;
	top:0;
	left:0;
}
#merit .body03 .illustration .note a {
	color: #f05504;
	word-break: break-all;
}
#merit .body03 .illustration .note a:hover {
	opacity:1;
}

@media only screen and (max-width: 768px) {
	#merit .body03 .txt01 {
		margin-bottom: 20px;
	}
	#merit .body03 .txt {
		margin:0 10px 20px 10px;
		padding-left: 0;
	}
	#merit .body03 .txt:before {
		content: none;
	}
	#merit .body03 .illustration {
		margin:0 10px;
	}
	#merit .body03 .illustration .bg_img {
		margin-bottom:20px;
	}
	#merit .body03 .illustration .bg_img img {
		border-radius:10px;
	}
	#merit .body03 .illustration .txt02 {
		margin:0 -5px 20px -5px;
	}
}


/* ------------------------
  lineup
------------------------ */
/* header */
#lineup .header {
	height: 150px;
	padding: 53px 0 0;
}

@media only screen and (max-width: 768px) {
	#lineup .header {
		height:auto;
		padding:30px 0;
	}
}

/* body */
#lineup .body {
	padding: 80px 0 60px;
}
@media only screen and (min-width: 769px) {
	#lineup .body .product_list.moveObj {
		top:0;
		opacity:1;
		transition-duration:0s;
	}
	#lineup .body .product_list.moveObj > div {
		position:relative;
		top:30px;
		opacity:0;
		transition:all 0.6s ease;
	}
	#lineup .body .product_list.moveObj.on > div {
		top:0;
		opacity:1;
	}
	#lineup .body .product_list.moveObj > div:nth-of-type(1) {transition-delay:0s;}
	#lineup .body .product_list.moveObj > div:nth-of-type(2) {transition-delay:0.4s;}
	#lineup .body .product_list.moveObj > div:nth-of-type(3) {transition-delay:0.8s;}
	#lineup .body .product_list.moveObj > div:nth-of-type(4) {transition-delay:1.2s;}
	#lineup .body .product_list.moveObj > div:nth-of-type(5) {transition-delay:1.6s;}
	#lineup .body .product_list.moveObj > div:nth-of-type(6) {transition-delay:2s;}
	#lineup .body .product_list.moveObj > div:nth-of-type(7) {transition-delay:2.4s;}
}
@media only screen and (max-width: 768px) {
	#lineup .body {
		padding: 30px 0;
	}
}

/* ------------------------
  development
------------------------ */
#development {
	background-color: #fff5e4;
	padding: 34px 0 80px;
}

@media only screen and (max-width: 768px) {
	#development {
		padding:15px 10px 30px;
	}
}

/* ------------------------
  subNav
------------------------ */
.subNav {
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:100;
}
.subNav.move {
	position:fixed;
}
.subNav ul {
	width:180px;
	position:absolute;
	top:64px;
	right:0;
}
.subNav li a {
	height:40px;
	margin:0 0 10px 20px;
	padding:0 0 0 20px;
	background-repeat:no-repeat;
	background-position:center right;
	text-indent:-9999px;
	background-color:#fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	display:block;
	position:relative;
	outline:none;
}
.subNav li a.on {
	margin-left:0;
	padding:0 0 0 40px;
	background-color:#f05504;
}
.subNav li a:hover {
	margin-left:0;
	padding:0 0 0 40px;
	opacity:1;
}
.subNav li.nav0 a {
	background-image:url(../img/nav_00.png);
}
.subNav li.nav0 a.on {
	background-image:url(../img/nav_00_on.png);
}
.subNav li.nav1 a {
	background-image:url(../img/nav_01.png);
}
.subNav li.nav1 a.on {
	background-image:url(../img/nav_01_on.png);
}
.subNav li.nav2 a {
	background-image:url(../img/nav_02.png);
}
.subNav li.nav2 a.on {
	background-image:url(../img/nav_02_on.png);
}
.subNav li.nav3 a {
	background-image:url(../img/nav_03.png);
}
.subNav li.nav3 a.on {
	background-image:url(../img/nav_03_on.png);
}
.subNav li.nav4 a {
	background-image:url(../img/nav_04.png);
}
.subNav li.nav4 a.on {
	background-image:url(../img/nav_04_on.png);
}
.subNav li.nav5 a {
	background-image:url(../img/nav_05.png);
}
.subNav li.nav5 a.on {
	background-image:url(../img/nav_05_on.png);
}
.subNav li a .ico {
	width:20px;
	height:20px;
	margin:-10px 0 0 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../img/nav_icon.png);
	display:block;
	position:absolute;
	top:50%;
	left:7px;
}
.subNav li a.on .ico {
	background-image:url(../img/nav_icon_on.png);
}

@media only screen and (max-width: 768px) {
	.subNav {
		display:none;
	}
}

/* モーダル
--------------------------------------------------------------------*/
.modal img{
	width: 98%;
	height: auto;
}

.modal .btn_close{
	position:absolute;
	top:-15px;
	right: -60px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 1;
}

.modal .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto;
}
.modal .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
.modal .movie-wrap{
	width: 80%;
	margin: 0 auto;
}
.modal .tab_cnt .movie-wrap{
	width: 100%;
	margin-bottom: 30px;
}
.modal .modal1,
.modal .modal2{
	width: 80%;
	height: atuo;
}

#overlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	display: none;

}
.modal{
	width: 80%;
	margin: 0 auto;
	z-index: 1001;
	position: absolute;
	display: none;
}
.modal .inner{
	margin:30px;
	position: relative;
	height: auto;
	overflow-y:auto;
	overflow-x: hidden;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	width: auto;
}

.modal .inner::-webkit-scrollbar{width:1vw;}
.modal .inner::-webkit-scrollbar-track{background:#dddddd;}
.modal .inner::-webkit-scrollbar-thumb{background:#777;}
.modal .modal-close{
	text-decoration: none;
	color: #FFF;
	width: 30px;
	height: 30px;
	position: absolute;
	right:0;
	top:-10px;
	font-size: 30px;
}

@media only screen and (max-width: 768px) {
	.modal .modal1,
	.modal .modal2{
		width: 70%;
		height: atuo;
	}
	.modal .inner{
		margin:30px;
		position: relative;
		height: 500px;
		overflow-y:none;
		overflow-x: hidden;
	}
}