
@charset "UTF-8";
/* setting */
* {
  margin: 0;
  padding: 0;
}

html body div.body-inner, body div.body-inner {
  width: 100%;
  height: 100%;
  font-family: notoDemiLight;
  font-size: 14px;
  line-height:14px;
  position: relative;
  font-weight: normal;
}

body div.body-inner {
  overflow-x:visible;
  -webkit-font-smoothing: antialiased;
}

div.body-inner a {
  text-decoration: none;
  color: #000;
}

div.body-inner ul, div.body-inner ol, div.body-inner li {
  list-style: none;
}

div.body-inner h1, div.body-inner h2, div.body-inner h3, div.body-inner h4, div.body-inner h5, div.body-inner h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
div.body-inner address, div.body-inner caption, div.body-inner cite, div.body-inner code, div.body-inner dfn, div.body-inner em, div.body-inner strong, div.body-inner th, div.body-inner var  {
    font-style: normal;
}
div.body-inner table{
    border-collapse: collapse;
    border-spacing: 0;
}
div.body-inner button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/* common style */
#wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.menu{
  display: none;
  position:static;
}
/* header style */
#header{
  position: fixed;
  top:0;
  left: :0;
  background-color: #FFF;
  width: 100%;
  height: 70px;
  z-index: 10;
}
#btn_menu{
  display: none;
}
#header h1{
  position: absolute;
  top: 15px;
  left: 10px;
  margin: auto;
  background:url(../images/common/logo.svg) no-repeat;
  background-size:100%;
  width:138px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#header h1 a{
  display: block;
  width:138px;
  height: 40px;
}
#btn_search{
  position: absolute;
  top:20px;
  right: 10px;
  width:30px;
  height:30px;
}
#btn_search img{
  width: 100%;
}
#box_search{
  display: none;
  position:fixed;
  top:80px;
  right:15px;
  margin:0;
  border-radius: 6px;
  background-color:rgba(255,255,255,0.9);
  width: 300px;
  height: 160px;
  z-index:10;
}
#box_search h3{
  position: absolute;
  top:20px;
  left:15px;
  font-size: 18.2px;
  line-height: 18.2px;
  font-weight: 400;
}
#box_search .btn_close{
  position: absolute;
  top:10px;
  right:10px;
  width:20px;
  height: 20px;
}
#search{
  margin:50px 15px 20px;
}
#search input{
  border:1px solid #CCC;
  width:100%;
  height: 40px;
}
#search button{
  margin:15px 0 0;
  border-radius: 6px;
  background-color: #000;
  width:100%;
  height: 40px;
  font-family: notoMedium;
  font-size: 15.96px;
  line-height:40px;
  color:#FFF;
  text-align: center;
}
.menu_logo{
  display: none;
}
#header nav ul{
  position: absolute;
  display: flex;
  top:16px;
  right:0;
  left:0;
  margin:auto;
  width:722px;
  justify-content:space-between;
}
#header nav ul li a{
  display: table-cell;
  background-color: #FFF;
  padding-top: 11.3px;
  padding-left: 0px;
  border-left: 0;
  border-bottom: 5px solid #000;
  width: 116px;
  height: 22.7px;
  font-family: notoBold;
  font-size: 14.98px;
  line-height: 14.98px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
}
#header nav ul li a.menu_type1{
  border-bottom: 4px solid #FDEB18;
}
#header nav ul li a.menu_type1:hover{
  background-color: #FDEB18;
}
#header nav ul li a.menu_type2{
  border-bottom: 4px solid #78BDE5;
}
#header nav ul li a.menu_type2:hover{
  background-color: #78BDE5;
}
#header nav ul li a.menu_type3{
  border-bottom: 4px solid #e54859;
}
#header nav ul li a.menu_type3:hover{
  background-color: #e54859;
}
#header #btn_sns{
  position: absolute;
  top:20px;
  right:45px;
}
#header #btn_sns ul{
  display: flex;
  justify-content:space-between;
  width:100px;
}
#header #btn_sns li{
  width: 30px;
  height:30px;
}
#header #btn_sns li img{
  width:100%;
}
/* take up list*/
.takeup{
  display: none;
  position: absolute;
  right:0;
  bottom:0;
  left:0;
  margin:0 65px;
  border:1px solid #CCC;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.95);
  width:380px;
  overflow:auto;
}
.takeup h3{
  position: absolute;
  top:20px;
  left:15px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.takeup .btn_close{
  position: absolute;
  top:15px;
  right:15px;
  width: 30px;
  height: 30px;
}
.takeup ul{
  margin:55px 0 10px;
  width:100%;
}
.takeup ul li{
  display: inline-block;
  margin:0 0 10px 15px;
  border:1px solid #ccc;
  border-radius: 6px;
  background-color: #FFF;
  width:150px;
  height: 45px;
}
.takeup ul li a{
  display: table-cell;
  width:150px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}
.takeup ul li a img{
  height:70%;
}
/* footer style */
#footer{
  margin:50px 0 0;
  border-top: 1px solid #000;
  width: 100%;
  overflow: auto;
}
#footer #box_sns{
  margin: 0 auto;
  padding:25px 0;
  border-bottom: 0px;
  width: 330px;
}
#footer #box_sns ul{
  display: flex;
  justify-content:space-between;
  margin:0 50px;
}
#footer #box_sns ul li:first-child{
  width:112px;
  color:#b4b4b4;
  font-family: notoMedium;
  font-size: 0.7rem;
  line-height: 30px;
  text-align: right;
}
#footer #box_sns ul li{
  width: 30px;
  height:30px;
}
#footer #box_sns ul li img{
  width: 100%;
}
#footer h3{
  margin: 0px auto 25px;
  background:url(../images/common/flogo.svg) no-repeat;
  background-size:100%;
  width:206px;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer h4{
  margin: 0px auto 25px;
  background:url(../images/common/logo_kadokawa.svg) no-repeat;
  background-size:100%;
  width:206px;
  height: 28.793px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer_menu{
  width: 100%;
}
#footer_menu{
  margin:0 auto;
  width: 1024px;
  text-align: center;
}
#footer_menu li{
  display: inline-block;
  margin:0 5px 20px 5px;
  width: auto;
  font-family: notoDemiLight;
  font-size:12.6px;
  line-height: 9px;
}
.txt_law{
  margin:20px 0;
  color:#666;
  font-family: notoDemiLight;
  font-size:10.96px;
  line-height: 10.96px;
  text-align: center;
}
#copyright{
  background-color:#000;
  width: 100%;
  height: 42px;
  text-align: center;
}
#copyright small{
  color:#FFF;
  font-family: notoDemiLight;
  font-size:0.9rem;
  line-height: 42px;
}
@media screen and (max-width: 1024px){
  #header{
    width:1024px;
  }
  #footer{
    width: 1024px;
  }
}
/* smartphone style */
@media screen and (max-width: 599px){
  .menu{
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width:45px;
    height:45px;
    z-index: 9;
  }
  /* header */
  #header{
    position: fixed;
    top:0;
    left: :0;
    width: 100%;
    height: 63px;
    background-color: #FFF;
    z-index: 10;
  }
  #btn_menu{
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width:45px;
    height:45px;
  }
  #btn_menu img{
    width: 100%;
  }
  #header h1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background:url(../images/common/logo.svg) no-repeat;
    background-size:100%;
    width:147px;
    height: 42.6px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #btn_search{
    position: absolute;
    top:9px;
    right: 9px;
    width:45px;
    height:45px;
  }
  #btn_search img{
    width: 100%;
  }
  #box_search{
    display: none;
    position:fixed;
    top:73px;
    right: auto;
    margin:0 5%;
    border-radius: 6px;
    background-color:rgba(255,255,255,0.9);
    width: 90%;
    height: 180px;
    z-index:10;
  }
  #box_search h3{
    position: absolute;
    top:30px;
    left:15px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
  }
  #box_search .btn_close{
    position: absolute;
    top:10px;
    right:10px;
    width:40px;
    height: 40px;
  }
  #search{
    margin:70px 15px 20px;
  }
  #search input{
    border:1px solid #CCC;
    width:100%;
    height: 40px;
  }
  #search button{
    margin:15px 0 0;
    border-radius: 6px;
    background-color: #000;
    width:100%;
    height: 40px;
    font-family: notoMedium;
    font-size: 15.96px;
    line-height:40px;
    color:#FFF;
    line-height: 40px;
    text-align: center;
  }

  .menu_logo{
    display: block;
    margin:24px;
    background:url(../images/common/logo.svg) no-repeat;
    background-size:100%;
    width:138px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .menu_logo a{
    display: block;
    width:138px;
    height: 40px;
  }
  #header nav ul{
    position:static;
    display: block;
    margin:0 24px;
    width:222px;
  }
  #header nav ul li{
    padding:8px 0;
    border-top:1px solid #CCC;
  }
  #header nav ul li:last-child{
    border-bottom:1px solid #CCC;
  }
  #header nav ul li a{
    display: table-cell;
    padding-top:0;
    padding-left: 28px;
    border-bottom:0;
    border-left: 6px solid #000;
    width: 188px;
    height: 48px;
    font-family: notoBold;
    font-size: 18.2px;
    text-align: left;
    vertical-align: middle;
  }
  #header nav ul li a.menu_type1{
    border-bottom:0;
    border-left: 6px solid #fdeb18;
  }
  #header nav ul li a.menu_type2{
    border-bottom:0;
    border-left: 6px solid #78bde5;
  }
  #header nav ul li a.menu_type3{
    border-bottom:0;
    border-left: 6px solid #e54859;
  }
  #header #btn_sns{
    position: static;
  }
  #header #btn_sns ul{
    display: flex;
    justify-content:space-between;
    margin:20px 35px;
    width:200px;
  }
  #header #btn_sns li{
    width: 50px;
    height:50px;
  }
  #header #btn_sns li img{
    width:100%;
  }
  /* take up list*/
  .takeup{
    display: none;
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    margin:0 3%;
    border:1px solid #CCC;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.95);
    width:94%;
    overflow:auto;
  }
  .takeup h3{
    position: absolute;
    top:20px;
    left:5%;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .takeup .btn_close{
    position: absolute;
    top:15px;
    right:5%;
    width: 30px;
    height: 30px;
  }
  .takeup ul{
    margin:55px 0 10px;
    width:100%;
  }
  .takeup ul li{
    display: inline-block;
    margin:0 0 10px 5%;
    border:1px solid #ccc;
    border-radius: 6px;
    background-color: #FFF;
    width:150px;
    height: 45px;
  }
  .takeup ul li a{
    display: table-cell;
    width:150px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
  }
  .takeup ul li a img{
    height:70%;
  }
  /* footer */
  #footer{
    margin:50px 0 0;
    border-top: 1px solid #000;
    width: 100%;
    overflow: auto;
  }
  #footer #box_sns{
    margin: 0 5%;
    padding:25px 0;
    border-bottom: 1px solid #000;
    width: 90%;
  }
  #footer #box_sns ul{
    display: flex;
    justify-content:space-between;
    margin:0 50px;
  }
  #footer #box_sns ul li:first-child{
    width:112px;
    color:#b4b4b4;
    font-family: notoMedium;
    font-size: 0.7rem;
    line-height: 30px;
    text-align: right;
  }
  #footer #box_sns ul li{
    width: 30px;
    height:30px;
  }
  #footer #box_sns ul li img{
    width: 100%;
  }
  #footer h3{
    margin: 25px auto 15px;
    background:url(../images/common/flogo.svg) no-repeat;
    background-size:100%;
    width:241px;
    height: 85px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #footer h4{
    margin: 0px auto 25px;
    background:url(../images/common/logo_kadokawa.svg) no-repeat;
    background-size:100%;
    width:241px;
    height: 33.685px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #footer_menu{
    width: 100%;
  }
  #footer_menu{
    margin:0 5%;
    width: 90%;
  }
  #footer_menu li{
    display: inline-block;
    margin:0 0 20px 0;
    width: 48%;
    font-family: notoDemiLight;
    font-size:12.6px;
    line-height: 12.6px;
  }
  .txt_law{
    margin:20px 5%;
    color:#666;
    font-family: notoDemiLight;
    font-size:10.92px;
    line-height: 10.92px;
    text-align: left;
  }
  #copyright{
    background-color:#000;
    width: 100%;
    height: 42px;
    text-align: center;
  }
  #copyright small{
    color:#FFF;
    font-size:12.6px;
    line-height: 42px;
  }

}
/* landscape style */
@media screen and (max-width: 896px) and (orientation: landscape){

}
