@charset "utf-8";

/* =====================基本設計===================== */
html {
	scroll-behavior: smooth;
}

body{
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 24px;
	line-height: 1.8;
	color: #2b2b2b;
}

a{
	color: blue;
	text-decoration: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

/* =====================大枠===================== */
.wrapper{
	width:700px;
	margin:0 auto;
	box-shadow: 4px 0px 3px -3px #ccc, -4px 0px 3px -3px #ccc;
}

.container{
	margin-top: 0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0;
}

/* =====================テキスト装飾===================== */
.font22{
	font-size: 22px;
	line-height: 1.5;
}

.font28{
	font-size: 28px;
	line-height: 1.8;
}

.font40{
	font-size: 40px;
	line-height: 1.8;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

.center{
	display: block;
	text-align: center;
}

.bold{
	font-weight: bold;
}

.orange{
	color: #e5321f;
	font-weight: bold;
}

.orange-thin{
	color: #e5321f;
}


.blue{
	color: #005aa0;
	font-weight: bold;
}

.white{
	color: #fff;
}

.under{
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.marker{
	background: linear-gradient(transparent 70%, #ffdc03 50%);
	font-weight: bold;
}

.center{
	text-align: center;
}


/* =====================マージン・パディング===================== */
.mt20{
	margin-top: 20px;
}

.mt50{
	margin-top: 50px;
}

.mt100{
	margin-top: 100px;
}

.mb50{
	margin-bottom: 50px;
}

.mb100{
	margin-bottom: 100px;
}

.pt50{
	padding-top: 50px;
}

.pt100{
	padding-top: 100px;
}

.pb50{
	padding-bottom: 50px;
}

.pb100{
	padding-bottom: 100px;
}


/* =====================エリア共通===================== */
h2{
	text-align: center;
}



/* =====================ボタンエリア===================== */
.btn-box{
	background-color: #fcf2d8;
	padding: 50px;
}

.btn-box2{
	background-color: #fff;
	padding: 50px;
}

.btn-inner{
	width: 540px;
	margin: 0 auto;
}


/* =====================sec1 全て世界観で手に入れました===================== */
.sec1-box{
	background: -moz-linear-gradient(top left, #fff1c9, #fff0e4 20%, #fff1c9 50%, #fff0e4 80%, #fff1c9);
  background: -webkit-linear-gradient(top left, #fff1c9, #fff0e4 20%, #fff1c9 50%, #fff0e4 80%, #fff1c9);
  background: linear-gradient(to bottom right, #fff1c9, #fff0e4 20%, #fff1c9 50%, #fff0e4 80%, #fff1c9);
}

.sec1-txt{
	position: relative;
}

.sec1-txt img{
	position: absolute;
	bottom: -130px;
  left: 200px;
}

.sec1-list{
	width: 660px;
	padding: 100px 30px;
	background: #fff;
	margin: 0 auto;
}

.sec1-list{
	list-style-image: url(../img/checkbox.png);
}

ul{
	list-style: disc inside;
}

li{
	margin-bottom: 20px;
}

.achievement01{
	position: relative;
}
.achievement01 img{
	padding: 0 20px;
}
.achievement01 p{
	padding: 0 50px;
	position: absolute;
	top: 60px;
}

.achievement02{
	position: relative;
}
.achievement02 img{
	padding: 0 20px;
}
.achievement02 p{
	padding: 0 50px;
	position: absolute;
	top: 70px;
}


/* =====================sec2 すべて手に入ります===================== */
.sec2-box{
	padding-bottom: 100px;
}

.sec2-inner-01{
	background-image: url(../img/sec2_bg1.png);
	height: 1050px;
	padding: 100px 50px;
}

.negative-box{
	display: flex;
	justify-content: space-between;
}

.negative-box p{
	width: 350px;
}

.negative-box img{
	width: 220px;
  height: 140px;
	top: 20px;
	margin-top: 10px;
}

.sec2-inner-02{
	background-image: url(../img/sec2_kirakira.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 50px;
}

.sec2-inner-03{
	padding: 0 20px;
}


/* =====================sec3  この中で、ひとつでも当てはまるものがあるならチャンスです===================== */
.sec3-box{
	padding: 100px 0;
	background-color: #fcf2d8;
}

.chance01{
	position: relative;
	margin-bottom: 30px;
}
.chance01 img{
	padding: 0 20px;
}
.chance01 p{
	padding: 0 50px;
	position: absolute;
	top: 30px;
}

.chance02{
	position: relative;
	margin-bottom: 30px;
}
.chance02 img{
	padding: 0 20px;
}
.chance02 p{
	padding: 0 50px;
	position: absolute;
	top: 20px;
}

.chance03{
	position: relative;
	margin-bottom: 30px;
}
.chance03 img{
	padding: 0 20px;
}
.chance03 p{
	padding: 0 50px;
	position: absolute;
	top: 15px;
}

.chance04{
	position: relative;
	margin-bottom: 15px;
}
.chance04 img{
	padding: 0 20px;
}
.chance04 p{
	padding: 0 50px;
	position: absolute;
	top: 15px;
}

.chance05{
	position: relative;
	margin-bottom: 30px;
}
.chance05 img{
	padding: 0 20px;
}
.chance05 p{
	padding: 0 50px;
	position: absolute;
	top: 40px;
}

.sec3-inner-02 {
	padding: 0 50px;
	position: relative;
}

.sec3-inner-02 img{
	padding: 0 50px;
	position: absolute;
	bottom: -20px;
	right: 0px;
}

/* =====================sec4  フォロワーではなくファンを増やす世界観作りをしていきましょう===================== */
.sec4-box{
	background-color: #fcf2d8;
	background-image: url(../img/sec4_bg1.png);
	padding-bottom: 100px;
}

.sec4-inner-01{
	text-align: center;
}

.sec4-inner-02{
	text-align: center;
	/* padding: 100px 50px; */
}

.sec4-inner-02 p, ul{
	padding: 0 50px;
	text-align: justify!important;
}

.sec4-list{
	list-style-image: url(../img/checkbox.png);
}



/* =====================お客様の声 共通===================== */

.voice{
	margin-bottom: 150px;
	position: relative;
}

.voice img{
	display: block;
	margin: 0 auto 50px;
}

.voice p{
	padding: 0 50px;
	text-align: justify;
}

/* ボタン */
.accordion-btn {
  background-color: #d69952;
  border: 2px solid #d69952;
	border-radius: 40px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  left: 0;
  margin: auto;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "＋ 続きを読む";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #fff;
  color: #d69952;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "× 閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/* レイアウトの為のスタイル */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 300px;
}
.accordion:not(:first-of-type) {
  margin-bottom: 100px;
  margin-top: 100px;
}
.accordion-text p {
  line-height: 1.3;
}



/* =====================sec5 お客様の声===================== */
.sec5-inner-02{
	text-align: center;
	position: relative;
	width: 660px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fcf2d8;
}

.sec5-message{
	position: absolute;
	top: -20px;
  left: 20px;
}
.sec5-under{
	position: absolute;
	top: 265px;
  left: 25%;
}


/* =====================sec6  結果が出る3つの理由===================== */

.sec6-inner-01{
	background-image: url(../img/sec6_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 1px;
}

.reason{
	margin: 0 20px 100px;
	background-color: #fff;
	border: solid 2px #000;
}

h3{
	margin: 50px 0;
	text-align: center;
}

.reason-img{
	width: 656px;
}

.reason-inner{
	width: 600px;
	margin: 50px auto;
}

.reason-icon1{
	display: flex;
	justify-content: space-between;
}

.reason-icon1 p{
	width: 520px;
}

.reason-icon1 img{
	width: 57px;
	height: 43px;
	margin-top: 20px;
}

.reason-icon2{
	display: flex;
	justify-content: space-between;
}

.reason-icon2 p{
	width: 520px;
}

.reason-icon2 img{
	width: 57px;
	height: 48px;
	margin-top: 20px;
}

.reason-icon3{
	display: flex;
	justify-content: space-between;
}

.reason-icon3 p{
	width: 520px;
}

.reason-icon3 img{
	width: 53px;
	height: 43px;
	margin-top: 20px;
}

.w320{
	width: 320px;
}

.sec6-txt{
	position: relative;
}

.sec6-txt img{
	position: absolute;
	right: 0px;
	bottom: 0px;
}




/* =====================sec7  3つの軸===================== */
.sec7-inner-01{
	text-align: center;
}

.sec7-inner-01 p{
	text-align: justify;
	padding: 0 50px;
}



/* =====================sec8  無料個別相談===================== */
.sec8-box{
	background: -moz-linear-gradient(top left, #fff1c9, #fff0e4 20%, #fff1c9 50%, #fff0e4 80%, #fff1c9);
  background: -webkit-linear-gradient(top left, #fff1c9, #fff0e4 20%, #fff1c9 50%, #fff0e4 80%, #fff1c9);
  background: linear-gradient(to bottom right, #fff1c9, #fff0e4 20%, #fff1c9 50%, #fff0e4 80%, #fff1c9);
	padding-top: 30px;
}
.sec8-inner-01{
	text-align: center;
	padding: 0 50px;
}

.sec8-inner-01 p{
	text-align: justify;
}

.sec8_txt1{
	margin: 50px 0;
}

.sec8_txt2{
	position: relative;
}
.sec8_arrow1{
	position: absolute;
	bottom: 17px;
  right: 22px;
}

.sec8_ok{
	display: flex;
}

.sec8_ok img{
	margin-right: 20px;
}

.sec8_txt3{
	position: relative;
}

.sec8_arrow2{
	position: absolute;
	bottom: 15px;
  right: 280px;
}

.sec8_ng{
	display: flex;
}

.sec8_ng img{
	margin-right: 20px;
	width: 51px;
	height: 59px;
}


/* =====================sec9  申し込み方法===================== */
.sec9-box{
	text-align: center;
}
.step{
	padding: 0px 50px;
	margin: 50px auto;
}

.step p{
	text-align: justify;
	margin-top: 50px;
}


/* =====================sec10  お客様の声===================== */
.kojin{
	padding: 0 50px;
}


/* =====================sec11 Q&A===================== */
.sec11-box{
	background-color: #e5321f;
}

.sec11-inner{
	padding: 0 20px;
}

.qa{
	padding: 50px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
}

.q-inner{
	display: flex;
	margin-bottom: 30px;
}

.q-inner img{
	width: 30px;
  height: 30px;
	margin-top: 10px;
	margin-right: 30px;
}

.a-inner{
	display: flex;
}

.a-inner img{
	width: 50px;
  height: 100%;
	margin-top: 10px;
	margin-right: 30px;
}


/* =====================sec12 メッセージ===================== */
.sec12-box{
	margin: 100px 20px;
	padding: 50px 30px 100px;
	background-image: url(../img/sec12_bg.png);
	background-repeat: repeat-y;
}

.sec12-inner{
	position: relative;
}

.sec12_img{
	width: 100%:
}

.name{
	position: absolute;
	right: 0px;
  bottom: 330px;
}

.sec11-inner p{
	text-align: justify;
}


/* =====================フッター ===================== */
#footer {
	background: #d69952;
  padding: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}



/* =====================sec ===================== */
