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

PC Wide

-------------------------------- */
.sp-view{display: none;}
#nav-drawer{display: none;}
/* ヘッダー */
header{
	width: 100%;
	display: block;
}

.header-left-area{
	width: 20%;
	height: 100vh;
	position: fixed;
	top:0px;
	left: 0px;
}

.logo-box {
  width: 100%;
  height: 203px;
  position: relative;
}

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

.logo-image{
	width: 220px;
	position: absolute;
	left: 16px;
	top:50%;
	transform: translateY(-50%);
}

.logo-image img{
	height: auto;
	width: 220px;
}

ul.side-menu{
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	padding:12px 0px 0px 16px;
}

ul.side-menu li{
	height: 32px;
	margin-bottom: 8px;
}

ul.side-menu li a{
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	line-height: 32px;
	font-size: 32px;
	height: 32px;
}

.header-right-area{
	width: 80%;
	background-color: #f5f5f5;
	position: fixed;
	top:0;
	right: 0;
	z-index: 999;
}


.main-menu-area {
  width: 100%;
  height: 203px;
  padding: 16px 0px;
  position: relative;
}

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

ul.menu-link{
	width: 33%;
	margin-left: auto;
	margin-right: 0;
}

ul.menu-link li{
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 10px;
}

ul.menu-link li:last-child{
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0px;
}

.navi-link {
    font-size: 1rem;
    line-height: 1.7;
    color: #111;
    padding-bottom: 3px;
    position: relative;
}

.navi-link:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
    background: #111;
    width: 100%;
    height: 1px;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transform: scale(0,1);
    transform-origin: right top;
}

.navi-link:hover {
    color: #111;
}

.navi-link:hover:after {
    transform-origin: left top;
    transform: scale(1,1)
}

/* 共通 */
#breadcrumb{
	width: 100%;
	padding: 10px 0px;
    background-color: #83ccd2;
}

#breadcrumb ul{
    width: 90%;
    max-width: 1200px;
    margin:0 auto 0;
    display: flex;
    justify-content: flex-end;
}

#breadcrumb ul li{
    font-size: 0.875rem;
    margin-right: 10px;
    line-height: 1.5;
}

#breadcrumb ul li:last-child{
    margin-right: 0;
}

#breadcrumb ul li::after{
    content: '/';
    margin-left: 10px;
}

#breadcrumb ul li:last-child::after{
    content: '';
    margin-left: 0;
}

#breadcrumb ul li a{
    text-decoration: underline;
}

.flex-box{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.flex-box-center{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

.flex-box-center-right{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	justify-content: flex-end;
}


ul.list-2-wide{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.list-2-wide li{
	width: 50%;
}

ul.list-3-wide{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.list-3-wide li{
	width: 33.33333%;
}

ul.list-4-wide{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.list-4-wide li{
	width: 25%;
}

ul.list-5-wide{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.list-5-wide li{
	width: 20%;
}

ul.list-2{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

ul.list-2 li{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}

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

ul.list-3{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

ul.list-3 li{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

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

ul.list-4{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

ul.list-4 li{
	width: 22.7%;
	margin-right: 3%;
	margin-bottom: 2%;
}

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


ul.list-5{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

ul.list-5 li{
	width: 17.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}

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

.text-marker {
  position: relative;
  z-index: 1;
  padding: 0 5px 2px 5px;
}

.text-marker::before {
  background: #f7eb00;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1, 1);
  z-index: -1;
}

.main-content{
	width: 80%;
	margin-left: auto;
	margin-right: 0;
	padding: 218px 16px 0px 8px;
	position: relative;
}

ul.book-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

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

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

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

.book-image {
  width: 100%;          /* 任意。100% にすればレスポンシブ */
  aspect-ratio: 1 / 1;   /* 常に縦横 1:1（＝正方形） */
  /*background:#e6e7d9;*/
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

/* 画像を高さ合わせ＋左右中央 ----- */
.book-image img {
  height: 100%;          /* 正方形の高さいっぱいまで伸ばす */
  width: auto;           /* 縦横比を維持 */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* 横方向に中央寄せ */
}

.book-image a{
	cursor: pointer;
}

.book-text-area{
	font-size: 0.75rem;
	line-height: 1.5;
}

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

footer{
	width: 100%;
}

.footer-left-area{
	width: 20%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
}

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

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

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

.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 Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	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:20px;
  transition: all .5s ease;
  z-index: 3;
}

.list-2005{
	display: none;
	background-color: #f5f5f5;
}

.list-2010{
	display: none;
	background-color: #f5f5f5;
}

.list-2015{
	display: none;
	background-color: #f5f5f5;
}

.list-2020{
	display: none;
	background-color: #f5f5f5;
}

.list-2025{
	display: none;
	background-color: #f5f5f5;
}

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

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

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

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

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

ul.archive-list{
	width: 100%;
	background-color: #f5f5f5;
	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, 0.8 ) ;
}

.modal-syncer{
	cursor: pointer;
}

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

.modal-photo {
	position: fixed;
	display: none;
	z-index: 1004;
}

.modal-photo img {
	width: auto;
	max-height: 90vh;
}

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

.modal-contact{
	width: 50%;
	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.5em;
}

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

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

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

.post{
	width: 100%;
	margin-bottom: 40px;
}

.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 ul{
	width: 100%;
	list-style: disc;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

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