@charset "utf-8";

/* common
-------------------------------------------------- */
/* 背景色の設定 */
#contents.black{
	background:#000000;
}
#contents.white{
	background:#ffffff;
}

/* 画像を貼り付けるエリア */
#contents .img-box{
	margin:0 auto;
	text-align:center;
}

/* 動画を埋め込むエリア */
#contents .mv-wrap{
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	max-width:854px;
	max-height:480px;
}
#contents .mv-wrap .mv-box{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#contents .mv-wrap .mv-box iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* ボタン */
#contents .btn_set{
	padding:10px 0;
	position:fixed;
	left:0;
	bottom:0;
	z-index:10;
	background:rgba(0,0,0,0.7);
	width:100%;
}
#contents .btn_set p{
	margin:10px auto 0 auto;
	width:80%;
	text-align:center;
}
#contents .btn_set p a{
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:1.4rem;
	padding:13px 0px;
	font-weight:400;
	color:#ffffff;
}
#contents .btn_set p.red a{
	background:#d90013;
}
#contents .btn_set p.gray a{
	background:#5a5a5a;
}
/*
#contents .btn_set p.gold a{
	color: #000000;
	background: -moz-linear-gradient(left, rgb(201,151,7) 0%, rgb(242,221,137) 40%, rgb(242,221,137) 60%, rgb(201,151,7) 100%);
	background: -webkit-linear-gradient(left, rgb(201,151,7) 0%,rgb(242,221,137) 40%,rgb(242,221,137) 60%,rgb(201,151,7) 100%);
	background: linear-gradient(to right, rgb(201,151,7) 0%,rgb(242,221,137) 40%,rgb(242,221,137) 60%,rgb(201,151,7) 100%);
}
*/

/*--------- apu プレミアムウレタン --------- */
#contents .section{
	margin: 40px 10px;
	color: #221815;
}
#apu #contents .main-area{
	background: -moz-linear-gradient(top, #f7ee25, #FFF);
	background: -webkit-linear-gradient(top, #f7ee25, #FFF);
	background: linear-gradient(to bottom, #f7ee25, #FFF);
	padding: 10px;
}
#apu #contents .img-box{
	padding: 0;
}
#apu #contents .main-area p,
#apu #contents .main-sky p{
	font-size: 75%;
	text-align: left;
	padding-left: 2.5em;
	text-indent: -2.5em;
	margin-top: 15px;
	line-height: 1.4;
}
#apu #contents p{
	line-height: 1.4;
}
#apu #contents .linkbtn p{
	float: left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
#apu #contents a.linkbtn-yellow{
	background: #f7ee15;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin: 10px auto;
	height: auto;
	line-height: 1;
	padding: 12px;
	position: relative;
}
#apu #contents a.linkbtn-yellow::before{
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.25rem;
}
#apu #contents .section .fl-l{
	margin-bottom: 30px;
}
#apu #contents .section p.title{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: 300;
}
#apu #contents .section p.sub_title.blue{
	border-bottom: 2px solid #87b2e0;
	padding-bottom: 5px;
	font-size: 1.5rem;
}
#apu #contents .section p.sub_title.blue span{
	font-size: 90%;
	margin-left: 10px;
	font-weight: 300;
}
#apu #contents .section p.sub_title{
	margin: 7px auto 5px;
}
#apu #contents .section .type-box,
#apu #contents .section .type-img-box p{
	margin-bottom: 20px;
}
#apu #contents .section .type-box p{
	float: left;
}
#apu #contents .section .type-box p:first-child{
	width: 75%;
	padding-right: 10px;
	box-sizing: border-box;
}
#apu #contents .section .type-box p:last-child{
	width: 25%;
}
#apu #contents .section .type-point{
	border: 2px solid #87b2e0;
	padding: 20px 10px;
	margin-top: 30px;
	text-align: center;
}
#apu #contents .section .type-point .title.red{
	color: #d90013;
}
#apu #contents .section .sec-blk .feature-title-blk{
	text-align: center;
}
#apu #contents .section .sec-blk .feature-title-blk img{
	width: 85%;
}
#apu #contents .section .sec-blk .feature-title-blk p{
	color: #d90013;
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 1.3;
}
#apu #contents .section .sec-blk .feature-title-blk p span{
	font-size: 85%;
}
#apu #contents .section.plusone p.subtitle_blk{
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	text-align: center;
}
#apu #contents .section .type-img-box.back-grey{
	background: #e4e6eb;
	padding: 10px;
}

#apu #contents .main-sky p{
	margin-bottom: 10px;
}
#apu #contents a.linkbtn-blue{
	background: #0068b0;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	margin: 10px auto;
	height: auto;
	line-height: 1;
	padding: 12px;
	position: relative;
}
#apu #contents a.linkbtn-blue::before{
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.25rem;
}

#apu #contents .btn_set{
	background: rgba(0,0,0,0.6);
}

/*--------- auu アルティメットウレタン --------- */
#contents .section{
	margin: 40px 10px;
	color: #221815;
}
#auu #contents .main-area{
	background: -moz-linear-gradient(top, #052856, #000);
	background: -webkit-linear-gradient(top, #052856, #000);
	background: linear-gradient(to right, #052856, #000);
	padding: 10px;
}
#auu #contents .img-box{
	padding: 0;
}
#auu #contents .section .bg-red-title{
	background: -moz-linear-gradient(top, #7e0015, #c81432);
	background: -webkit-linear-gradient(top, #7e0015, #c81432);
	background: linear-gradient(to left, #7e0015, #c81432);
	margin: auto -10px;
	padding: 10px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}
#auu #contents .section .bg-red-title span{
	width: 260px;
	margin: 0 auto;
	text-align: left;	
	display: block;
}
#auu #contents .section .bg-red-title span.ruby{
	font-size: .5em;
}
#auu #contents p{
	line-height: 1.4;
}
#auu #contents .linkbtn{
	margin: 20px auto;
}
#auu #contents .linkbtn p{
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	margin: 0 auto;
}
#auu #contents .section .fl-l{
	margin-bottom: 30px;
}
#auu #contents .section p.title{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: 300;
}
#auu #contents .section p.sub_title.blue{
	border-bottom: 2px solid #87b2e0;
	padding-bottom: 5px;
	font-size: 1.5rem;
}

#auu #contents .section p.sub_title.blue.ico_check:before{
	content: "";
	background-image: url("../png/auu_04_icon_check.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}
#auu #contents .section.operation span.note{
	font-size: .8em;
	display: block;
	text-align: right;
}
#auu #contents .section.operation .img-blk p{
	margin-top: 20px;
}
#auu #contents p.img-2type{
	margin: 0 -10px;
}
#auu #contents .section .img-text-bx{
	margin-bottom: 20px;
}
#auu #contents .section .img-text-bx .caster-img{
	width: 30%;
	margin: 0 auto 30px;
}
#auu #contents .section .img-text-bx p.subtitle_blk + p{
	margin-bottom: 10px;
}
#auu #contents .section .img-box.auubox p{
	margin-bottom: 20px;
}
#auu #contents .section .for-pc{
	display: none;
}
#auu #contents .section p.sub_title.blue span{
	font-size: 90%;
	margin-left: 10px;
	font-weight: 300;
}
#auu .text-img-box p{
	margin-bottom: 20px;
}
#auu #contents .section p.sub_title{
	margin: 7px auto 5px;
}
#auu #contents .section .type-box,
#auu #contents .section .type-img-box p{
	margin-bottom: 20px;
}
#auu #contents .section .type-box p{
	float: left;
}
#auu #contents .section .type-box p:first-child{
	width: 75%;
	padding-right: 10px;
	box-sizing: border-box;
}
#auu #contents .section .type-box p:last-child{
	width: 25%;
}
#auu #contents .section .type-point{
	border: 2px solid #87b2e0;
	padding: 20px 10px;
	margin-top: 30px;
	text-align: center;
}
#auu #contents .section .type-point .title.red{
	color: #d90013;
}
#auu #contents .section .sec-blk{
	margin: 10px auto;
}
#auu #contents .section .sec-blk .feature-title-blk{
	text-align: center;
}
#auu #contents .section .sec-blk .feature-title-blk img{
	width: 85%;
}
#auu #contents .section .sec-blk .feature-title-blk p{
	color: #d90013;
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 1.3;
}
#auu #contents .section.plusone p.subtitle_blk{
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	text-align: center;
}
#auu #contents .section.plusone p.subtitle_blk+p{
	text-align: left;
}
#auu #contents .section .type-img-box.back-grey{
	background: #e4e6eb;
	padding: 10px;
}

#auu #contents a.linkbtn-blue{
	background: #c81432;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	margin: 10px auto;
	height: auto;
	line-height: 1;
	padding: 12px;
	position: relative;
}
#auu #contents a.linkbtn-blue::before{
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.25rem;
}

#auu #contents .btn_set{
	background: rgba(0,0,0,0.6);
}

#auu #contents.en .section .bg-red-title span{
	width: 100%;
}
#auu #contents.en .section .bg-red-title span.ruby{
	text-align: right;
	margin-right: 9em;
	width: auto;
}
#auu #contents.en .section .bg-red-title span.font-Nordikka{
	font-family: "Nordikka";
	display: inline-block;
	margin-left: 10px;
	width: auto;
}
#auu #contents.en a.linkbtn-blue{
	text-align: center;
}

#auu #contents .tabbox {
	margin: 0px;
	text-align: center;
}
#auu #contents .tabbox input { display: none; }
#auu #contents .tab {
	display: inline-block;
	padding: 0.75em 1em;
	color: #fff;
	background-color: #5a5a5a;
   font-size: 1.5em;
   text-align: center;
	width: 49%;
   box-sizing: border-box;
}
#auu #contents .tab span{
	display: block;
	font-size: 0.6em;
}
#auu #contents input:checked + .tab {
	color: #fff;
	background: linear-gradient(to left, #7e0015, #c81432);
	position: relative;
	z-index: 10;
	font-weight: bold;
}
#auu #contents .tabcontent {
  display: none;
  margin-top: -1px;
  position: relative;
  z-index: 0;
}
#auu #contents #tabcheck1:checked ~ #tabcontent1 { display: block; }
#auu #contents #tabcheck2:checked ~ #tabcontent2 { display: block; }

#auu #contents .auubox.lineupbox{
	margin: 4em auto;;
	padding: 0;
	margin-top: -5em;
	padding-top: 9em;
}
#auu #contents .auubox.lineupbox .lineup-blue{
    background: linear-gradient(to right, #052856, #000);
    padding: 20px 10px;
}
#auu #contents .auubox.lineupbox .lineup-ttl{
	text-align: center;
}
#auu #contents .auubox.lineupbox p{
	text-align: left;
	color: #171c61;
}


#contents .modal_product.for-pc{
	display: none!important;
}

.btn-float {
/*	position: fixed;*/
	right: 10px;
/*	transform: translateY(10px);*/
/*	transition:all 0.5s;*/
/*   top: 100px; */
}

.btn-float button {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background:rgb(165 182 190 / 95%);
	background-size: 200% 100%;
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	transition: 0.7s;
	border: none;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.btn-float button a {
	color: #FFF;
}



#contents.others_page .img-box{
	position: relative;
}
#contents.others_page .mv_btn_block{
	width: 80%;
	margin: 0 auto;
}
#contents.others_page .img-box .mv_btn_wrap ul li{
	color: #fff;
	border: 1px solid #fff;
	padding: 1em 2em;
	margin: 2em 1em;
	position: relative;
}
#contents.others_page .img-box .mv_btn_wrap ul li a{
	color: #fff;
}
#contents.others_page .img-box .mv_btn_wrap ul li a:after{
	content: '';
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.25rem;
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	
	/* common
	++++++++++++++++++++++++++++++++++++++++++++++ */

	/* ボタン */
	#contents .btn_set{
		text-align:center;
		padding:30px 0;
	}
	#contents .btn_set p{
		display:inline-block;
		margin:0 10px;
		width:auto;
	}
	#contents .btn_set p a{
		font-size:24px;
		padding:15px 30px;
		font-weight:300;
	}
	

	/*--------- apu プレミアムウレタン --------- */
	#apu #contents .section{
		margin: 100px auto 140px;
		max-width: 1030px;
	}
	#apu #contents .section p{
		font-size: 16px;
		line-height: 1.5;
	}	
	#apu #contents .img-box{
		margin-top: 60px;
		text-align: center;
	}
	#apu #contents .main-area p,
	#apu #contents .main-sky p{
		width: 880px;
		margin: 60px auto;
		font-size: 16px;
		font-weight: 300;
	}
	
	#apu #contents .section .apubox{
		position: relative;
		max-width: 993px;
	}
	
	#apu #contents .linkbtn{
		width: 470px;
		position: absolute;
		top: 10px;
		right: 0;
	}
	#apu #contents .linkbtn p{
		padding: 0 10px;
	}
	#apu #contents a.linkbtn-yellow{
		padding: 20px;
		font-size: 18px;
		font-weight: 400;
	}
	#apu #contents a.linkbtn-yellow::before{
		width: 0.7rem;
		height: 0.7rem;
	}
	#apu #contents .section p.title{
		font-size: 44px;
		margin-bottom: 50px;
	}
	#apu #contents .section p.sub_title.blue{
		padding-bottom: 10px;
		font-size: 30px;
		font-weight: 300;
	}
	#apu #contents .section p.sub_title.blue span{
		font-size: 65%;
		margin-left: 30px;
	}
	#apu #contents .section p.sub_title{
		margin: 20px auto;
		font-size: 22px;
		font-weight: 300;
	}
	#apu #contents .section .type-box,
	#apu #contents .section .type-img-box p{
		margin-bottom: 20px;
	}
	#apu #contents .section .fl-l{
		width:  56%;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	#apu #contents .section .type-box p:first-child{
		width: 75%;
		padding-right: 20px;
		line-height: 1.5;
	}
	#apu #contents .section .type-box p:last-child{
		width: 25%;
	}	
	#apu #contents .section .type-box p img{
		width: 100px;
	}
	#apu #contents .section .type-point{
		padding: 30px 40px;
		margin-top: 70px;
		text-align: center;
	}
	#apu #contents .section .type-point .title.red{
		font-size: 36px;
	}
	#apu #contents .section .sec-blk .feature-title-blk img{
		width: auto;
	}
	#apu #contents .section .sec-blk .feature-title-blk p{
		font-size: 44px;
		margin-bottom: 20px;
		font-weight: 300;
	}
	#apu #contents .section .sec-blk .feature-title-blk p span{
		font-size: 85%;
	}
	#apu #contents .section.plusone p.subtitle_blk{
		padding-bottom: 10px;
		font-size: 36px;
		font-weight: 300;
		width: 852px;
		margin: 60px auto 10px;
	}
	#apu #contents .section.plusone .type-img-box{
		width: 852px;
		margin: 30px auto;
	}
	#apu #contents .section.plusone .type-img-box p{
		float: left;
		width: 50%;
		line-height: 1.5;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#apu #contents .section .type-img-box.back-grey{
		padding: 20px;
		box-sizing: border-box;
		position: relative;
		margin-top: 50px;
	}
	#apu #contents .section .type-img-box.back-grey p:first-child{
		width: 48%;
	}	
	#apu #contents .section .type-img-box.back-grey p img{
		position: absolute;
		top: -30px;
		right: 10px;
	}
	#apu #contents .section.sky.main{
		max-width: 1200px!important;
		text-align: center;
	}	
	#apu #contents .section.sky.main p:last-child{
		text-align: left;
	}	
	#apu #contents .main-sky p{
		margin-bottom: 30px;
		text-align: center;
	}
	#apu #contents .section.sky .linkbtn p{
		padding: 0 5px;
	}
	
	#apu #contents .sky .linkbtn{
		width: 420px;
		top: 0;
	}
	#apu #contents a.linkbtn-blue{
		padding: 15px 0;
		font-size: 18px;
		font-weight: 400;
	}
	#apu #contents a.linkbtn-blue::before{
		width: 0.7rem;
		height: 0.7rem;
	}

	#apu #contents .section.sky-wrap{
		max-width: 860px;
	}
	
	#apu #contents .section.sky-wrap .fl-l{
		padding-right: 20px;
		box-sizing: border-box;
		width: 53%;
	}
	#apu #contents .section.plusone.sky-wrap .sec-blk .feature-title-blk p{
		margin-bottom: 50px;
		font-size: 40px;
	}
	#apu #contents .section.plusone.sky-wrap .type-img-box p{
		width: auto;
		float: none;
		text-align: center;
	}
	#apu #contents .section.plusone.sky-wrap p.subtitle_blk{
		margin-top: 50px;
	}
	#apu #contents .section.plusone.sky-wrap .type-img-box.clearfix p{
		float: left;
		width: 50%;
		text-align: left;
	}
	#apu #contents .section.plusone.sky-wrap .type-img-box.clearfix p:last-child{
		text-align: center;
	}
	
	/*--------- auu アルティメットウレタン --------- */
	#auu #contents .section{
		margin: 50px auto 0;
		max-width: 1030px;
	}
	#auu #contents .section p{
		font-size: 16px;
		line-height: 1.5;
	}	
	#auu #contents .img-box{
		margin: 60px auto;
		text-align: center;
	}
	#auu #contents .main-area{
		padding-bottom: 0;
	}
	#auu #contents .main-area .img-box{
		margin-bottom: 0;
	}
	#auu #contents .section .img-box.auubox p{
		margin-bottom: 140px;
	}
	#auu #contents .section .bg-red-title{
		font-size: 2em;
		margin: auto;
	}
	#auu #contents .section .bg-red-title span{
		width: 400px;
	}
	#auu #contents .section .sec-blk{
		margin: 60px auto;
		position: relative;
		max-width: 860px;
	}
	#auu #contents .section p.subtext{
		position: absolute;
		right: 0px;
		width: 400px;
		top: -10px;
	}
	#auu #contents .section p.subtext + p{
		text-align: center;
		margin-top: 40px;
	}
	#auu #contents .main-area p,
	#auu #contents .main-sky p{
		width: 880px;
		margin: 60px auto;
		font-size: 16px;
		font-weight: 300;
	}
	#auu #contents .section .apubox{
		position: relative;
		max-width: 993px;
	}
	#auu #contents .section p.sub_title.blue.ico_check::before{
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	#auu #contents .section.operation p.sub_title.blue{
		border-bottom: none;
		padding-left: 1em;
	}
	#auu #contents .section.operation p.sub_title.blue.red{
		color: #c81432;
		vertical-align: middle;
		padding-bottom: 10px;
	}
	#auu #contents .section.operation .sec-blk{
		border-bottom: 2px dotted #646b7c;
		max-width: 860px;
	}
	#auu #contents .section.operation .sec-blk p{
		display: table-cell;
		width: 500px;
		vertical-align: middle;
		padding-bottom: 10px;
		padding-right: 1em;
	}
	#auu #contents .section.operation .img-blk{
		text-align: center;
		max-width: 860px;
		margin: 0 auto;
	}
	#auu #contents .section.operation .img-blk p{
		margin-top: 40px;
		font-size: 22px;
	}
	#auu #contents .section .for-sp{
		display: none;
	}
	#auu #contents .section .for-pc{
		display: block;
	}
	#auu #contents .img-wrap{
		position: relative;
	}
	#auu #contents p.img-2type {
		margin: auto;
	}
	#auu #contents .section.operation span.note{
		font-size: 14px;
	}
	#auu #contents .linkbtn{
		width: 470px;
		position: absolute;
		bottom: 15%;
		left: 15%;
	}
	#auu #contents .linkbtn p{
		padding: 0 10px;
	}
	#auu #contents a.linkbtn-yellow{
		padding: 20px;
		font-size: 18px;
		font-weight: 400;
	}
	#auu #contents a.linkbtn-yellow::before{
		width: 0.7rem;
		height: 0.7rem;
	}
	#auu #contents .section p.title{
		font-size: 44px;
		margin-bottom: 50px;
	}
	#auu #contents .section p.sub_title.blue{
		padding-bottom: 10px;
		font-size: 30px;
		font-weight: 300;
	}
	#auu #contents .section p.sub_title.blue span{
		font-size: 65%;
		margin-left: 30px;
	}
	#auu #contents .section p.sub_title{
		margin: 20px auto;
		font-size: 22px;
		font-weight: 300;
	}
	#auu #contents .section .type-box,
	#auu #contents .section .type-img-box p{
		margin-bottom: 20px;
	}
	#auu #contents .section .fl-l{
		width: 56%;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	#auu #contents .section .fl-l + div{
		width: 44%;
		float: right;
	}
	#auu #contents .section .type-box p:first-child{
		width: 75%;
		padding-right: 20px;
		line-height: 1.5;
	}
	#auu #contents .section .type-box p:last-child{
		width: 25%;
	}	
	#auu #contents .section .type-box p img{
		width: 100px;
	}
	#auu #contents .section .type-point{
		padding: 30px 40px;
		margin-top: 70px;
		text-align: center;
	}
	#auu #contents .section .type-point .title.red{
		font-size: 36px;
	}
	#auu #contents .section .sec-blk .feature-title-blk {
		margin-bottom: 60px;
	}
	#auu #contents .section .sec-blk .feature-title-blk img{
		width: auto;
	}
	#apu #contents .section .sec-blk .feature-title-blk p{
		font-size: 44px;
		margin-bottom: 20px;
		font-weight: 300;
	}
	#auu #contents .section .sec-blk .feature-title-blk p span{
		font-size: 85%;
	}
	#auu #contents .section .img-text-bx .caster-img{
		float: left;
		margin-top: 5%;
	}
	#auu #contents .section .img-text-bx .caster-img + div{
		float: right;
		width: 65%;
	}
	#auu #contents .section .img-text-bx.sky-2-bx .caster-img{
		margin-top: 8%;		
	}
	#auu #contents .section .img-text-bx.sky-2-bx .caster-img img{
		width: 250px;
	}
	#auu #contents .section.plusone p.subtitle_blk{
		font-size: 22px;
		margin: 0 auto 10px;
		text-align: left;
		padding-bottom: 5px;
	}
	#auu #contents .section.plusone .type-img-box{
		width: 852px;
		margin: 30px auto;
	}
	#auu #contents .section.plusone .type-img-box p{
		float: left;
		width: 50%;
		line-height: 1.5;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#auu #contents .section.plusone .linkbtn.sky{
		left: auto;
		right: 0;
	}
	#auu #contents .section .type-img-box.back-grey{
		padding: 20px;
		box-sizing: border-box;
		position: relative;
		margin-top: 50px;
	}
	#auu #contents .section .type-img-box.back-grey p:first-child{
		width: 48%;
	}	
	#auu #contents .section .type-img-box.back-grey p img{
		position: absolute;
		top: -30px;
		right: 10px;
	}
	#auu #contents a.linkbtn-blue{
		padding: 20px;
		font-size: 18px;
		font-weight: 400;
	}
	#auu #contents a.linkbtn-blue::before{
		width: 0.7rem;
		height: 0.7rem;
	}

	#auu #contents.en  .section .bg-red-title span{
		text-align: center;
	}
	#auu #contents.en .section .bg-red-title span.ruby{
		margin-right: 20em;
	}
	#auu #contents.en .section .bg-red-title span.font-Nordikka{
		margin-left: 50px;
	}

	#auu #contents .auubox.lineupbox p{
		margin-bottom: 30px!important;
	}
	#auu #contents .tab{
		font-size: 30px;
	}
	#auu #contents .tab span{
		display: inline-block;
		margin-right: 1em;
	}
	#auu #contents .tab:hover {
		opacity: 0.7;
	  cursor: pointer;
	}
	#auu #contents .auubox.lineupbox{
		margin: 4em auto;
		max-width: 860px;
		margin-top: -150px;
		padding: 150px 4em;
	}
	#auu #contents .auubox.lineupbox .lineup-blue{
		text-align: center;
		padding: 30px 10px;
		margin: 30px -85px;
	}
	#auu #contents .img-box.auubox.sub-detail p.auu_sub_ttl img{
		width: 53%;
	}
	#auu #contents .img-box.auubox.sub-detail p.auu_sub_img {
		text-align: center;
	}

	#contents .modal_product.for-pc{
		display: block!important;
	}
	#contents .btn-float.for-sp{
		display: none!important;
	}

	#contents .modal_product{
		width: 450px;
		background: rgb(165 182 190 / 95%);
		 position: fixed;
		bottom: 135px;
		right: 30px;
		z-index: 10;
	}
	#contents .modal_product .modal_blk{
		position: relative;
		padding: 1em 1.5em;
	}
	#contents .modal_product .modal_contents .modal_product_txt p{
		color: #1d2088;
		text-align: left;
		margin: 1em auto;
		font-size: 16px;
		line-height: 1.5;
	}
	#contents .modal_product .modal_contents .modal_product_img{
		width: 80%;
		margin: 0 auto;
	}
	#contents .modal_product.en .modal_contents .modal_product_img{
		width: 90%;
	}
	#contents.leadstar .modal_product .modal_contents .modal_product_img{
		width: 100%;
		position: relative;
	}
	#contents .modal_product .modal_blk .btn{
		background: #f02646;
		padding: 10px;
		display: inline-block;
		border-radius: 100vh;
		position: absolute;
		left: 2em;
		bottom: 2em;
	}
	#contents.leadstar .modal_product .modal_blk .btn{
		bottom: 1em;
	}
	#contents .modal_product .modal_blk .btn a{
		color: #fff;
	}
	#contents .modal_product .modal-header {
		padding: 3px 15px;
		display: flex;
		justify-content: space-between;
		color: #175574;
		position: relative;
	}
	#contents .modal_product .modalClose {
		font-size: 2rem;
		font-weight: bold;
		position: absolute;
		top: -15px;
		right: -15px;
		z-index: 99999;
		padding: 4px 10px;
		border: none;
		background-color: #f8f8f8;
		border-radius: 25px;
		cursor: pointer;
		-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
		box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	}
	
	#contents .modal_product.for-pc.js_close {
	  display: none!important;
	}
	.is-hidden {
	  visibility: hidden;
	  opacity: 0;
	}
	
	#contents.leadstar .modal_product{
		height: 500px;
	}
	#contents.leadstar .modal_product_img p{
		font-size: 16px;
		line-height: 1.5;
		color: #1d2088;
	}
	#contents.leadstar .modal_product_img p span{
		display: inline-block;
		border: 1px solid;
		padding: 5px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#contents.leadstar .modal_product_img p.modal_product_img_product{
		width: 70%;
		position: absolute;
		right: -20px;
		top: 150px;
	}
	#contents.leadstar .modal_product .modal_blk .btn {
		bottom: -9em;
	}
	
	#contents.others_page .img-box .mv_btn_wrap{
		position: absolute;
		bottom: 3em;
	}
	#contents.others_page .img-box:first-child{
		width: 1280px;
	}
	#contents.others_page .mv_btn_block{
		width: 500px;
		margin: 0 0 0 150px;
	}
	#contents.others_page .img-box .mv_btn_wrap ul li{
		margin: 1em;
	}
	
	#contents.others_page.en_page .img-box .mv_btn_wrap{
		bottom: 5em;
	}

	
}


.modal_product.UpMove,
.btn-float.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
	opacity: 0;
	transform: translateY(100px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.modal_product.DownMove,
.btn-float.DownMove {
	animation:DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
	opacity: 1;
	transform: translateY(0);
  }
  to {
	opacity: 0;
	transform: translateY(100px);
  }
}
	
