@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
html {
}

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;
}
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;
}

/* トップエリア-----------------------------*/
#top_area {
	position: relative;
	overflow: hidden;
	z-index: 888;
	padding: 25px 0 4%;
	background: #000;
}
.img_danga7_brassie_top{
	position:absolute;
	width:32%;
	z-index: 88;
	top: 12%;
	left: 3%;
}
#top_area h1{
	width:62%;
	margin:0 3% 2% auto;
}
#top_area .txt_wrap{
	position: relative;
	z-index: 99;
	padding: 6% 0 0;
}
.img_top_area01{
	width:75%;
	margin-left: auto;
}
.img_top_area02{
	width:86%;
	margin: 6% auto 2%;
}
#top_area .txt{
	width:86%;
	margin: 0 auto;
	color: #fff;
	font-size:75%;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: -0.02em;
}


/* 悩んでいる方 -----------------------------*/
#worry{
	position: relative;
	width: 100%;
	background: url(../images/bg_worry.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	z-index: 999;
	padding: 6% 0;
}
#worry:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: cover;
	width:25px;
	height: 13px;
	bottom: 13%;
	left: 50%;
	margin-left: -13px;
}
.worry_inner{
	position: relative;
	margin: 0 auto;
	z-index: 999;
}
.img_worry01{
	position: relative;
	width: 34%;
	left: 27%;
	top: -5px;
}
.img_worry02{
	position: relative;
	width: 87%;
	margin: 0 auto;
	top: -10px;
}

/* スコアアップの秘密 -----------------------------*/
#secret{
	position:relative;
	margin: 5% auto 0;
}
#secret h1{
	position: absolute;
	width: 62%;
	top: 2%;
	left: 0;
}
.icon_score_up{
	position: absolute;
	width:18%;
	right: 34%;
	top:-3%;
	z-index: 999;
}
.img_secret{
	width: 78%;
	margin-left: auto;
}
.score_up_list{
	overflow: hidden;
	margin: 12% 0 0;
}
.score_up_list li{
	margin: 0 3% 7%;
}
.score_up_list li h2{
	width: 71%;
	margin: 0 auto;
}
.score_up_list li .img{
	margin: 4% auto;
}
.score_up_list li .txt{
	font-size: 87.5%;
	line-height: 1.7;
	letter-spacing: -0.02em;
}

/* 飛びの3要素 -----------------------------*/
#element{
	position: relative;
	background: url(../images/bg_element.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8% 0 12%;
}
#element h1{
	width: 36%;
	margin: 0 auto 7%;
}
#element p{
	width: 63%;
	margin: 0 auto;
}
#element:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: cover;
	width:25px;
	height: 13px;
	bottom: 6%;
	left: 50%;
	margin-left: -13px;
}

/* スペック -----------------------------*/
#spec{
	background-image: url(../images/bg_spec.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	background-color: #000;
	color: #fff;
	padding: 7% 3% 3%;
}
#spec h1{
	width: 73%;
	margin: 0 auto;
}
.img_spec_txt01{
	width: 77%;
	margin: 10% auto 6%;
}
.img_spec_txt02{
	width: 86%;
	margin: 26% auto 0;
}
.txt_spec{
	font-size: 87.5%;
	line-height: 1.8;
	letter-spacing: -0.02em;
}
.spec_point_box{
	display: table;
	width: 100%;
	margin:4% auto 0;
}
.spec_point_box .img{
	display: table-cell;
	vertical-align: middle;
}
.spec_point_box .txt{
	display: table-cell;
	vertical-align: middle;
}
.spec_table{
	margin:7% auto 0;
	padding-bottom: 2%;
}

/* 注文 -----------------------------*/
.order_area{
	position: relative;
	background:#000;
	overflow: hidden;
}
.order_area.order_area02{
	padding:0 0 7%;
}
.order_top{
	position: relative;
	width: 100%;
	z-index: 99;
}
.order_area_inner{
	position: relative;
}
.order_area_inner h1{
	position: relative;
	width: 58%;
	margin: 9% 0 16% 3%;
	z-index: 99;
}
.bg_order_area{
	position: absolute;
	top: -5%;
	right: 0;
	z-index: 88;
}
.order_box{
	position: relative;
	z-index: 99;
}
.order_box_inner{
	position: relative;
	background:#fff;
	padding: 0 0 4%;
}
.img_order_box02{
	width: 70%;
	margin: 5% auto 4%;
}
.order_box_inner a{
	display:block;
	margin: 0 3%;
}
.order_area .notice{
	color: #fff;
    font-size: 75%;
    line-height: 1.7;
    letter-spacing: -0.02em;
	margin: 4% 3% 13%;
}
.order_area .btn_wrap{
	margin: 0 3%;
}
.order_area .btn_wrap a{
	display: block;
	margin-bottom:6%;
}
.order_area .btn_wrap a:last-child{
	margin-bottom:0;
}

/* 動画 -----------------------------*/
.movie_area{
	background: -moz-linear-gradient(top, #a2a29d 0%, #92999e 100%); 
	background: -webkit-linear-gradient(top, #a2a29d 0%,#92999e 100%); 
	background: linear-gradient(to bottom, #a2a29d 0%,#92999e 100%); 
	padding: 6% 3% 10%;
}
.movie_area h1{
	width: 73%;
	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;
}

/* プロ -----------------------------*/
#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;
}
#pro h1{
	width:83%;
	margin: 0 auto;
}
.pro_box{
	margin: 6% 0 0;
	background: #fff;
}
.pro_box .img img{
	vertical-align: middle;
}
.pro_box .txt_wrap{
	position: relative;
	padding: 5% 0 0;
}
.pro_box .icon_extol{
	position: absolute;
	display: block;
	width:20%;
	top: 2%;
	right: 7%;
}
.pro_box .txt_wrap .comment{
	font-size: 68.8%;;
	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:75%;
	margin-bottom: 2%;
}
.pro_box .pro_info .name span{
	font-size:150%;
}
.pro_box .pro_info .txt{
	font-size: 68.8%;;
	line-height: 1.7;
}
.pro_box.pro_box03 .icon_extol{
	top:-5%;
	right: 2%;
}

/* アマチュア -----------------------------*/
#amateur{
	background:#008090;
	padding: 6% 0 0;
}
#amateur h1{
	width: 85%;
	margin: 0 auto;
}
.amateur_top_area{
	position:relative;
	padding: 0 3% 10%;
}
.amateur_top_inner{
	overflow: hidden;
}
.amateur_top_box{
	float: left;
	width: 48%;
	margin-top: 4%;
}
.amateur_top_box:nth-child(2n){
	float: right;
}
.amateur_top_area .notice{
	color:#fff;
	font-size: 62.5%;
	margin: 3% 0 10%;
}
.amateur_top_area:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: cover;
	width:25px;
	height: 13px;
	bottom: 1%;
	left: 50%;
	margin-left: -13px;
}

/*** チャレンジ ***/
.challenge01{
	padding:0 0 13%;
	background: #4da6b2;
}
.tit_challenge img{
	vertical-align:middle;
}
.challenge01_list,
.challenge02_list{
	margin: 0 auto;
}
.challenge01_list li,
.challenge02_list li{
	position: relative;
}
.challenge01_list li:after,
.challenge02_list li:after{
  content: "";
  clear: both;
  display: block;
}
.challenge01_list li .icon_green{
	position:absolute;
	width:29%;
	z-index: 99;
}
.challenge01_list li .img{
	width: 50%;
}
.challenge01_list li .txt{
	position: relative;
	width: 94%;
	font-size: 68.8%;
	line-height: 1.7;
	letter-spacing: -0.02em;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 3% 5%;
}
.challenge01_list li:nth-child(2n+1) .txt:before{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_balloon_left.png) no-repeat;
	background-size: cover;
	width:68px;
	height: 25px;
	top: -25%;
	right: 20%;
	z-index: 88;
}
.challenge01_list li:nth-child(2n) .txt:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_balloon_right.png) no-repeat;
	background-size: cover;
	width:68px;
	height: 25px;
	top: -16%;
	left: 24%;
	z-index: 88;
}
.challenge01_list li:nth-child(1){
	margin:4% 0 10%;
}
.challenge01_list li:nth-child(1) .img{
	margin-left:10%;
}
.challenge01_list li:nth-child(1) .icon_green{
	right: 17%;
}
.challenge01_list li:nth-child(1) .txt{
	margin-top: -6%;
}
.challenge01_list li:nth-child(2) .img{
	margin-left: 37%;
}
.challenge01_list li:nth-child(2) .icon_green{
	margin-left:17%;
}
.challenge01_list li:nth-child(2) .txt{
	margin-top: -6%;
}
.challenge01_list li:nth-child(3){
	margin: 7% auto 4%;
}
.challenge01_list li:nth-child(3) .img{
	margin-left: 14%;
}
.challenge01_list li:nth-child(3) .icon_green{
	margin-left: 57%;
}
.challenge01_list li:nth-child(3) .txt{
	margin-top: -5%;
}
.challenge01_list li:nth-child(3) .txt:before{
	right: 30%;
}
.challenge01_list li:nth-child(4) .img{
	margin-left: 37%;
}
.challenge01_list li:nth-child(4) .icon_green{
	margin-left: 15%;
}
.challenge01_list li:nth-child(4) .txt{
	margin-top: -7%;
}
.challenge01_list li:nth-child(5){
	margin-top: 6%;
}
.challenge01_list li:nth-child(5) .img{
	margin-left: 10%;
}
.challenge01_list li:nth-child(5) .icon_green{
	margin-left: 50%;
}
.challenge01_list li:nth-child(5) .txt{
	margin-top: -7%;
}
.challenge02{
	background:#73b9c2;
	padding-bottom:7%;
}
.challenge02_list li:nth-child(1){
	margin: 1% 0 3%;
}
.challenge02_list li:nth-child(3){
	margin: 8% 0 4%;
}

/* 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;
}