@charset "utf-8";

/*
******************************************************************
* top.css
******************************************************************
*/


/*
******************************************************************
* 共通
******************************************************************
*/
* {
	box-sizing: border-box;
}
body {
	color: #333;
}
img {
	display: block;
	width: 100%;
}

.txt_link {
	color: #138ec1;
	text-decoration: underline;
}

.font_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "Sawarabi Mincho";
}

.slick-initialized .slick-slide {
	outline: none;
}

#bg_white {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}

.top_accordion_btn {
	background: #ffed86;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.top_accordion_btn_txt {
    display: block;
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 26px 85px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}
.top_acco_ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 100%;
	border-left: 1px solid #000;
}
.top_acco_ico:before,
.top_acco_ico:after {
    display: block;
    position: absolute;
    background: #231815;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.top_acco_ico:before {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 40px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.top_acco_ico:after {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.top_acco_open .top_acco_ico:before {
    opacity: 0;
}
.top_accordion_cont {
	display: none;
}

@media screen and (max-width: 767px) {
.top_accordion_btn_txt {
	padding: 14px 40px;
	font-size: 12px;
}
.top_acco_ico {
	width: 38px;
}
.top_acco_ico:before {
    width: 3px;
	height: 20px;
}
.top_acco_ico:after {
    width: 20px;
    height: 3px;
}
}


/*
******************************************************************
* pc
******************************************************************
*/
@media screen and (min-width: 768px) {
	.pc_none {
		display: none !important;
	}
	/*hover*/
	.contents01 .bnr_item a,
	.contents02 .twitter_btn,
	.bnr_box a,
	.archive_link,
	.contents02 .contents02_head .app_type_item a {
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.contents01 .bnr_item a:hover,
	.contents02 .twitter_btn:hover,
	.bnr_box a:hover,
	.archive_link:hover,
	.contents02 .contents02_head .app_type_item a:hover {
		opacity: 0.8;
	}
	.nav_item a:hover {
		color: #e70012;
	}
}

/*marker*/
	.marker {
		background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
	}

	/*sp*/
	@media screen and (max-width: 767px) {
		.marker_a.m_point05 {
			border-bottom-width: 3px;
		}
		.marker_b.m_point15:before {
			height: 10px;
		}
	}

/*#wrp_all*/
	#wrp_all {
		overflow: hidden;
	}

/*#nav*/
	#nav {
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		text-align: center;
	}
	#wrp_all.action #nav {
		opacity: 1;
		-webkit-transition: all 0.5s ease 0.7s;
		-o-transition: all 0.5s ease 0.7s;
		-moz-transition: all 0.5s ease 0.7s;
		transition: all 0.5s ease 0.7s;
	}
	#wrp_all.action_end #nav {
		opacity: 1;
	}
	.nav_list_box {
		min-height: 84px;
		padding: 18px 0;
		background: url(../img/bg_nav_01.png) repeat top left;
		background-size: 24px auto;
	}
	.nav_list {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	@media screen and (min-width: 768px) {
		.nav_list_box {
			display: block !important;
		}
	}
	.nav_item {
		padding: 0 35px;
		text-align: center;
	}
	.nav_item a {
		color: #333;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.3;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.nav_item:first-child a {
		font-size: 18px;
	}
	.nav_item.active a {
		color: #e70012;
	}

/*#main*/
	#main {
		opacity: 0;
		position: relative;
		-webkit-transition: all 0.5s ease 0.7s;
		-o-transition: all 0.5s ease 0.7s;
		-moz-transition: all 0.5s ease 0.7s;
		transition: all 0.5s ease 0.7s;
	}
	#main.action,
	#main.action_end {
		opacity: 1;
	}
	#main .main_img {
		overflow: hidden;
		position: relative;
		height: 670px;
	}
	#main .main_in .main_img > img {
		position: absolute;
		bottom: 0;
		left: 50%;
		min-width: 1280px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.main_chara {
		overflow: hidden;
		min-width: 609px;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 5.2vw;
		left: 50%;
		z-index: 5;
		transform: rotate(-2.9deg) translateX(-50%);
		-webkit-transform: rotate(-2.9deg) translateX(-50%);
		-moz-transform: rotate(-2.9deg) translateX(-50%);
		-ms-transform: rotate(-2.9deg) translateX(-50%);
		-o-transform: rotate(-2.9deg) translateX(-50%);
	}
	@media screen and (max-width: 1280px) {
		.main_chara {
			bottom: 67px;
		}
	}
	.main_chara img {
		position: absolute;
		left: 50%;
		bottom: 112px;
		max-width: 609px;
		width: 55%;
		margin: 0 auto;
		transform: rotate(2.9deg) translateX(-50%) translateY(12%);
		-webkit-transform:  rotate(2.9deg) translateX(-50%) translateY(12%);
		-moz-transform:  rotate(2.9deg) translateX(-50%) translateY(12%);
		-ms-transform:  rotate(2.9deg) translateX(-50%) translateY(12%);
		-o-transform:  rotate(2.9deg) translateX(-50%) translateY(12%);
	}
	.main_item {
		position: absolute;
		bottom: 65px;
		right: 50%;
		z-index: 5;
		max-width: 308px;
		width: 30%;
		-webkit-transform: translateX(168%);
		-moz-transform: translateX(168%);
		-ms-transform: translateX(168%);
		-o-transform: translateX(168%);
		transform: translateX(168%);
	}
	@media screen and (min-width: 1280px) {
		.main_item {
			bottom: 5.2vw;
		}
	}
	@media screen and (min-width: 3000px) {
		.main_item {
			bottom: 4.2vw;
		}
	}

	#main .ttl_01 {
		display: block;
		max-width: 666px;
		width: 100%;
		margin: -15px auto 0;
		padding: 0 15px;
	}
	#main .ttl_01 img {
		opacity: 0;
	}
	#main.action_end .ttl_01 img {
		opacity: 1;
	}
	#main.action .ttl_01 img {
		-webkit-animation-duration: 0.65s;
		animation-duration: 0.65s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
		animation-delay: 1.2s;
		-webkit-animation-delay: 1.2s;
	}
	@-webkit-keyframes lightSpeedIn {
		from {
			-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
			transform: translate3d(100%, 0, 0) skewX(-30deg);
			opacity: 0;
			}

		60% {
			-webkit-transform: skewX(20deg);
			transform: skewX(20deg);
			opacity: 1;
		}

		80% {
			-webkit-transform: skewX(-5deg);
			transform: skewX(-5deg);
			opacity: 1;
		}

		to {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@keyframes lightSpeedIn {
		from {
			-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
			transform: translate3d(100%, 0, 0) skewX(-30deg);
			opacity: 0;
		}

		60% {
			-webkit-transform: skewX(20deg);
			transform: skewX(20deg);
			opacity: 1;
		}

		80% {
			-webkit-transform: skewX(-5deg);
			transform: skewX(-5deg);
			opacity: 1;
		}

		to {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}

	@-webkit-keyframes bounceIn {
		from,
		20%,
		40%,
		60%,
		80%,
		to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		}

		0% {
			opacity: 0;
			-webkit-transform: scale3d(0.3, 0.3, 0.3);
			transform: scale3d(0.3, 0.3, 0.3);
		}

		20% {
			-webkit-transform: scale3d(1.1, 1.1, 1.1);
			transform: scale3d(1.1, 1.1, 1.1);
		}

		40% {
			-webkit-transform: scale3d(0.9, 0.9, 0.9);
			transform: scale3d(0.9, 0.9, 0.9);
		}

		60% {
			opacity: 1;
			-webkit-transform: scale3d(1.03, 1.03, 1.03);
			transform: scale3d(1.03, 1.03, 1.03);
		}

		80% {
			-webkit-transform: scale3d(0.97, 0.97, 0.97);
			transform: scale3d(0.97, 0.97, 0.97);
		}

		to {
			opacity: 1;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	@keyframes bounceIn {
		from,
		20%,
		40%,
		60%,
		80%,
		to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		}

		0% {
			opacity: 0;
			-webkit-transform: scale3d(0.3, 0.3, 0.3);
			transform: scale3d(0.3, 0.3, 0.3);
		}

		20% {
			-webkit-transform: scale3d(1.1, 1.1, 1.1);
			transform: scale3d(1.1, 1.1, 1.1);
		}

		40% {
			-webkit-transform: scale3d(0.9, 0.9, 0.9);
			transform: scale3d(0.9, 0.9, 0.9);
		}

		60% {
			opacity: 1;
			-webkit-transform: scale3d(1.03, 1.03, 1.03);
			transform: scale3d(1.03, 1.03, 1.03);
		}

		80% {
			-webkit-transform: scale3d(0.97, 0.97, 0.97);
			transform: scale3d(0.97, 0.97, 0.97);
		}

		to {
			opacity: 1;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}

/*#contents*/
	#contents {
		position: relative;
		z-index: 2;
		margin-top: 35px;
	}
	#wrp_all.action #contents {
		opacity: 1;
	}
	.contents01,
	.contents02,
	.contents03,
	.contents04,
	.contents05,
	.contents06 {
		opacity: 0;
	}
	#wrp_all.action .contents01 {
		opacity: 1;
		-webkit-transition: all 0.5s ease 1.2s;
		-o-transition: all 0.5s ease 1.2s;
		-moz-transition: all 0.5s ease 1.2s;
		transition: all 0.5s ease 1.2s;
	}
	#wrp_all.action .contents03 {
		opacity: 1;
		-webkit-transition: all 0.5s ease 1.25s;
		-o-transition: all 0.5s ease 1.25s;
		-moz-transition: all 0.5s ease 1.25s;
		transition: all 0.5s ease 1.25s;
	}
	#wrp_all.action .contents02 {
		opacity: 1;
		-webkit-transition: all 0.5s ease 1.3s;
		-o-transition: all 0.5s ease 1.3s;
		-moz-transition: all 0.5s ease 1.3s;
		transition: all 0.5s ease 1.3s;
	}
	#wrp_all.action .contents06 {
		opacity: 1;
		-webkit-transition: all 0.5s ease 1.35s;
		-o-transition: all 0.5s ease 1.35s;
		-moz-transition: all 0.5s ease 1.35s;
		transition: all 0.5s ease 1.35s;
	}
	#wrp_all.action .contents04 {
		opacity: 1;
		-webkit-transition: all 0.5s ease 1.4s;
		-o-transition: all 0.5s ease 1.4s;
		-moz-transition: all 0.5s ease 1.4s;
		transition: all 0.5s ease 1.4s;
	}
	#wrp_all.action .contents05 {
		opacity: 1;
		-webkit-transition: all 0.5s ease 1.45s;
		-o-transition: all 0.5s ease 1.45s;
		-moz-transition: all 0.5s ease 1.45s;
		transition: all 0.5s ease 1.45s;
	}

	#wrp_all.action_end .contents01,
	#wrp_all.action_end .contents03,
	#wrp_all.action_end .contents02,
	#wrp_all.action_end .contents04,
	#wrp_all.action_end .contents05,
	#wrp_all.action_end .contents06 {
		opacity: 1;
	}

/*.contents_bg*/
	.contents_bg {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #fff2a8;
	}
	.contents_bg:before,
	.contents_bg:after {
		display: block;
		opacity: 0;
		position: absolute;
		content: '';
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.contents_bg:before {
		top: 50%;
		left: -36px;
		width: 244px;
		height: 206px;
		background: url(../img/deco_content01_01.png) no-repeat center center;
		background-size: 244px 206px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.contents_bg:after {
		top: 70%;
		right: -427px;
		width: 590px;
		height: 446px;
		background: url(../img/deco_content01_02.png) no-repeat center center;
		background-size: 590px 446px;
		-webkit-transition: all 0.2s ease 0.3s;
		-o-transition: all 0.2s ease 0.3s;
		-moz-transition: all 0.2s ease 0.3s;
		transition: all 0.2s ease 0.3s;
	}
	.action.contents_bg:before,
	.action.contents_bg:after {
		opacity: 1;
	}
	.action_end.contents_bg:before,
	.action_end.contents_bg:after {
		opacity: 1;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none;
	}

/*contents01*/
	body.top .contents01 {
		position: relative;
		z-index: 2;
		padding: 0 15px;
		text-align: center;
	}
	body.top .contents01_1 {
		margin: 0 -15px 60px;
	}
	body.top .contents01_1_det {
		padding: 20px 15px 0;
	}
	body.top .contents01 .ttl_01 {
		max-width: 396px;
		width: 100%;
		margin: 0 auto 20px;
	}
	body.top .contents01 .bnr_list {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 760px;
		width: 100%;
		margin: -25px -12px 0;
	}
	body.top .contents01 .bnr_item {
		max-width: 380px;
		width: 50%;
		margin-top: 25px;
		padding: 0 12px;
	}
	body.top .contents01 .bnr_item a {
		display: block;
	}
	body.top .contents01 .ttl_02 {
		max-width: 458px;
		width: 100%;
		margin: 0 auto 34px;
	}
	body.top .contents01 .lead_01 {
		font-size: 15px;
		line-height: 1.8;
	}
	body.top .contents01 .lead_01 + .lead_01 {
		margin-top: 25px;
	}
	body.top .contents01 .txt_bold {
		font-weight: bold;
	}
	body.top .relation_box {
		margin: 45px -15px 0;
		padding: 23px 15px 12px;
		background: #fff;
		text-align: center;
	}
	body.top .relation_list {
		display: inline-block;
		letter-spacing: -.40em;
	}
	body.top .relation_item_wrap {
		display: inline-block;
		padding: 0 15px;
		vertical-align: middle;
	}
	body.top .relation_item {
		display: inline-block;
		padding: 6px 5px;
		letter-spacing: normal;
		vertical-align: middle;
		box-sizing: content-box;
	}
	body.top .relation_item.item01 {
		max-width: 117px;
	}
	body.top .relation_item.item02 {
		max-width: 116px;
	}
	body.top .relation_item.item03 {
		max-width: 104px;
	}
	body.top .relation_item.item04 {
		max-width: 108px;
	}
	body.top .relation_item.item05 {
		max-width: 113px;
	}
	body.top .relation_item.item06 {
		max-width: 106px;
	}
	body.top .relation_item.item07 {
		max-width: 183px;
	}

/*.contents02*/
	body.top .contents02 {
		position: relative;
		z-index: 3;
		/*max-width: 1030px;*/
		width: 100%;
		margin: 0 auto;
		background: #fff;
		/*padding: 0 15px;*/
	}
	body.top .contents02 .contents02_head {
		overflow: hidden;
		position: relative;
		padding: 0;
		text-align: center;
	}
	body.top .contents02 .contents02_head .ttl_01 {
		position: relative;
		z-index: 3;
		padding: 0 15px;
		background: url(../img/bg_content02_01.png) no-repeat top center;
		background-size: cover;
	}
	body.top .contents02 .contents02_head .ttl_01 img {
		max-width: 1018px;
		margin: 0 auto;
	}
	body.top .contents02 .contents02_head .item-box {
		position: absolute;
		top: 5%;
		right: 50%;
		z-index: 4;
		max-width: 230px;
		width: 18%;
		-webkit-transform: translateX(230%);
		-moz-transform: translateX(230%);
		-ms-transform: translateX(230%);
		-o-transform: translateX(230%);
		transform: translateX(230%);
	}
	body.top .contents02 .contents02_head .sttl_01 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: -92px;
		right: 4px;
		z-index: 3;
		width: 240px;
		height: 240px;
		margin-bottom: 20px;
		padding: 11px 0 0 0;
		background: url(../img/deco_content02_06.png) no-repeat left center;
		background-size: 100% auto;
		color: #e60012;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
	}
	body.top .contents02 .contents02_head .sttl_01 span {
		display: block;
		position: relative;
		top: 5%;
		width: 100%;
	}
	body.top .contents02 .contents02_head .ttl_01_02 {
		position: relative;
		z-index: 2;
		margin: 0;
		padding: 35px 15px 32px;
		background: #181818;
		color: #fff;
		font-weight: bold;
		font-size: 50px;
		line-height: 1.4;
	}
	body.top .contents02 .contents02_head .ttl_01_02_in dt {
		margin-bottom: 25px;
		color: #fff;
		font-weight: bold;
		font-size: 47px;
		line-height: 1.2;
	}
	body.top .contents02 .contents02_head .ttl_01_02_in dd {
		overflow: hidden;
		max-width: 734px;
		width: 100%;
		margin: 0 auto;
	}
	body.top .contents02 .contents02_head .app_type_list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		margin: 0 -43px;
	}
	body.top .contents02 .contents02_head .app_type_list:after {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		color: #fff;
		font-weight: bold;
		font-size: 36px;
		line-height: 1.2;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		content: 'or';
	}
	body.top .contents02 .contents02_head .app_type_item {
		width: 50%;
		padding: 0 43px;
	}
	body.top .contents02 .contents02_head .app_type_item a {
		display: block;
		position: relative;
		padding: 26px 10px 35px;
		background: #00c1ff;
		/* border-bottom: 5px solid #296b9a; */
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
	}
	body.top .contents02 .contents02_head .app_type_item a:after {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 14px 0 14px;
		border-color: #fff transparent transparent transparent;
		content: '';
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	body.top .contents02 .contents02_head .app_type_item a em {
		font-weight: bold;
		font-size: 30px;
	}
	body.top .contents02 .contents02_cont01 {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		padding: 33px 40px 55px;
		background: #fff;
	}
	body.top .contents02 .ttl_03 {
		padding: 25px 15px;
		background: #eee;
		color: #c70001;
		font-weight: bold;
		font-size: 30px;
		line-height: 1.4;
		text-align: center;
	}
	body.top .contents02 .ttl_03 em {
		font-weight: bold;
		font-size: 48px;
	}
	/*pc*/
	@media screen and (min-width: 768px) {
		body.top .contents02 .contents02_cont01 {
			display: block !important;
			height: auto !important;
		}
	}
	body.top .contents02 .catch_02 {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
	}
	body.top .contents02 .lead_01 {
		margin-bottom: 38px;
		font-size: 14px;
		line-height: 1.7;
	}
	body.top .contents02 .det_item01 {
		float: left;
		width: 50%;
		margin-bottom: 46px;
		padding: 0 5px 0 0;
		text-align: center;
	}
	body.top .contents02 .det_item01 +.det_item01 {
		float: right;
		padding: 0 0 0 5px;
	}
	body.top .contents02 .ttl_02,
	body.top .contents02 .det_item01 dt {
		margin-bottom: 28px;
		color: #43a0e2;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
	}
	body.top .contents02 .det_item01 dt {
		margin-bottom: 16px;
	}
	body.top .contents02 .contents02_cont02 .ttl_02 {
		margin-bottom: 15px;
		color: #fff;
	}
	body.top .twitter_screen {
		position: relative;
		max-width: 310px;
		width: 100%;
		margin: 0 auto;
	}
	body.top .twitter_screen:before,
	body.top .twitter_screen:after {
		display: block;
		position: absolute;
		width: 138px;
		height: 110px;
		/*background: url(../img/icon_twitter_02.png) no-repeat top center;*/
		background-size: 138px 110px;
		content: '';
	}
	body.top .twitter_screen:before {
		top: 56px;
		right: -200px;
	}
	body.top .twitter_screen:after {
		bottom: 52px;
		left: -205px;
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}
	body.top .contents02 .det_item01 dd,
	body.top .contents02 .det_item01 dd li {
		font-size: 14px;
		line-height: 1.4;
	}
	body.top .contents02 .det_item01 dd li {
		text-align: left;
	}
	body.top .contents02 .det_item01 dd span,
	body.top .contents02 .det_item01 dd ul {
		display: inline-block;
	}
	body.top .contents02 .det_item01 dd li + li {
		margin-top: 5px;
	}
	body.top .contents02 .step_list {
		display: table;
		margin: 0 -17px 27px;
		clear: both;
	}
	body.top .contents02 .step_item {
		display: table-cell;
		width: 33.333%;
		padding: 0 17px;
		vertical-align: top;
	}
	body.top .contents02 .step_item_in {
		padding: 15px 12px 10px;
		border-radius: 5px;
		background: #eee;
	}
	body.top .contents02 .step_item_det {
		text-align: center;
	}
	body.top .contents02 .step_item_det dt {
		display: inline-block;
		margin-bottom: 20px;
		padding: 5px 33px 3px;
		background: #43a0e2;
		border-radius: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.2;
		text-align: center;
	}
	body.top .contents02 .step_item_det dd img {
		max-width: 120px;
		margin: 0 auto 15px;
	}
	body.top .contents02 .step_item_det dd p {
		font-size: 11px;
		line-height: 1.7;
		text-align: left;
	}
	body.top .contents02 .lead_note {
		font-size: 11px;
		line-height: 1.2;
		text-align: center;
	}
	body.top .contents02 .lead_note span {
		display: inline-block;
		text-align: left;
	}
	body.top .contents02 .contents02_cont02 {
		padding: 35px 40px 80px;
		background: #2875a6;
	}
	body.top .contents02 .agreement {
		overflow: auto;
		max-width: 865px;
		max-height: 254px;
		margin: 0 auto;
		padding: 20px;
		border: 1px solid #000;
		background: #fff;
		word-break: break-all;
	}
	body.top .contents02 .agreement dl dt,
	body.top .contents02 .agreement dl dd,
	body.top .contents02 .agreement li,
	body.top .contents02 .agreement a {
		font-size: 12px;
		line-height: 1.8;
	}
	body.top .contents02 .agreement dl + dl {
		margin-top: 1em;
	}
	body.top .contents02 .agreement em {
		color: #e60012;
	}
	body.top .contents02 .agreement li ul {
		text-indent: 1em;
	}
	body.top .contents02 .twitter_btn {
		display: block;
		max-width: 517px;
		width: 100%;
		margin: 0 auto 44px;
		border-radius: 18px;
		background: #fff100;
		text-align: center;
		text-decoration: none;
		box-shadow: 1px 3px 4px 2px #357eb2;
	}
	body.top .contents02 .twitter_btn .btn_in {
		display: inline-block;
		padding: 18px 0 10px 55px;
		/*background: url(../img/icon_twitter_01.png) no-repeat center left;*/
		background-size: auto 38px;
		color: #333;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.2;
	}
	body.top .contents02 .twitter_btn .btn_in span {
		display: block;
		margin-top: 6px;
		font-size: 14px;
	}
	body.top .contents02_cont03 {
		padding: 40px 15px 90px;
	}
	body.top .contents02_cont03 iframe {
		width: 100%;
		border: none;
	}
	body.top .contents02_cont04 {
		padding: 35px 15px 75px;
		background: #181818;
	}
	body.top .contents02 .contents02_cont04 .ttl_02 {
		margin-bottom: 15px;
		color: #fff;
	}

	/*#contents02_2*/
	body.top #contents02_2.contents02 .contents02_head .ttl_01 {
		background: url(../img/bg_content02-2_01.png) no-repeat top center;
		padding-top: 25px;
		background-size: cover;
	}
	body.top #contents02_2.contents02 .contents02_head .ttl_01 img {
		position: relative;
		left: 0;
		max-width: 1010px;
		margin: 0 auto;
	}
	body.top #contents02_2.contents02 .contents02_head .ttl_01_02,
	body.top #contents02_2.contents02 .contents02_cont02 {
		background: #9e3d71;
	}
	body.top #contents02_2 .contents02_cont04 {
		background: #7a144b;
	}

/*.contents03*/
	body.top .contents03 {
		overflow: hidden;
		position: relative;
		z-index: 2;
		margin-bottom: 70px;
		padding-top: 45px;
	}
	body.top .contents03 .ttl_01 {
		margin-bottom: 25px;
		font-weight: bold;
		font-size: 60px;
		line-height: 1.2;
		text-align: center;
	}
	body.top .contents03 .cm_list {
		padding: 1% 0 2.6%;
	}

	/*ここから追加　12/26*/
		body.top .contents03 .movie_box {
			/*margin-bottom: 54px;*/
		}
		body.top .contents03 .movie_box .movie_box_in {
			position: relative;
			width: 100%;
			padding-top: 56%;
			border: 1px solid #000;
		}
		body.top .contents03 .movie_box .movie_box_in iframe {
			position: absolute;
			top: 0;
			right: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
		}

	/*ここまで追加 12/26*/

	body.top .slider_arrow {
		display: block;
		position: absolute;
		top: 0;
		z-index: 50;
		width: 46px;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		cursor: pointer;
	}
	body.top .slider_arrow.prev {
		left: 0;
	}
	body.top .slider_arrow.next {
		right: 0;
	}
	body.top .slider_arrow:after {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		content: '';
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	body.top .slider_arrow.prev:after {
		border-width: 13.5px 23px 13.5px 0;
		border-color: transparent #fff transparent transparent;

	}
	body.top .slider_arrow.next:after {
		border-width: 13.5px 0 13.5px 23px;
		border-color: transparent transparent transparent #fff;
	}

	body.top .contents03 .cm_item {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		padding: 0 7px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	body.top .contents03 .cm_item_in {
		position: relative;
		width: 100%;
		padding-top: 52%;
	}
	body.top.os-mac.browser-firefox .contents03 .cm_item_in {
		padding-top: 11.7vw;
	}
	body.top .contents03 .cm_item_in iframe {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}
	body.top .fun_item .fun_item {
		width: 50%;
		padding: 0 48px;
	}
	body.top .fun_item .fun_det {
		width: 100%;
	}
	body.top .fun_item .fun_det_ttl {
		position: relative;
		z-index: 2;
		max-width: 252px;
		width: 100%;
		margin: 0 auto 8px;
	}
	body.top .fun_item .fun_det_cont iframe {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}

/*.contents04*/
	body.top .form_area {
		position: relative;
		z-index: 2;
		overflow: hidden;
		padding: 78px 24px 70px;
		background: #000 url(../img/bg_content04_01.png) no-repeat top center;
		background-size: 988px auto;
		text-align: center;
	}
	body.top .form_area .ttl_01 {
		margin-bottom: 10px;
		color: #fff100;
		font-weight: bold;
		font-size: 62px;
		line-height: 1.2;
	}
	body.top .form_main {
		position: relative;
		z-index: 1;
		max-width: 886px;
		width: 100%;
		margin: 0 auto 16px;
	}
	body.top .form_cath {
		display: inline-block;
		position: relative;
		z-index: 2;
		color: #fff;
		line-height: 1.4;
	}
	body.top .form_cath span {
		display: block;
		margin-bottom: 5px;
		font-size: 34px;
	}
	body.top .form_cath em {
		font-size: 44px;
	}
	body.top .form_img {
		max-width: 668px;
		width: 100%;
		margin: -20px auto 35px;
	}
	body.top .form_img_copy {
		display: block;
		margin-top: -17px;
		color: #fff;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
	}
	body.top .form_product {
		margin-bottom: 32px;
	}
	body.top .form_product_ttl {
		margin-bottom: 13px;
		color: #fff100;
		font-size: 16px;
		line-height: 1.2;
	}
	body.top .form_product_det {
		color: #fff;
		font-size: 16px;
	}
	body.top .form_product_det em {
		font-size: 30px;
	}
	body.top .form_period {
		margin-bottom: 56px;
		text-align: center;
	}
	body.top .form_period_ttl {
		margin-bottom: 10px;
		color: #fff;
		font-size: 24px;
		line-height: 1.4;
	}
	body.top .form_period_det {
		color: #fff;
		font-size: 14px;
		line-height: 1.4;
	}
	body.top .form_area iframe {
		display: block;
		overflow-y: hidden;
		max-width: 980px;
		width: 100%;
		margin: 0 auto 48px;
		border: none;
	}
	body.top .consent_det {
		max-width: 786px;
		width: 100%;
		margin: 0 auto;
	}
	body.top .consent_det_ttl {
		margin-bottom: 6px;
		color: #fff;
		font-size: 24px;
		text-align: center;
	}
	body.top .consent_det_cont {
		overflow: auto;
		max-height: 226px;
		padding: 17px;
		background: #fff;
		text-align: left;
		word-break: break-all;
	}
	body.top .consent_det_cont dt,
	body.top .consent_det_cont dd,
	body.top .consent_det_cont li,
	body.top .consent_det_cont a {
		font-size: 13px;
		line-height: 1.8;
	}
	body.top .consent_det_cont dl + dl {
		margin-top: 1em;
	}
	body.top .consent_det_cont em {
		color: #e60012;
	}

/*.contents05*/
	body.top .contents05 {
		position: relative;
		z-index: 2;
		padding: 68px 15px 87px;
		background: #000 url(../img/bg_content05_01_pc.png) no-repeat top -17% center;
		background-size: 100% auto;
		text-align: center;
	}
	body.top .contents05 .ttl_01 {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 76px;
	}
	body.top .contents05 .ttl_01 .img01 {
		max-width: 458px;
		width: 52%;
		margin-right: 5%;
	}
	body.top .contents05 .ttl_01 .img01_2 {
		max-width: 260px;
		width: 28.5%;
		margin-right: 30px;
	}
	body.top .contents05 .ttl_01 .img02 {
		max-width: 366px;
		width: 42%;
	}
	body.top .contents05 .contents05_cont01 {
		overflow: hidden;
		max-width: 916px;
		width: 100%;
		margin: 0 auto;
	}
	body.top .contents05 .movie_box {
		/*margin-bottom: 54px;*/
	}
	body.top .contents05 .movie_box .movie_box_in {
		position: relative;
		width: 100%;
		padding-top: 56%;
		border: 1px solid #000;
	}
	body.top .contents05 .movie_box .movie_box_in iframe {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}
	body.top .contents05 .point_box {
		margin-bottom: 20px;
		text-align: center;
	}
	body.top .contents05 .point_box_in {
		padding: 0 27px;
		background: #000;
	}
	body.top .contents05 .point_det + .point_det {
		margin-top: 45px;
	}
	body.top .contents05 .point_det_ttl {
		display: none;
		position: relative;
		margin-bottom: 22px;
		text-align: center;
	}
	body.top .contents05 .point_det_ttl:after {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #e60012;
		content: '';
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	body.top .contents05 .point_det_ttl span {
		display: inline-block;
		position: relative;
		z-index: 2;
		padding: 0 14px;
		background: #000;
		color: #e60012;
		font-weight: bold;
		font-size: 54px;
		line-height: 1.2;
	}
	body.top .contents05 .point_det_cont {
		color: #fff;
		font-weight: bold;
		font-size: 40px;
		line-height: 1.3;
		letter-spacing: -1px;
	}
	body.top .contents05 .point_det_cont .strong {
		color: #fff100;
		font-weight: bold;
		font-size: 50px;
	}
	body.top .contents05 .point_det_cont .point_det_img {
		margin: 0;
	}
	body.top .bnr_box a {
		display: block;
		margin-bottom: 50px;
		padding: 0 27px;
		background: #000;
		text-decoration: none;
		text-align: center;
	}
	body.top .bnr_box a span {
		display: inline-block;
		left: 64px;
		margin-top: 30px;
		padding-right: 128px;
		position: relative;
		color: #fff;
		font-size: 37px;
	}
	body.top .bnr_box a span:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 21px 0 21px 36px;
		border-color: transparent transparent transparent #fff;
		content: '';
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	body.top .contents05 .bnr_cp {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 15px;
	}
	body.top .contents05 .bnr_cp li {
		display: block;
		padding: 0 10px;
		font-family: Verdana, 'Droid Sans';
		font-size: 14px;
		color: #fff;
	}
	body.top .contents05 .bnr_cp .bnr_cp_logo.bisty {
		max-width: 78px;
	}
	body.top .contents05 .bnr_cp .bnr_cp_logo.fields {
		max-width: 110px;
	}
	body.top .archive_link {
		display: block;
		position: relative;
		max-width: 916px;
		width: 100%;
		margin: 95px auto 0;
		padding: 38px 80px;
		border-radius: 60px;
		background: #e3e3e3;
		color: #000;
		font-size: 37px;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
	}
	body.top .archive_link:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 37px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 21px 0 21px 36px;
		border-color: transparent transparent transparent #e60012;
		content: '';
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

/*#contents05_1*/
	body.top #contents05_1 {
		position: relative;
		z-index: 2;
		padding: 56px 15px 105px;
		background: #000 url(../img/bg_content05-1_01_pc.png) repeat-y top center;
		background-size: 100% auto;
		text-align: center;
	}
	body.top #contents05_1 .ttl_01 {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 34px;
	}
	body.top #contents05_1 .ttl_01 .img01 {
		max-width: 456px;
		width: 57%;
		margin-right: 30px;
	}
	body.top #contents05_1 .ttl_01 .img02 {
		max-width: 366px;
		width: 43%;
		margin-bottom: 2%;
	}

/*#footer*/
	#footer {
		position: relative;
		z-index: 2;
		padding: 23px 15px;
		background: #fff2a8;
		text-align: center;
	}
	#footer .box_copy li {
		font-family: Verdana, 'Droid Sans';
		font-size: 12px;
		line-height: 1.2;
	}
	#footer .box_copy li a {
		display: block;
	}

/*
******************************************************************
* tablet
******************************************************************
*/
@media screen and (max-width: 1000px) {
	.nav_item {
		padding: 0 20px;
	}
}
@media screen and (max-width: 850px) {
	.nav_item {
		padding: 0 15px;
	}
	.nav_item a {
		font-size: 16px;
	}
}

/*
******************************************************************
* sp
******************************************************************
*/
@media screen and (max-width: 767px) {
	.sp_none {
		display: none !important;
	}

/*#main*/
	#main .main_img {
		height: 76vw;
		min-height: 253px;
	}
	#main .main_in {
		padding-top: 0 !important;
	}
	#main .main_in .main_img > img {
		min-width: 320px;
	}
	#main .ttl_01 {
		max-width: 515px;
		width: 94.4%;
		margin: -2% auto 0;
	}

/*#nav*/
	#nav.nav_open {
		overflow: auto;
		bottom: 0;
		height: 100%;
		text-align: center;
	}
	.nav_list_box {
		display: none;
		position: relative;
		z-index: 2;
		padding: 40px 0 0 0;
		background-size: 12px auto;
	}
	.nav_list {
		display: block;
	}
	.nav_item {
		display: table;
		width: 100%;
		height: 58px;
		border-top: 1px solid #e70012;
		padding: 0;
		text-align: center;
	}
	.nav_item:last-child {
		border-bottom: 1px solid #e70012;
	}
	.nav_item a {
		display: table-cell;
		width: 100%;
		padding: 10px;
		vertical-align: middle;
	}
	.nav_bg {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		cursor: pointer;
	}

	.nav_btn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
		width: 36px;
		height: 36px;
		background: #e70012;
		cursor: pointer;
	}
	.nav_btn span {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -9px;
		background: #fff;
		height: 2px;
		width: 18px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.nav_btn span:nth-child(1) {
		top: 10px;
	}
	.nav_btn span:nth-child(2) {
		top: 17px;
	}
	.nav_btn span:nth-child(3) {
		top: 24px;
	}

	#nav.nav_open span:nth-child(1) {
		top: 12px;
		transform: translate(0px, 4px) rotate(135deg);
		-o-transform: translate(0px, 4px) rotate(135deg);
		-ms-transform: translate(0px, 4px) rotate(135deg);
		-moz-transform: translate(0px, 4px) rotate(135deg);
		-webkit-transform: translate(0px, 4px) rotate(135deg);
	}
	#nav.nav_open span:nth-child(2) {
		transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
	}
	#nav.nav_open span:nth-child(3) {
		top: 20px;
		transform: translate(0px, -4px) rotate(-135deg);
		-o-transform: translate(0px, -4px) rotate(-135deg);
		-ms-transform: translate(0px, -4px) rotate(-135deg);
		-moz-transform: translate(0px, -4px) rotate(-135deg);
		-webkit-transform: translate(0px, -4px) rotate(-135deg);
	}


/*#contents*/
	#contents {
		margin-top: 17px;
	}

/*.contents_bg*/
	.contents_bg:before {
		left: -16px;
		width: 73px;
		height: 62px;
		background-size: 73px 62px;
	}
	.contents_bg:after {
		top: 78%;
		right: -157px;
		width: 210px;
		height: 159px;
		background-size: 210px 159px;
	}

/*contents01*/
	body.top .contents01 {
		padding: 0 24px;
	}
	body.top .contents01_1 {
		margin: 0 -25px 30px;
	}
	body.top .contents01_1_det {
		padding: 20px 24px 0;
	}
	body.top .contents01 .ttl_01 {
		max-width: 198px;
		margin: 0 auto 10px;
	}
	body.top .contents01 .bnr_list {
		display: block;
		width: auto;
		margin: 0 -4px;
	}
	body.top .contents01 .bnr_item {
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	body.top .contents01 .bnr_item + .bnr_item {
		margin-top: 7px;
	}
	body.top .contents01 .ttl_02 {
		max-width: 275px;
		margin: 0 auto 11px;
	}
	body.top .contents01 .lead_01 {
		font-size: 12px;
		text-align: left;
	}
	body.top .contents01 .lead_01 + .lead_01 {
		margin-top: 21px;
	}
	body.top .relation_box {
		margin: 18px -24px 0;
		padding: 20px 18px 20px;
	}
	body.top .relation_list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -6px;
	}
	body.top .relation_item_wrap {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
		padding: 9px 3px;
		text-align: left;
	}
	body.top .relation_item {
		max-width: none !important;
		width: 50%;
		padding: 0 3px;
		box-sizing: border-box;
	}
	body.top .relation_item.item07 {
		width: 78%;
	}
	body.top .relation_item:nth-child(n+4) {
		margin-top: 13px;
	}

/*.contents02*/
	body.top .contents02 {
		margin: 0 auto;
		padding: 0;
	}
	body.top .contents02 .contents02_head .ttl_01 {
		padding: 10px 10px 0;
	}
	body.top .contents02 .contents02_head .ttl_01 img {
		position: relative;
		width: 100%;
	}

	body.top .contents02 .contents02_head .item-box {
		position: relative;
		z-index: 2;
		top: 0;
		left: 0;
		max-width: 394px;
		width: 72.5%;
		margin: 0 0 5px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	body.top .contents02 .contents02_head .app_type_list {
		margin: 0 -15px;
	}
	body.top .contents02 .contents02_head .app_type_item {
		padding: 0 15px;
	}
	body.top .contents02 .contents02_head .app_type_item a {
		padding: 8px 5px 12px;
		/* border-bottom: 3px solid #296b9a; */
		font-size: 3vw;
	}
	body.top .contents02 .contents02_head .app_type_item a em {
		font-size: 3.5vw;
	}
	body.top .contents02 .contents02_head .app_type_item a:after {
		bottom: 5px;
		border-width: 5px 5.5px 0 5.5px;
	}
	body.top .contents02 .contents02_head .ttl_01_02 {
		margin: 0;
		padding: 15px 24px 10px;
		font-weight: normal;
		font-size: 20px;
	}
	body.top .contents02 .contents02_head .ttl_01_02_in dt {
		margin-bottom: 10px;
		font-size: 4.5vw;
	}
	body.top .contents02 .contents02_head .app_type_list:after {
		font-size: 18px;
	}
	body.top .contents02 .ttl_03 {
		padding: 8px 24px;
		font-size: 4.5vw;
	}
	body.top .contents02 .ttl_03 em {
		font-size: 5.5vw;
	}
	body.top .contents02_cont03 {
		padding: 25px 24px 30px;
	}


	body.top .accordion_btn {
		position: relative;
		padding: 9px 60px;
		background-color: #43a0e2;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-align: center;
		cursor: pointer;
	}
	body.top .accordion_btn .accordion_txt {
			display: block;
			color: #fff;
			font-size: 12px;
			line-height: 1.4;
	}
	body.top .accordion_btn .accordion_ico {
		display: block;
		position: absolute;
		top: 0;
		right: 22px;
		width: 35px;
		height: 35px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	body.top .accordion_btn .accordion_ico:before,
	body.top .accordion_btn .accordion_ico:after {
		display: block;
		position: absolute;
		background: #fff;
		content: '';
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		-moz-transition: all 0.25s;
		transition: all 0.25s;
	}
	body.top .accordion_btn .accordion_ico:before {
		top: 50%;
		left: 50%;
		width: 2px;
		height: 15px;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	body.top .accordion_btn .accordion_ico:after {
		top: 50%;
		left: 50%;
		width: 15px;
		height: 2px;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	body.top .accordion_btn.accordion_open .accordion_ico:before {
		opacity: 0;
	}
	body.top .contents02 .contents02_cont01 {
		padding: 18px 24px 14px;
	}
	body.top .contents02 .catch_02 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	body.top .contents02 .lead_01 {
		margin-bottom: 24px;
		font-size: 12px;
	}
	body.top .contents02 .det_item01 {
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
		text-align: left;
	}
	body.top .contents02 .det_item01 +.det_item01 {
		float: none;
		margin-top: 23px;
		padding: 0;
	}
	body.top .contents02 .ttl_02,
	body.top .contents02 .det_item01 dt {
		margin-bottom: 13px;
		font-size: 14px;
	}
	body.top .contents02 .det_item01 dt {
		margin-bottom: 8px;
	}
	body.top .contents02 .contents02_cont02 .ttl_02 {
		margin-bottom: 9px;
	}
	body.top .twitter_screen {
		width: 80%;
	}
	body.top .twitter_screen:before, body.top .twitter_screen:after {
		width: 69px;
		height: 56px;
		z-index: 1;
		background-size: 69px auto;
	}
	body.top .twitter_screen:before {
		top: 56px;
		right: 50%;
		margin-right: -82%;
	}
	body.top .twitter_screen:after {
		bottom: 52px;
		left: 50%;
		margin-left: -82%;
	}
	body.top .twitter_screen .twitter-tweet {
		position: relative !important;
		z-index: 2;
		/*max-width: none !important;*/
		min-width: 0px !important;
		/*width: 100% !important;*/
	}
	body.top .contents02 .det_item01 dd,
	body.top .contents02 .det_item01 dd li {
		font-size: 12px;
		line-height: 1.7;
	}
	body.top .contents02 .det_item01 dd ul {
		display: block;
	}
	body.top .contents02 .det_item01 dd li + li {
		margin-top: 3px;
	}
	body.top .contents02 .step_list {
		display: block;
		margin: 44px 0 11px;
	}
	body.top .contents02 .step_item {
		display: block;
		width: 100%;
		padding: 0;
	}
	body.top .contents02 .step_item + .step_item {
		margin-top: 10px;
	}
	body.top .contents02 .step_item_in {
		padding: 15px 10px 10px;
		border-radius: 3px;
	}
	body.top .contents02 .step_item_det dt {
		margin-bottom: 15px;
		padding: 4px 32px 2px;
	}
	body.top .contents02 .step_item_det dd img {
		max-width: 117px;
		margin: 0 auto 14px;
	}
	body.top .contents02 .step_item_det dd p {
		font-size: 10px;
	}
	body.top .contents02 .lead_note {
		font-size: 10px;
		line-height: 1.7;
		text-align: left;
	}
	body.top .contents02 .contents02_cont02 {
		padding: 18px 24px 28px;
	}
	body.top .contents02 .agreement {
		padding: 10px 6px;
	}
	body.top .contents02 .agreement dl dt,
	body.top .contents02 .agreement dl dd,
	body.top .contents02 .agreement li,
	body.top .contents02 .agreement a {
		font-size: 10px;
	}
	body.top .contents02 .twitter_btn {
		margin: 0 auto 23px;
		padding: 0 5px;
		border-radius: 12px;
	}
	body.top .contents02 .twitter_btn .btn_in {
		padding: 15px 0 10px 46px;
		background-size: auto 32px;
		font-size: 17px;
	}
	body.top .contents02 .twitter_btn .btn_in span {
		margin-top: 5px;
		font-size: 12px;
	}
	body.top .contents02_cont04 {
		padding: 20px 24px 32px;
	}
	body.top .contents02 .contents02_cont04 .ttl_02 {
		margin-bottom: 10px;
	}

	/*#contents02_2*/
	body.top #contents02_2.contents02 .contents02_head .ttl_01 img {
		width: 100%;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

/*.contents03*/
	body.top .contents03 {
		margin-bottom: 52px;
		padding-top: 31px;
	}
	body.top .contents03 + .contents03 {
		padding-top: 0;
	}
	body.top .contents03 .ttl_01 {
		margin-bottom: 13px;
		font-size: 16px;
	}
	body.top .contents03 .cm_list {
		padding: 1% 0 2.6%;
	}

/* ここから追加 12/26 */
	body.top .contents03 .movie_box {
		width: 100%;
		float: none;
		/*margin-bottom: 18px;*/
		padding-right: 0;
	}
	body.top .contents03 .movie_box .movie_box_in {
		padding-top: 56.7%;
	}

/* ここまで追加 12/26 */


	body.top .slider_arrow {
		width: 23px;
	}
	body.top .slider_arrow.prev:after {
		border-width: 7px 12px 7px 0;
	}
	body.top .slider_arrow.next:after {
		border-width: 7px 0 7px 12px;
	}

	body.top .contents03 .cm_item {
		padding: 0 4px;
	}
	body.top .contents03 .cm_item_in {
		padding-top: 58%;
	}
	body.top.os-mac.browser-firefox .contents03 .cm_item_in {
		padding-top: 23.6vw;
	}
	body.top .fun_item .fun_det_ttl {
		max-width: 242px;
		margin: 0 auto 6px;
	}

/*.contents04*/
	body.top .form_area {
		padding: 20px 24px 40px;
		background-size: 90% auto;
	}
	body.top .form_area .ttl_01 {
		font-size: 19px;
	}
	body.top .form_main {
		max-width: none;
		width: auto;
		margin: 0 -68px 13px;
	}
	body.top .form_cath {
		margin-bottom: 15px;
	}
	body.top .form_cath span {
		margin-bottom: 5px;
		font-size: 12px;
	}
	body.top .form_cath em {
		font-size: 16px;
	}
	body.top .form_img {
		width: 63.3%;
		margin: -12px auto 10px;
	}
	body.top .form_product {
		margin-bottom: 15px;
	}
	body.top .form_img_copy {
		margin-top: 2px;
		font-size: 8px;
	}
	body.top .form_product_ttl {
		margin-bottom: 3px;
		font-size: 14px;
	}
	body.top .form_product_det {
		font-size: 12px;
	}
	body.top .form_product_det em {
		font-size: 20px;
	}
	body.top .form_period {
		margin-bottom: 4px;
	}
	body.top .form_period_ttl {
		margin-bottom: 5px;
		font-size: 12px;
	}
	body.top .form_period_det {
		font-size: 12px;
		line-height: 1.8;
	}
	body.top .form_area iframe {
		margin-bottom: 20px;
	}
	body.top .consent_det_cont {
		max-height: 268px;
		padding: 6px;
	}
	body.top .consent_det_ttl {
		margin: 0 0 10px;
		color: #fff;
		font-size: 16px;
	}
	body.top .consent_det_cont dt,
	body.top .consent_det_cont dd,
	body.top .consent_det_cont li,
	body.top .consent_det_cont a {
		font-size: 10px;
		line-height: 1.7;
	}

/*.contents05*/
	body.top .contents05 {
		padding: 22px 24px 30px;
	}
	body.top .contents05 .ttl_01 {
		margin: 0 0 22px;
	}
	body.top .contents05 .ttl_01 .img01 {
		max-width: 115px;
		margin-right: 20px;
	}
	body.top .contents05 .ttl_01 .img01_2 {
		max-width: 90px;
		margin-right: 3px;
	}
	body.top .contents05 .ttl_01 .img02 {
		max-width: 124px;
	}
	body.top .contents05 .movie_box {
		width: 100%;
		float: none;
		/*margin-bottom: 18px;*/
		padding-right: 0;
	}
	body.top .contents05 .movie_box .movie_box_in {
		padding-top: 56.7%;
	}
	body.top .contents05 .point_box {
		width: 100%;
		float: none;
		margin-bottom: 18px;
		padding-left: 0;
	}
	body.top .contents05 .point_box_in {
		padding: 0;
	}
	body.top .contents05 .point_det + .point_det {
		margin-top: 8px;
	}
	body.top .contents05 .point_det_ttl {
		margin-bottom: 5px;
	}
	body.top .contents05 .point_det_ttl:after {
		height: 1px;
	}
	body.top .contents05 .point_det_ttl span {
		padding: 0 8px;
		font-size: 16px;
	}
	body.top .contents05 .point_det_cont {
		font-size: 12px;
	}
	body.top .contents05 .point_det_cont .strong {
		font-size: 15px;
	}
	body.top .contents05 .bnr_box {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	body.top .bnr_box a {
		margin-bottom: 15px;
		padding: 0;
	}
	body.top .bnr_box a span {
		left: 20px;
		margin-top: 9px;
		padding-right: 39px;
		font-size: 11px;
	}
	body.top .bnr_box a span:after {
		border-width: 6.5px 0 6.5px 11px;
	}
	body.top .contents05 .bnr_cp {
		margin-top: 8px;
	}
	body.top .contents05 .bnr_cp li {
		padding: 0 5px;
		font-size: 11px;
	}
	body.top .contents05 .bnr_cp .bnr_cp_logo.bisty {
		max-width: 50px;
	}
	body.top .contents05 .bnr_cp .bnr_cp_logo.fields {
		max-width: 80px;
	}
	body.top .archive_link {
		margin: 32px auto 0;
		padding: 11px 30px;
		font-size: 12px;
	}
	body.top .archive_link:after {
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6.5px 0 6.5px 11px;
		border-color: transparent transparent transparent #e60012;
	}

/*#contents05_1*/
	body.top #contents05_1 {
		padding: 20px 24px 32px;
	}
	body.top #contents05_1 .ttl_01 {
		margin-bottom: 12px;
	}
	body.top #contents05_1 .ttl_01 .img01 {
		max-width: 134px;
		margin-right: 7px;
	}
	body.top #contents05_1 .ttl_01 .img02 {
		max-width: 124px;
	}


/*#footer*/
	#footer {
		padding: 11px 15px;
	}
	#footer .box_copy li {
		font-size: 10px;
	}
}

/*IE9〜11*/
	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
		.contents05 .point_det_ttl:after {
			margin-top: -10px;
		}
	}

	@media screen and (min-width: 0\0) and (min-resolution: +72dpi) and (max-width: 767px) {
		.contents05 .point_det_ttl:after {
			margin-top: -3px;
		}
	}

.eva-store a{
	width: 640px;
  margin: 70px auto 0;
	display: block;
}
.eva-store a:hover{
opacity: 0.6;
}

@media screen and (max-width: 767px) {
.eva-store a{
	width: 100%;
  margin: 30px auto 0;
}
}
