@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
html {
	background:#000;
}

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;
	background: #fff;
}
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 -----------------------------*/
.mv{
	background: #000;
	padding-top: 25px;
}
.mv_inner{
	position: relative;
}
.mv_inner a {
	position: absolute;
	width: 97%;
	bottom: 4%;
	left: 50%;
	transform:translateX(-50%);
}

/* 品質 -----------------------------*/
#quality{
	padding: 7% 3% 4%;
}
#quality .txt_wrap h1{
	margin-bottom: 4%;
}
#quality .txt_wrap p{
	font-size: 3.466vw;
	line-height: 2.3;
}
#quality .img{
	margin: 4% 0 0;
}

/* こだわり -----------------------------*/
#commitment .tit_wrap{
	position: relative;
}
#commitment .tit_wrap .txt_wrap{
	position: absolute;
	padding: 0 3%;
	top: 19%;
	z-index: 99;
}
#commitment .tit_wrap .catch{
	margin-bottom: 4%;
}
#commitment .tit_wrap .img{
	position: relative;
	z-index: 98;
}
#commitment .tit_wrap:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon_arrow_white.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 17px;
    bottom: 12%;
    left: 50%;
    margin-left: -14px;
}
.commitment_wrap{
	padding-top: 20%;
	margin-top: -20%;
	background: url("../images/bg_commitment_wrap.png") no-repeat;
	background-size: cover;
}
.commitment_wrap .tagline{
	margin: 4% 3% 13%;
}
.commitment_box .tit{
	margin: 0 3% 8%;
}
.commitment_box .mv{
	margin: 0 0 8%;
	padding: 0;
}
.commitment_box .desc{
	padding: 0 3%;
}
.commitment_box .desc .txt{
	font-size: 3.466vw;
	line-height: 2.3;
}
.commitment_box .desc .img{
	margin: 4% 0 8%;
}
.commitment_box.box02{
	background: #fff;
	padding: 8% 0 1%;
}
.commitment_box.box03{
	padding: 8% 0;
}
.commitment_box.box03 .desc .img:last-of-type{
	margin: 4% 0 0;
}

@media screen and (min-width: 768px) {
	#commitment .tit_wrap:after {
    	width: 56px;
    	height: 34px;
    	bottom: 12%;
    	left: 50%;
    	margin-left: -28px;
	}
}

/* 検証 -----------------------------*/
#verification .tit_wrap{
	position: relative;
	background: #f37129;
}
#verification .tit_wrap .tit{
	position: absolute;
	top: 7%;
	padding: 0 3%;
}
#verification .tagline{
	position: relative;
	padding: 7% 3% 17%;
}
#verification .tagline:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon_arrow_green.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 17px;
    bottom: 10%;
    left: 50%;
    margin-left: -14px;
}
.verification_wrap{
	position: relative;
	background: #008090;
	transform: skewY(-4deg);
	padding: 11% 3%;
}
.verification_box{
	transform: skewY(4deg);
	margin-bottom: 11%;
}
.verification_box .img{
	margin: 4% 0 3%;
}
.verification_box .txt{
	color: #fff;
	font-size: 3.7333vw;
	line-height: 2.3;
}
#verification .catch_wrap{
	position: relative;
	margin-top: -18%;
}

/* 動画 -----------------------------*/
#movie{
	background: -moz-linear-gradient(left, #94948f 0%, #a8a9af 22%, #71797e 72%, #858c91 100%);
	background: -webkit-linear-gradient(left, #94948f 0%,#a8a9af 22%,#71797e 72%,#858c91 100%);
	background: linear-gradient(to right, #94948f 0%,#a8a9af 22%,#71797e 72%,#858c91 100%);
	padding: 24% 0 9%;
	margin-top: -18%;
}
#movie h1{
	width: 69%;
	margin: 0 auto 4%;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* パターン -----------------------------*/
#pattern {
	background: #008090;
}
.pattern_wrap{
	position: relative;
	margin-top: -25px;
	padding-top: 25px;
	padding-bottom: 12%;
}
.pattern_inner{
	padding: 3%;
	position: relative;
	overflow: hidden;
}
.pattern_wrap .desc{
	color: #fff;
	font-size: 3.2vw;
	line-height: 1.7;
	margin-bottom: 6%;
}
.pattern_wrap .desc .img{
	margin-top: 8%;
}
.step_list > li,
.pattern03_01{
	position: relative;
	padding-bottom: 16%;
}
.step_list > li:after,
.pattern03_01:after{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon_arrow_white.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 17px;
    bottom: 4%;
    left: 50%;
    margin-left: -14px;
}
.step_list > li:last-child{
	padding-bottom: 14%;
}
.step_list > li:last-child:after {
	display: none;
}
.pattern_box{
	background: #fff;
	padding-bottom: 4%;
}
.pattern_box .txt_wrap{
	padding: 3% 3% 6%;
}
.pattern_box .cap{
	padding: 3% 3% 0;
}
.pattern_box .txt_wrap .cap{
	padding:0 0 3%;
}
.pattern_box .txt_wrap .txt{
	font-size: 3.2vw;
	line-height: 1.7;
}
.pattern_box .txt_wrap .txt li{
	text-indent: -1em;
	padding-left: 1em;
}
.pattern_box .txt_wrap .txt li span{
	display: block;
}
.point_wrap .tit{
	margin-bottom: 2%;
}
.tit_pattern_sub{
	margin-bottom: 2%;
}
.pattern03 .pattern_box .img{
	margin: -2% 0 0;
}
.pattern04 .point_wrap,
.pattern05 .point_wrap{
	margin-top: 14%;
}
.pattern_switch {
	z-index: 2;
    position: absolute;
	display: flex;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
    background: #a7272d;
    color: #fff;
	font-weight: bold;
    transition: .2s ease;
	padding: 1% 0;
	width: 32%;
	align-items: center;
	justify-content: center;
}
.pattern_switch::after {
	content: "続きを読む";
    font-size: 3.2vw;
}
.pattern_inner.is-hide {
	height: 70px;
}
.pattern_inner.is-hide::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #00808f 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, #00808f 100%);
}
.pattern_switch.is-show {
	bottom: 1%;
	background: #fff;
	color: #a7272d;
}
.pattern_switch.is-show::after {
	content: "閉じる";
    font-size: 3.2vw;
}
.pattern_switch i {
	margin-right: 5px;
}
.pattern_switch.is-show i{
	transform: rotate(180deg);	
}
.pattern_switch.is-show + .grad-item::before {
	display: none;
}

/* アマチュア -----------------------------*/
#amateur{
	background: #008090;
	padding-bottom: 8%;
}
#amateur .tit{
	width: 84%;
	margin: 8% auto 4%;
}
#amateur .txt{
	margin: 0 3% 1%;
}
.amateur_list{
	position: relative;
	margin: 0 3%;
	padding-bottom: 20%;
}
.amateur_list:after{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon_arrow_white.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 17px;
    bottom: 6%;
    left: 50%;
    margin-left: -14px;
}
.amateur_list li{
	margin-bottom: 6%;
}
.amateur_list li:last-child{
	margin-bottom: 0;
}
#amateur .catch{
	margin: 0 3%;
}

/* スペック -----------------------------*/
#spec{
	background: #000;
	padding: 7% 0 8%;
}
#spec .tit{
	width: 69%;
	margin: 0 auto 5%;
}
#spec div{
	margin: 0 3%;
}

/* こだわり2 -----------------------------*/
#commitment02{
	background: url("../images/bg_commitment_wrap.png") no-repeat;
	background-size: cover;
	padding: 8% 0 13%;
}
#commitment02 .tagline{
	margin: 0 3% 14%;
}
.commitment02_list li{
	margin-bottom: 13%;
}
.commitment02_list li:last-child{
	margin-bottom: 0;
}
.commitment02_list li .txt_wrap{
	padding: 0 3% 5%;
}
.commitment02_list li .txt_wrap p{
	font-size: 3.4666vw;
	line-height: 2.3;
	margin-top: 4%;
}
.commitment02_list li .img{
}

/* プロ -----------------------------*/
.pro{
	background: -moz-linear-gradient(top, #000 0%, #636a6f 100%); 
	background: -webkit-linear-gradient(top, #000 0%,#636a6f 100%); 
	background: linear-gradient(to bottom, #000 0%,#636a6f 100%); 
	padding: 6% 0 0;
}
.pro h1{
	width:83%;
	margin: 0 auto;
}
.pro_box{
	margin: 4% 0 0;
	background: #fff;
}
.pro_box .img img{
	vertical-align: middle;
}
.pro_box .txt_wrap{
	position: relative;
	padding: 5% 0 0;
}
.pro_box .tit_pro_box{
	margin: 0 3%;
}
.pro_box .icon_extol{
	position: absolute;
	display: block;
	width:19%;
	top: 2%;
	right: 2%;
}
.pro_box .txt_wrap .comment{
	font-size: 2.9333vw;
	line-height: 1.7;
	padding: 6% 3% 4%;
	box-sizing: border-box;
}
.pro_box .pro_info{
	background:#008090;
	color: #fff;
	bottom: 0;
	padding: 4% 3%;
}
.pro_box .pro_info .name{
	font-size:3.2vw;
	margin-bottom: 2%;
}
.pro_box .pro_info .name span{
	font-size:4.8vw;
}
.pro_box .pro_info .txt{
	font-size: 2.9333vw;
	line-height: 1.7;
}
.pro_box.pro_box02 .icon_extol{
	top: 3%;
	right: 8%;
}
.pro_box.pro_box03 .icon_extol{
	top: -3%;
	right: 0;
}

/* 注文 -----------------------------*/
.order_area{
	background: #000;
	border-bottom: 20px solid #008090;
}
.order_box{
	margin-top: -3%;
}
.order_box_inner{
	background:#fff;
	padding: 0 0 4%;
}
.img_order_box{
	margin-top: 6%;
}
.order_box_inner a{
	display:block;
	width: 97%;
	margin: 5% auto 0;
}
.order_area .notice{
	color: #fff;
    font-size: 2.666vw;
    line-height:1.8;
	padding: 3% 3% 10%;
}
.order_area .bnr{
	padding: 0 3% 23% ;
}
.order_area .bnr a{
	display: block;
	margin-bottom: 6%;
}
.order_area.order03{
	border-bottom: none;
}

/* TOPへ戻る -----------------------------*/
.pagetop {
  position: fixed;
  bottom: 6%;
  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;
}