@charset "UTF-8";
/* -------------------------------- 

SP

-------------------------------- */
.pc-view{display: none;}
.pc-menu{display: none;}
.nav-menu{display: none;}

/* ヘッダー */
#nav-drawer {
  position: fixed;
  top:0px;
  right: 0px;
  z-index: 9999999;
}

#nav-drawer button{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 999999;
}

.menu {
  position: fixed;
  top: 0;
  right: -90vw;
  width: 90vw;
  height: 100%;
  background-color: #000;
  transition: all .3s ease;
}

.menu--isOpen {
  position: fixed;
  right: 0;
  top:0;
  width: 80vw;
  z-index: 999;
}

.menu__button {
  position: fixed;
  right: 20px;
  top: 7px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: none;
}

.menu span {
  display: block;
  width: 85%;
  margin: auto;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-12px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(12px);
}

.menu__text{
  width: 60px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top:45px;
}

.menu--isOpen .menu__text{
  opacity: 0;
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #FFF; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #FFF;  
}

.sp-menu{
  width: 100%;
  height: 100vh;
  position: relative;
  top:36px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
}

ul.sp-menu-list {
  width: 100%;
  color: #FFF;
}

ul.sp-menu-list li{
  width: 100%;
  color: #FFF;
  border-top: 1px solid #222;
}

ul.sp-menu-list li:last-child{
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

ul.sp-menu-list li a{
  display: block;
  padding: 15px 20px;
  color: #FFF;
}

ul.sp-menu-list li a:hover{
  background-color: #000;
}

.sp-menu-title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}

.menu-item-btn {
  color: #FFF;
  border-top: 1px solid #222;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  position: relative;
  transition: all .5s ease;
}

.menu-item-btn i{
  position: absolute;
  right: 20px;
}

.menu-item-btn:hover{
  background-color: #000;
}

.menu-item ul {
  display: none;
}

.menu-item ul li {
  width: 100%;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  background-color: #111;
  position: relative;
}

.menu-item ul li i{
  position: absolute;
  top:26px;
  right: 24px; 
}

.menu-item ul li a{
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  padding:20px 30px;
}

.menu-item ul li a:hover{
  background-color: #000;
}

.menu-item-link{
  width: 100%;
  border-top: 1px solid #222;
  position: relative;
}

.menu-item-link i{
  position: absolute;
  top:26px;
  right: 20px; 
}

.menu-item-link a{
  width: 100%;
  color: #FFF;
  display: block;
  padding: 20px;
}

.menu-item-link a:hover{
  background-color: #000;
}

.menu-item-link-home{
  width: 100%;
  text-align: right;
  border-top: 1px solid #222;
  position: relative;
}

.menu-item-link-home i{
  position: absolute;
  top:26px;
  left: 20px; 
}

.menu-item-link-home a{
  width: 100%;
  color: #FFF;
  display: block;
  padding: 20px;
}

.menu-item-link-home a:hover{
  background-color: #000;
}

/* ヘッダー */
.header-area{
  width: 100%;
  padding:16px 20px;
  border-bottom: 1px solid #000;
  background-color: #FFF;
  position: fixed;
  top:0;
  left: 0;
  z-index: 999;
}

.logo-image{
  width: 180px;
}

/* メインコンテンツ */
.main-content{
  width: 100%;
  padding-top: 77px;
}

ul.book-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-bottom: 70px;
}

ul.book-list li{
  width: 100%;
  display: block;
  border-bottom: 1px solid #000;
}

.book-image {
  width: 100%;          /* 任意。100% にすればレスポンシブ */
  margin-bottom: 10px;
}

/* 画像を高さ合わせ＋左右中央 ----- */
.book-image img {
  width: 100%;
  height: auto;
}

.book-image a{
  cursor: pointer;
}

.book-text-area{
  font-size: 1rem;
  line-height: 1.5;
  padding:10px 20px;
}

.book-title{
  font-size: 1rem;
  font-weight: 600;  
}

/* フッター */
footer{
  width: 100%;
}

.footer-left-area{
  width: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.foot-navi-box {
  width: 100%;
  height: 74px;
  position: relative;
  border-top:1px solid #000;
  padding: 20px 0px;
}

.footer-right-area{
  width: 80%;
  background-color: #f5f5f5;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.foot-content-box {
  width: 100%;
  padding:0px 16px;
  margin-bottom:16px;
  position: relative;
}

.foot-content-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 16px;
  height: 1px;
  background-color: #000;
}

ul.page-navi{
  font-family: helvetica;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}

ul.page-navi li{
  margin-right: 1em;
}

ul.page-navi li:last-child{
  margin-right: 0;
}

/* -------------------------------- 

pagetop

-------------------------------- */

.pagetop{
  font-size: 16px;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom:23px;
  transition: all .5s ease;
  z-index: 3;
}

.list-2005{
  display: none;
}

.list-2010{
  display: none;
}

.list-2015{
  display: none;
}

.list-2020{
  display: none;
}

.list-2025{
  display: none;
}

.list-2005.list-open{
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  position: absolute;
  top:77px;
  z-index: 2;
}

.list-2010.list-open{
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  position: absolute;
  top:77px;
  z-index: 2;
}

.list-2015.list-open{
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  position: absolute;
  top:77px;
  z-index: 2;
}

.list-2020.list-open{
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  position: absolute;
  top:77px;
  z-index: 2;
}

.list-2025.list-open{
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  position: absolute;
  top:77px;
  z-index: 2;
}

ul.archive-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

ul.archive-list li{
  width: calc((100% - 32px) / 3); 
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
}

ul.archive-list li:nth-of-type(3n){
  margin-right: 0px;
}

/* 1の倍数ごと（行末）に線を引く */
ul.archive-list li:nth-of-type(1n)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px; /* liの下に少し間隔 */
  width: calc(100% + 16px * 1); /* liの幅+左右マージン相当 */
  height: 1px;
  background-color: #000;
}

/* 3の倍数ごと（行末）に線を引く */
ul.archive-list li:nth-of-type(3n)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px; /* liの下に少し間隔 */
  width: calc(100%); /* liの幅+左右マージン相当 */
  height: 1px;
  background-color: #000;
}

/* モーダル */
#modal-overlay{
  z-index: 1003 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 100vh ;
  background-color: rgba( 0,0,0, 1 ) ;
}

.modal-syncer{
  cursor: pointer;
}

.modal-content {
  width: 90%;
  height: 90vh;
  position: fixed ;
  display: none ;
  z-index: 1004 ;
  overflow: hidden;
  padding: 20px;
}

.modal-photo {
  height: 90vh;
  position: fixed;
  display: none;
  z-index: 1004;
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
}

.modal-photo img {
  width: auto;
  max-height: 100%;
}

.modal-profile{
  width: 90%;
  color: #FFF;
  position: fixed ;
  display: none ;
  z-index: 1004 ;
}

.modal-contact{
  width: 90%;
  position: fixed ;
  display: none ;
  z-index: 1004 ;
}

.modal-contact p{
  color: #FFF;
}

.modal-contact label{
  color: #FFF;
}

.modal-contact a{
  color: #FFF;
  text-decoration: underline;
}


#modal-close{
    cursor: pointer;
}

.close-btn{
  font-size: 3rem;
  color: #FFF;
  position: fixed;
  top:0;
  right: 30px;
  z-index: 1005;
  cursor: pointer;
}

dl.tag-list{
  width: 100%;
  display: flex;
  align-items: center;
}

dl.tag-list dt{
  margin-right: 0.2em;
}

dl.tag-list dd{
  margin-right: 0.2em;
}

dl.tag-list dd::after{
  content: '/';
  margin-left: 0.2em;
}

dl.tag-list dd:last-child::after{
  content: '';
}

.post{
  width: 90%;
  margin:30px auto 100px;
}

.post h1{
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.post h2{
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}

.post p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1em;
}

.post a{
  text-decoration: underline;
}

.post ul{
  width: 100%;
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.post ul li{
  margin-bottom: 5px;
}