@charset "utf-8";


/* ------------------------------
    reset
------------------------------ */

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
*{
	box-sizing: border-box;
}
a{
	color: #000;
	text-decoration:none;
}
p.txt{
	font-size: 1.6rem;
	line-height: 1.8;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}

/* ------------------------------
    base
------------------------------ */

body{
	position: relative;
	font-size: 1.0rem;
	padding-top: 100px;
}
p,table,dl,ol {
	font-size: 1.4rem;
	line-height: 1.8;
}
.fade,
.blackfade{
	transition: all 0.3s ease;
}
.fade{
	opacity: 1;
}
.fade:hover{
	opacity: .6;
}
.blackfade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
}
.blackfade:hover{
	opacity: .4;
}
.full-img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.full-img img {
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 1400px;
}
.h-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.v-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hv-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.wrap{
	width: 100%;
	max-width: calc(1130px + 60px);
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
#overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 998;
}
#overlay.active {
	opacity: 1;
	pointer-events: auto;
}
section {
	position: relative;
}

/* ------------------------------
    contents
------------------------------ */

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #000;
	padding: 10px 30px;
	transition: all .3s;
}
header.active{
	padding: 0 30px;
}
header .wrap{
	width: 100%;
	max-width: 1130px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menu_wrap{
	height: 80px;
	flex-grow: 1;
}
header .logo{
	position: relative;
	left: 0;
	transform: translateY(-50%);
}
header nav .gnavi{
	display: flex;
	justify-content: right;
}
header nav .gnavi > li{
	height: 60px;
	line-height: 60px;
}
header nav .gnavi > li+li{
	margin-left: 30px;
}
header nav .gnavi > li > a{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	transition: all .3s;
}
header nav .gnavi > li > a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translateX(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	transition: all .3s;
	opacity: 0;
}
header nav .gnavi > li > a.active::before,
header nav .gnavi > li > a:hover::before{
	opacity: 1;
	bottom: 0;
}

main .section-ttl {
	font-size: 42px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

main #fv {
	background: #f3f3f3;
}
main #fv .bg {
	background-position: right center;
	background-size: cover;
}
main #fv .bg .wrap {
	padding-top: 5%;
	padding-bottom: 4%;
}
main #fv h2 {
	display: inline-block;
	font-size: 123px;
	line-height: 1.1;
	font-weight: bold;
	padding: .2em .1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
main #fv h2 .red {
	color: #e30019;
}
main #fv .img {
	width: 40%;
	text-align: right;
	position: relative;
	padding-left: 10px;
	align-self: flex-end;
}
main #fv .txt {
	font-size: 25px;
	line-height: 1;
	margin: 40px 0;
}

main #fv.fv02 {
	background: url(../img/fv_bg02.jpg) no-repeat left center,#fff;
	background-size: auto 100%;
}
main #fv.fv02 .bg .wrap {
	padding-top: 5%;
	padding-bottom: 4%;
	background: url(../img/fv_img02.png) no-repeat;
	background-size: auto 100%;
	background-position: right bottom;
}
main #fv.fv02 .gray{
	background: #f3f3f3;
}

main .btn a {
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	padding: 1em;
	background: #ffe147;
	border: 2px solid #ffb404;
	transition: background .3s;
	white-space: nowrap;
}
main .btn a:hover {
	background: #ffb404;
}
main .btn.green a {
	background: #4cb911;
	border: 2px solid #359900;
	color: #fff;
}
main .btn.green a:hover {
	background: #359900;
}
main #fv .attention {
	font-size: 14px;
	line-height: 1.4;
	padding: 1em 0;
}
main #fv .tegaki {
	margin-bottom: 20px;
}
main #fv .tegaki img{
	max-width: 450px;
	width: 62%;
}
main #fv .tegaki2 img{
	max-width: 590px;
}

main #indexfor .box {
	padding: 60px 0;
}
main #indexfor .box:nth-child(odd) {
	background: #f3f3f3;
}
main #indexfor .img {
	width: 40%;
	text-align: center;
}
main #indexfor .detail {
	width: 60%;
}
main #indexfor .detail h3 {
	color: #666;
	font-size: 16px;
	line-height: 1.2;
}
main #indexfor .detail h3 strong {
	color: #000;
	font-size: 40px;
}
main #indexfor .detail .note{
	font-size: 8px;
	margin-bottom: 20px;
}
main #indexfor .detail ul li {
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1.5em;
}
main #indexfor .detail ul li+li {
	margin-top: 1em;
}
main #indexfor .detail ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px #299f67 solid;
	border-bottom: 2px #299f67 solid;
	width: 1em;
	height: .5em;
	transform: rotate(-45deg);
}

main #introduction {
	padding: 60px 0;
	background: #f3f3f3;
}
main #introduction .txt {
	color: #666;
	font-size: 17px;
	line-height: 1.8;
}
main #introduction .txt strong {
	display: inline-block;
	color: #333;
	font-size: 180%;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

main #author {
	padding: 60px 0;
}
main #author .profile .img {
	order: 2;
	padding-top: 50px;
}
main #author .profile .detail {
	width: 60%;
	padding-right: 50px;
}
main #author .profile h3 {
	color: #333;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: .5em;
}
main #author .profile .name {
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 1em;
}
main #author .profile .name strong {
	font-size: 24px;
	font-weight: normal;
}
main #author .profile .txt {
	color: #666;
	font-size: 17px;
	line-height: 1.8;
}
main #author .book h3 {
	font-size: 36px;
	text-align: center;
	margin: 60px 0 60px;
}
main #why{
	padding-top: 60px;
}
main #why2{
	padding-top: 30px;
	padding-bottom: 60px;
}
main #why .txt{
	margin-top: 30px;
}
main #why table,main #why2 table{
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}
main #why table th,
main #why table td,
main #why2 table th,
main #why2 table td{
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 8px 5px;
	border: 1px solid #000;
}
main #why table th:first-child,
main #why table td:first-child,
main #why2 table th:first-child,
main #why2 table td:first-child{
	width: 180px;
}
main #why table th:nth-child(2),
main #why table td:nth-child(2),
main #why2 table th:nth-child(2),
main #why2 table td:nth-child(2){
	width: 150px;
}
main #why table th:nth-child(3),
main #why table td:nth-child(3),
main #why2 table th:nth-child(3),
main #why2 table td:nth-child(3){
	width: 240px;
}
main #why table th:nth-child(4),
main #why table td:nth-child(4),
main #why2 table th:nth-child(4),
main #why2 table td:nth-child(4){
	width: 560px;
}
main #why table th,
main #why2 table th{
	background: #aaa;
	color: #fff;
	text-align: center;
}
main #why table td .red,
main #why2 table td .red{
	color: #ff0000;
}
main #why table td .bold,
main #why2 table td .bold{
	font-weight: bold;
}
main #why table td.ac,
main #why2 table td.ac{
	text-align: center;
}
main #why2 p{
	font-size: 1rem;
	margin-top: 10px;
}


main .cta {
	padding: 60px 0;
	background: #252525;
}
main .cta h2,
main .cta p {
	text-align: center;
	color: #fff;
}
main .cta h2 {
	margin-bottom: .5em;
}
main .cta .txt {
	color: #f5f5f5;
	font-size: 14px;
	line-height: 1.6;
}
main .cta .price {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
}
main .cta .price span {
	color: #bebebe;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	text-decoration: line-through;
}
main .cta .btn {
	margin: 30px auto;
	display: block;
}

main #review {
	padding: 60px 0;
}
main #review h2 span {
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	line-height: 3;
}


main #review .well{
	margin-top: 30px;
}
main #review .well {
    max-width: 705px;
    margin: 30px auto 0 auto;
}
main #review .well strong,main #review .well div{
	font-size: 1.4rem;
	    line-height: 1.42857143;
}

main .disclaimer{
	margin-bottom: 60px;
}
main .disclaimer p+p{
	margin-top: 20px;
}

footer{
	width: 100%;
	background: #ebebeb;
	padding: 30px 0;
	text-align: center;
}
footer .wrap{
	padding: 0 190px;
}
footer ul.menu{
	text-align: left;
	max-width: 100%;
	margin-bottom: 2em;
}
footer ul.menu > li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-right: 20px;
}
footer ul.menu > li:last-child{
	margin-right: 0;
}
footer ul.menu > li a{
	color: #333;
}
footer ul.menu > li a:hover{
	cursor: pointer;
}
footer .txt{
	font-size: 14px;
	color: #333;
}

@media screen  and (min-width : 1025px){

	.tb{
		display:none!important;
	}

}

@media screen  and (max-width : 1024px){

	main #fv h2 {
		font-size: 8vw;
	}
	main #fv .txt {
		font-size: 2vw;
	}
	main #fv .btn a {
		white-space: normal;
		font-size: 2vw;
	}

	main #fv.fv02 .bg .wrap{
		background-size: auto 100%;
    	background-position: right 6% bottom;
	}

	main #indexfor .img {
		padding-right: 3%;
	}

	main #author .profile {
		display: block;
	}
	main #author .profile .img {
		order: 1;
		text-align: center;
		margin-bottom: 3%;
		padding-top: 0;
	}
	main #author .profile .detail {
		width: 100%;
		padding-right: 0;
	}

	footer .wrap{
		padding: 0 50px;
	}

}

@media screen  and (min-width : 768px){

	.sp{
		display:none!important;
	}

}

@media screen and (max-width : 767px){

	.pc{
		display:none!important;
	}
	.tb{
		display:none!important;
	}
	body{
		min-width:inherit;
		padding-top: 60px;
	}
	img{
		max-width: 100%;
	}
	p{
		font-size: 3.5vw;
	}
	p.txt {
		font-size: 3.5vw;
		line-height: 1.8;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.full-img img {
		display: block;
		position: static;
		transform: translateX(0);
		width: 100%;
		min-width: inherit;
	}
	.wrap{
		width: 100%;
		padding: 0 3%;
	}
	.fixed {
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}

	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: transparent;
		border-bottom: none;
		padding: 0;
		margin: 0;
		z-index: 999;
	}
	header.active {
		padding: 0;
	}
	header .wrap{
		width: 100%;
		height: 60px;
		padding: 0;
		display: block;
		position: relative;
		min-width: inherit;
	}
	header .menu_wrap{
		float: none;
		width: 100%;
		height: 60px;
		position: relative;
		background: #000;
		z-index: 999;
		box-sizing: border-box;
		padding: 0;
	}
	header .logo{
		position: absolute;
		left: 3%;
		height: 70%;
	}
	header .logo img{
		height: 100%;
		width: auto;
	}
	header .menu-trigger{
		display: block;
		position: fixed;
		top: 15px;
		right: 3%;
		width: 30px;
		height: 30px;
		z-index: 999;
	}
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 15%;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	header .menu-trigger span:nth-of-type(3) {
		bottom: 15%;
	}
	header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 50%;
		transform: translateY(-50%)rotate(-45deg);
	}
	header.navOpen .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	header.navOpen .menu-trigger span:nth-of-type(3) {
		bottom: 50%;
		transform: translateY(50%)rotate(45deg);
	}
	header nav{
		opacity: 0;
		width: 100%;
		padding: 0;
		position: static;
		overflow-y: auto;
		max-height: calc(90vh - 60px);
		transform: translateY(-100%);
		transition: transform .3s;
	}
	header.navOpen nav{
		opacity: 1;
		transform: translateY(0);
	}
	header .nav_wrap{
		background: #000;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0;
	}
	header nav .gnavi{
		float: none;
		margin: 0;
		padding: 2% 0;
		display: block;
	}
	header nav .gnavi > li{
		display: block;
		float: none;
		height: auto;
		position: relative;
	}
	header nav .gnavi > li+li{
		margin: 0;
	}
	header nav .gnavi > li > a{
		background: transparent;
		display: block;
		color: #fff;
		font-size: 3.5vw;
		line-height: 1;
		padding: 1em 5%;
		position: relative;
	}
	header nav .gnavi > li > a.active::before,
	header nav .gnavi > li > a:hover::before{
		display: none;
	}

	main .section-ttl {
		font-size: 7vw;
	}

	main #fv .flex .img {
		margin: 5% 0 0;
	}
	main #fv .flex {
		display: block;
	}

	main #fv .bg {
		background-position: right 30% top 0;
	}
	main #fv h2 {
		font-size: 10vw;
	}
	main #fv .txt {
		margin: 4% 0;
		font-size: 4vw;
		line-height: 1.4;
	}
	main #fv .btn a {
		font-size: 3.5vw;
	}
	main #fv .attention {
		font-size: 2.5vw;
	}

	main #fv.fv02 .bg .wrap {
		background-size: auto 100%;
    	background-position: right -11vh bottom;
	}
	main #fv.fv02 .flex .img {
		width: 50%;
	}


	main #indexfor .detail {
		width: 100%;
	}
	main #indexfor .detail h3 {
		font-size: 5vw;
		line-height: 1.4;
		text-align: center;
	}
	main #indexfor .detail h3 strong {
		font-size: 6vw;
	}
	main #indexfor .detail .note{
		font-size: 2.2vw;
	}
	main #indexfor .detail ul li {
		font-size: 3.5vw;
	}
	main #indexfor .flex {
		display: block;
	}
	main #indexfor .img {
		width: 80%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}

	main #introduction .txt {
		font-size: 3.5vw;
	}

	main #author .profile .img img {
		width: 80%;
	}
	main #author .profile h3 {
		font-size: 6vw;
		text-align: center;
	}
	main #author .profile .name {
		font-size: 4vw;
	}
	main #author .profile .name strong {
		font-size: 5vw;
	}
	main #author .profile .txt {
		font-size: 3.5vw;
	}
	main #author .book h3 {
		font-size: 6vw;
		margin: 8% 0 6%;
	}
	main #why2{
		padding-top: 3%;
		padding-bottom: calc(3% + 30px);
	}
	main #why table th,
	main #why table td,
	main #why2 table th,
	main #why2 table td{
		font-size: 3vw;
		line-height: 1.8;
		padding: 8px 1%;
	}
	main #why table th:first-child,
	main #why table td:first-child,
	main #why2 table th:first-child,
	main #why2 table td:first-child{
		width: 20%;
	}
	main #why table th:nth-child(2),
	main #why table td:nth-child(2),
	main #why2 table th:nth-child(2),
	main #why2 table td:nth-child(2){
		width: 15%;
	}
	main #why table th:nth-child(3),
	main #why table td:nth-child(3),
	main #why2 table th:nth-child(3),
	main #why2 table td:nth-child(3){
		width: 25%;
	}
	main #why table th:nth-child(4),
	main #why table td:nth-child(4),
	main #why2 table th:nth-child(4),
	main #why2 table td:nth-child(4){
		width: 40%;
	}

	main #review .well strong,main #review .well div{
		font-size: 3.5vw;
		line-height: 1.42857143;
	}

	main .cta .txt {
		font-size: 3.5vw;
	}
	main .cta .price {
		font-size: 8vw;
	}
	main .cta .price span {
		font-size: 5vw;
	}
	main .cta img {
		width: 50%;
	}
	main .btn a {
		font-size: 5vw;
		line-height: 1.2;
	}

	main #review h2 span {
		font-size: 3vw;
	}

	main .disclaimer{
		margin-bottom: 8%;
	}
	main .disclaimer p+p{
		margin-top: 3%;
	}

	footer .wrap{
		padding: 0 5%;
	}
	footer ul.menu > li{
		font-size: 3vw;
		margin-right: 1.5em;
	}
	footer .txt{
		font-size: 2.5vw;
	}

}


.pre_notes{
	font-size:2.4rem;
	font-weight:bold;
	margin:0 0 20px;
}
.pre_notes br{
	display:none;
}

@media screen and (max-width : 1200px){
	.pre_notes{
		line-height:1.4;
	}
	.pre_notes br{
		display:block;
	}
}
@media screen and (max-width : 767px){
	.pre_notes{
		font-size:1.4rem;
		line-height:1.4;
		margin:0 0 15px;
	}
}

.clear{
	clear:both;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf,.clearfix{
  zoom:1;
}
.cf:after,.clearfix:after{
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}



/*-------------------------
present_img
---------------------------*/

.present_box{
	margin-top: 50px!important;
	display: flex;
	align-items: center;
}
.present_box ul{
	flex: 1;
	margin-left: 20px;
}
.present_box ul li{
	position: relative;
	padding-left: 40px;
	font-size: 1.6rem;
    line-height: 1.8;
}
.present_box ul li+li{
	margin-top: 15px;
}
.present_box ul li::before,
.present_box ul li::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.present_box ul li::before{
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000d48;
}
.present_box ul li::after{
	left: 10px;
	width: 3px;
	height: 3px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
}
.present_img{
	width: 50%;
	max-width: 400px;
	margin: auto;
}
.present_img img{
	max-width: 100%;
}
.presentarea{
	padding-bottom: 80px;
}
.presentarea p{
	font-size: 1.6rem;
    line-height: 1.8;
}
.presentarea p+p{
	margin-top: 35px;
}
.presentarea h3{
	font-weight: bold;
	color: #ff0000;
	font-size: 36px;
    text-align: center;
    margin: 60px 0 60px;
}

@media screen and (max-width: 768px){


	.present_box{
		margin-top: 5%!important;
		display: block;
	}
	.present_box ul{
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.present_box ul li{
		font-size: 3.5vw;
		line-height: 1.6;
		position: relative;
		padding-left: 30px;
	}
	.present_box ul li+li{
		margin-top: 10px;
	}
	.present_box ul li::before,
	.present_box ul li::after{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -2px;
	}
	.present_box ul li::before{
		width: 20px;
		height: 20px;
	}
	.present_box ul li::after{
		left: 8px;
		border: 4px solid transparent;
		border-left: 6px solid #fff;
	}
	.present_img{
		width: 80%;
		max-width: 400px;
		margin: auto;
	}

	.presentarea{
		padding-bottom: 5%;
	}
	.presentarea p{
		font-size: 3.5vw;
	    line-height: 1.8;
	}
	.presentarea p+p{
		margin-top: 4%;
	}
	.presentarea h3{
		font-size: 6vw;
	    margin: 3% 0 6%;
	}

}