@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }


ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  clear: both;
  content: "";
  display: block; }

@media (max-width: 767px) {
  p {
    font-weight: 300; } }
@media (max-width: 767px) {
  .pc {
    display: none !important; } }
@media (min-width: 768px) {
  .sp {
    display: none !important; } }
@media (min-width: 768px) {
  .fl {
    float: left; } }

@media (min-width: 768px) {
  .fr {
    float: right; } }

.en {
  font-family: "DinPro"; }

@font-face {
  font-family: "DinPro";
  font-style: normal;
  font-weight: 400;
  src: url("../font/DINPro-Medium.woff") format("woff"); }
html {
  width: 100%; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #555555; }
  @media (max-width: 767px) {
    body {
      -webkit-text-size-adjust: 100%;
      overflow-x: hidden;
      font-size: 12px; } }

/* ======================================================================
 common
====================================================================== */
a {
  text-decoration: none;
  color: #666666; }
  @media (min-width: 768px) {
    a {
      transition-duration: 0.3s; }
      a:hover {
        opacity: 0.7; } }

main a {
  text-decoration: none;
  color: #555555;
  transition-duration: 0.3s; }
  main a:hover {
    opacity: 0.7; }

img {
  width: 100%;
  vertical-align: bottom; }

header {
  position: fixed;
  z-index: 999;
  width: 100%; }
  header .inner {
    position: relative; }
   header .h_logoArea {
    width: 220px;
    position: fixed;
    z-index: 999;
    background: url(logo.svg) no-repeat 0 0;
    background-size: 100%;
    padding: 20px 0 90px 60px;
    text-align: left; }
    header .h_logoArea a {
      display: block; }
    @media (min-width: 768px) {
      header .h_logoArea img {
        width: 73px; } }
    @media (max-width: 767px) {
      header .h_logoArea {
        width: 30vw;
        position: fixed;
        top:10%;
        left:10%;
        padding: 2% 12% 12% 8%; } }
  header .h_snsArea {
    position: absolute;
    right: 120px;
    top: 25px;
    z-index: 1; }
    @media (max-width: 767px) {
      header .h_snsArea {
       } }
    header .h_snsArea ul li {
      width: 30px;
      display: inline-block;
      margin: 0 2px; }
      @media (max-width: 767px) {
        header .h_snsArea ul li {
          width: 9vw; } }

/*nav*/
nav {
  display: none;
  position: absolute;
  background-color:#1c92c8;
  opacity: 0.8;
  z-index: 888;
  width: 100%;
  height: 100vh;
  top: -10%; }
  nav .content {
    width: 80%;
    margin: 150px auto;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      nav .content {
        position: relative; } }
    @media (max-width: 767px) {
      nav .content {
        display: block; } }

    nav .content .h_logo {
      width: 17vw;
      position: relative;
      padding-top: 8%; }
      @media (max-width: 767px) {
        nav .content .h_logo {
          width: 20%;
          position: absolute;
          top:16%;
          left:10%;
          padding: 3% 12% 10% 8%;
          background: url("../img/logo.svg") no-repeat 0 0;
          background-size: 100%; }
          nav .content .h_logo img {
            width: 100%; } }

  nav ul {
    display: block;
    margin: 0 auto;
    text-align: left;
    font-family: "DinPro";
    width: 45%;
    padding-left: 0%; }
    @media (max-width: 767px) {
      nav ul {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: -80px; } }
    nav ul li {
      margin-bottom: 1.5em; }
      @media (max-width: 767px) {
        nav ul li {
          margin-bottom: 1em; } }
      nav ul li a {
        display: inline-block;
        font-size: 3.8vw;
        padding: 0 5%;
        color: #fff; }
        @media (max-width: 767px) {
          nav ul li a {
            font-size: 7vw; } }
        @media (min-width: 768px) {
          nav ul li a:hover {
            background-color: #fff;
            color: #1c92c8; } }

/*nav btn*/
#nav_toggle {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 2%;
  margin-left: auto;
  margin-top: -0.6%;
  background-size: 100%;
  z-index: 999; }
  @media (max-width: 767px) {
    #nav_toggle {
  margin-top: 1%;
  margin-right: 4vw;
	width:80px;  } }
  #nav_toggle div {
    position: relative;
    top: 22px; }
    @media (max-width: 767px) {
      #nav_toggle div {
        top: 20px; } }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 20px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (max-width: 767px) {
      #nav_toggle span {
        width: 4.3vw; } }
  #nav_toggle span:nth-child(1) {
    top: 38px; }
    @media (max-width: 767px) {
      #nav_toggle span:nth-child(1) {
    top: 46px;     } }
  #nav_toggle span:nth-child(2) {
    top: 46px; }
    @media (max-width: 767px) {
      #nav_toggle span:nth-child(2) {
    top: 54px;     } }
  #nav_toggle span:nth-child(3) {
    top: 54px; }
    @media (max-width: 767px) {
      #nav_toggle span:nth-child(3) {
    top: 62px;    } }

/*nav btn open*/
.open #nav_toggle {
  background-size: 100%; }
  @media (max-width: 767px) {
    .open #nav_toggle div {
      top: 20px; } }
.open #nav_toggle span {
  background: #fff; }
  .open #nav_toggle span:nth-child(1) {
    top: 46px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav_toggle span:nth-child(3) {
    top: 46px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  @media (max-width: 767px) {
    .open #nav_toggle span:nth-child(1){
      top: 54px; } }

  @media (max-width: 767px) {
    .open #nav_toggle span:nth-child(3){
      top: 54px; } }

.kvArea {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1; }
  .kvArea .kvWrap {
    width: 100%;
    padding-top: 53%;
    position: relative;
   }
    @media (max-width: 767px) { 
      .kvArea .kvWrap {
        width: 100vw;
        padding-top: 83%;
        position: relative; } 
      }
  .logoKv {
    display: block;
    width: 12vw;
    margin: auto;
    position: absolute;
    left: 3%;
    /*top: calc(100vh / 32);*/
	top: 20px;
    z-index: 2; }
    @media (max-width: 767px) {
      .kvArea .logoKv {
        width: 16vw; } 
    }
  .kvArea .blockImg {
    position: fixed;
    z-index: 0;
    top: 0;
    padding-top: 0%; 
    width:100%;
    height:100%;
    vertical-align: middle;
    overflow: hidden;
    z-index:-999;}
    /*@media (-ms-high-contrast: none) {
      .kvArea .blockImg {
        position: absolute; } }*/
    @media (max-width: 767px) {
      .kvArea .blockImg {
        padding-top: 0%; } }

  .kvArea .blockImg img{
	width:100%;
	height:100%!important;
	line-height: 100%;

	/*30秒かけてズームイン・アウトを永遠に繰り返す*/
	animation: animationZoom 20s ease-in-out 0s infinite normal;
}
/*イメージをズームさせるCSS3アニメーション*/
@keyframes animationZoom {
	50%{ transform:scale(1.1); }        
}

  .kvArea .imgWrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.7;}
    .kvArea .imgWrap img {
      vertical-align: top;
    height: 100%;}
/*  @media (-ms-high-contrast: none) {
      .kvArea .imgWrap img {
        position: absolute; } } */
    @media (max-width: 767px) {
      .kvArea .imgWrap img {
      padding-top: 0%; } } 

  .kvArea .copyArea {
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    padding-left: 6%;
    z-index: 100;
    padding-top: 16%;
    margin: auto; }
    @media (max-width: 767px) {
      .kvArea .copyArea {
		margin: auto;
        padding: 69% 16% 0% ;
        width: 100%; } }
  .kvArea .bx-wrapper {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }

main {
	width: 100%;
	position: relative;
	margin-top: -2%;
}
    @media (max-width: 767px) {
    main  {
     } }
#imgArea1 {
	position: relative;
	margin-top: 0%;
    z-index: 20;}

#bookArea {
    position: relative;
	margin-top: -6%;
	padding: 8% 12%;
	background-color: rgba(210,238,255,0.90);
	z-index: 10;
}
    @media (max-width: 767px) {
      #bookArea  {
    	  padding: 6% 6%;
		  background-color: rgba(210,238,255,1);  } }

#bookArea ul {
    position: relative;
	padding: 1%;
    display: flex;
	justify-content: space-between; }
    @media (max-width: 767px) {
      #bookArea ul  {
    	flex-direction: column;  } }

#bookArea ul li {
    margin: 3%;
} 
    @media (max-width: 767px) {
      #bookArea ul li   {
	background-size: 80%;
} }

#book1j{
	background: url("../img/bookwaku1.png")no-repeat;
    background-size: 100%;
    background-position: 0px 90%;
	padding: 0% 10% 15%;
}
#book2j{
	background: url("../img/bookwaku2.png")no-repeat;
    background-size: 100%;
    background-position: 0px 90%;
	padding: 0% 10% 18%;
}
    @media (max-width: 767px) {
      #book2j  {
	margin-top:-20%;} }

#book1j img{
	padding: 15% 18% 6% ;
}
#book2j img{
	padding: 15% 18% 6% ;
}

#book1e{
	background: url("../img/bookwaku3.png")no-repeat;
	background-size: 100%;
	padding: 14%;
}
#book2e{
	background: url("../img/bookwaku4.png")no-repeat;
	background-size: 100%;
	padding: 14%;}

.purchase{
	background: url("../img/foot2.png")no-repeat;
	background-size: 14%;
    background-position: 80%;
    padding: 6%;
    border-bottom: #A5B0B4;}

.fluffy:hover{
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 2%); }
	30%  { -webkit-transform: scale(1.1, 0.8) translate(0%, 4%); }
	50%  { -webkit-transform: scale(0.8, 1.1) translate(0%, -4%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 2%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 2%); }
	30%  { -webkit-transform: scale(1.1, 0.8) translate(0%, 4%); }
	50%  { -webkit-transform: scale(0.8, 1.1) translate(0%, -4%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 2%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
h2{
	font-weight: bolder;
	font-size: 1.5vw;}
    @media (max-width: 767px) {
     h2  {
    font-size: 3vw;  } }
h3{
	font-weight: bolder;
	font-size: 1.1vw;}
    @media (max-width: 767px) {
     h3  {
    font-size: 2.6vw;  } }

#bookArea ul li p {
	margin-top: 3%;
	padding: 0% 0%;
    font-size: 1vw;}
    @media (max-width: 767px) {
     #bookArea ul li p  {
    font-size: 2vw;  } }

#imgArea2 {
	position: relative;
	margin-top: -3%;
    z-index: 30;}
#info {
	background-color: rgba(212,244,230,0.90);
	margin-top: -9%;
	padding: 20%;
	position: relative;
	z-index: 20;
}
    @media (max-width: 767px) {
     #info  {
    background-color: rgba(212,244,230,1) } }
#infoArea {
	z-index: 100;
	margin:0 auto;
	position: relative;
    display: flex;
	flex-wrap:wrap;
  	justify-content: space-around;
	height: 70%;
	width: 80%;
	overflow-x: scroll;
	background: #ffffff;
	border: 3px solid #EFEFEF;}

    @media (max-width: 767px) {
    #infoArea {
	width: 100%;
	height: 70%;
	overflow-x: scroll;
} }

.info_box {
	margin-top: 5%;
	margin-bottom:  5%;
	width: 24%;
    overflow: hidden;
	background-color: #ffffff;}

    @media (max-width: 767px) {
      .info_box {
	margin: 10%;
	width: 60%;
	height: 60vh;
} }

.info_box img {
	width: 100%;
	height: auto;
}

h4 {
    margin: 5px 0 0;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bolder;
}
h5 {
    margin: 5px 0 0;
	margin-top: 10px;
	font-size: 11px;
}
p {
    font-size: 11px;
}
a {
    display: block;
	color: #666666;
}
a:hover {
	color: #1E83C1;
}



footer {
    position: relative;
	margin-top: -9%;
	margin-bottom: 0%;
	padding-top: 6%;
	padding-bottom: 1%;
    color: #666666;
	background: url("../img/footer.png")no-repeat;
	background-size: 100%;
    z-index: 300;}
  @media (max-width: 767px) {
    footer {
      padding-top: 3em; } }

footer p{
	padding-top: -2%;
    font-size: 12px;
}
