@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: 6.6666vw;
}
a {
	text-decoration: none;
	color:#1a1a1a;
	cursor: pointer!important;
}
a:hover{
	opacity:0.6;
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
.bg_wrap{
	background: rgb(210,207,203);
	background : linear-gradient(60deg, rgba(216, 214, 211, 0.4) 0%, rgba(210, 207, 203, 0.4) 0%, rgba(195, 192, 189, 0.4) 6.49%, rgba(156, 154, 154, 0.4) 18.9%, rgba(130, 128, 130, 0.4) 26.4%, rgba(255, 255, 255, 0.4) 52.25%, rgba(240, 240, 240, 0.4) 58.18%, rgba(201, 201, 201, 0.4) 69.56%, rgba(139, 139, 139, 0.4) 85.12%, rgba(128, 128, 128, 0.4) 87.64%, rgba(196, 197, 197, 0.4) 100%, rgba(157, 157, 158, 0.4) 100%);
}


/* ヘッダー -----------------------------*/
header{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	height: 6.6666vw;
	top: 0;
	background: #fff;
	z-index: 9999;
}
header .logo_header{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0.8vw;
}
header .logo_header .logo{
	width: 15.3333vw;
	margin-right: 2.1333vw;
}
header .logo_header .logo_maruman{
	width: 16.2222vw
}
header .btn_header{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .icon_sns{
	width: 4.6666vw;
	margin-right: 1.6vw;
}
header .btn_cart{
	height: 6.6666vw;
}
header img{
	vertical-align: middle;
}
header .btn_cart img{
	width: auto;
	height: 100%;
}

.mv{
	background: #000;
}
.mv_inner{
	position: relative;
}
.mv_inner .img{
	position: relative;
	z-index: 98;
}
.mv_inner .txt_wrap{
	position: absolute;
	height: calc(100% - 4vw);
	top: 4vw;
	z-index: 99;
}
.mv_inner .txt01{
	width: 94%;
	margin: 0 auto;
}
.mv_inner .txt02{
	position: absolute;
	width: 76.5333vw;
	bottom: 4vw;
	right: 0;
}

.catch{
	position: relative;
	padding: 46.6666vw 0 0;
}
.catch .img{
	position: relative;
	z-index: 98;
}
.catch_inner{
	position: absolute;
	width: 100%;
	top: 5.3333vw;
	z-index: 99;
}
.catch_inner .txt01{
	width: 84vw;
	margin: 0 auto 5.3333vw;
}
.catch_inner .txt02{
	width: 84vw;
	margin: 0 auto;
}

.movie{
	position: relative;
	background: #008090;
	padding: 8vw 0 13.3333vw;
}
.movie::before {
  	content: '';
  	position: absolute;
  	top: -4vw;
  	left: 0;
  	border-bottom: 4vw solid #008090;
  	border-right: 100vw solid transparent;
	z-index: 100;
}
.movie .tit{
	width: 88vw;
	margin: 0 auto 2.6666vw;
}
.yt{
	width: 84vw;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 0 auto;
}
.yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.majesty{
	position: relative;
	margin-top: -5.8666vw;
}
.majesty p{
	position: absolute;
	width: 94.1333vw;
	top: 11.3333vw;
    left: 50%;
    transform: translateX(-50%);
}

.product_box{
	padding: 8vw 4vw;
}
.product_box:nth-child(2n){
	background: #fff;
}
.product_box .tit{
	width: 100%;
	margin: 0 auto 6.4vw;
}
.product_box .cap{
	margin-bottom: 6.6666vw;
}
.product_box .check{
	position: relative;
	width: 100%;
	margin: 10.1333vw auto 0;
	border: 0.8vw solid #008090;
	border-top: none;
	box-sizing: border-box;
	padding: 6.4vw 0 2.6666vw;
}
.product_box .check:before{
	position: absolute;
	content: "";
	height: 0.8vw;
	top: 0;
	left: 0;
	width: 30.6666vw;
	background: #008090;
}
.product_box .check:after{
	position: absolute;
	content: "";
	height: 0.8vw;
	top: 0;
	right: 0;
	width: 30.6666vw;
	background: #008090;
}
.product_box .check .tit_check{
	position: absolute;
	width: 28vw;
	top: -3.2vw;
    left: 50%;
    transform: translateX(-50%);
}
.product_box .check .inner{
	display: flex;
	align-items: center;
}
.product_box .check .inner .img_check{
	width: 100%;
}
.product_box .check .inner .txt_check{
	width: 100%;
	margin-left: 80px;
}
.product_box:nth-child(1) .cap,
.product_box:nth-child(2) .cap{
	margin-bottom: 4vw;
}

.order{
	padding: 9.6vw 4vw 9.3333vw;
	background: #000;
	box-sizing: border-box;
}
.order_cap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 99;
}
.order_box{
	position: relative;
	margin: 4vw auto 0;
	z-index: 99;
}
.order02 .order_box{
	margin: -16vw 0 0;
}
.tit_order{
	position: relative;
	text-align: center;
}
.tit_order:after{
	position: absolute;
	content: "";
	height: 6vw;
	width: 100%;
	background: #008090;
	bottom: 0;
	left: 0;
	z-index: 98;
}
.tit_order img{
	position: relative;
	width: 84.8vw;
	padding-bottom: 1.6vw;
	z-index: 99;
}
.order_box_inner{
	background:#fff;
	padding: 0 0 2.1333vw;
}
.img_order_box{
	width: 93%;
	margin: 3.4666vw auto 0;
}
.order_box_inner a{
	display:block;
	width: 96%;
	margin: 4vw auto 0;
}
.order .notice{
	width: 100%;
	color: #fff;
    font-size: 14px;
    line-height:1.8;
	margin: 13px auto 30px;
}
.order .bnr{
	margin: 9.3333vw 0 12vw;
}
.order .bnr a{
	display: block;
	margin: 0 0 5.8666vw;
}

.pro .tit{
	background: url("../images/bg_tit_pro.png") no-repeat #008090;
	background-size: cover;
}
.pro .tit_pro{
	padding: 3.2vw 0 4vw;
	background: #008090;
}
.pro .tit_pro img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.pro_box{
	margin: 0 auto 10.6666vw;
	background: #fff;
}
.pro_box .desc_wrap .tagline{
	margin: 5.8666vw 0 5.3333vw;
}
.pro_box .desc_wrap .txt{
	font-size: 3.2vw;
	line-height: 1.8;
	letter-spacing: -0.01em;
	padding: 0 4vw 5.3333vw;
}
.pro_box .desc_wrap .info{
	color: #fff;
	font-size: 3.2vw;
	line-height: 1.7;
	background: #008090;
	padding: 4vw;
}

.amateur{
	padding: 6.4vw 4vw 8vw;
	background: #008090;
}
.amateur .img_amateur_balloon{
	width: 70.6666vw;
	margin: 5.3333vw auto 3.2vw;
}
.amateur ul{
	display: flex;
	justify-content: space-between;
}
.amateur ul li{
	width: 31%;
}
.amateur .takehara{
	position: relative;
	margin-top: 6.6666vw;
}
.amateur .takehara .img{
	position: absolute;
	height: 32.5333vw;
}
.amateur .takehara .img img{
	width: auto;
	height: 100%;
}
.amateur .takehara .desc_wrap{
	width: 76.8vw;
	height: 32.5333vw;
	background: #fff;
	margin-left: auto;
}
.amateur .takehara .desc_wrap .name{
	background: #ff0;
	padding: 2.1333vw 0;
}
.amateur .takehara .desc_wrap .txt{
	margin-top: 2.6666vw;
}
.amateur .takehara .desc_wrap .name img,
.amateur .takehara .desc_wrap .txt img{
	display: block;
	width: 44vw;
	margin-left: 25.3333vw;
}
.amateur .takehara .cap{
	width: 100%;
	margin: 8vw auto 5.8666vw;
}

.spec{
	padding: 8vw 4vw 5.3333vw;
	background: #000;
}
.spec .img{
	margin: 5.3333vw auto 0;
}


/* TOPへ戻る -----------------------------*/
.pagetop {
  position: fixed;
  bottom: 10.6666vw;
  right: 1.6vw;
  z-index: 9999;
}
.pagetop a {
  display: block;
  width: 10.6666vw;
  height: 10.6666vw;
}

/* フッター -----------------------------*/
footer{
	height: 7.2vw;
	line-height: 7.2vw;
	background:#008090;
}
footer small{
	display: block;
	width: 56.222vw;
	margin: 0 auto;
}

/* -------------------------------------------

clearfix

 ---------------------------------------------------*/

.cf:after {
  content: "";
  clear: both;
  display: block;
}