*,*::before*::after{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
	
}

body{}
#bg{width:100%; height:100%; position:fixed; top:0; margin:0 auto; z-index:0;}
.pc{ display:block}
.phone{ display:none}
@media(max-width: 767px){.phone{ display:block} .pc{ display:none}}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 2;

}
.header__body {
    position: relative;
    /* z-index: 2; */
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.header__logo{
    flex: 0 0 8em;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.header__logo  img{
   max-width: 100%;
   display: block;
}
.header__burger{
    display: none;
}
.header__menu{ }

.header__list {
    display: flex;
    position: relative;
    z-index: 2;
	font-family:"Times New Roman", Times, serif;
}
.header__list li{
    list-style: none;
    margin-left: 2em;
	margin-top:1em;
}
.header__link{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
	
}
.header__link:hover{color: #6CC; text-decoration:none}
#mycarousel{margin-top:50px; max-width:1200px; margin:auto auto}

@media(max-width: 767px){
    body.lock {
        overflow: hidden;
    }
    .header__logo{
        flex: 0 0 8em;
    }
    .header__body {
        height: 50px;
    }
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 3;
    }
    .header__burger span {
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        height: 2px;
        left: 0;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before,
    .header__burger::after{
        content: '';
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after{
        bottom: 0;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span {
        transform: scale(0);
    }
    .header__menu {
        position: fixed;
        top: -120%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transition: all 0.3s ease 0s;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 70px 10px 20px 10px;
     }
     .header__menu.active {
         top: 0;
     }
     .header__list{
         display: block;
     }
     .header__list li{
         margin:0px 0px 20px 0px;
     }
     .header__link {
         font-size: 1.2em;
     }
}
#KMC{background: url(../images/bg1.svg) fixed no-repeat; background-size:cover}
#TM{background: url(../images/bg2.svg) no-repeat bottom; background-size:contain}
#TA{background: url(../images/bg1.svg) no-repeat top,url(../images/bg2.svg) no-repeat bottom; background-size:contain, contain;filter: hue-rotate(120deg);}
#TA img{filter: hue-rotate(-120deg);}
#Recommendation{background: url(../images/bg1.svg) no-repeat top; background-size:contain}
#Link{background: url(../images/bg2.svg) no-repeat top; background-size:cover}
.content{ position:relative; z-index:10;text-align:center; width:100%; margin:0 auto; border-bottom:#CCC dotted 2px; padding-left:5%; padding-right:5%; padding-bottom:2em}

.title{font-size:3em; letter-spacing:.5em; padding-left:.5em; margin:1em auto; font-family:"Times New Roman", Times, serif; text-shadow:rgba(102,204,153,.7) 2px 2px 2px ; font-weight:bold}
@media(max-width: 767px){.title{font-size:2em; letter-spacing:.2em;}}
.content h1{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; line-height:3em;background:linear-gradient(90deg,rgba(51,51,51,.5),rgba(102,153,153,1), rgba(102,204,204,0.5),rgba(51,51,51,.5)); background-clip:text;-webkit-background-clip: text; color: transparent;animation:hbc 80s infinite linear ; font-weight:bold;-webkit-filter:brightness(1); height:auto; font-weight:bold;}
@keyframes hbc {from{} to{ background-position:1000px 0px;}}
.content h4{color:#666; font-family:"Times New Roman", Times, serif; line-height:2.5em}
.content p{ line-height:3em}
.tip{color:#666; margin:2em auto; width:80%; text-align:center; min-width:350px}
.tip ul{list-style:none; line-height:2em; font-size:0.8em; margin-right:3em}
.tip ul li{border-bottom:#CCC 1px dotted; padding-bottom:2px;}

.book{ 
	display:inline-block; 
	margin:1em auto; padding:0;
	width:40%; min-width:350px;
	background-color:rgba(255,255,255,.8);
	margin-left:2%; margin-right:2%;
background-image: linear-gradient(rgba(204,204,204,.2) 1px, transparent 2px),
linear-gradient(90deg,rgba(204,204,204,.2) 1px, transparent 2px),
linear-gradient(rgba(204,204,204,.2) 1px, transparent 1px),
linear-gradient(90deg, rgba(204,204,204,.2) 1px, transparent 1px);
background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; border:rgba(204,204,204,.2) 1px solid;
vertical-align:top}
.tape{font-size:0.9em; display:inline-block; background: #cbb994; padding:0 0.5em; color:#FFF;  text-shadow:#b3a282 1px 1px 0px; box-shadow:#b3a282 2px 2px 2px}
.book img{float:left; transform:translate(-2em,-2em); width:45%}
.book ul{text-align:left; list-style:none; transform:translate(0,1.5em);line-height:2em}
.book ul h4{ font-size:1.2em;color:#366 ;text-shadow:rgba(204,153,0,.5) 1px 1px 2px}

.book ul a{ border:#C90 1px solid; padding:0.1em 0.5em; color:#960;}
.book ul a:hover{ border:#C90 1px solid; padding:0.1em 0.5em; background:#960;color:#FFF; text-decoration:none}

.bigbook{ margin:0, auto; padding:0; position:relative; width:100%;}
.bigbook .bookcover{position:relative; width:30%; max-width:300px; display:inline-block;  margin:0 auto;vertical-align:top;margin-right:3%;}
.bigbook .bookcover img{width:100%; display:block}
.bigbook .bookcover a{background:rgba(51,51,51,1); border: #699 1px solid; width:100%;  font-size:1.5em; line-height:normal;color:#FFF; display:block;}
.bigbook .bookcover a:hover{background:rgba(40%,80%,80%,1); border: #000 1px solid; width:100%;color:#FFF; display:block; text-decoration:none}
.bigbook .bookinfo{position:relative; width:60%; display:inline-block; text-align:left;  margin:0 auto; vertical-align:top;}
.bigbook .bookinfo .title{margin:0.5em auto;}
.bigbook .bookinfo p{ line-height:1.5em}
.bookinfo ul{margin-bottom:2em}
.bigbook .read{background:rgba(0,0,0,.7); color:#FFF; padding:2em 0; margin-top:2em;}
.bigbook .read h4{color:#699}
.bigbook .read p{max-width:80%; margin:0 auto;}
.author{width:80%; margin:2em auto; background:rgba(80%,80%,80%,.5); color:#000; padding:2em 10%;}
.author h4{color: #366; line-height:1.5em}
.author p{ max-width:650px; margin:0 auto; margin-bottom:2em}
.shop{width:80%; margin:2em auto; background:rgba(0,0,0,.8); color:#FFF; padding-top:2em}
	.shop .bookinfo {margin:2em auto;}
	.shop .bookinfo a{width:140px; height:50px; margin:0.2em auto; display: inline-flex;
	flex-direction: column; text-align:center; text-decoration:none; color:#666;align-content:center;
      justify-content:center;background-color: #eae6e3;
      border: 1px solid rgba(120, 120, 120, 0.1);
      transition: box-shadow 0.3s ease;
	  clip-path: polygon(calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px),0 0)
      }
	  .shop .bookinfo a:hover{ background:#066; color:#fff;box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.12), 4px 4px 8px rgba(0, 0, 0, 0.1),
        6px 6px 12px rgba(0, 0, 0, 0.08);}
.bigbook h3{ position:relative text-shadow:rgba(255,204,0,.5) 0 0 5px; width:200px; margin:1em auto;background:url(../images/tbg.svg)  bottom repeat-x; background-size:contain}
@media(max-width: 767px){
	.bigbook .bookcover{position:relative; width:70%; margin-right:0; display:block; margin:0 auto;}
	.bigbook .bookinfo{position:relative; width:90%; display:block; text-align:center; margin:0 auto; padding-bottom:2em}
	
	}
	
.link{width:300px; height:80px; margin:0.2em auto; display: inline-flex;
	flex-direction:column; text-align:center; text-decoration:none; color:#fff;align-content:center;
      justify-content:center;background-color: rgba(51,51,51,1);
      border: 1px solid rgba(120, 120, 120, 0.1);
      transition: box-shadow 0.3s ease;
	  clip-path: polygon(calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px),0 0);
	  box-shadow:#699 0 5px 5px;
      }	
	  .link:hover{ background:#066; color:#fff;box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.12), 4px 4px 8px rgba(0, 0, 0, 0.1),
        6px 6px 12px rgba(0, 0, 0, 0.08);}
		
		.link img{max-height:2em; max-width:80%; margin:0 auto;}
	
	
	
