@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	width:100%;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height:1.2;
	padding-top: 25px;
}
a {
	text-decoration: none;
	color:#1a1a1a;
	cursor: pointer!important;
}
a:hover{
	opacity:0.6;
}
img{
	width:100%;
	vertical-align: bottom;
}


/* ヘッダー -----------------------------*/
header{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	height: 25px;
	top: 0;
	background: #fff;
	z-index: 9999;
}
header .logo_header{
	display: flex;
	justify-content: flex-start;
	margin-left: 1%;
}
header .logo_header .logo{
	height: 18px;
	margin-right: 7%;
}
header .logo_header .logo_maruman{
	height: 12px;
}
header .btn_header{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .icon_sns{
	height: 18px;
	margin-left: 4%;
}
header .btn_cart{
	height: 25px;
	margin-left: 1%;
}
header img{
	width: auto;
	height: 100%;
	vertical-align: middle;
}

.mv{
	position: relative;
}
.mv_inner{
	position: absolute;
	top: 7%;
	left: 4%;
}
.mv_inner .txt01{
	width: 68%;
	margin-left:1%;
}
.mv_inner .txt02{
	width: 44%;
	margin: 3% 0 18%;;
}
.mv_inner .txt03{
	width: 74%;
	margin: 0 3% 0 auto;
}

.catch{
	padding: 8% 0 12%;
	background: #008090;
}
.catch .txt01{
	width: 53%;
	margin: 0 auto;
}
.catch .txt02{
	width: 50%;
	margin: 7% auto 5%;
}
.catch .img{
	width: 94%;
	margin: 0 auto;
}

.majesty{
	position: relative;
	margin-top: -14%;
}
.majesty p{
	position: absolute;
	width: 80%;
	top: 16%;
	left: 50%;
	margin-left: -40%;
}
.majesty .bg{
}

#development{
	padding: 14% 0 6%;
	margin-top: -5%;
	background: url("../images/bg_development.png") no-repeat top;
	background-size: cover;
}
#development .tit{
	width: 92%;
	margin: 0 auto 7%;
}

#product{
	padding: 7% 0;
	background: #000;
}
#product .tit{
	width: 69%;
	margin: 0 auto;
}
#product .img{
	width: 72%;
	margin: 6% auto 3%;
}
#product .txt{
	width: 94%;
	margin: 0 auto;
}

#verification{
	background: #008090;
}
#verification .tit_wrap{
	position: relative;
	padding: 10% 0 7%;
	background: #f37129;
}
#verification .tit_wrap .tit{
	position: absolute;
	width: 92%;
	top: 9%;
	left: 50%;
	transform:translateX(-50%);
}
#verification .tit_wrap .img{
	width: 46%;
	margin: 0 auto;
}
#verification .tit_wrap .txt{
	position: absolute;
	width: 88%;
	bottom: 7%;
	left: 50%;
	transform:translateX(-50%);
}
.verification_inner{
	padding: 10% 0 8%;
}
.verification_inner .tit_inner{
	width: 94%;
	margin: 0 auto 9%;
}
.verification_inner .img01,
.verification_inner .img02{
	width: 84%;
	margin: 0 auto;
}
.verification_inner .catch_txt{
	width: 66%;
	margin: 5% auto 3%;
}
.verification_inner .impression{
	padding: 9% 0 0;
}
.verification_inner .impression .img_bubble{
	width: 50%;
	margin: 0 auto 1%;
}
.verification_inner .tit_impression{
	width: 95%;
	margin: 0 auto;
}
.impression_list{
	width: 74%;
	margin: 4% auto 0;
}
.impression_list li{
	margin-bottom: 17%;
}
.impression_list li:last-child{
	margin-bottom: 0;
}

#movie {
	padding: 6% 0 3%;
	background: url("../images/bg_movie.png") no-repeat center;
	background-size: cover;
}
#movie h1 {
	width: 69%;
	margin: 0 auto 4%;
}
#movie .yt {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 5%;
}
#movie .yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.order{
	padding-bottom: 23%;
	background: #000;
}
.order_box{
	position: relative;
	background:#fff;
	padding-bottom: 4%;
}
.img_order_box{
	width: 81%;
	margin: 4% auto 2%;
}
.order_box a{
	display:block;
	width: 95%;
	margin: 0 auto;
}
.order .notice{
	width: 95%;
	color: #fff;
    font-size: 2.6vw;
	margin: 4% auto 9%;
}
.order .bnr a{
	display: block;
	width: 95%;
	margin: 0 auto 6%;
}
.order .bnr a:last-child{
	margin: 0 auto;
}

/* TOPへ戻る -----------------------------*/
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 9999;
}
.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}

/* フッター -----------------------------*/
footer{
	background:#008090;
	padding: 1% 0;
}
footer small{
	display: block;
	width: 56%;
	margin: 0 auto;
}
footer small img{
	vertical-align: middle;
}

/* -------------------------------------------

clearfix

 ---------------------------------------------------*/

.cf:after {
  content: "";
  clear: both;
  display: block;
}