@charset "utf-8";
/* ================================================================================================================== */
/* Main                                                                                                               */
/* ===================================================================================================================*/
@media screen and (max-width: 750px) {
	#main {
		padding-top: 100px;
	}
}
/* ================================================================================================================== */
/* FirstView                                                                                                          */
/* ===================================================================================================================*/
#main #first_view {
	position: relative;
}
@media screen and (max-width: 750px) {
	#main #first_view {
	}
}
/* ================================================================================================================== */
/* FirstView:SliderContent                                                                                            */
/* ===================================================================================================================*/
#main #first_view ul.slider_content {
	height: 680px;
	overflow: hidden;
	position: relative;
}
#main #first_view ul.slider_content > li {
	width: 100%;
	transition: opacity 0.5s ease;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#main #first_view ul.slider_content > li.initial_item {
	transition: opacity 0s ease;
	opacity: 1;
}
#main #first_view ul.slider_content > li.show {
	opacity: 1;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content {
		height: 870px;
		padding-bottom: 29px;
	}
	#main #first_view ul.slider_content > li {
	}
	#main #first_view ul.slider_content > li.initial_item {
	}
	#main #first_view ul.slider_content > li.show {
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Back                                    */
/* =============================================================== */
#main #first_view ul.slider_content > li .back {
	height: 680px;
}
#main #first_view ul.slider_content > li .back img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'; /*IE対策*/
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .back {
		box-sizing: border-box;
		height: 500px;
	}
	#main #first_view ul.slider_content > li .back img {
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front                                   */
/* =============================================================== */
#main #first_view ul.slider_content > li .front {
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top:  0;
	left: 69px;
	z-index: 1;
}
#main #first_view ul.slider_content > li .front .item {
	transform: translateY(30px);
	opacity: 0;
}
#main #first_view ul.slider_content > li .front .item.type_text {
	color: #ffffff;
	font-size: 0.22rem;
	line-height: 1.54;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #first_view ul.slider_content > li .front .item.type_link {
	width: 360px;
	margin-top: 25px;
	color: #ffffff;
}
#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11::before {
	border-top-color:  #ffffff;
	border-left-color: #ffffff;
}
#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11::after {
	border-right-color:  #ffffff;
	border-bottom-color: #ffffff;
}
#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11:hover {
	background-color: #ffffff;
	color: #333333;
}
#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11 svg .cmd_icon_arrow_cls-1 {
	fill: #ffffff;
}
#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11:hover svg .cmd_icon_arrow_cls-1 {
	fill: #333333;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .front {
		width: 100%;
		height: 370px;
		text-align: center;
		background: #777777;
		position: absolute;
		top:  500px;
		left: 0;
		z-index: 1;
	}
	#main #first_view ul.slider_content > li .front .item {
		transform: translateY(30px);
		opacity: 0;
	}
	#main #first_view ul.slider_content > li .front .item.type_text {
		font-size: 0.32rem;
		line-height: 1.4;
	}
	#main #first_view ul.slider_content > li .front .item.type_link {
		width: 540px;
		margin: 0 auto;
	}
	#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11 {
		height: 82px;
		text-align: left;
		font-size: 0.27rem;
		line-height: 82px;
	}
	#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11::before {
		border-width: 3px;
	}
	#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11::after {
		border-width: 3px;
	}
	#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11:hover {
	}
	#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11 svg .cmd_icon_arrow_cls-1 {
	}
	#main #first_view ul.slider_content > li .front .item.type_link .cmd_btn_11:hover svg .cmd_icon_arrow_cls-1 {
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front(個別調整オプション)               */
/* =============================================================== */
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_text {
	color: #333333;
}
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link {
	color: #333333;
}
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11::before {
	border-top-color:  #333333;
	border-left-color: #333333;
}
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11::after {
	border-right-color:  #333333;
	border-bottom-color: #333333;
}
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11:hover {
	background-color: #333333;
	color: #ffffff;
}
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11 svg .cmd_icon_arrow_cls-1 {
	fill: #333333;
}
#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11:hover svg .cmd_icon_arrow_cls-1 {
	fill: #ffffff;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_text {
		color: #ffffff;
	}
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link {
		color: #ffffff;
	}
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11::before {
		border-top-color:  #ffffff;
		border-left-color: #ffffff;
	}
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11::after {
		border-right-color:  #ffffff;
		border-bottom-color: #ffffff;
	}
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11:hover {
		background-color: #ffffff;
		color: #333333;
	}
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11 svg .cmd_icon_arrow_cls-1 {
		fill: #ffffff;
	}
	#main #first_view ul.slider_content > li .front.pc_type_black .item.type_link .cmd_btn_11:hover svg .cmd_icon_arrow_cls-1 {
		fill: #333333;
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front(個別調整)                         */
/* =============================================================== */
#main #first_view ul.slider_content > li:nth-child(1) .front {
	padding-top: 259px;
}
#main #first_view ul.slider_content > li:nth-child(2) .front {
	padding-top: 225px;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li:nth-child(1) .front {
		padding-top: 48px;
	}
	#main #first_view ul.slider_content > li:nth-child(2) .front {
		padding-top: 27px;
	}
	#main #first_view ul.slider_content > li:nth-child(1) .front .item.type_link {
		margin-top: 42px;
	}
	#main #first_view ul.slider_content > li:nth-child(2) .front .item.type_link {
		margin-top: 18.2px;
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front《Active》                         */
/* =============================================================== */
#main #first_view ul.slider_content > li .front .item.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease;
}
/* ================================================================================================================== */
/* FirstView:SliderDots                                                                                               */
/* ===================================================================================================================*/
#main #first_view ul.slider_dots {
	line-height: 0;
	letter-spacing: -.40em;
	position: absolute;
	right:  70px;
	bottom: 35px;
	z-index: 2;
}
#main #first_view ul.slider_dots li {
	display: inline-block;
	width:  50px;
	height:  5px;
	background: #cfcfcf;
	cursor: pointer;
	letter-spacing: normal;
	overflow: hidden;
	position: relative;
}
#main #first_view ul.slider_dots li:nth-child(n + 2) {
	margin-left: 3px;
}
#main #first_view ul.slider_dots li::before {
	content: "";
	display: block;
	width:  0;
	height: 100%;
	background: #000000;
	position: absolute;
	top:  0;
	left: 0;
}
#main #first_view ul.slider_dots li.active {
	cursor: default;
}
#main #first_view ul.slider_dots li.active::before {
	width:  100%;
	transition: 5s linear;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_dots {
		position: absolute;
		right:  13px;
		bottom: 0;
	}
	#main #first_view ul.slider_dots li {
		width:  75px;
		height:  8px;
	}
	#main #first_view ul.slider_dots li:nth-child(n + 2) {
		margin-left: 4px;
	}
	#main #first_view ul.slider_dots li::before {
	}
	#main #first_view ul.slider_dots li.active {
	}
	#main #first_view ul.slider_dots li.active::before {
	}
}
/* ================================================================================================================== */
/* FirstView:Scroll                                                                                                   */
/* ===================================================================================================================*/
#main #first_view .scroll {
	width:1px;
	height:90px;
	-webkit-transition:.5s all 1s ease;
	transition:.5s all 1s ease;
	position: absolute;
	top: 610px;
	left:50%;
	z-index:10;
}
#main #first_view .scroll::before {
	content: "SCROLL";
	color: #444444;
	font-size: 0.10rem;
	transform-origin: bottom left;
	transform: rotate(90deg);
	position: absolute;
	top:   -10px;
	left: calc(100% + 3px);

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#main #first_view .scroll::after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	background: #444444;
	-webkit-animation:scroll 1.2s linear 0s infinite;
	animation:scroll 1.2s linear 0s infinite;
}
@-webkit-keyframes scroll {
	0% {
		transform: scale(1,0);
		transform-origin: center top;
	}
	46% {
		transform: scale(1,1);
		transform-origin: center top;
	}
	50%,
	54% {
		transform: scale(1,1);
		transform-origin: center bottom;
	}
	100% {
		transform: scale(1,0);
		transform-origin: center bottom;
	}
}
@keyframes scroll {
	0% {
		transform: scale(1,0);
		transform-origin: center top;
	}
	46% {
		transform: scale(1,1);
		transform-origin: center top;
	}
	50%,
	54% {
		transform: scale(1,1);
		transform-origin: center bottom;
	}
	100% {
		transform: scale(1,0);
		transform-origin: center bottom;
	}
}
@media screen and (max-width: 750px) {
	#main #first_view .scroll {
		width: 1.5px;
		height: 135px;
		top: 791px;
	}
	#main #first_view .scroll::before {
		font-size: 0.15rem;
		top:   -18px;
		left: calc(100% + 12px);
	}
	#main #first_view .scroll::after {
	}
}
/* ================================================================================================================== */
/* AfterFirstView                                                                                                     */
/* ===================================================================================================================*/
#after_fv {
	padding: 97px 0 94px;
}
#after_fv .inner .headline {
	text-align: center;
	font-size : 0.26rem;
	line-height: 1.54;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#after_fv .inner .product_name {
	margin-top: 45px;
	text-align: center;
}
#after_fv .inner .product_name img {
	width:  460px;
	height:  51px;
}
#after_fv .inner ul.product_list {
	width: 550px;
	margin: 25px auto 0;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#after_fv .inner ul.product_list li {
	position: relative;
}
#after_fv .inner ul.product_list li div:nth-child(2) {
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #ffffff;
	font-size: 0.22rem;
	line-height: 42px;
	position: absolute;
	left: 0;
	bottom: 0;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#after_fv {
		padding: 85px 0;
	}
	#after_fv .inner .headline {
		font-size : 0.34rem;
		line-height: 1.47;
	}
	#after_fv .inner .product_name {
		margin-top: 45px;
	}
	#after_fv .inner .product_name img {
		width:  511px;
		height:  56.5px;
	}
	#after_fv .inner ul.product_list {
		width: 690px;
		margin: 20px auto 0;
	}
	#after_fv .inner ul.product_list li {
	}
	#after_fv .inner ul.product_list li img {
		width: 325px !important;
	}
	#after_fv .inner ul.product_list li div:nth-child(2) {
		font-size: 0.27rem;
		line-height: 52px;
	}
}
/* ================================================================================================================== */
/* FEATURES                                                                                                           */
/* ===================================================================================================================*/
#features {
}
#features .inner {
	background: #ededed;
	position: relative;
}
#features .inner .headline {
	position: absolute;
	top: 105px;
	left: 52.5%;
	z-index: 10;
}
#features .inner .headline .cmd_effect_text_open_cartain_inner {
	line-height: 1;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#features .inner .headline .cmd_effect_text_open_cartain_inner div:nth-child(1) img {
	width:  54px;
	height: 40px;
}
#features .inner .headline .cmd_effect_text_open_cartain_inner div:nth-child(2) {
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 0.48rem;

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#features .inner .headline .cmd_effect_text_open_cartain_inner div:nth-child(3) {
	padding-bottom: 10px;
	padding-left: 65px;
	font-size: 0.18rem;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#features .inner ul.list li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#features .inner ul.list li .item {
	box-sizing: border-box;
	width: 50%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
#features .inner ul.list li .item.type_image img {
	width: 100% !important;
	min-width: 883px !important;
	position: absolute;
	top:   0;
}
#features .inner ul.list li:nth-child(1) .item.type_image img {
	left: 0;
}
#features .inner ul.list li:nth-child(2) .item.type_image img {
	right: 0;
}
#features .inner ul.list li .item.type_text > div {
	width: 90%;
	margin: 0 auto;

	font-size: 0.20rem;
	line-height: 1.9;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;

}
#features .inner ul.list li:nth-child(1) .item.type_text {
	padding-top: 185px;
}
#features .inner ul.list li:nth-child(2) .item.type_text {
	padding-top: 80px;
}
@media screen and (max-width: 750px) {
	#features {
	}
	#features .inner {
		padding-top: 80px;
		text-align: center;
	}
	#features .inner .headline {
		position: relative;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#features .inner .headline .cmd_effect_text_open_cartain_inner {
	}
	#features .inner .headline .cmd_effect_text_open_cartain_inner div:nth-child(1) img {
		width:  70px;
		height: 51.8px;
	}
	#features .inner .headline .cmd_effect_text_open_cartain_inner div:nth-child(2) {
		padding-bottom: 1px;
		padding-left: 10px;
		font-size: 0.62rem;
	}
	#features .inner .headline .cmd_effect_text_open_cartain_inner div:nth-child(3) {
		padding-bottom: 9px;
		padding-left: 80px;
		font-size: 0.24rem;
	}
	#features .inner ul.list li {
		display: block;
		padding-bottom: 493px;
		position: relative;
	}
	#features .inner ul.list li .item {
		box-sizing: border-box;
		width: auto;
		height: auto;
		padding-top: 
	}
	#features .inner ul.list li .item.type_image {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#features .inner ul.list li .item.type_image img {
		width: 100% !important;
		min-width: auto !important;
		min-width: initial !important;
		position: static;
		top:   0;
	}
	#features .inner ul.list li:nth-child(1) .item.type_image img {
	}
	#features .inner ul.list li:nth-child(2) .item.type_image img {
	}
	#features .inner ul.list li .item.type_text > div {
		width: 650px;
		margin: 0 auto;
		text-align: left;
		font-size: 0.28rem;
		line-height: 1.785;
	}
	#features .inner ul.list li:nth-child(1) .item.type_text {
		padding: 25px 0 100px;
	}
	#features .inner ul.list li:nth-child(2) .item.type_text {
		padding: 65px 0 75px;
	}
}
/* ================================================================================================================== */
/* LINE UP                                                                                                            */
/* ===================================================================================================================*/
#lineup {
	padding: 75px 0 65px;
}
#lineup .inner {
	width: 980px;
	margin: 0 auto;
}
#lineup .inner .headline {
	text-align: center;
}
#lineup .inner .headline div:nth-child(1) img {
	width:  54px;
	height: 40px;
}
#lineup .inner .headline div:nth-child(2) {
	font-size: 0.48rem;
	line-height: 1;

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#lineup .inner .headline div:nth-child(3) {
	margin-top: 5px;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#lineup .inner ul.list {
	margin-top: 40px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#lineup .inner .list li {
	width: 390px;
}
#lineup .inner .list li:nth-child(n + 2) {
	margin-left: 100px;
}
#lineup .inner .list li .item.type_image {
	text-align: center;
	line-height: 344px;
}
#lineup .inner .list li .item.type_image img {
	vertical-align: bottom;
}
#lineup .inner .list li .item.type_text {
	height: 140px;
	margin-top: 10px;
	font-size: 0.16rem;
	line-height: 1.875;
}
#lineup .inner .list li .item.type_link {
	width: 360px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#lineup {
		padding: 65px 0 50px;
	}
	#lineup .inner {
		width: 690px;
	}
	#lineup .inner .headline {
	}
	#lineup .inner .headline div:nth-child(1) img {
		width:  70px;
		height: 51.8px;
	}
	#lineup .inner .headline div:nth-child(2) {
		font-size: 0.62rem;
	}
	#lineup .inner .headline div:nth-child(3) {
		margin-top: 10px;
		font-size: 0.24rem;
	}
	#lineup .inner ul.list {
		margin-top: 50px;
		display: block;
	}
	#lineup .inner .list li {
		width: auto;
	}
	#lineup .inner .list li:nth-child(n + 2) {
		margin-left: 0;
		margin-top:  75px;
		padding-top: 75px;
		border-top: 1px solid #c9c9c9;
	}
	#lineup .inner .list li .item.type_image {
		line-height: 1;
	}
	#lineup .inner .list li .item.type_image img {
	}
	#lineup .inner .list li:nth-child(1) .item.type_image img {
		width: 500px !important;
	}
	#lineup .inner .list li:nth-child(2) .item.type_image img {
		width: 265px !important;
	}
	#lineup .inner .list li .item.type_text {
		height: auto;
		margin-top: 15px;
		font-size: 0.24rem;
		line-height: 1.75;
	}
	#lineup .inner .list li .item.type_link {
		width: 540px;
		margin: 40px auto 0;
	}
	#lineup .inner .list li .item.type_link .cmd_btn_11 {
		height: 82px;
		font-size: 0.27rem;
		line-height: 82px;
	}
	#lineup .inner .list li .item.type_link .cmd_btn_11 .cmd_btn_11::before,
	#lineup .inner .list li .item.type_link .cmd_btn_11 .cmd_btn_11::after {
		border-width: 3px;
	}
}
