@charset "utf-8";
/* ==========================================================================
   history
   ========================================================================== */
/* history_list
============================================================ */
.history_list{
	width: 100%;
	position: relative;
}
@media (min-width: 960px){
.history_list{
	width: 920px;
	width: 1000px;
}
}

.history_list .card{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
@media (min-width: 960px){
.history_list .card{
}
}

.history_list .card .data_block{
	width: 60px;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-top: 10.0px;
	z-index: 10;
}
@media (min-width: 960px){
.history_list .card .data_block{
	width: 100px;
	margin-top: 13.0px;
}
}

.history_list .card .year{
	font-size: 2.1rem;
	font-family: "Comfortaa", sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}
@media (min-width: 960px){
.history_list .card .year{
	font-size: 2.8rem;
	letter-spacing: 0.04em;
}
}

.history_list .card .year span{
	display: block;
	font-size: 1.5rem;
	font-family: "Klee One", cursive;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #000;
}
@media (min-width: 960px){
.history_list .card .year span{
	font-size: 1.45rem;
	line-height: 1.6;
}
}

.history_list .card .year ruby.rubyfuljs-insert rt{
	display: none;
}

.history_list .card .circle{
	width: 12px;
	height: 12px;
	border: 2px solid #78d021;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #FFF;
	position: absolute;
	top: 4px;
	right: -6.7px;
}
@media (min-width: 960px){
.history_list .card .circle{
	top: 6px;
	right: -6.7px;
}
}

.history_list .text_block{
	width: calc(100% - 60px);
	height: auto;
	box-sizing: border-box;
	border-left: 1px solid #DDD;
	padding: 0 0 20px 26px;
}
@media (min-width: 960px){
.history_list .text_block{
	width: calc(1000px - 100px);
	border-left: 1px dashed #DDD;
	padding: 0 0 30px 55px;
}
}

.history_list .card li.article{
	font-size: 1.7rem;
	line-height: 1.8;
	list-style-type: "⚫︎";
	padding-left: 4px;
	padding-bottom: 4px;
	-webkit-text-stroke-width: 0.2px;
	letter-spacing: 0;
	box-sizing: border-box;
}
@media (min-width: 960px){
.history_list .card li.article{
	font-size: 2.1rem;
	line-height: 1.8;
	text-align: justify;
	-webkit-text-stroke-width: 0;
	padding-left: 6px;
}
}

.history_list .card li.article::marker{
  color: #78d021;
	font-size: 70%;
	line-height: 1;
}

.history_list .card p.article ruby.rubyfuljs-insert rt{
	font-size: 50%;
}
@media (min-width: 960px){
.history_list .card p.article ruby.rubyfuljs-insert rt{
	font-size: 45%;
}
}

.history_list .card .text_block .img_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 15px 0 0 0;
}
@media (min-width: 960px){
.history_list .card .text_block .img_block{
	width: 100%;
	flex-direction: row;
	justify-content: flex-start;
}
}

.history_list .card .img_block figure{
	width: 100%;
}
@media (min-width: 960px){
.history_list .card .img_block figure{
	width: 47.2%;
	margin-right: 2.8%;
}
}

.history_list .card .img_block figure.tate{
	width: 75%;
}
@media (min-width: 960px){
.history_list .card .img_block figure.tate{
	width: 41%;
}
}

.history_list .card .img_block .img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin: 0 0 5px 0;
}
@media (min-width: 960px){
.history_list .card .img_block .img{
	width: 100%;
	border-radius: 10px;
	margin: 0 0 6px 0;
}
}

.history_list .card .img_block .img img{
	width: 100%;
	height: auto;
	display: block;
}

.history_list .card .img_block figcaption{
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
	-webkit-text-stroke-width: 0.2px;
	margin: 0 0 10px 0;
}
@media (min-width: 960px){
.history_list .card .img_block figcaption{
	width: 100%;
	font-size: 1.7rem;
	-webkit-text-stroke-width: 0;
	margin: 0 0 12px 0;
}
}

.history_list .btn_wrap{
	margin: 10px 0 10px 0;
}
@media (min-width: 960px){
.history_list .btn_wrap{
	margin: 178px 0 12px 0;
}
}

.history_list .btn_wrap .btn{
	width: 100%;
}
@media (min-width: 960px){
.history_list .btn_wrap .btn{
	width: 300px;
	cursor: pointer;
}
}

.history_list .btn_wrap .btn p{
	color: #000;
	font-size: 2.0rem;
	line-height: 1;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	margin-top: -2px;
	transition: all .2s ease;
}

.history_list .btn_wrap .btn:hover p{
  opacity: 0.3;
}


/* obj-clover ============================== */
.history_list .obj-clover-5{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5{
	width: 100px;
	position: absolute;
	bottom: 146px;
	right: -146px;
	display: block;
}
}

.history_list .obj-clover-2{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-2{
	width: 140px;
	position: absolute;
	bottom: 80px;
	right: -30px;
	display: block;
}
}

.history_list .obj-clover-5b{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5b{
	width: 75px;
	transform: scale(-1, 1);
	position: absolute;
	bottom: 200px;
	left: -70px;
	display: block;
}
}

.history_list .obj-clover-3{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-3{
	width: 100px;
	position: absolute;
	top: -40px;
	right: -60px;
	display: block;
}
}

.history_list .obj-clover-5c{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5c{
  width: 75px;
  height: auto;
  transform: scale(-1, 1);
	position: absolute;
	bottom: 100px;
	left: -60px;
	display: block;
}
}

.history_list .obj-clover-5d{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5d{
  width: 90px;
  height: auto;
	position: absolute;
	bottom: 50px;
	right: -146px;
	display: block;
}
}

.history_list .obj-clover-2b{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-2b{
	width: 140px;
	position: absolute;
	top: 190px;
	right: -80px;
	display: block;
}
}

.history_list .obj-clover-5e{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5e{
  width: 75px;
  height: auto;
  transform: scale(-1, 1);
	position: absolute;
	top: 200px;
	left: -60px;
	display: block;
}
}

.history_list .obj-clover-3b{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-3b{
	width: 100px;
  height: auto;
	position: absolute;
	bottom: 120px;
	right: -160px;
	display: block;
}
}

.history_list .obj-clover-2c{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-2c{
	width: 100px;
	position: absolute;
	top: 200px;
	left: -94px;
	display: block;
}
}

.history_list .obj-clover-5f{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5f{
	width: 100px;
  height: auto;
	position: absolute;
	top: -50px;
	right: -120px;
	display: block;
}
}

.history_list .obj-clover-5g{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-5g{
  width: 75px;
  height: auto;
  transform: scale(-1, 1);
	position: absolute;
	top: 130px;
	left: -60px;
	display: block;
}
}

.history_list .obj-clover-2d{
	display: none;
}
@media (min-width: 960px){
.history_list .obj-clover-2d{
	width: 140px;
	position: absolute;
	bottom: 40px;
	right: -40px;
	display: block;
}
}


/* manga ============================== */
.history_list .manga{
  display: flex;
  flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (min-width: 960px){
.history_list .manga{
	flex-direction: row;
	align-items: flex-start;
  justify-content: center;
}
}

.history_list .manga .manga-img{
  width: 100%;
  display: block;
}
@media (min-width: 960px){
.history_list .manga .manga-img{
	width: 100%;
}
}

.history_list .manga .manga-img .img_box{
	width: 100%;
	height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 960px){
.history_list .manga .manga-img .img_box{
	width: 100%;
}
}

.history_list .manga .manga-img .img_box img{
	width: 100%;
	height: auto;
	display: block;
}

.history_list .manga .manga-img .btn_wrap{
  display: none;
}
@media (min-width: 960px){
.history_list .manga .manga-img .btn_wrap{
  display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
}

.history_list .manga .manga-img .btn_wrap .btn{
	width: 300px;
	height: 68px;
	border-radius: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
  cursor: pointer;
	border: 1px solid rgba(120, 208, 33, 0.3);
	padding: 0 15px 0 24px;
}
@media (min-width: 960px){
.history_list .manga .manga-img .btn_wrap .btn{
	width: 300px;
	height: 70px;
	padding: 0 15px 0 30px;
}
}

.history_list .manga .manga-img .btn_wrap .btn p{
	color: #000;
	font-size: 2.0rem;
	line-height: 1;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	margin-top: -2px;
	transition: all .2s ease;
}

.history_list .manga .manga-img .btn_wrap .btn:hover p{
  opacity: 0.3;
}

.history_list .manga .manga-img .btn_wrap .btn .arrow{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-sizing: border-box;
	border: 1.5px solid #78d021;
}

.history_list .modal .modal-box{
	width: 86vw;
}
