@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

.fadein {
	opacity : 0;
	transform : translate(0px, 60px);
	transition : all 600ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  /*font-size: 62.5%;*/
  }

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  
}

.dsp {
    display: none!important;
}
.dpc {
    display: block!important;
}

.dsp1080{
	display: none!important;
}
.dpc1080 {
    display: block!important;
}

@media screen and (max-width: 1080px) {
.dsp1080{
	display: block!important;
}
.dpc1080 {
    display: none!important;
}	
}

@media screen and (max-width: 768px) {
.dpc {
    display: none!important;
}
.dsp {
    display: block!important;
}
}

.dpc500{ display: block;}		
.dsp500{ display: none;}	

.img100 {
    width: 100%;
}

#top {
  font-weight: 500;
}

.inner {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
}

.fs36{ font-size: 36px; font-size: 3.6rem;}
.fs38{ font-size: 38px; font-size: 3.8rem;}
.fs40{ font-size: 40px; font-size: 4.0rem;}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/***********************mv***********************/

.brown{
	background: #69533c;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.brown p{
	font-size: 30px;
	font-size: 3.0rem;
}

/**********sec01**********/

#sec01{
    position: relative;
    display: block;
	background: url("../img/bg_01.jpg") no-repeat center center;
	background-size: cover;
	color: #3f2a2e;
	text-align: center;
}

#sec01 .whiteBg{
	background: #fff;
	clip-path: 
    polygon(
      0% 350px,                 /* top left */
      350px 0%,                 /* top left */
      calc(100% - 350px) 0%,    /* top right */
      100% 350px,               /* top right */
      100% calc(100% - 350px),  /* bottom right */
      calc(100% - 350px) 100%,  /* bottom right */
      350px 100%,               /* bottom left */
      0 calc(100% - 350px)      /* bottom left */
    );
	padding: 120px 0 120px;
}

#sec01 h3{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 80px; 
}

#sec01 .text{
	font-size: 22px;
	font-size: 2.2rem;
}

/**********sec02**********/

#sec02{
	background: url("../img/bg_02.png") no-repeat bottom center;
	background-size: cover;
	padding: 180px 0 300px;
	z-index: 2;
}

#sec02 .fltL{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}

#sec02 .fltR{
	display: inline-block;
	vertical-align: middle;
	width: 35%;
}

#sec02 .fltL h3{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 33px;
	font-size: 3.3rem;
	margin-bottom: 60px; 
}

#sec02 .fltL h4{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}

#sec02 .fltL h4 .brown{
	background: #3e2b2e;
	color: #fff;
	padding: 5px 10px;
}

#sec02 .fltL .text{
	color: #545555;
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 510px;
}


/**********sec03**********/

#sec03{
	height: 580px;
}

#sec03 .inner{
	position: relative;
}

#sec03 .intro{
	position: relative;
	text-align: center;
	z-index: 2;
}

#sec03 .intro h4{
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 50px;	
}
	
#sec03 .intro h4 .line{
	border-bottom: 1px solid #3f2a2e; 
	font-size: 40px;
	font-size: 4rem;
	padding-bottom: 5px;
}

#sec03 .intro .text{
	color: #545555;
	font-size: 22px;
	font-size: 2.2rem;
}

#sec03 .baby{
    top: 70px;
    left: calc(50% - 450px);
    position: absolute;
    max-width: 900px;
	z-index: 1;
}

/**********sec04**********/

#sec04{
	background: url("../img/bg_04_new.png") no-repeat top center;
	background-size: cover;
	margin-top: -160px;
	padding: 180px 0 80px;	
    position: relative;
	z-index: -2;
}

#sec04 .whiteBox{
    background: #fff;
    border: 5px solid #fff;
    margin: -120px auto 40px;
    max-width: 920px;
	width: 100%;
}

#sec04 .whiteBox .border{
	border: 1px solid #e1d9bf;
	padding: 40px 70px;
}

#sec04 .wrap h3{
	margin: 0 auto 30px;
	max-width: 960px;
	padding: 0 20px;
}

#sec04 .wrap .text{
	color: #545555;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 100px;
	text-align: center;
}

#sec04 .wrap .growth{
      display: flex; 
      flex-wrap: wrap;
      width: 100%;
      height: auto;
}

#sec04 .wrap .growth li{
      width: 25%;
      text-align: center;
      padding: 0 20px;
}

/**********band**********/

.band{
	overflow: hidden;
}

.band .bandWrap {
	margin: 0 auto;
}

.band .bandWrap .fltL{
    background: #4e4744;
    transform: skew(-25deg, 0deg);
    display: inline-block;
    vertical-align: middle;
    margin: -80px 3% -80px -40px;
    padding: 100px 0 102px 15%;
    width: 35%;
}

.band .bandWrap .fltL h4{
	transform: skew(25deg, 0deg);
}

.band .bandWrap .fltL img{
	height: 70px;
}

.band .bandWrap .fltR {
    background: #fff;
    color: #545555;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
    padding: 20px 15% 20px 0;
    width: 62%;
}

/**********sec05-08**********/
#sec05 .main,
#sec06 .main,	
#sec07 .main,
#sec08 .main{	
	background: #f4f5f8 url("../img/bg_05.png") no-repeat right top;
	padding: 120px 0;
}

#sec05 .intro,
#sec06 .intro,	
#sec07 .intro,
#sec08 .intro{
	margin-bottom: 50px;
	text-align: center;
}

#sec05 .intro .head01,
#sec06 .intro .head01,	
#sec07 .intro .head01,
#sec08 .intro .head01{
	color: #5e4f4c;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 37px; 
	font-size: 3.7rem;
	margin-bottom: 60px;
}

#sec05 .intro .head01 .underline,
#sec06 .intro .head01 .underline,	
#sec07 .intro .head01 .underline,
#sec08 .intro .head01 .underline{
	border-bottom: 1px solid #8f7e7c;
	padding-bottom: 5px;
}

#sec05 .intro .head01 .big,
#sec06 .intro .head01 .big,	
#sec07 .intro .head01 .big,
#sec08 .intro .head01 .big{
	font-size: 42px; 
	font-size: 4.2rem;
}

#sec05 .intro .text,
#sec06 .intro .text,	
#sec07 .intro .text,
#sec08 .intro .text{
	color: #545555;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 50px;
}

#sec05 .white,
#sec06 .white,
#sec07 .white,
#sec08 .white{
	background: #fff;
	padding: 50px; 
	-webkit-box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
	-moz-box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
	box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
}

/**********sec05**********/

#sec05 .gold{
	background: #c2b482;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding: 5px 10px;
}


#sec05 .white h4{
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 10px;
	text-align: center;
}

#sec05 .white .fltL{
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
	width: 25%;
}

#sec05 .white .fltR{
	display: inline-block;
	vertical-align: middle;
	width: 72%;
}

#sec05 .white .fltR ul{
      display: flex; 
      flex-wrap: wrap;
      width: 100%;
      height: auto;
}

#sec05 .white .fltR ul li{
	margin-bottom: 15px;
	text-align: center;
	padding-right: 20px;
	width: 50%;
}

#sec05 .white .fltR ul li table{
	margin-bottom: 5px;
	width: 100%;
}

#sec05 .white .fltR ul li th{
	background: #c2b482;
	border: 1px solid #c2b482;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	width: 100px;
	text-align: center;
}

#sec05 .white .fltR ul li td{
	border: 1px solid #c2b482;
	color: #c2b482;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 3px 10px;
}

#sec05 .white .fltR ul li p{
	color: #666666;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left;
}

/**********sec06**********/
#sec06 .white .line {
    border-bottom: 1px solid #5f504d;
    font-size: 31px;
    font-size: 3.1rem;
    margin: 0 auto 40px;
    padding-bottom: 5px;
    display: table;
}

#sec06 .white .line span{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-weight: bold;
}

#sec06 .white .txt-center{
	color: #666666;
	margin-bottom: 40px;
}

#sec06 .white .wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin: 0 -10px 40px;	
}

#sec06 .white .wrap > p {
    margin: 0 2%;
    width: 45%;
}

#sec06 .white .gold{
	background: #c2b482;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	text-align: center;
}

#sec06 .white ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin: 0 -10px 40px;	
}

#sec06 .white ul li{
	border: 1px solid #4d4743;
	box-sizing: border-box;
	margin: 0 1%;
	padding: 30px;
    width: 30%;
}

#sec06 .white ul li .head{
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
}

#sec06 .white ul li .deco{
	background : #988b83;
	display: block;
	height: 1px;
	margin: 0 auto 25px;
	width: 100px;
}

#sec06 .white ul li .text{
	color: #666666;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 16px;
	font-size: 1.6rem;
}

/**********sec06**********/
#sec07 .white .ttl{
	color: #5e504d;
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 45px;
}

#sec07 .white .ttl .brownBg{
	background: #5e504d;
	color: #fff;
	padding: 5px 10px;
}

#sec07 .white .ttl .big{
	font-size: 36px;
	font-size: 3.6rem;
}

#sec07 .white .note{
	color: #666666;
	font-size: 18px;
	font-size: 1.8rem;
}

#sec07 .white .wrap .fltL {
    display: inline-block;
    margin-right: 10%;
    vertical-align: middle;
    width: 60%;
}

#sec07 .white .wrap .fltR{
	display: inline-block;
	vertical-align: middle;
	width: 28%;
}

.goldBg{
	background: url("../img/bg_06.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	z-index: -2;
}

.goldBg .img{
	position: absolute;
	right: 0;
	top: calc(50% - 250px);
	z-index: -1;
}


.goldBg .wrap{
	margin-left: 22%;
	max-width: 600px;	
	z-index: 1;
}

.goldBg .wrap .gBorder{
	border: 1px solid #fff;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 50px; 
	padding: 5px 10px;
	text-align: center;
}

.goldBg .wrap h4{
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;   
	margin-bottom: 20px;
}

.goldBg .wrap h4 .whiteBg{
	background: #fff;
	color: #c2b482;
	padding: 5px 10px;
}

.goldBg .wrap h4 .big{
	border-bottom: 1px solid #fff;
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 30px;
}

.goldBg .wrap .note{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

/**********sec08**********/
#sec08 .white{
	overflow: hidden;
	position: relative;
}

#sec08 .white .img{
	right: 0;
	top: calc(50% - 210px);
	position: absolute;
}

#sec08 .white .textBox{
	max-width: 550px;
	width: 100%;
}
	
#sec08 .white .ttl{
	color: #5e504d;
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 45px;
}

#sec08 .white .ttl .big{
	font-size: 36px;
	font-size: 3.6rem;	
}

#sec08 .white .note{
	font-size: 18px;
	font-size: 1.8rem;
}


/**********sec09**********/
#new{
	background: url("../img/bg_08.jpg") no-repeat center center;
	background-size: cover;
	padding: 160px 0; 
}

/**********sec09**********/
#sec09{
	background: url("../img/bg_07.jpg") no-repeat center center;
	background-size: cover;
	padding: 120px 0; 
}


#sec09 h3{
	color: #5e504d;
	font-size: 42px; 
	font-size: 4.2rem; 
	margin-bottom: 40px;
	text-align: center;
}

#sec09 .text{
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 50px; 
	text-align: center;
}

#sec09 .whiteBox{
	border: 5px solid #fff;
	background: #fff;
	margin-bottom: 80px;
}

#sec09 .whiteBox .border{
	border: 1px solid #c1b483;
	box-sizing: border-box;
	padding: 40px 60px;
}

#sec09 .whiteBox .border .name{
	color: #323333; 
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 30px;
}

#sec09 .whiteBox .border .name .goldBg {
    background: #c2b482;
    color: #fff;
    margin-right: 10px;
	padding: 5px 10px;
    position: inherit; 
}

#sec09 .noteWrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin: 0 -10px;	
}

#sec09 .noteWrap > div {
    margin-right: 2%;
    width: 48%;
}

#sec09 .noteWrap .fltR {
	margin-right: 0;
}

#sec09 .noteWrap div .ttl{
	border-bottom: 1px solid #999899;
	color: #545555;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#sec09 .noteWrap div dl{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	margin-bottom: 25px;
}

#sec09 .noteWrap div dl dt{
	display: inline-block;
	line-height: 200%;
	vertical-align: top;
	width: 10%;
}

#sec09 .noteWrap div dl dd{
    display: inline-block;
	line-height: 200%;
    vertical-align: top;
    width: 88%;
}

#sec09 .noteWrap div .detail{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	line-height: 200%;
	margin-bottom: 25px;
}

#sec09 .free .blue{
	color: #749eb8;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 50px;
	text-align: center;
}

#sec09 .free ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
	width: 90%;
}

#sec09 .free ul li {
	margin: 0 2%;
    width: 20%;
}

#sec09 .free .white{
	background: #fff;
	padding: 40px 100px; 
	-webkit-box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
	-moz-box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
	box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
}

#sec09 .free .white ul{
	margin-bottom: 0;
}

#sec09 .free .white .text{
	color: #5e504d;
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 30px;
	text-align: center;
}

#sec09 .free .white ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}

#sec09 .free .white ul li{
    margin: 0 1.5%;
    width: 22%;
}

/**********sec10**********/
#sec10{
	background: url("../img/bg_08.jpg") no-repeat center center;
	background-size: cover;
	padding: 120px 0; 
}

#sec10 .fltL{
	display: inline-block;
	margin-right: 10%;
	vertical-align: middle;
	width: 20%;
}

#sec10 .fltR{
	display: inline-block;
	vertical-align: middle;
	width: 68%;
}

#sec10 .fltR .extract{
	color: #666666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	margin-bottom: 5px;
}	
	
#sec10 .fltR .extract span{
    border: 1px solid #666666;
	margin-right: 10px;
	padding: 5px 10px;
}

#sec10 .fltR h3{
	color: #666666;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 40px;
}

#sec10 .fltR h3 big{
	font-size: 36px;
	font-size: 3.6rem;
}

#sec10 .fltR .text{
	color: #666666;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

#sec10 .fltR .whiteBox{
	background: #fff;
	border: 1px solid #c1b384;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 30px 45px;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
	-moz-box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
	box-shadow: 1px 1px 10px 0px rgba(183,183,183,0.7);
}

#sec10 .fltR .whiteBox h4{
	color: #231815;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 25px;
	text-align: center;
}

#sec10 .fltR .whiteBox p{
	color: #666666;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 18px;
	font-size: 1.8rem;
}

#sec10 .fltR .priceWrap .name{
	color: #666666;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
}

#sec10 .fltR .priceWrap .price{
	color: #666666;
	font-size: 30px;
	font-size: 3.0rem;
}

#sec10 .fltR .priceWrap .price .tax{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 18px;
	font-size: 1.8rem;
}

#sec10 .inner .purchase {
	border: 1px solid #4e4744;
	background-color: rgba(255,255,255,0.40);
    padding: 70px 20px;
}

#sec10 .inner .purchase h4{
	color: #4e4744;
	font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
    text-align: center;   
}

#sec10 .inner .purchase .btn-wrap{
	display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

#sec10 .inner .purchase .btn-wrap a{
	margin: 0 15px;
}

#sec10 .inner .purchase .btn-wrap a.btn-style02 {
    border: 1px solid #4e4744!important;
}

/**********sec11**********/
#sec11{
	padding: 120px 0 250px;
}

#sec11 h3{
	margin: 0 auto 70px;
	max-width: 450px;
	text-align: center;
	width: 100%;
}

#sec11 ul li {
    margin-bottom: 30px;
    padding-bottom: 80px;
	position: relative;
}

#sec11 ul li:after{
	content: url(../img/arrow.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}

#sec11 ul li:last-child:after{
	content: none;
}

#sec11 .fltL{
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	width: 51%;
}

#sec11 .fltR{
	display: inline-block;
	max-width: 560px;
	overflow: hidden;
	vertical-align: top;
	width: 46%;
}

#sec11 .fltR .step{
	color: #8f7855;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 55px; 
	position: relative;
}

#sec11 .fltR .step:after{
	content: "";
	background: #c5b8a4;
	height: 1px;
	position: absolute;
	top: 18px;
	width: 430px;
}

#sec11 .fltR h4{
	color: #917a56;
	font-size: 38px;
	font-size: 3.8rem;
	margin-bottom: 20px;
}

#sec11 .fltR h4 .gold{
	background: #c2b482;
	color: #fff;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 23px;
	font-size: 2.3rem;
	margin: 5px 0 30px;
	text-align: center;
	width: 300px;
	
}

#sec11 .fltR .text{
	color: #666666;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

#sec11 .fltR a.btn{
	background: #3f2a2e;
	border: none;
	color: #fff;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 23px;
	font-size: 2.3rem;
	height: inherit;
	line-height: inherit;
	padding: 20px 0;
	position: relative;
	max-width: 400px;
	width: 100%;
}

#sec11 .fltR a.btn:after{
	content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    top: 34px;
    right: 0;
    width: 110px;
}

@media screen and (max-width: 1200px) {

.brown {
    padding: 25px 0;
}	
	
.brown p {
    font-size: 2.8rem;
}	

.fs38 {
    font-size: 3.4rem;
}	
	
.fs40 {
	font-size: 3.2rem;	
}	
	
/**********sec01**********/	
	
#sec01 .whiteBg{
	clip-path: 
    polygon(
      0% 300px,                 /* top left */
      300px 0%,                 /* top left */
      calc(100% - 300px) 0%,    /* top right */
      100% 300px,               /* top right */
      100% calc(100% - 300px),  /* bottom right */
      calc(100% - 300px) 100%,  /* bottom right */
      300px 100%,               /* bottom left */
      0 calc(100% - 300px)      /* bottom left */
    );
}	
	
#sec01 h3 {
    font-size: 2.8rem;
    margin-bottom: 50px;
}
#sec01 .text {
    font-size: 1.8rem;
}	
	
/**********sec02**********/		
#sec02 .fltL h3 {
    font-size: 3.0rem;
    margin-bottom: 30px;
}	
	
#sec02 .fltL h4 {
    font-size: 1.8rem;
}	
	
#sec02 .fltL .text {
    font-size: 1.6rem;
}
	
/**********sec03**********/		
#sec03 .intro h4 {
    font-size: 2.8rem;
}	
	
#sec03 .intro h4 .line {
    font-size: 3.2rem;
}	

#sec03 .intro .text {
    font-size: 1.8rem;
}	
	
#sec03 .baby {
    left: calc(50% - 370px);
    max-width: 740px;
}	
	
/**********sec04**********/			
#sec04 .wrap .text {
    font-size: 1.6rem;
}	

#sec04 .wrap .growth {
    margin: 0 auto;
	width: 85%;
}	
	
.band .bandWrap .fltL img {
    height: 55px;
}	
	
.band .bandWrap .fltR {
    font-size: 1.8rem;
}	
	
#sec05 .gold {
    font-size: 2.2rem;	
}
	
#sec05 .intro .head01, 
#sec06 .intro .head01,
#sec07 .intro .head01, 
#sec08 .intro .head01 {
    font-size: 3.0rem;
	margin-bottom: 40px;
}
	
#sec05 .intro .head01 .big, 
#sec06 .intro .head01 .big, 
#sec07 .intro .head01 .big, 
#sec08 .intro .head01 .big {
    font-size: 3.8rem;
}	
	
#sec05 .intro .text, 
#sec06 .intro .text, 
#sec07 .intro .text, 
#sec08 .intro .text {
    font-size: 1.6rem;	
}
	
#sec05 .white h4 {
    font-size: 2.8rem;	
}
	
#sec05 .white .fltR ul li th,
#sec05 .white .fltR ul li td{
    font-size: 1.8rem;
}	
	
#sec05 .white .fltR ul li th {
    width: 75px;	
}
	
#sec05 .white .fltR ul li td {
    text-align: left;
}	
	
#sec05 .white .fltR ul li p {
    font-size: 1.5rem;
}	
	
#sec06 .white .line {
    font-size: 2.9rem;
}
	
#sec06 .white .gold {
    font-size: 2.2rem;
}	
	
#sec06 .white ul li .head {
    font-size: 1.8rem;
}	

#sec06 .white ul li .text {
    font-size: 1.4rem;
}	
	
#sec06 .white .wrap > p {
    margin: 0 2%;
    width: 38%;
}

#sec07 .white .ttl {
    font-size: 2.2rem;	
}

#sec07 .white .ttl .big {
    font-size: 3.2rem;
}	
	
#sec07 .white .note {
    font-size: 1.6rem;
}	

.goldBg .img {
    right: -160px;
}
	
.goldBg .wrap {
    margin-left: 10%;
	max-width: 520px;
}	
	
.goldBg .wrap .gBorder {
    font-size: 2.0rem;
    margin-bottom: 30px;
}	
	
.goldBg .wrap h4 {
    font-size: 2.4rem;	
}

.goldBg .wrap h4 .big {
    font-size: 3.2rem;
}

.goldBg .wrap .note {
    font-size: 1.6rem;
}	
	
#sec08 .white .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
}	
	
#sec08 .white .note {
    font-size: 1.6rem;
}	
	
#sec09 h3 {
    font-size: 3.6rem;
    margin-bottom: 10px;	
}
	
#sec09 .text {
    font-size: 2.3rem;
    margin-bottom: 30px;
}

#sec09 .whiteBox .border .name {
    font-size: 2.2rem;
}

#sec09 .free .blue {
    font-size: 3.2rem;
	margin-bottom: 30px;
}
	
#sec09 .free ul li {
    width: 20%;
}	
	
#sec09 .free .white .text {
    font-size: 2.2rem;
}	

#sec10 .fltL {
    margin-right: 5%;
    width: 26%;
    text-align: right;
}		
	
#sec10 .fltR h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
}	
	
#sec10 .fltR .text {
    font-size: 1.6rem;
    margin-bottom: 20px;
}	
	
#sec10 .fltR .whiteBox {
    margin-bottom: 20px;
	padding: 30px 25px;	
}
	
#sec10 .fltR .whiteBox h4 {
    color: #231815;
    font-size: 25px;
    font-size: 2.3rem;
    margin-bottom: 15px;
}
	
#sec10 .fltR .whiteBox p {
    font-size: 1.6rem;
}	
	
#sec10 .fltR .priceWrap .name {
    font-size: 1.8rem;
}
	
#sec10 .fltR .priceWrap .price {
    font-size: 2.6rem;
}	
	
#sec11 {
    padding: 120px 0 150px;
}	
	
#sec11 .fltR .step {
    font-size: 3.2rem;
}
	
#sec11 .fltR .step:after {
    width: 360px;
}	
	
#sec11 .fltR h4 {
    font-size: 3.4rem;
}	
	
#sec11 .fltR .text {
    font-size: 1.6rem;
}	
	
#sec11 .fltR h4 .gold {
    font-size: 1.8rem;	
}
	
#sec11 .fltR a.btn {
    font-size: 2.1rem;
    padding: 15px 0;
}	
	
#sec11 .fltR a.btn:after {
    top: 28px;
    width: 90px;	
}	
}

@media screen and (max-width: 1080px) {
#sec01 .whiteBg{
	background: #fff;
	clip-path: 
    polygon(
      0% 150px,                 /* top left */
      150px 0%,                 /* top left */
      calc(100% - 150px) 0%,    /* top right */
      100% 150px,               /* top right */
      100% calc(100% - 150px),  /* bottom right */
      calc(100% - 150px) 100%,  /* bottom right */
      150px 100%,               /* bottom left */
      0 calc(100% - 150px)      /* bottom left */
    );
}
	
#sec08 .white .textBox {
    margin-bottom: 20px;
	max-width: 470px;
    width: 100%;
}
	
#sec08 .white .img {
    width: 40%;
    text-align: right;
	position: inherit;
}	
}


@media screen and (max-width: 920px) {
#sec08 .white .textBox {
    max-width: 100%;
    width: 100%;
}
	
#sec08 .white .img {
    width: 100%;
    text-align: center;
}	
}


@media screen and (max-width: 768px) {
#sec01 .whiteBg {
	clip-path: 
    polygon(
      0% 50px,                 /* top left */
      50px 0%,                 /* top left */
      calc(100% - 50px) 0%,    /* top right */
      100% 50px,               /* top right */
      100% calc(100% - 50px),  /* bottom right */
      calc(100% - 50px) 100%,  /* bottom right */
      50px 100%,               /* bottom left */
      0 calc(100% - 50px)      /* bottom left */
    );
	padding: 80px 0;
}
	
#sec01 h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}
	
#sec01 .text {
    font-size: 1.4rem;
	text-align: left;
}	
	
.brown p {
    font-size: 1.7rem;
	letter-spacing: -0.05em;
}	

.fs38 {
    font-size: 2.2rem;
}	
	
.fs40 {
    font-size: 2.4rem;
}	

#sec02 {
    padding: 80px 0 180px;
}	
	
#sec02 .fltL {
    width: 100%;
    margin-bottom: 30px;
}	
	
#sec02 .fltL h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
	text-align: center;
}	

#sec03 .intro h4 .line {
    padding-bottom: 2px;
}	
	
#sec02 .fltR {
    display: block;
    width: 90%;
    margin: 0 auto;
}	

#sec03 {
    height: 400px;
}	
	
#sec03 .intro h4 {
    font-size: 1.8rem;
	margin-bottom: 30px;
}	
	
#sec03 .intro h4 .line {
    font-size: 2.0rem;
}	

#sec02 .fltL h4 .brown {
    padding: 2px 5px;
}	
	
#sec03 .intro .text {
    font-size: 1.4rem;
}
	
#sec03 .baby {
    left: calc(50% - 155px);
    max-width: 600px;
}	

#sec04 {
    padding: 100px 0 80px;	
}
	
#sec04 .whiteBox .border {
    border: 1px solid #e1d9bf;
    padding: 4% 2%;
}

#sec04 .wrap .text {
    margin-bottom: 30px;	
}

#sec04 .wrap .growth {
    width: 100%;
}	
	
#sec04 .wrap .growth li {
    width: 50%;
    text-align: center;
    padding: 0 10px;
}		
	
.band .bandWrap .fltL {
    transform: inherit;
    display: inline-block;
    vertical-align: middle;
    margin:0 auto;
    padding: 14px 20px;
    width: 100%;
}	
	
.band .bandWrap .fltL img {
    height: 35px;
}	
	
.band .bandWrap .fltR {
    font-size: 1.4rem;
    padding: 20px;
    width: 100%;
}	
	
.band .bandWrap .fltL h4 {
    transform: inherit;
}	
	
#sec05 .main, 
#sec06 .main, 
#sec07 .main, 
#sec08 .main {
    padding: 80px 0;
}	
	
#sec05 .gold {
    font-size: 1.4rem;
    margin-bottom: 20px;
}	
	
#sec05 .intro .head01,
#sec06 .intro .head01,
#sec07 .intro .head01,
#sec08 .intro .head01 {
    font-size: 1.8rem;
	letter-spacing: -0.05em;
    margin-bottom: 30px;
}	

#sec05 .intro .head01 .underline, 
#sec06 .intro .head01 .underline, 
#sec07 .intro .head01 .underline, 
#sec08 .intro .head01 .underline {
    border-bottom: 1px solid #8f7e7c;
    padding-bottom: 1px;
}	
	
#sec05 .intro .head01 .big,
#sec06 .intro .head01 .big,
#sec07 .intro .head01 .big,
#sec08 .intro .head01 .big {
    font-size: 2.0rem;
}	
	
#sec05 .intro .text,
#sec06 .intro .text,
#sec07 .intro .text,
#sec08 .intro .text {
    font-size: 1.4rem;
    margin-bottom: 30px;
}	
	
#sec05 .white, 
#sec06 .white, 
#sec07 .white, 
#sec08 .white {
    padding: 10% 5%;	
	
}

#sec05 .white h4 {
    font-size: 2.2rem;
}

#sec05 .white .fltL {
    display: inherit;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
}
	
#sec05 .white .fltR {
    width: 100%;
}	
	
#sec05 .white .fltR ul li {
    padding-right: 0;
	width: 100%;
}
	
#sec05 .white .fltR ul li th, 
#sec05 .white .fltR ul li td {
    font-size: 1.6rem;
}
	
#sec05 .white .fltR ul li p {
    font-size: 1.3rem;
}	
	
#sec06 .white .wrap {
    margin: 0 -10px 30px;
}	
	
#sec06 .white .line {
    font-size: 2.2rem;
    margin-bottom: 25px;
}	
	
#sec06 .white .wrap > p {
    margin: 0 2% 20px;
    width: 80%;
}	
	
#sec06 .white .gold {
    font-size: 1.8rem;
}	
	
#sec06 .white ul li {
    margin: 0 auto 4%;
    padding: 5% 8%;
    width: 100%;
}	

#sec07 .white .ttl .brownBg {
    padding: 2px 5px;
}	
	
#sec07 .white .wrap .fltL {
    display: inline-block;
    margin: 0 auto 20px;
    width: 100%;
}	

#sec07 .white .wrap .fltR {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}	
	
#sec07 .white .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}	
	
#sec07 .white .ttl .big {
    font-size: 2.4rem;
}	

#sec07 .white .note {
    font-size: 1.4rem;
}	
	
.goldBg {
    padding: 80px 0 0;	
}
	
.goldBg .wrap {
    margin: 0 20px 40px;
    max-width: 100%;
}	

.goldBg .wrap .gBorder {
    font-size: 1.3rem;
    margin-bottom: 20px;
}	
	
.goldBg .img.dsp {
    right: 0;
    position: inherit;
}	
	
.goldBg .wrap h4 {
    font-size: 2.0rem;
	letter-spacing: -0.05em;
}	

.goldBg .wrap h4 .whiteBg {
    padding: 2px 5px;
}	
	
.goldBg .wrap h4 .big {
    font-size: 2.2rem;
}	
	
.goldBg .wrap .note {
    font-size: 1.4rem;
}	

#sec08 .white .note {
    font-size: 1.4rem;
    margin-bottom: 20px;
}	
	
#sec08 .white .img {
    position: inherit;   
	width: 100%;	
}
	
#sec08 .white .ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}	
	
#sec08 .white .ttl .big {
    font-size: 2.4rem;
}	

#new {
    padding: 80px 0;
}

#sec09 {
    padding: 80px 0;
}	
	
#sec09 h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}	
	
#sec09 .text {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 40%;
}	

#sec09 .whiteBox {
    margin-bottom: 40px;
}	
	
#sec09 .whiteBox .border {
    padding: 10% 5%;
}	
	
#sec09 .whiteBox .border .name {
    font-size: 1.4rem;
    text-align: center;
}	
	
#sec09 .noteWrap {
    margin: 0;
}	
	
#sec09 .noteWrap > div {
    margin-right: 2%;
    width: 100%;
}	
	
#sec09 .noteWrap div dl dt {
    width: 100%;
    font-weight: 700;
}	
	
#sec09 .free .blue {
    font-size: 2.0rem;
    margin-bottom: 20px;
}	
	
#sec09 .free ul {
    margin: 0 auto 20px;
    width: 100%;
}	
	
#sec09 .free ul li {
    width: 43%;
    margin: 0 2% 4%;
}	
	
#sec09 .free .white {
    padding: 10% 5%;
}	
	
#sec09 .free .white .text {
    font-size: 1.6rem;
    line-height: 140%;
}	

#sec09 .free .white ul li {
    margin: 0 1.5% 4%;
    width: 45%;
}	

#sec10 {
    padding: 80px 0;
}	
	
#sec10 .fltL {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    display: block;
}	

#sec10 .fltR {
    width: 100%;
	margin-bottom: 30px;
}	

#sec10 .fltR .extract span {
    padding: 5px 10px;
    line-height: 230%;
    font-size: 1.2rem;
}	
	
#sec10 .fltR h3 {
    font-size: 2.0rem;
    margin-bottom: 25px;
}	
	
#sec10 .fltR .text {
    font-size: 1.4rem;
    margin-bottom: 20px;
}	

#sec10 .fltR .whiteBox {
    padding: 10% 5%;
}	
	
#sec10 .fltR .whiteBox h4 {
    font-size: 2.0rem;
}	
	
#sec10 .fltR .whiteBox p {
    font-size: 1.2rem;
}	
	
#sec10 .fltR .priceWrap .name {
    font-size: 1.4rem;
}	
	
#sec10 .fltR .priceWrap .price {
    font-size: 2.2rem;
}	
	
#sec10 .fltR .priceWrap .price .tax {
    font-size: 1.2rem;
}	

#sec10 .inner .purchase {
    padding: 30px 20px;
}	

#sec10 .inner .purchase h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 15px;	
}		
	
#sec11 {
    padding: 80px 0 0;
}	
	
#sec11 h3 {
    margin: 0 auto 30px;
}

#sec11 ul li {
    padding-bottom: 40px;
}	
	
#sec11 ul li:after {
    display: none;
}	
	
#sec11 .fltL {
    margin: 0 auto 15px;
    width: 100%;
}	
	
#sec11 .fltR {
    width: 100%;
}	
	
#sec11 .fltR .step {
    font-size: 2.4rem;
}
	
#sec11 .fltR .step:after {
    top: 11px;
}	
	
#sec11 .fltR h4 {
    font-size: 2.4rem;
}	
	
#sec11 .fltR h4 .gold {
    font-size: 1.6rem;
    margin: 10px 0 20px;
}	
	
#sec11 .fltR .text {
    font-size: 1.4rem;
}

#sec11 .fltR a.btn {
    font-size: 1.6rem;
    padding: 15px 0;
}
	
#sec11 .fltR a.btn:after {
    top: 25px;
    width: 40px;
}	
}


@media screen and (max-width: 500px){

.fltR.fadein{
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
	
	
.dpc500 {
    display: none;
}
	
.dsp500 {
    display: block;
}	
	
#sec03 {
    height: 270px;
}
	
#sec10 .inner .purchase .btn-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
}
	
#sec10 .inner .purchase .btn-wrap a:first-child{
	margin: 0 0 15px;
}	
	
#sec10 .inner .purchase .btn-wrap a:last-child{
	margin: 0 0 0 0;
}	
	
}
.rootsBnr{
	margin: 12% auto 8% auto;
}
@media screen and (max-width: 768px) {
.rootsBnr{
	margin: 10% auto 8% auto;
}	
}
/*
@media screen and (max-width: 1200px) {
.fs36{ font-size: 28px; font-size: 2.8rem;}
.fs38{ font-size: 30px; font-size: 3.0rem;}
.fs40{ font-size: 32px; font-size: 3.2rem;}		
}


@media screen and (max-width: 768px) {
.fs36{ font-size: 22px; font-size: 2.2rem;}
.fs38{ font-size: 24px; font-size: 2.4rem;}
.fs40{ font-size: 26px; font-size: 2.6rem;}	
}

@media screen and (max-width: 500px) {
.dpc500{ display: none;}		
.dsp500{ display: block;}	
.fs36{ font-size: 20px; font-size: 2.0rem;}
.fs38{ font-size: 22px; font-size: 2.2rem;}
.fs40{ font-size: 24px; font-size: 2.4rem;}		
}

*/

	