@charset "UTF-8";

/*
[color]
青緑：#008e8f
クリーム：#fffbec
黄色：#fff100
*/

html{
	font-size: 62.5%; 
	scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
	font-weight: 400;
    color: #212121;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
	text-size-adjust: 100%;
}

/*
 common
******************************************************************************
*/

/** text **/
.txt-corpo{
    font-family: corporate-logo-ver2, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.txt-orange {
    color: #ff931e;
}

/** align **/
.align-l{text-align: left;}
.align-c{text-align: center;}
.align-r{text-align: right;}
.align-lc{text-align: left;}

/** tel **/
a[href^="tel:"]{cursor: pointer;}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	
	.align-lc{text-align: center;}
    
    a[href^="tel:"]{cursor: default;}
	
}

/** reset **/
h1,h2,h3,h4,h5,h6,p,
ul,ol{
    margin: 0;
    padding: 0;
}

ul,ol{list-style: none;}
p{margin-bottom: 20px;}

/** button **/
.uk-button-primary {
    background-color: #008e8f;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 4rem;
    padding: 12px 60px;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #212121;
    color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #008e8f;
    color: #fff;
}

/* link */
a {
    color: #008e8f;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: border, background, color;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #008e8f;
}

/* ::selection */
::selection {
    background: #fff100;
    color: #212121;
    text-shadow: none;
}

/** margin **/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}


/** SP : visibility, tel **/
.visible-sp{display: none !important;}

@media all and (min-width: 768px) and (max-width: 1024px) { 
	
}

@media (max-width: 767px) {
	
  	.hidden-sp {display: none !important;}
	.visible-sp {display: block !important;}	
}


/*
 LP集客図鑑
********************************/

/** header 
******************************************************************************
*/

.logo{
    padding: 10px 0 0 5%;
    width: 140px;
}

/** nav **/
#g-nav{
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;
    background: #fffbec;
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    /*top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
    top: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}

.title-menu{
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin: 80px 0 20px 0;
}

/*リストのレイアウト設定*/
#g-nav li{
    margin: 0 0 10px;
}

#g-nav li a{
    font-size: 1.6rem;
	color: #fff;
    background: #008e8f;
	text-decoration: none;
	display: block;
	font-weight: bold;
    border-radius: 4rem;
    padding: 16px 30px;
    position: relative;
}

#g-nav li a::after{
    content: url("../image/arrow_w_next.svg");
    position: absolute;
    right: 30px;
}

#g-nav li a:hover{
    background: #212121;
}


/** menu button **/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 17px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height: 50px;
    background: #008e8f;
    border: 3px solid #fff;
    border-radius: 13px;
}
	
/* ×に変化 */	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) { 
	
	/** nav **/
    #g-nav ul{
        top: 160px;
        width: 40%;
    }
    
    .title-menu{
        margin: 100px 0 20px 0;
    }	
    
    
}

/* Desktop */
@media (min-width: 1025px) {
    
    .logo{
        padding: 25px 0 0 5%;
        width: 200px;
    }
    
    /** nav **/    
    #g-nav ul{
        top: 180px;
        width: 20%;
    }
    
    .title-menu{
        margin: 100px 0 20px 0;
    }

    /** menu button **/
    .openbtn{
        top: 30px;
        right: 80px;
        width: 80px;
        height: 60px;
        border: 6px solid #fff;
    }
    
    .openbtn:hover{
        background: #212121;
    }
    
    .openbtn::before{
        content: "MENU";
        font-weight: bold;
        color: #fff;
        font-size: 1.4rem;
        position: absolute;
        top: 7px;
        left: 16px;
    }
    
    .openbtn.active::before{
        content: "CLOSE";
        font-size: 1.3rem;
        top: 8px;
    }
    
    /*×に変化*/	
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        /*left: 14px;*/
        left: 21px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
      }

    .openbtn span:nth-of-type(1) {
        /*top:15px;*/
        opacity: 0;
    }

    .openbtn span:nth-of-type(2) {
        /*top: 23px;*/
        top: 36px;
    }

    .openbtn span:nth-of-type(3) {
        /*top:31px;*/
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(1) {
        /*top: 18px;
        left: 18px;*/
        top: 30px;
        left: 30px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
        opacity: 1;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        /*top: 30px;
        left: 18px;*/
        top: 42px;
        left: 30px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
        opacity: 1;
    }
    
}

/** footer
******************************************************************************
*/

.footer{
    background: #008e8f;
    padding: 15px 0;
    text-align: center;
}

.footer .txt-copy{
    color: #fff;
    font-size: 1rem;
}

/* Desktop */
@media (min-width: 1025px) {
    
    .footer{
        padding: 30px 0;
    }
    
    .footer .txt-copy{
         font-size: 1.2rem;   
    }
        
}


/** TOP : mainvisual
******************************************************************************
*/

.mainvisual{
    background-image: url("../image/bg_mainvisual_o.png");
    background-color: #f8f8f8;
    background-repeat: repeat-y;
    background-position: center top;
    background-attachment: fixed;
    background-size: 150%;
    width: 100%;
    margin-top: -110px;
    height: 700px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.mainvisual_inner{
    position: absolute;
    top: 125px;
    width: 100%;
    height: 700px;
    background-image: url("../image/bg_mainvisual_circle.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 133%;
}

.img-book{
    position: relative;
}

.img-book h1{
    width: 270px;
    margin: 85px auto 0;
    position: relative;
    z-index: 2;
}

/** イラスト **/
.wrap-illust{
    position: relative;
    z-index: 3;
    margin-top: 110px;
    height: 590px;
}

.person-01{
    position: absolute;
    top: 70px;
    right: 25px;
}

.person-02{
    position: absolute;
    bottom: 40px;
    left: 140px;
}

.person-03{
    position: absolute;
    top: 220px;
    left: 15px;
}

.person-04{
    position: absolute;
    top: 190px;
    right: 25px;
    z-index: 2;
}

.board{
    position: absolute;
    top: 170px;
    right: 20px;
    z-index: 1;
}

.person-05{
    position: absolute;
    bottom: 120px;
    left: 20px;
}

.person-06{
    position: absolute;
    top: 140px;
    left: 10px;
}

.person-07{
    position: absolute;
    bottom: -40px;
    right: 15px;
    z-index: 1;
}

.ico-good{
    position: absolute;
    top: 70px;
    left: 30px;
}

.ico-like{
    position: absolute;
    top: 300px;
    right: 30px;
}

.web{
    position: absolute;
    top: 320px;
    left: 40px;
}

.person-01 img{width: 40px;}
.person-02 img{width: 30px;}
.person-03 img{width: 60px;}
.person-04 img{width: 50px;}
.board img{width: 40px;}
.person-05 img{width: 48px;}
.person-06 img{width: 53px;}
.person-07 img{width: 160px;}
.ico-good img{width: 30px;}
.ico-like img{width: 30px;}
.web img{width: 15px;}


/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    .mainvisual{
        background-position: 0 110px; 
        background-repeat: repeat;
        background-size: 85%;
    }
    
    .mainvisual_inner{
        background-size: 90%;
    }

    .img-book{
        position: absolute;
        width: 700px;
        height: 700px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .img-book h1{
        width: 45%;
        margin: 70px auto 0;
    }
    
    /** イラスト **/
    .person-01{
        top: 30px;
        right: 24%;
    }

    .person-02{
        bottom: 20px;
        left: 25%;
    }

    .person-03{
        top: 220px;
        left: 20%;
    }

    .person-04{
        top: 190px;
        right: 22%;
    }

    .board{
        top: 170px;
        right: 19%;
    }

    .person-05{
        bottom: 130px;
        left: 23%;
    }

    .person-06{
        top: 120px;
        left: 20%;
    }

    .person-07{
        top: 390px;
        right: 10%;
        height: 182px;
    }

    .ico-good{
        top: 35px;
        left: 25%;
    }

    .ico-like{
        top: 300px;
        right: 24.5%;
    }

    .web{
        top: 320px;
        left: 25%;
    }
    
    
    
		
}

/* Desktop */
@media (min-width: 1025px) {

    .mainvisual{
        background-position: 0 110px; 
        background-repeat: repeat-x;
        background-size: 75%;
        height: 800px;
    }
    
    .mainvisual_inner{
        background: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        z-index: 1;
        margin: 0 auto;
    }
    
    .img-book{
        position: absolute;
        width: 1000px;
        height: 1000px;
        background: #fffbec;
        border: 1rem solid #ffffff;
        border-radius: 50%;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 1;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .img-book h1{
        width: 40%;
        margin: 90px auto 0;
    }
    
    /** イラスト **/
    .wrap-illust{
        height: 690px;
    }
    
    .person-01{
        top: 30px;
        right: 34%;
    }

    .person-02{
        bottom: 20px;
        left: 35%;
    }

    .person-03{
        top: 220px;
        left: 33%;
    }

    .person-04{
        top: 190px;
        right: 33%;
    }

    .board{
        top: 170px;
        right: 31%;
    }

    .person-05{
        bottom: 130px;
        left: 33%;
    }

    .person-06{
        top: 120px;
        left: 32%;
    }

    .person-07{
        top: 410px;
        right: 13%;
        height: 182px;
    }

    .ico-good{
        top: 25px;
        left: 34.5%;
    }

    .ico-like{
        top: 300px;
        right: 34.5%;
    }

    .web{
        top: 350px;
        left: 35%;
    }
    
    .person-01 img{width: 60px;}
    .person-02 img{width: 45px;}
    .person-03 img{width: 80px;}
    .person-04 img{width: 70px;}
    .board img{width: 60px;}
    .person-05 img{width: 68px;}
    .person-06 img{width: 73px;}
    .person-07 img{width: 200px;}
    .ico-good img{width: 50px;}
    .ico-like img{width: 50px;}
    .web img{width: 30px;}
    
}


/** TOP : section
******************************************************************************
*/

/** common **/
/* タイトル */
.title-sec{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.title-sec span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}

.subtitle-sec{
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 20px;
}

/** 購入ページ **/
ul.list-btn-buy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.list-btn-buy li{
    width: 46%;
    margin: 0 0 10px;
    text-align: center;
}

ul.list-btn-buy li.btn-whole{
    width: 100%;
}

.btn-buy{
    display: inline-block;
    border: 6px solid #e0eaf6;
    border-radius: 11px;
    width: 94%;
    padding: 5px 0;
}

.btn-buy-amazon{
    border: 6px solid #f7e6d8;
}

.btn-buy-rakuten{border: 6px solid #e7bdb9;}
.btn-buy-7net{border: 6px solid #f8c2bd;}

.btn-buy img{
    width: 140px;
}


/**　公式SNS **/
ul.list-btn-sns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

ul.list-btn-sns li{
    margin-bottom: 15px;
}

ul.list-btn-sns li .fa-2x{
    font-size: 2.4em;
}

a.sns-twitter{color: #1D9BF0;}
a.sns-tiktok{color: #000;}
a.sns-insta{color: #CF2E92;}
a.sns-youtube{color: #FF0000;}
a.sns-line{color: #06C755;}
a.sns-pin{color: #BD081C;}

.wrap-sns-lemon{
    width: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.sns-lemon{
    background: #fff700;
    border-radius: 8px;
    border: 1px solid #fff700;
    width: 58px;
    height: 58px;
    display: inline-block;
    text-align: center;
}

a.sns-lemon img{
    width: 90%;
    margin-top: 3px;
}


/**　書籍概要 **/
.book-outline.uk-table th{
    font-size: 1.4rem;
    color: #212121;
    font-weight: 700;
    text-transform: none;
}


/**　著者 **/



/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) { 
	
		
    /**　公式SNS **/
    ul.list-btn-sns{
        width: 60%;
    }
    
}

/* Desktop */
@media (min-width: 1025px) {

    /** common **/
    /* タイトル */
    .title-sec{
        font-size: 3.6rem;
        margin-bottom: 50px;
    }
    
    .subtitle-sec{
        font-size: 2.8rem;
    }
    
    /** 購入ページ **/
    ul.list-btn-buy li{
        width: 48%;
        margin: 0 0 20px;
    }
    
    .btn-buy{
        width: 98%;
        padding: 10px 0;
    }
    
    .btn-buy img{
        width: 240px;
    }
    
    
}


/*
 お問合せフォーム
******************************************************************************
*/

/** step **/
.form-step{
	width: 100%;
	margin-bottom: 50px;
}

.form-step ul{
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 90%;
	margin: 0 auto;
	text-align: center;
}

.form-step ul li{
    text-align: center;
}

.form-step ul li::before{
    border-top: 3px solid #fffbec;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 13px;
    left: 50%;
    width: 100px;
    z-index: 1;
}

.form-step ul li:last-child::before{
    border-top: 3px solid transparent;
}

.form-step ul li .step{
    background: #fffbec;
    color: #888;
    display: inline;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3rem;
    padding: 9px 11px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s;
}

.form-step ul li .step-tit{
    color: #333;
    display: block;
	font-weight: bold;
    font-size: 13px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 10;
}

.form-step ul li.current .step{
    background: #fff100;
    color: #212121;
}

.form-step ul li.current .step-tit{color: #212121;}

/** form-input-wrap **/
.form-input-wrap{
	margin-bottom: 30px;
}

.form-input-wrap dl{
	border-bottom:1px solid #eaeaea;
	padding: 18px 0 15px;
	margin: 0;
}

.form-input-wrap dl:nth-child(1){
	border-top:1px solid #eaeaea;
	padding-top:15px;
}

.form-input-wrap dl dt{
	margin-bottom: 10px;
}

.form-input-wrap dl dd{
	padding-bottom: 0px;
}

.form-input-wrap dl:last-child{
	border-bottom: none;
}


/** form parts **/
.item-required {
    padding: 3px 6px;
    background-color: #e60033;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #e60033;
    border-radius: 6px;
}

input[type="text"], 
input[type="email"], 
/*input[type="submit"], */
textarea {
    width: 98%;
}

input[type="text"], 
input[type="email"], textarea {
    outline: none;
    border: 1px solid #bbb;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus {
    box-shadow: 0 0 7px #fff100;
    border: 1px solid #fff100;
}

input, textarea {
    padding: 10px 1%;
    border-color: #bbb;
    border-radius: 1px;
}

/*.form-item-name input[type=checkbox], 
.form-item-name input[type=radio] {
    width: auto;
}*/

.btn-form-submit {
    clear: both;
    text-align: center;
}

.btn-back {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.btn-back:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) { 
	
	/** step **/
    .form-step ul {
        width: 50%;
    }
    
    .form-step ul li::before{
        width: 150px;
    }
    
}

/* Desktop */
@media (min-width: 1025px) {
    
    /** step **/
    .form-step ul {
        width: 50%;
    }
    
    .form-step ul li::before{
        width: 150px;
    }
    
    /** form parts **/
    .form-item-name input {
        width: 230px;
    }

    input[type="email"]{
        width: 400px;
    }

    
}
