@charset 'UTF-8';

/* ===============================================================================
Top
=============================================================================== */
/* mapArea01
	======================================== */
#topArea01 {
	padding-bottom: 40px;
}

#topArea01 .contentsBlock01 {
	margin-bottom: 35px;
}

#topArea01 .contentsBlock01 .mainVisual {
	visibility: hidden;
	position: relative;
	width: 100%;
/*	min-width: 1140px; */
}

#topArea01 .contentsBlock01 .mainVisual img {
	width: 100%;
}

#topArea01 .contentsBlock01 .mainVisual .text {
	position: absolute;
	top: 37%;
	width: 100%;
	text-align: center;
}

#topArea01 .contentsBlock01 .mainVisual .text p {
	width: 52.4%;
	margin: 0 auto;
}

#topArea01 .contentsBlock01 .mainVisual .text img {
	width: auto;
}

#topArea01 .contentsBlock01 .mainVisual .movie {
	position: absolute;
	right: 1.8%;
	bottom: 3.67%;
	width: 24.9%;
}

#topArea01 .contentsBlock01 .mainVisual .movie video {
	width: 100%;
	vertical-align: middle;
}

/* start shimoike 20181009 [01]-20 */
.youtube {
  width: 100%;
  padding-top: 56%;
  position: relative;
  top: 0;
  left: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 750px) {
	.youtube {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}
}
/* end */

#topArea01 .contentsBlock01 .mainVisual .btn {
	position: absolute;
	bottom: 29px;
	width: 100%;
	text-align: center;
}

#topArea01 .contentsBlock01 .mainVisual .btn img {
	width: auto;
}

#topArea01 .contentsBlock01 .mainVisual .btn a:hover {
	opacity: 0.7;
}

#topArea01 .contentsBlock02 {
	padding: 20px 0 65px;
}

#topArea01 .contentsBlock02 .headingBlock01 {
	margin-bottom: 23px;
	padding-bottom: 3px;
	border-bottom: solid 1px #9f888e;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}

#topArea01 .contentsBlock02 .headingBlock01 h2 {
	float: left;
	color: #e50112;
	font-size: 1.53rem;
	font-weight: bold;
	line-height: 1.2;
}

#topArea01 .contentsBlock02 .headingBlock01 p {
	float: right;
	padding-right: 20px;
	background: url(../img/common/cmn_contents_ico01.png) no-repeat right center;
}

#topArea01 .contentsBlock02 .headingBlock01 p a {
	color: #000;
	font-size: 1.53rem;
	line-height: 1.2;
}

#topArea01 .contentsBlock02 .column5Block01 {
/*	padding-bottom: 64px; */
	padding-bottom: 3%;
	border-bottom: solid 1px #3f121d;
}

#topArea01 .contentsBlock02 .column5Block01 .column {
	float: left;
/*
	width: 204px;
	margin-left: 20px;
*/
}

/* pc時は flex-boxにする */
@media screen and (min-width: 751px) {

	#topArea01 .contentsBlock02 .column5Block01 {
		display: flex;
	 	flex-wrap: wrap;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column {
		float: left;
		flex-basis: 22.5%;
		margin-bottom: 3%;
		margin-left: 1.5%;
	}
}

#topArea01 .contentsBlock02 .column5Block01 .column a {
	display: inline-block;
}

#topArea01 .contentsBlock02 .column5Block01 .column a:hover {
	opacity: 1;
}

#topArea01 .contentsBlock02 .column5Block01 .column .icon {
	display: block;
	width: 78px;
	margin-bottom: 5px;
	padding: 1px 0;
	background: #666;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
}

#topArea01 .contentsBlock02 .column5Block01 .column .icon.type01 {
	background: #e50112;
}

#topArea01 .contentsBlock02 .column5Block01 .column .icon.type02 {
	background: #b99757;
}

#topArea01 .contentsBlock02 .column5Block01 .column .icon.type03 {
	background: none;
    text-align: left;
}
#topArea01 .contentsBlock02 .column5Block01 .column .icon.type03 span {
	padding: 1px 10px;
}

#topArea01 .contentsBlock02 .column5Block01 .column .image {
	overflow: hidden;
	width:100%;
	height:auto;
/*
	min-width: 160px;
	min-height: 160px;
*/
	margin-bottom: 5px;
}

#topArea01 .contentsBlock02 .column5Block01 .column .image img {
	width: 100%;
	transition-duration: 0.5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

#topArea01 .contentsBlock02 .column5Block01 .column a:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#topArea01 .contentsBlock02 .column5Block01 .column .date {
	color: #e50112;
	font-weight: bold;
}

#topArea01 .contentsBlock02 .column5Block01 .column .text {
	font-size: 1rem;
	line-height: 1.4;
}

#topArea01 .contentsBlock02 .column5Block01 .column:first-child {
	margin-left: 0;
}

#topArea01 .contentsBlock03 {
	/*margin-bottom: 105px;*/
}
#topArea01 .contentsBlock03.test {
	/*margin-bottom: 36px;*/
}

/*add 20240513 start*/
#topArea01 .contentsBlock03 .headingBlock01 {
	padding-bottom: 30px;
	border-bottom: solid 1px #9f888e;
	font-family: 'MatisseProN-DB', serif;
}

#topArea01 .contentsBlock03 .headingBlock01 h2 {
	float: left;
	color: #e50112;
	font-size: 1.53rem;
	font-weight: bold;
	line-height: 1.2;
}

#topArea01 .contentsBlock03 .headingBlock01 p {
	float: right;
	padding-right: 20px;
	background: url(../img/common/cmn_contents_ico01.png) no-repeat right center;
}

#topArea01 .contentsBlock03 .headingBlock01 p a {
	color: #000;
	font-size: 1.53rem;
	line-height: 1.2;
}

/*add 20240513 end*/

#topArea01 .contentsBlock03 .column1Block01 {
	margin-bottom: 30px;
}

#topArea01 .contentsBlock03 .column2Block01 {
	margin-bottom: 30px;
}

#topArea01 .contentsBlock03 .column2Block01 .column {
	float: left;
/*	width: 542px; */
	width: 49.2%;
}

#topArea01 .contentsBlock03 .column2Block01 .column:last-child {
	float: right;
}

#topArea01 .contentsBlock03 .column2Block01 .column .text {
	font-size: 1rem;
    line-height: 1.4;
    margin: 6px 1px;
}

#topArea01 .contentsBlock03 .column3Block01 .column {
	float: left;
/*	width: 353px; */
	width: 32.5%;
	margin-left: 1.2%;
}

#topArea01 .contentsBlock03 .column3Block01 .column:first-child {
	margin-left: 0;
}

#topArea01 .contentsBlock03 .column3Block01 .column:last-child {
	float: right;
}

#topArea01 .contentsBlock03 .headingBlock01 {
	margin-bottom: 5px;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}

#topArea01 .contentsBlock03 .headingBlock01.test {
	margin-bottom: 10px;
	/*padding-bottom: 3px;*/
	border-bottom: solid 1px #9f888e;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}

#topArea01 .contentsBlock03 .headingBlock01 h2 {
	color: #e50112;
	font-size: 1.53rem;
	font-weight: bold;
	line-height: 1.2;
}

#topArea01 .contentsBlock03 .headingBlock01 h2 span {
	margin-left: 20px;
	color: #000;
	font-size: 1.2rem;
}

#topArea01 .contentsBlock03 .headingBlock01.coupon h2 {
	font-family: 'TsukuGoPr5N-D', 'Zen Kaku Gothic New', sans-serif;
}

#topArea01 .contentsBlock03 .headingBlock01.coupon h2 span {
	margin-left: 0;
	color: #000;
	font-size: inherit;
}

#topArea01 .contentsBlock04 {
	margin-bottom: 30px;
}

#topArea01 .contentsBlock04 .blockCover01 {
	position: relative;
	overflow: hidden;
	padding-top: 29.28%;
}

#topArea01 .contentsBlock04 .blockCover01 a {
	display: block;
}

#topArea01 .contentsBlock04 .blockCover01 a:hover {
	opacity: 1;
}

#topArea01 .contentsBlock04 .blockCover01 .image {
	position: absolute;
	top: 0;
	width: 100%;
	transition-duration: 0.5s;
}

#topArea01 .contentsBlock04 .blockCover01 .image img {
	width: 100%;
}

#topArea01 .contentsBlock04 .blockCover01 .image:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#topArea01 .contentsBlock04 .blockCover01 .textLink {
	display: block;
	position: absolute;
	top: 22%;
	width: 100%;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 {
	box-sizing: border-box;
	width: 385px;
	padding: 15px 20px 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 3px 3px 6px #bbb;
	text-align: center;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .headingBlock01 {
	color: #e50112;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
	font-size: 3.2rem;
	font-weight: bold;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .text {
	margin-bottom: 15px;
	padding: 0 20px;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
	font-size: 1.06rem;
	line-height: 1.625;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .btn {
	display: inline-block;
	padding: 8px 15px 8px 35px;
	background: #ffc128;
	border-radius: 20px;
	color: #e50112;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .btn span {
	padding-right: 20px;
	background: url(../img/common/cmn_contents_ico02.png) no-repeat right center;
}

#topArea01 .contentsBlock04 .blockCover01 .textLink:hover {
	text-decoration: none;
}

#topArea01 .contentsBlock05 {
	margin-bottom: 80px;
}

#topArea01 .contentsBlock05 .column2Block01 {
	width: 100%;
}

#topArea01 .contentsBlock05 .column2Block01 .column {
	float: right;
	position: relative;
	overflow: hidden;
	width: 49.9%;
	padding-top: 26.9%;
}

#topArea01 .contentsBlock05 .column2Block01 .column a:hover {
	opacity: 1;
}

#topArea01 .contentsBlock05 .column2Block01 .column .image {
	position: absolute;
	top: 0;
	width: 100%;
	transition-duration: 0.5s;
}

#topArea01 .contentsBlock05 .column2Block01 .column .image img {
	width: 100%;
}

#topArea01 .contentsBlock05 .column2Block01 .column .image:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink {
	display: block;
	position: absolute;
	bottom: 5%;
	width: 100%;
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 {
	display: block;
	margin: 0 3%;
	padding: 3% 4% 2% 7%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 3px 3px 6px #bbb;
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding-right: 30px;
	background: url(../img/common/cmn_contents_ico03.png) no-repeat right center;
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 {
	display: table-cell;
	width: 62%;
	vertical-align: middle;
	color: #e50112;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}
#topArea01 .contentsBlock05 .column2Block01 .column:last-child .textLink .blockWrap01 .blockWrap02 .headingBlock01 {
	width: 49%;
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 p {
	font-weight: bold;
	line-height: 1;
	font-size: 0.9rem;
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 h2 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
}

#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .text {
	display: table-cell;
	vertical-align: middle;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}

#topArea01 .contentsBlock05 .column2Block01 .column:first-child {
	float: left;
}

#topArea01 .contentsBlock05 .column2Block01 .column:last-child .textLink .blockWrap01 {
	box-shadow: 3px 3px 6px #333;
}

#topArea01 .contentsBlock05 .column2Block01 .textLink:hover {
	text-decoration: none;
}

#topArea01 .contentsBlock06 .column3Block01 .column {
	float: left;
/*	width: 353px; */
	margin-bottom: 40px;
/*	margin-left: 20px; */
/*	width: 32.5%; */
	width: 30.8%;
	margin-left: 1.2%;
}

#topArea01 .contentsBlock06 .column3Block01 .column.expand {
	width: auto;
}

#topArea01 .contentsBlock06 .column3Block01 .column:nth-child(2) {
/*	width: 65%; */
	width: 66.7%;
}

#topArea01 .contentsBlock06 .column3Block01 .column:first-child {
	margin-left: 0;
}

#topArea01 .contentsBlock06 .column3Block01 .column:nth-child(3) {
	float: right;
}

#topArea01 .contentsBlock06 .column3Block01 .column:last-child {
	float: none;
	width: 569px;
	margin: 0 auto;
}

#topArea01 .contentsBlock06 .headingBlock01 {
	margin-bottom: 5px;
	font-family: 'MatisseProN-DB', 'Shippori Mincho', serif;
}

#topArea01 .contentsBlock06 .headingBlock01 h2 {
	color: #e50112;
	font-size: 1.53rem;
	font-weight: bold;
	line-height: 1.2;
}

#topArea01 .contentsBlock06 .headingBlock01 h2 span {
	margin-left: 20px;
	color: #000;
	font-size: 1.2rem;
}

#topArea01 .contentsBlock06 .headingBlock01.coupon h2 {
	font-family: 'TsukuGoPr5N-D', 'Zen Kaku Gothic New', sans-serif;
}

#topArea01 .contentsBlock06 .headingBlock01.coupon h2 span {
	margin-left: 0;
	color: #000;
	font-size: inherit;
}

#topArea01 .contentsBlock06 .textBlock01 {
	margin-top: 10px;
}

#topArea01 .contentsBlock06 .bnrBlock01 {
	clear: both;
	padding: 0px 0 7px;
}

#topArea01 .contentsBlock06 .bnrBlock01 a {
	display: block;
}

#topArea01 .contentsBlock06 .bnrBlock01 a:hover {
	opacity: 1;
}

#topArea01 .contentsBlock07 .image img {
	width: 100%;
}


@media screen and (max-width: 750px) {
	#topArea01 {
		padding-bottom: 25px;
	}
	#topArea01 .contentsBlock01 {
		margin-bottom: 15px;
	}
	#topArea01 .contentsBlock01 .mainVisual {
		min-width: inherit;
	}
	#topArea01 .contentsBlock01 .mainVisual .text {
		top: 19.2%;
	}
	#topArea01 .contentsBlock01 .mainVisual .text p {
		width: 80%;
	}
	#topArea01 .contentsBlock01 .mainVisual .btn {
		position: relative;
		bottom: auto;
		margin-top: 3.9%;
	}
	#topArea01 .contentsBlock01 .mainVisual .movie {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		margin: 3.9% 1.7% 0;
	}
	#topArea01 .contentsBlock01 .mainVisual .btn img {
		width: 9%;
	}
	#topArea01 .contentsBlock02 {
		padding: 10px 0 30px;
	}
	#topArea01 .contentsBlock02 .headingBlock01 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	#topArea01 .contentsBlock02 .headingBlock01 h2 {
		padding-left: 1.7%;
		font-size: 1.5rem;
	}
	#topArea01 .contentsBlock02 .headingBlock01 p {
		float: right;
		padding-right: 5%;
		background: none;
	}
	#topArea01 .contentsBlock02 .headingBlock01 p a {
		display: inline-block;
		padding-right: 20px;
		background: url(../img/common/cmn_contents_ico04.png) no-repeat right center;
		background-size: 17px auto;
		font-size: 1.125rem;
		line-height: 1.5;
		text-decoration: underline;
	}
	#topArea01 .contentsBlock02 .column5Block01 {
		width: 97.5%;
		padding-bottom: 0;
		border-bottom: none;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column {
		box-sizing: border-box;
		float: none;
		width: 100%;
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0 1.7%;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column .icon {
		width: 63px;
		margin-bottom: 4px;
		padding: 0;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column a {
		display: block;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column a::after {
		content: '';
		display: block;
		clear: both;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column .image {
		float: left;
		overflow: inherit;
		width: 50%;
		height: auto;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column .image img:hover {
		-webkit-transform: none;
		transform: none;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column .date {
		float: right;
		width: 60%;
		margin-right: 2.5%;
		font-size: 1.16rem;
		line-height: 1.46;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column .text {
		float: right;
		width: 45%;
		margin-right: 2.5%;
		font-size: 1.16rem;
		line-height: 1.46;
	}
	#topArea01 .contentsBlock02 .column5Block01 .column:last-child {
		margin-bottom: 0;
	}
	#topArea01 .contentsBlock02 .column5Block01::-webkit-scrollbar {
		width: 10px;
		background: url(../img/common/cmn_contents_ico06.png) repeat-y 0 0;
		background-size: 10px auto;
	}
	#topArea01 .contentsBlock02 .column5Block01::-webkit-scrollbar-thumb {
		background: #d2d2d2;
	}
	#topArea01 .contentsBlock03 {
		margin-bottom: 25px;
	}
	#topArea01 .contentsBlock03 .column2Block01 {
		margin-bottom: 25px;
		padding: 0 1.7%;
	}
/* 20240513 add start */
	#topArea01 .contentsBlock03 .headingBlock01 h2 {
		padding-left: 1.7%;
		font-size: 1.5rem;
	}
	#topArea01 .contentsBlock03 .headingBlock01 p {
		float: right;
		padding-right: 5%;
		background: none;
	}
	#topArea01 .contentsBlock03 .headingBlock01 p a {
		display: inline-block;
		padding-right: 20px;
		background: url(../img/common/cmn_contents_ico04.png) no-repeat right center;
		background-size: 17px auto;
		font-size: 1.125rem;
		line-height: 1.5;
		text-decoration: underline;
	}
/* 20240513 add end */

	#topArea01 .contentsBlock03 .column2Block01 .column {
		width: 49.5%;
	}
	#topArea01 .contentsBlock03 .column2Block01 .column.test {
		float: none;
		width: auto;
		margin-bottom: 24px;
	}
	#topArea01 .contentsBlock03 .column2Block01 .column .text {
		font-size: 1.16rem;
    	line-height: 1.46;
    	margin: 6px 4px;
	}
	#topArea01 .contentsBlock03 .column3Block01 {
		padding: 0 1.7%;
	}
	#topArea01 .contentsBlock03 .column3Block01 .column {
		width: 33%;
		margin-left: 0.5%;
	}
	#topArea01 .contentsBlock03 .column3Block01 .column .headingBlock01 {
		margin-bottom: 0;
	}
	#topArea01 .contentsBlock03 .headingBlock01 {
		margin-bottom: 5px;
	}
	#topArea01 .contentsBlock03 .headingBlock01 h2 {
		font-size: 1.16rem;
	}
	#topArea01 .contentsBlock03 .headingBlock01 h2.test {
		font-size: 1.5rem;
		padding-left: 1.7%;
	}
	#topArea01 .contentsBlock04 {
		margin-bottom: 7px;
	}
	#topArea01 .contentsBlock04 .blockCover01 {
		overflow: inherit;
		margin: 0 1.7%;
		padding-top: 51.67%;
	}
	#topArea01 .contentsBlock04 .blockCover01 .image:hover {
		-webkit-transform: none;
		transform: none;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink {
		display: block;
		position: absolute;
		top: 25.2%;
		width: 100%;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 3.5%;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 {
		width: 55%;
		padding: 13px 8px 12px;
		border-radius: 10px;
		box-shadow: 3px 3px 6px #bbb;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .headingBlock01 {
		margin-bottom: 5px;
		font-size: 1.54rem;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .text {
		margin-bottom: 0;
		padding: 0 0 25px 0;
		background: url(../img/common/cmn_contents_ico05.png) no-repeat bottom center;
		background-size: 17px auto;
		font-size: 0.9rem;
		line-height: 1.5;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .btn {
		display: none;
	}
	#topArea01 .contentsBlock05 {
		margin-bottom: 15px;
	}
	#topArea01 .contentsBlock05 .column2Block01 {
		box-sizing: border-box;
		padding: 0 1.7%;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column {
		float: none;
		overflow: inherit;
		width: 100%;
		padding-top: 53.67%;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .image {
		position: absolute;
		top: 0;
		width: 100%;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .image:hover {
		-webkit-transform: none;
		transform: none;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink {
		display: block;
		position: absolute;
		top: 18.5%;
		bottom: auto;
		width: 100%;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 {
		box-sizing: border-box;
		width: 51.13%;
		margin: 0 3.5%;
		padding: 10px 8px 8px;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 {
		display: block;
		width: 100%;
		min-height: auto !important;
		padding-right: 0;
		background: none;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 {
		display: block;
		width: auto;
		margin-bottom: 5px;
		text-align: center;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 p {
		margin-bottom: 5px;
		font-size: 0.7rem;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 h2 {
		font-size: 1.54rem;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .text {
		display: block;
		padding: 0 0 22px 0;
		background: url(../img/common/cmn_contents_ico05.png) no-repeat bottom center;
		background-size: 17px auto;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1.5;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column:first-child {
		float: none;
		margin-bottom: 7px;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column:last-child .textLink {
		top: 24%;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column:last-child .textLink .blockWrap01 .blockWrap02 .headingBlock01 {
		width: auto;
	}
	#topArea01 .contentsBlock06 .column3Block01 {
		padding: 0 1.7%;
	}
	#topArea01 .contentsBlock06 .column3Block01 .column {
		width: 49.5%;
		margin-bottom: 15px;
		margin-left: 0;
	}
	#topArea01 .contentsBlock06 .column3Block01 .column:nth-child(2) {
		width: 49.5%;
	}
	#topArea01 .contentsBlock06 .column3Block01 .column:first-child {
		margin-left: 0;
	}
	#topArea01 .contentsBlock06 .column3Block01 .column:nth-child(2) {
		float: right;
	}
	#topArea01 .contentsBlock06 .column3Block01 .column:nth-child(3) {
		float: left;
		margin-left: 0;
	}
	#topArea01 .contentsBlock06 .column3Block01 .column:last-child {
		float: right;
		width: 49.5%;
		margin: auto;
	}
	#topArea01 .contentsBlock06 .headingBlock01 {
		margin-bottom: 5px;
	}
	#topArea01 .contentsBlock06 .headingBlock01 h2 {
		font-size: 1.16rem;
	}
	#topArea01 .contentsBlock06 .textBlock01 {
		display: none;
	}
	#topArea01 .contentsBlock06 .bnrBlock01 {
		width: 96%;
		margin: 0 auto;
		padding: 23px 0 5px;
	}
	#topArea01 .contentsBlock06 .bnrBlock01 a {
		display: block;
	}

	#topArea01 .contentsWrapPartsD01 h2 {
		color: #e50112;
		font-weight: bold;
		font-size: 1.16rem;
		line-height: 1.2;
		padding: 0 1.7%;
	}
	#topArea01 .contentsBlock07 .blockCover01 {
		overflow: inherit;
		margin: 0 1.7%;
		padding: 0 0 2% 0;
	}
}

@media screen and (max-width: 374px) {
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .headingBlock01 {
		font-size: 1.3rem;
	}
	#topArea01 .contentsBlock04 .blockCover01 .textLink .blockWrap02 .blockWrap03 .text {
		font-size: 0.8rem;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 p {
		font-size: 0.6rem;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .headingBlock01 h2 {
		font-size: 1.3rem;
	}
	#topArea01 .contentsBlock05 .column2Block01 .column .textLink .blockWrap01 .blockWrap02 .text {
		font-size: 0.8rem;
	}
}

/* animation */
.animation {
	position: relative;
}

.animation.extend {
	max-width: 1100px;
    margin: 0 auto;
}

.animation.slideType01 {
	position: relative;
	top: 80px;
	transition: 1.5s;
	transition-property: opacity top;
	opacity: 0;
}

.animation.slideType01.active {
	top: 0;
	opacity: 1;
}

.animation.slideType02 {
	position: relative;
	left: -20%;
	transition: 1s ease-out;
	transition-property: opacity left;
	opacity: 0;
}

.animation.slideType02.active {
	left: 0;
	opacity: 1;
}

.animation.slideType03 {
	position: relative;
	right: -20%;
	transition: 1s ease-out;
	transition-property: opacity right;
	opacity: 0;
}

.animation.slideType03.active {
	right: 0;
	opacity: 1;
}

.mainVisual .slider .image{
	display: none;
}
.mainVisual .slider .image:first-child{
	display: inline-block;
}
