@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;
	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;
}

/* スライド -----------------------------*/
.slider_wrap{
	padding-top:25px;	
}

/* 概要 -----------------------------*/
#outline{
	background: #fff;
	padding-top:8%;
}
.tit_outline{
	width:70%;
	margin: 0 auto;
}
.outline_top{
	position: relative;
	padding: 8% 0 12%;
	margin: 0 0 5%;
}
.outline_top_txt{
	width: 92%;
	margin: 0 auto 6%;
}
.outline_top_txt h2{
	margin: 0 0 5%;
}
.img_outline01{
}
.outline_top:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon_arrow_green.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}
.outline_detail{
	position: relative;
	overflow: hidden;
}
.outline_detail_inner{
	background:#008090;
}
.tit_outline_detail{
	background:url(../images/bg_outline_detail_top.png) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 8% 0 6%;
}
.outline_detail_bottom{
	background:url(../images/bg_outline_detail_bottom.png) no-repeat bottom;
	background-size: cover;
	text-align: center;
	padding: 5% 0 10%;
}
.tit_outline_detail img{
	width:63%;
}
.outline_detail_txt01{
	width: 83%;
	margin: 4% auto 8%;
}
.outline_detail_txt02{
	width:88%;
	margin: 0 auto 6%;
}
.outline_detail_txt03{
	width:88%;
	margin: 0 auto 3%;
}
.outline_detail_txt04{
	width: 92%;
	margin: 0 auto;
}
.maruman_area{
	margin: -6% 0 0;
	padding: 10% 0 0;
	background: url(../images/bg_maruman_area.png) repeat-y;
	background-size: 100%;
}
.maruman_inner{
}
.maruma_txt01{
	width: 59%;
	margin: 0 auto 6%;
}
.maruma_txt02{
	width: 93%;
	margin: 12% auto 6%;
}
.maruman_bottom{
	position: relative;
	margin: 4% 0 0;
}
.tit_maruman{
	position:relative;
	z-index: 99;
}
.maruman_bottom_inner{
	position:relative;
	overflow: hidden;
	margin: -12% 0 0;
	padding: 8% 0 12%;
	background: #fff;
}
.maruman_bottom_txt{
	position: relative;
	z-index: 99;
	width: 54%;
	float: right;
	margin-right: 4%;
}
.maruman_bottom .logo_dangan{
	position: relative;
	z-index: 99;
	width:66%;
	float: right;
}
.img_maruman_bottom{
	position:absolute;
	z-index: 88;
	top: 0;
	padding: 0 0 6%;
}
.outline_join{
	position: relative;
	padding: 3% 0 11%;
}
.outline_join:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon_arrow_green.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}
.outline_join_txt01{
	width: 94%;
	margin: 0 auto 5%;
}
.outline_join_txt02{
	width: 47%;
	margin: 0 auto;
}
.point_area{
	background:url(../images/bg_point_area.png) no-repeat top;
	background-size: cover;
	padding: 19% 0 12%;
}
.point_area_cap{
	margin: 4% auto 12%;
}
.img_point_num{
	width:20%;
	margin: 0 auto;
}
.point01{
	margin-bottom: 12%;
}
.img_point_txt01{
	margin: 2% 0 5%;
}
.img_point_txt02{
	margin: 0 0 5%;
}
.point02{
	margin-bottom: 9%;
}
.point03{
	padding: 11% 0 6%;
}
.point_figure_wrap{
	background:#fff;
	padding: 9% 0 8%;
}
.point_figure_inner{
	margin: 0 auto;
	overflow: hidden;
}
.point_figure_inner img:first-child{
	margin-bottom:8%;
}

/* スペック -----------------------------*/
#spec{
	background: url(../images/bg_spec.png) no-repeat top;
	background-size: cover;
	padding: 7% 0 8%;
}
.tit_spec{
	width: 73%;
	margin: 0 auto;
}
.spec_cap{
	margin: 6% 0 7%;
}
.spec_txt01{
	margin: 0 0 6%;
}
.spec_design{
	margin: 7% 0 0;
}
.spec_table02{
	margin:9% 0 0;
}

/* 注文 -----------------------------*/
.order_area{
	position: relative;
	z-index: 999;
}
.order_area_inner{
	position: relative;
	background:#000;
}
.order_catch{
	position: relative;
	padding: 9% 0 11%;
	z-index: 99;
	background: url(../images/bg_order_area01.png) no-repeat bottom;
	background-size: cover;
}
.order_box{
	position: relative;
	z-index: 99;
}
.order_box_inner{
	position: relative;
	background:#fff;
	padding: 0 0 4%;
}
.img_order_box{
	width: 83%;
	margin: 4% auto;
}
.order_box_inner a{
	display:block;
	width: 94%;
	margin: 0 auto;
}
.order_area .notice{
	color: #fff;
    font-size: 62.5%;
    line-height: 1.8;
	padding: 4% 4% 10%;
}
.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;
}
.order02,
.order04{
	margin: -20% 0 0;
}
.order05{
	margin: -8% 0 0;
	padding: 0 0 30%;
	background: #000;
}
.order02 .order_catch{
	position: relative;
	padding: 5% 0 8%;
	z-index: 99;
	background: url(../images/bg_order_area02.png) no-repeat bottom;
	background-size: cover;
}
.order03 .order_catch{
	background: url(../images/bg_order_area03.png) no-repeat bottom;
	background-size: cover;
}
.order04 .order_catch{
	padding: 5% 0 8%;
	background: url(../images/bg_order_area02.png) no-repeat bottom;
	background-size: cover;
}
.order05 .order_catch{
	padding: 24% 0 8%;
	background: url(../images/bg_order_area04.png) no-repeat bottom;
	background-size: cover;
}
.order05 .tit_order{
	position:relative;
	z-index: 99;
}
.order05 .order_area_inner{
	margin-top:-5%;
	z-index: 88;
}
.order05 .notice{
	padding: 4%;
}
.order_area .bnr_wrap{
	margin: 0 4%;
}
.order_area .bnr_wrap a{
	display: block;
	margin-bottom:6%;
}
.order_area .bnr_wrap a:last-child{
	margin-bottom:0;
}

/* プロ -----------------------------*/
.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;
	margin: 6% 0 0;
}
.pro h1{
	width:83%;
	margin: 0 auto;
}
.pro_box{
	margin: 4% 0 0;
	background: #fff;
}
.pro_box .txt_wrap{
	position: relative;
	padding: 7% 0 0;
}
.pro_box .icon_extol{
	position: absolute;
	display: block;
	width:22%;
	top: 1%;
	right: 7%;
}
.pro_box .txt_wrap .comment{
	font-size: 68.8%;;
	line-height: 1.8;
	padding: 6% 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;
}

/* アマチュア -----------------------------*/
#amateur{
	background:#008090;
	padding: 6% 0 0;
}
#amateur h1{
	width: 85%;
	margin: 0 auto 4%;
}
.amateur_top_area{
	position:relative;
	padding: 0 0 10%;
}
.amateur_top_inner{
	overflow: hidden;
	padding: 0 4%;
}
.amateur_top_box{
	position: relative;
	float: left;
	width: 48%;
	padding-top: 15%;
}
.amateur_top_box:nth-child(2n){
	float: right;
}
.amateur_top_box p{
	position: absolute;
}
.amateur_top_box:nth-child(1) p{
	top: 10%;
	left: 2%;
	width:61%;
}
.amateur_top_box:nth-child(2) p{
	top: 15%;
	right: 2%;
	width:53%;
}
.amateur_top_box:nth-child(3) p{
	top: 10%;
	left: 4%;
	width:52%;
}
.amateur_top_box:nth-child(4) p{
	top: 5%;
	right: -3%;
	width:53%;
}
.amateur_top_area .notice{
	color:#fff;
	font-size: 62.5%;
	text-align: right;
	margin: 3% 4% 10%;
}
.amateur_top_txt{
	width:89%;
	margin: 0 auto;
}
.amateur_top_area:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_arrow_yellow.png) no-repeat;
	background-size: cover;
	width:25px;
	height: 15px;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
}

/*** チャレンジ ***/
.challenge01{
	position: relative;
	background: #3399a6;
	z-index: 887;
}
.challenge02{
	position: relative;
	margin: -20% 0 0;
	z-index: 888;
}
.challenge03{
	position: relative;
	margin: -20% 0 0;
	z-index: 889;
}
.tit_challenge img{
	vertical-align:middle;
}
.challenge_list{
	position: relative;
	padding: 0 4% 13%;
}
.challenge_list:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_arrow_yellow.png) no-repeat;
	background-size: cover;
	width:25px;
	height: 15px;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
}
.challenge_list li{
	position: relative;
	margin: 9% 0 0;
}
.challenge_list li:after{
  content: "";
  clear: both;
  display: block;
}
.challenge_list li .icon_hit{
	position:absolute;
	width:29%;
	top: 9%;
	z-index: 99;
}
.challenge_list li:nth-child(2n+1) .icon_hit{
	left: 48%;
}
.challenge_list li:nth-child(2n) .icon_hit{
	left: 23%;
}
.challenge_list li .img{
	width: 55%;
}
.challenge_list li:nth-child(2n) .img{
	margin-left: auto;
}
.challenge02 .challenge_list li:nth-child(2n) .icon_hit{
	left: 48%;
}
.challenge02 .challenge_list li:nth-child(2n+1) .icon_hit{
	left: 23%;
}
.challenge02 .challenge_list li:nth-child(2n+1) .img{
	margin-left: auto;
}
.challenge02 .challenge_list li:nth-child(2n) .img{
	margin-left: 0;
}
.challenge_list li .txt{
	position: relative;
	font-size: 75%;
	line-height: 1.5;
	letter-spacing: -0.02em;
	background: #fff;
	box-sizing: border-box;
	margin: 3% auto 0;
	padding: 4% 5%;
}
.challenge_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:69px;
	height: 26px;
	top: -24px;
	right: 20%;
	z-index: 88;
}
.challenge_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:63px;
	height: 35px;
	top: -24px;
	left: 24%;
	z-index: 88;
}
.challenge02 .challenge_list li:nth-child(2n) .txt:before{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_balloon_left.png) no-repeat;
	background-size: cover;
	width:69px;
	height: 26px;
	top: -24px;
	right: 20%;
	z-index: 88;
}
.challenge02 .challenge_list li:nth-child(2n+1) .txt:after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/icon_balloon_right.png) no-repeat;
	background-size: cover;
	width:63px;
	height: 35px;
	top: -24px;
	left: 24%;
	z-index: 88;
}
.challenge02 .challenge_list li:nth-child(2n+1) .txt:before,
.challenge02 .challenge_list li:nth-child(2n) .txt:after{
	display:none;
}
.challenge_list li:nth-child(1){
	margin:0;
}
.challenge02 .challenge_list,
.challenge02 .challenge_bottom,
.challenge02 .seki_area{
	background:#59acb7;
}
.challenge03 .challenge_list{
	background:#7fbfc7;
	padding: 0 4% 30%;
}
.challenge03 .challenge_list:after{
	display:none;
}
.challenge_bottom{
	padding: 6% 0 5%;
}
.challenge_bottom p:first-child{
	margin: 0 0 6%;
}
.seki_area{
	position:relative;
}
.img_seki{
	width:47%;
	margin-left: 17%;
	padding-top: 1%;
}
.icon_seki{
	display:block;
	position: absolute;
	top: 0;
	right: 26%;
	width:18%;
	z-index: 99;
}
.seki_comment{
	display:block;
	position: absolute;
	top: 14%;
	right: 4%;
	width:38%;
	z-index: 88;
}

/* 番手 -----------------------------*/
.count_area{
	background:#fff;
	padding: 10% 0 0;
}
.img_count_wrap{
	overflow: hidden;
	margin: 9% 0 10%;
}
.img_count_wrap p{
	float:left;
	width:29.333%;
	margin: 0 2%;
}



/* 動画 -----------------------------*/
.movie_area{
	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: 6% 0 9%;
}
.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;
}
.movie02{
	padding:6% 0 26%;
}


/* 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;
}