@charset "UTF-8";
body,
html {
	height: 100%;
	margin: auto;
	scroll-behavior: smooth;
	letter-spacing: 2px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 16px;
	color: #000;
}

p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}

section .inner {
	box-sizing: border-box;
	margin: auto;
	padding: 70px 0;
	width: 980px;
	text-align: center;
	font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
}

section:nth-of-type(even) {	background: #fcf5f1;}

.txt_mid {
	font-size: clamp(1.25rem, 0.95rem + 1vw, 1.75rem);
	line-height: 1.6;
}

.txt_large {
	font-size: clamp(1.5rem, 1.05rem + 1.5vw, 2.25rem);
	line-height: 1.6;
}

.txt_exlarge {
	font-size: clamp(1.625rem, 1.1rem + 1.75vw, 2.5rem);
	line-height: 1.6;
}

h2 {
	color: #ed7349;
	font-size: clamp(1.625rem, 1.1rem + 1.75vw, 2.5rem);
	font-weight: normal;
	line-height: 1.5;
	margin: auto auto 30px;
	text-align: center;
}

h3 {
	line-height: 1.5;
	margin: auto auto 10px;
}

section p {	line-height: 2;}

section p:last-child { margin-bottom: 0;}

.normal_box {
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.arrowo {
	display: block;
	width: 100px;
	margin: 20px auto;
}

.sp { display: none;}

.bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
  background: #ffdb01;
  background-size: 50%;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: lighten;
  color: #000;
}

.scrollbox { background-color: #fff;}


@media screen and (max-width: 800px) {
body,
html {
	font-size: 100%;
	background: none;
}

h2 {
	font-size: 8.3vw;
	text-align: center;
}

h3 { font-size: 6vw;}

section .inner {
	padding: 40px 3%;
	width: 100%;
	text-align: left;
}

section .inner br { display: none;}

.pc { display: none;}
.sp { display: block;}

.vm_img { width: 100%;}
}


/* header
   ========================================================================== */
header {
	background: #fefce5;
}

.hdr_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10px;
	text-align: left;
	margin: auto;
	padding: 20px 0 50px;
	width: 900px;
}

h1 { width: 30%;}

h1 img { width: 100%;}

.hdr_right { width: 52%;}

.hdr_cp1 {
	display: inline-block;
	font-weight: 600;
	font-size: 120%;
	background: #fff;
	border-radius: 30px;
	border: solid 3px #000;
	padding: 0 7px 0 20px;
	margin: 10px auto 15px !important;
	text-align: center;
	letter-spacing: 5px;
}

.hdr_cp2 {
	font-weight: 600;
	font-size: 400%;
	margin-bottom: 15px !important;
	line-height: 1.2;
	letter-spacing: 4px;
	text-align: center;
}

.hdr_cp3 {
	font-size: 120%;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.hdr_cp3 b {
	color: #ff693b;
	font-size: 140%;
}

.hdr_box {
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #000;
	border-radius: 5px;
	padding: 10px;
	width: 85%;
	clear: both;
	margin-top: -25px;
}

.hdr_box p {
	font-size: 90%;
	margin-bottom: 0;
}


@media screen and (max-width: 800px) {
.hdr_inner {
	box-sizing: border-box;
	padding: 20px 3%;
	width: 100%;
}

h1 {
	margin: 0 10% -3%;
	width: 55%;
}

.hdr_right { width: 100%;}

.hdr_cp1 {
	font-size: 4vw;
	position: absolute;
	margin: auto;
	top: 2.3%;
	right: 18%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding: 15px 0 5px;
}

.hdr_cp2 {
	width: 100% !important;
	font-size: 7.7vw;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
}

.hdr_cp2 br:last-of-type { display: none !important;}

.hdr_cp3 {
	text-align: center;
	width: 100% !important;
	font-size: 3.8vw;
	letter-spacing: 1px;
}

.hdr_box {
	width: 90%;
	margin-top: -10px;
	padding: 10px;
}

.hdr_box p { font-size: 80%;}

.nz_txt { text-align: center !important;}
}


/* どれだけ寝ても疲れが取れない。

   ========================================================================== */
.dre_box {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.dre_box .item1 {
	width: 15%;
	margin-top: 30px;
}

.dre_box .item1 img {
	width: 100%;
}

.dre_box .item2 {
	width: 75%;
}

.dre_list {
	text-align: left;
}

.dre_list li { margin-bottom: 20px;}
.dre_list li:last-child { margin-bottom: 0;}
.dre_list img {
	width: 23px;
	margin-right: 10px;
}

.dre_item3 {
	margin: 50px auto !important;
}

@media print, screen and (max-width: 800px) {
.dre_box {
	flex-direction: column;
}

.dre_box .item1 {
	order: 2;
	margin: 30px auto -30px;
	width: 35%;
}

.dre_box .item2 {
	width: 100%;
	order: 1;
}

.dre_list li { margin-bottom: 10px;}
.dre_list img {
	width: 20px;
	vertical-align: -2px;
}

.dre_item3 {　margin: 40px auto !important;}
}


/* なぜか？ 

   ========================================================================== */
.ktimg_04 {
	display: block;
	width: 20%;
	margin: auto auto 30px;
}

@media print, screen and (max-width: 800px) {
.ktimg_04 {	width: 40%;}
}


/* 「寝るだけでは疲労は取れない」 ――これは科学的事実です。 

   ========================================================================== */
.dyj_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.dyj_list li {
	width: 28%;
	position: relative;
}

.dyj_list li:after {
	content: "→";
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
}

.dyj_list li:last-child:after {
	content: "";
}

.dyj_list img {
	display: block;
	width: 70%;
	margin: 10px auto auto;
}

@media print, screen and (max-width: 800px) {
.dyj_list li {
	width: 33%;
	text-align: center;
}
}


/* 「頑張る」だけでは、もう結果が出ない時代です

   ========================================================================== */
.ktimg_06 {
	display: block;
	width: 30%;
	margin: 20px auto auto;
}

.hm_txt { margin-bottom: 40px;}

.hm_txt br { display: none;}


@media print, screen and (max-width: 800px) {
.ktimg_06 {
	width: 40%;
	margin: 20px auto auto;
}

.hm_txt { text-align: center;}

.hm_txt br { display: block !important;}
}


/*「出す」「休む」「充電する」──3ステップで“疲労ゼロ”へ！

   ========================================================================== */
.step3_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 0;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px 20px;
	text-align: left;
}

.step3_box .item1 {
	width: 15%;
	order: 1;
}

.step3_box .item1 img { width: 100%;}

.step3_box .item2 {
	order: 2;
	width: 78%;
}

.step3_box .item2 h3 {
	color: #ff693b;
	margin-bottom: 0;
}

@media print, screen and (max-width: 800px) {
.step3_box {
	flex-direction: column;
	margin: auto 5% 20px;
}

.step3_box .item1 {
	width: 50%;
	order: 2;
	margin: 10px auto auto;
}

.step3_box .item2 {
	order: 1;
	width: 100%;
}
}



/* 本書『仕事の質を高める休養力』で得られること

   ========================================================================== */
.obt_box {
	box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 15px 15px 1px;
	margin: auto 5% 20px;
	text-align: left;
}

.obt_box li {
	font-size: 80%;
	margin-bottom: 5px;
}

.obt_box li span {
	font-weight: 600;
	font-size: 120%;
}

.obt_box li:last-child {
	margin-bottom: 0;
}

.obt_box li img {
	width: 15px;
	margin-right: 5px;
}

@media print, screen and (max-width: 800px) {
.obt_box {
	margin: auto auto 20px;
}

.obt_box li img {
	vertical-align: -2px;
}
}


/* そこで！8日間限定で、特別キャンペーンを実施します。
   ========================================================================== */
.bf_book {
	display: block;
	width: 30%;
	margin: auto auto 20px;
}

.bf_box {
	box-sizing: border-box;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start !important;
	flex-wrap: wrap;
	text-align: left;
	width: 100%;
}

.bf_box h3 {
	display: block;
	background: #ff693b;
	border-radius: 50%;
	color: #fff;
	font-size: 100%;
	width: 100px;
	height: 100px;
	line-height: 100px !important;
	text-align: center;
	margin: auto;
}

.bf_box .bf_right {
	width: calc(100% - 150px);
}

.bf_box p:first-child {
	font-weight: 600 !important;
	margin-bottom: 0;
}

.bf_box span {
	background: rgba(255,105,59,0.7);
	color: #fff;
	font-size: 70%;
	font-weight: normal !important;
	margin-left: 10px;
	padding: 1px 5px;
	vertical-align: 2px;
}

.bf_icon {
	width: 2%;
	margin: 0 5px 0 0;
	vertical-align: -1.5px;
}


@media print, screen and (max-width: 800px) {
.bf_book { width: 55%;}

.bf_box {
	justify-content: center;
	flex-direction: column;
}

.bf_box h3 {
	width: 70px;
	height: 70px;
	line-height: 70px !important;
	margin-bottom: 1px;
}

.bf_box .bf_right {
	width: 90%;
	margin: auto;
}

.bf_box p:first-child {
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
}

.bf_box span {
	clear: both;
	display: block;
	width: 20%;
	margin: 15px auto auto;
}

.bf_icon {
	width: 20%;
	vertical-align: -1px;
}
}



/* 著者からのメッセージ
   ========================================================================== */
.note_wrap {
  background: #fff;
  padding: 1em 2em;
  margin: 30px auto;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.1);
  position: relative;
  text-align: left;
}

.note {
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #eee 97%,
      #eee 100%
    );
  background-size: 100% 2em;
  line-height: 2;
}

.note p {
  margin-bottom:2em;
}

.note_wrap img {
	box-shadow: 0 0 5px #eee;
	width: 26%;
	position: absolute;
	right: 50px;
	bottom: 250px;
}

@media print, screen and (max-width: 800px) {
.note_wrap {
  padding: 1em;
}

.note_wrap img {
	display: block;
	width: 40%;
	position: static;
	margin: -15px auto auto;
}
}


/* 最後に。
   ========================================================================== */
.last_box { text-align: center;}

.last_prd {
	background: #fff;
	padding: 10px 100px;
	display: inline-block;
	margin-bottom: 20px !important;
}

.last_prd p {
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1px;
}

.last_prd span {
	color: #ff693b;
	font-size: 120%;
}

.last_list {
	font-size: 80%;
}

@media print, screen and (max-width: 800px) {
.last_prd {
	padding: 10px 0;
	display: block;
	text-align: center;
}
}


/* 著者プロフィール

   ========================================================================== */
.pf_box .inner {
	font-size: 100%;
	text-align: left !important;
}

.pf_img {
	float: right;
	margin: 0 0 20px 20px;
	width: 33%;
}

.pf_author {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}

.pf_link dd { margin: 0 0 10px;}

.pf_link a { word-break: break-all !important;}


@media print, screen and (max-width: 800px) {
.pf_box .inner {
	font-size: 90%;
}
.pf_img {
	display: block;
	float: none;
	margin: auto auto 10px;
	width: 60%;
}
}



/* form
   ========================================================================== */
.cp_box { background: #fefce5;}

.cp_box .inner { font-size: 120%;}

.cp_box h2 br { display: none;}

.cp_kikan {
	margin: auto auto 20px !important;
	width: 80%;
}

.cp_kikan li {
	display: block;
	position: relative;
}

.cp_kikan li br { display: none;}

.cp_kikan li:first-child {
	background: #ff693b;
	color: #fff;
	font-weight: 600;
	padding: 3px 10px;
}

.cp_kikan li:nth-child(2) {
	background: #fff;
	padding: 10px;
}

.cp_kikan li:nth-child(2) br {
	display: none;
}

.cp_kikan li:nth-child(2) b {
	color: #ff693b;
	font-size: 110%;
}

.cp_kikan li:last-child {
	font-size: 80%;
}

.ol_box {
	text-align: center;
	display: block;
}

.cp_box .ollist {
	padding-left: 0;
	list-style: none;
	display: inline-block;
	margin: 0;
}

.cp_box .ollist li {
	text-align: left;
}

.form_box {
	text-align: center;
	padding-bottom: 40px !important;
}

.app_quiz {
	background: #fff;
	border: solid 2px #000;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 20px auto;
}

.app_quiz p { margin-bottom: 0;}

.appli {
	font-weight: 600;
	font-size: 170%;
	line-height: 1.4;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.amazon_btn {
	box-sizing: border-box;
	margin: auto auto 20px !important;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.amazon_btn li {
	width: 49.5%;
	margin-bottom: 1%;
}

.amazon_btn li img {
	width: 50%;
}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #f9d5a8;
	border: solid 1px #5d3126;
	padding: 15px 10px 3px;
	text-align: center;
	transition: 0.3s;
}

.amazon_btn a:hover {
	opacity: 0.7;
	background: #f7bd75;
}

.form {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.form li { text-align: left;}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

.form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-appearance: none;
}

.form input::-webkit-input-placeholder { color: #ccc;}
.form input::-moz-placeholder {	color: #ccc;}
.form input::-ms-input-placeholder { color: #ccc;}
.form input::placeholder { color: #ccc;}

.form input:focus::-webkit-input-placeholder { color: transparent;}
.form input:focus::-moz-placeholder {	color: transparent;}
.form input:focus::-ms-input-placeholder { color: transparent;}
.form input:focus::placeholder { color: transparent;}

input:focus {
	background: #ffc;
	transition: 0.3s;
}

.sub_btn {
	margin: 15px auto 20px;
	text-align: center;
}

.sub_btn input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: auto;
	padding: 30px 0;
	background: #ff693b;
	color: #fff;
	letter-spacing: 5px;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 1px #ff693b;
	-webkit-appearance: button;
	transition: 0.8s;
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.6;
}

.frm_list li {
	font-size: 60% !important;
	text-align: left;
}

.frm_list a:hover {
	color: #f00;
	text-decoration: none;
}

.frm_list2 {
	color: #d71718;
	font-weight: 600;
	text-align: left;
	margin-bottom: 30px !important;
}

.frm_end {
	color: #d71718;
	font-size: 300%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.cp_box .inner { font-size: 100%;}

.cp_box h2 br { display: block !important;}

.cp_box .ollist { display: block;}

.form_box {
	text-align: left;
	padding-bottom: 20px !important;
}

.form_box br { display: none;}

.cp_kikan {
	width: 100%;
	text-align: center;
	font-size: 110%;
}

.cp_kikan li {
	padding: 10px 20px;
}

.cp_kikan li br { display: block;}

.cp_kikan li:first-child {
	box-sizing: border-box;
	display: block;
	margin: 0;
	width: 100%;
	border-bottom: 0;
}

.cp_kikan li:nth-child(2) br {
	display: block;
}

.cp_kikan li:last-child {
	display: block;
}

.cp_kikan li br { display: block;}

.appl_box {
	border: solid 5px #000;
	margin: 0 2%;
	width: 96%;
	text-align: left;
}

.appl_box br { display: none;}

.amazon_btn li {
	width: 100%;
	margin-bottom: 10px;
}

.amazon_btn li img { width: 60%;}

.form li:nth-of-type(3) { width: 100%;}
.form li:nth-of-type(4) { width: 100%; text-align: left;}
.form li:nth-of-type(5) { width: 100%;}

.app_ttl {
	display: block;
	width: 5em;
	text-align: center;
}

.appli {
	font-size: 6vw;
	text-align: center;
}

.sub_btn input { font-size: 7vw;}

.frm_end {
	font-size: 6vw;
	text-align: center;
}

.frm_blk {
	text-align: center !important;
}

.frm_blk br {
	display: block !important;
}
}



/* footer
   ========================================================================== */
footer {
	clear: both;
	background: #fff;
	font-size: 60%;
	padding: 15px 15px 1px;
	overflow: hidden;
}

.ftr_link {
	float: right;
	margin: auto auto 10px;
}

.ftr_link a,
.ftr_link a:active,
.ftr_link a:visited {
	color: #333;
	text-decoration: underline;
}

.ftr_link a:hover {
	color: #F00 !important;
}

.ftr_box {
	float: left;
	margin-bottom: 10px;
}

.ftr_box p { margin-bottom: 2px;}

.ftr_company {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px !important;
}

footer br {	display: none;}

@media screen and (max-width: 800px) {
footer {
	font-size: 2.2vw;
	text-align: center;
	padding-top: 20px;
}

.ftr_link,
.ftr_box {
	float: none;
	font-size: 2.2vw;
	margin-bottom: 10px;
}

.ftr_company {
	font-size: 3vw;
}

footer br {	display: block;}
}



/* 申し込むボタン
   ========================================================================== */
.apply_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
}


.btn {
	text-align: center;
	margin: auto;
}

.btn a {
	display: inline-block;
	background: #ff693b;
	border: solid 2px #ff693b;
	color: #fff;
	font-size: 110%;
	padding: 10px 40px;
	text-decoration: none;
	letter-spacing: 3px;
}

.btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

.page-top {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 10px;
  bottom: 17px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: 0.5s;
}


@media screen and (max-width: 800px) {
.btn a {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 15em;
}
}

/* common
   ========================================================================== */
/*▼*/
.dli-caret-down {
	display: block;
	vertical-align: middle;
	color: #ff693b;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.64952em 0.375em;
	border-top-color: currentColor;
	border-bottom: 0;
	font-size: 500%;
	transform: scale(1.5, 0.4);
	margin: auto;
	position: relative;
}

.dlicd03 { margin: -30px auto auto;}

.block {
  opacity: 0;
  transition: all 1.5s;
}

.blockl {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(20px);
}

.blockr {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(40px);
}

.fadeIn {
	opacity: 1;
	transform: translateY(0px);
	transform: translateX(0px);
}


@media print, screen and (max-width: 800px) {

}