@charset "UTF-8";
@import url(./sanitize.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Anton');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@400&family=News+Cycle&family=Open+Sans+Condensed:wght@300&display=swap');

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html,body {
  height: 100%;
}

html {
  font-size: 15px;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    color: #fff;
    position: relative;
}
.wrapper{
   width: 100%;
   position: relative;
   min-height: 100%;
   padding-bottom: 70px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a{
  transition: .3s;
}
a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: underline;
}
a:hover{
  color: #baa653;
}
img{
  width: 100%;
  display: block;
}
p{
  margin-top: 0;
  line-height: 1.7rem;
}
.effect-fade {
  opacity : 0;
  transform : translate(0, 45px);
  transition : all 1000ms;
}

.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}
@media screen and (min-width:426px){
  .pc-hide{
    display: none;
  }
}


/* ///////wrap/////// */
.wrap{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner-wrap{
  width: 100%;
  margin: 0 auto;
}
.flex{
  display: flex;
}
.flex-two{
  width: 50%;
}
.sp-wrap.wrap{
  width: 100%;
}
.sp-wrap.wrap .inner-wrap{
  width: 100%;
}
@media screen and (min-width:426px){
  .sp-wrap.wrap{
    width: 90%;
  }
}
@media screen and (min-width:981px) {
  .inner-wrap{
    width: 80%;
    margin: 0 auto;
  }
  .sp-wrap.wrap .inner-wrap{
    width: 80%;
  }
}

/* ///////wrap/////// */
a.btn,input.btn[type="submit"]{
  display:block;
  width: 100%;
  height:50px;
  line-height:50px;
  position:relative;
  text-decoration:none;
  text-align:center;
  color:#fff;
  z-index:0;
  border-radius: 5px;
  background: linear-gradient(120deg, #baa653, #564524);
  border: none;
}
a.btn,input.btn[type="submit"]{
  line-height: normal;
}
a.btn:before,input[type="submit"].btn::before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
  left:0;
  top: 0;
  transition:0.5s;
  border-radius: 5px;
  background: linear-gradient(120deg, #baa653, #564524) !important;
}
a.btn:after,input[type="submit"].btn::after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:-2;
  left:0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(-30deg, #baa653, #564524) !important;
}
a.btn:hover:before,input[type="submit"].btn:hover::before{
  opacity:0;
}

/* ///////ハンバーガーボタン/////// */
.hamburger,.hamburgerPc {
  display : block;
  position: relative;
  z-index : 3;
  float: right;
  width : 41px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  z-index: 10000;
  top: -2px;
  background: rgba(0,0,0,0.3);
}
.hamburger span,.hamburgerPc span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1),.hamburgerPc span:nth-child(1){
  top: 10px;
}
.hamburger span:nth-child(2),.hamburgerPc span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3),.hamburgerPc span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active,.hamburgerPc.active{
}
.hamburger.active span:nth-child(1),.hamburgerPc.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3),.hamburgerPc.active span:nth-child(2),.hamburgerPc.active span:nth-child(3)  {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}
nav.globalMenuSp, nav.globalMenuPc {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  background: linear-gradient(to right bottom, #baa653, #564524);
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 60px 0 20px;
  width: 100%;
}
nav.globalMenuPc ul {
  margin: 0 auto;
  padding: 40px 0 20px;
  width: 100%;
}
nav.globalMenuSp ul li, nav.globalMenuPc ul li {
  list-style-type: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
nav.globalMenuSp ul li::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 2px;/*下線の高さ*/
  background: #fff;/*下線の色*/
  z-index: -1;
  transition: all 0.4s;/*アニメーション速度*/
}
nav.globalMenuSp ul li:last-child, nav.globalMenuPc ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover,nav.globalMenuPc ul li:hover{

}
nav.globalMenuSp ul li a,nav.globalMenuPc ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
nav.globalMenuSp ul li a img,nav.globalMenuPc ul li a img{
  height: 20px;
  margin: 0 auto;
}
nav.globalMenuSp.active,nav.globalMenuPc.active {
  transform: translateX(0%);
}
@media screen and (min-width:426px) {
  nav.globalMenuSp,nav.globalMenuPc{
    width: 240px;
  }
}
@media screen and (min-width:1401px) {
  .hamburger {
    right: 5%;
  }
}
@media screen and (min-width:1601px) {
  .hamburger {
    right: 10%;
  }
}


/* ///////header/////// */
.fix-header {
	background-color:#646464;
	line-height: 66px;
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:15px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}
.header-nav-bar{
  top: 0;
  width: 100%;
  padding: 20px 0;
  height: 80px;
  background: transparent;
  position: fixed;
  z-index: 100;
}
body.page-books header nav a{
  font-family: 'News Cycle', sans-serif !important;
}
body.page-profile header nav a{
  font-family: 'Open Sans Condensed', sans-serif !important;
  letter-spacing: 0.1rem;
}
body.page-contact header nav a{
  font-family: 'BenchNine', sans-serif  !important;
  letter-spacing: 0.1rem;
}

header nav a{
  font-family: "Anton" !important;
  font-stretch: condensed;
  text-decoration: none !important;
  font-size: 28px;
}
.header-nav-bar-fix{
  width: 100%;
  padding: 20px 0;
  height: 70px;
  background: transparent;
  display: none;
}
.hamburgerPc{
  top: -6px;
  z-index: 100;
}
header .header-nav-bar-fix .logo{
  width: 180px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,1));
  z-index: 100;
}
header .logo{
  width: 200px;
  float: left;
  margin-top: 1px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,1));
}
header nav.nav-pc{
  display: none;
}
header nav li:nth-child(1){
  width: 90px;
}
header nav li:nth-child(2){
  width: 130px;
}
header nav li:nth-child(3){
  width: 110px;
}
header nav li:nth-child(4){
  width: 190px;
}
header nav li:nth-child(5){
  width: 130px;
}
header nav.globalMenuPc li,header nav.globalMenuSp li{
  width: 80%;
}
header nav .nav-box{
  position: relative;
  margin: 0 1rem;
}
header nav li img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
header nav li:hover img:nth-child(2){
  opacity: 0;
}

header nav .nav-box:after{
  content: "";
  display: block;
  transition:0.5s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
  overflow:visible;
  bottom: -8px;
  left:0;
  height:3px;
  width:0;

  background: linear-gradient(to right bottom, #baa653, #564524);
}
header nav.globalMenuSp .nav-box:after,header nav.globalMenuPc .nav-box:after{
  background: #000;
}
header nav li:hover .nav-box:after{
  width: 100%;
}






@media screen and (min-width:426px) {
  header .logo{
    width: 220px;
  }
}
@media screen and (min-width:981px) {
  header nav.nav-pc{
    display: block;
  }
  .hamburger{
    display: none;
  }
  .header-nav-bar{
    position: relative;
  }
  .header-nav-bar-fix{
    display: block;
  }
  .hamburgerPc{
    display: block;
  }
  header nav.nav-pc ul{
    display: flex;
    float: right;
    margin: 10px 0 0 0;
  }
  header nav.nav-pc ul li{
    list-style: none;
  }
  header nav.nav-pc ul li:not(:last-child){
    border-right: 1px solid #fff;
  }
  header nav.nav-pc ul li img{
    height: 18px;
  }
}
/* ///////header top-img/////// */
.header-img{
  width: 100%;
  background-image: url(../img/header-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 6% 0;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.5);
}
.copy{
  width: 260px;
  margin-bottom: 3rem;
}
.copy-sub{
  width: 240px;
  background-color: rgba(255,255,255,0.75);
  padding: 2rem;
}
@media screen and (min-width:426px) {
  .copy{
    width: 300px;
  }
  .copy-sub{
    width: 260px;
  }
}
@media screen and (min-width:769px) {
  .header-img{
    background-size: 80%;
    background-position: right;
    background-color: rgba(0,0,0,0.2);
  }
}
@media screen and (min-width:981px) {
  .header-img{
    padding-top: 70px;
  }
}
@media screen and (min-width:1401px) {
  .header-img{
    background-size: 70%;
  }
}

/* ///////to top/////// */
h2{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}

/* ///////top intro/////// */
.page-top main{
  margin-top: 30px;
}
.intro{
  width: 100%;
  padding: 0 0 8% 0;
}
.intro .bg-one{
  position: relative;
  left: -50px;
  width: 100%;
  height: 200px;
  background-image: url(../img/bg-one.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 10% 0;
  margin: 30px 0;
}
.intro .blank{
  display: none;
}
.intro .text-box{
  width: 100%;
}
.sign-set{
  width: 100%;
  margin: 2rem 0;
}
.page-top .flex.sign{
  display: none;
}
a.notice{
  text-decoration: underline;
  line-height: 1.2rem;
  color: #b0b0b0;
  font-weight: bold;
}
a.notice:hover{
  color: #baa653;
}
@media screen and (min-width:426px) {
  .intro .bg-one{
    background-size: 80%;
    margin: 30px 0;
  }
  .page-top .flex.sign{
    display: flex;
    margin: 2rem 0;
    justify-content: space-between;
  }
  .sign-set{
    display: none;
  }
  .sign-logo{
    max-width: 250px;
  }
  .sign-sign{
    max-width: 280px;
  }
}
@media screen and (min-width:769px) {
  .page-top main{
    margin-top: 0;
  }
  .intro{
    background-image: url(../img/bg-one.jpg);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: left;
    padding: 5% 0;
  }
  .intro .bg-one{
    display: none;
  }
  .intro .blank{
    display: block;
    width: 40%;
  }
  .intro .text-box{
    width: 65%;
  }
}

/* ///////top link/////// */
.link{
  padding: 0;
}
.flex.box-wrap{
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.flex.box-wrap a{
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  text-align: center;
  background: linear-gradient(to right bottom, #baa653, #564524);
  position: relative;
  text-decoration: none;
}
.flex.box-wrap a:nth-child(1){
  margin-bottom: 2%;
}
.flex.box-wrap a:nth-child(2){
  margin-bottom: 2%;
}
.flex.box-wrap a:after{
  content: '';
  width: 10px;
  height: 20px;
  position: absolute;
  display: block;
  top: 41%;
  right: 15px;
  transform: translateY(-50%);
  transform: translateX(-50%);
  background-size: contain;
  background-image: url(../img/allow_right.svg);
  background-repeat: no-repeat;
  transition: .3s;
}
.flex.box-wrap a:hover:after{
  transform: translateX(0px);
}
.gradbox-inner{
  padding: 20px 10px 20px 0;
  height: 100%;
  background-color: #000;
}
@media screen and (min-width:426px) {
  .flex.box-wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .flex.box-wrap a{
    width: 49%;
  }
  .flex.box-wrap a:nth-child(2){
    margin-bottom: 0;
  }
}
@media screen and (min-width:769px) {
  .flex.box-wrap a{
    width: 210px;
  }
  .flex.box-wrap a:nth-child(1){
    margin-bottom: 0;
  }
}

/* ///////top news/////// */
.top-news{
  margin: 50px auto 80px;
}
.section-title img{
  height: 30px;
  width: auto;
  margin-bottom: 2rem;
}
.news-box{
  padding: 4% 5%;
  background: linear-gradient(to right bottom, #baa653, #564524);
}
.news-box table{
  width: 100%;
}
.news-box table td{
  padding: 7px 0;
}
.news-box table td.date{
  width: 100px;
}
.more-bar{
  max-width:800px;
  background: linear-gradient(to right bottom, #baa653,#2f230b);
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
  height: 40px;
  width: 100%;
  display: block;
}
@media screen and (min-width:769px) {
  .news-box{
    padding: 4% 8%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  .news-box table td.date{
    width: 140px;
  }
}

/* ///////footer totop/////// */
main{
  position: relative;
  margin-top: 120px;
}
.to-top{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 120px;
}
footer{
  font-size: 14px;
  padding: 12px 0 12px 0;
  text-align: center;
  background: #000;
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width:981px) {
  main{
    margin-top: 0px
  }
}


/* ///////profile/////// */
body.page-profile{
  background-attachment: fixed;
  background-image: url(../img/bg-two.jpg);
  background-repeat: repeat-y;
  background-size: 320%;
  background-position-y: 5%;
}
.profile{
  margin-bottom: 80px;
}
.page-profile .section-title,.page-books .section-title,.page-contact .section-title{
  margin: 50px 0;
}
.page-profile .flex .sign-col{
  width: 220px;
  margin-right: 50px;
  background-image: url(../img/sign_kana.svg);
  background-repeat: no-repeat;
  height: 140px;
  margin-bottom: 30px;
}
.notice-box{
  width: 100%;
  padding: 20px;
  border: 1px solid #fff;
  background: rgba(0,0,0,0.3);
}
.notice-box p{
  margin: 0;
}
.career-box{
  width: 100%;
  padding: 20px;
  border: 1px solid #fff;
  margin: 70px 0 30px 0;
  background: rgba(0,0,0,0.8);
  position: relative;
}
.career-box table{
  width: 100%;
}
.career-box table td{
  padding: 0 0 8px 0;
}
.career-box table td.date{
  width: 80px;
}
.career-box::before{
  content: '';
  display: block;
  width: 70px;
  height: 22px;
  background: url(../img/title_career.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: -13px;
  left: 58px;
  z-index: 100;
}
.career-title{
  width: 200px;
  position: relative;
  top: -55px;
  left: -21px;
}
.career-title svg{
  fill: #000;
}
.career-title::before{
  content: '';
  display: block;
  width: 198px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 34px;
  left: 1px;
}

.page-profile .flex{
  display: block;
}
.page-profile a.btn{
  line-height: 50px;
}
@media screen and (min-width:769px) {
   .page-profile .flex{
     display: flex;
   }
   .page-profile .flex .sign-col{
     width: 200px;
   }
   .page-profile .flex .main-col{
     flex: 1;
   }
   body.page-profile{
     background-size: 300%;
   }
   .notice-box{
     padding: 3% 6%;
   }
   .career-box{
     padding: 5px 33px 20px 33px;
   }
   .career-title {
    top: -40px;
    left: -34px;
    }
}
@media screen and (min-width:981px) {
   body.page-profile{
     background-size: 150%;
   }
}


/* ///////books/////// */
body.page-books,body.page-contact{
  background-attachment: fixed;
  background-image: url(../img/bg-three.jpg);
  background-repeat: repeat-y;
  background-size: 110%;
  background-position: right;
}
body.page-books p{
  line-height: 1.2rem;
}
.page-books .section-title img{
  width: 280px;
}
.item-wrap{
  margin: 0 auto;
}
.books .item{
  width: 100%;
  margin-bottom: 50px;
}
.books .item .flex{
  justify-content: space-around;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
.books .text-box{
  align-self: center;
}
.books .text-box,.books .book-excerpt{
  text-align: center;
}
.books .book-img{
  width: 80px;
  align-self: center;
  filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.2));
}
.books .book-title{
  font-size: 15px;
  font-weight: bold;
}
.books .book-date{
  font-size: 13px;
  color: #d2d2d2;
  margin-bottom: 0;
}
.books .book-excerpt{
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.8rem;
}
a.btn.to-buy{
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 1rem auto 0;
}

@media screen and (min-width:426px) {
  .books .book-img{
    width: 100px;
  }
  .item-wrap{
    max-width: 420px;
  }
  .page-books .section-title img{
    width: auto;
  }
}
@media screen and (min-width:769px) {
  .item-wrap{
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .books .item{
    width: 47%;
  }
  .books .item .flex{
    height: 220px;
  }
  .books .book-img{
    width: 110px;
  }
}

/* ///////contact/////// */
.form-wrap{
  max-width: 600px;
  margin: 0 auto 70px auto;
}
.form-wrap p{
  text-align: center;
  margin-bottom: 40px;
}
.form-wrap table{
  width: 100%;
}
.form-wrap input,.form-wrap textarea{
  width: 100%;
  padding: 8px;
}
.form-wrap td:nth-child(1){
  width: 140px;
  padding: 14px 0 7px 0;
}
.form-wrap td{
  display: block;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
input.btn[type="submit"]{
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
}
p.thanks-msg{
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #fff;
  margin: 40px auto 50px;
}
a.back{
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  display:  block;
}
a.back svg{
  stroke: #fff;
  width: 8px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 10px;
  transition: .3s;
}
a.back:hover svg{
  stroke: #baa653;
}
.page-contact-thanks .inner-wrap{
  text-align: center
}
@media screen and (min-width:769px) {
  .form-wrap td{
    display: table-cell;
    text-align: left;
    padding: 10px 0;
  }
}

/* ///////more btn/////// */
.more-bar{
  cursor: pointer;
}
.more-bar::after {
  content: "続きを読む" /*クリック前のボタンのラベル*/
}

.more-bar.toggle::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.news-list{
  position: relative;
  overflow: hidden;
}
.hide-list{
  display: none;
}
.hide-list.is-show{
  display: block;
}
