@charset "UTF-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
	counter-reset: number 0;
}
#Journal article > h1 {
	display: none;
}
.letter_number {
	position: absolute;
	right: 15px;
	bottom: 2%;
	font-family: 'Dancing Script', cursive;
	font-size: clamp(65px, 8vw, 100px);
	color: #ffd964;
	line-height: 1;
}
.letter_number span {
	font-size: clamp(18px, 4vw, 45px);
}
/*----------------------------------------------------
	リスト
----------------------------------------------------*/
#Journal .letter_list h1 {
	margin: 0 0 1%;
}
#Journal .letter_list h1::before ,
#Journal .letter_list h1::after {
	display: none;
}
.letter_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2%;
}
.letter_list ul li {
	box-sizing: border-box;
	width: 46%;
	border-bottom: solid 2px #d8d3d1;
	margin: 4% 2% 0;
}
.letter_list li a {
	display: block;
	position: relative;
	height: 100%;
}
.letter_list li a:hover {
	background: repeating-linear-gradient(-45deg, #ffee8f, #ffee8f 2px, #fff 2px, #fff 4px);
}
.letter_list li a:hover img {
	opacity: 1;
}
.letter_list li figure img {
	box-sizing: border-box;
	border: solid 5px #ede0d0;
	box-shadow: 3px 3px 4px rgba(164, 138, 113, 0.5);
}
.letter_list li time {
	display: block;
	margin: 4% 0 0 2%;
	font-size: clamp(11px, 1.3vw, 12px);
	font-style: italic;
}
.letter_list li h2 {
	margin: 0;
	padding: 0 2% 2%;
	font-size: clamp(13px, 1.5vw, 17px);
	font-weight: bold;
}
.letter_list .letter_number {
	position: absolute;
	left: 3%;
	top: -9%;
	right: auto;
	bottom: auto;
	margin: 0;
	font-size: clamp(17px, 3vw, 32px);
	text-shadow: 1px 1px 1px rgba(164, 138, 113, 0.8);
	line-height: 1;
}
.letter_list .letter_number span::after {
	  counter-increment: number 1;
	  content: counter(number) "";
	  font-size: clamp(40px, 6vw, 60px);
}
.special .ttlStyle3 {
	margin: 5% 0 3%;
	padding: 1% 2%;
	font-size: clamp(15px, 1.5vw, 17px);
	font-weight: normal;
}
.special ul a {
	display: block;
	border: solid 1px #d8d3d1;
	padding: 3% 3%;
}
.special ul a:hover {
	background: repeating-linear-gradient(-45deg, #ffee8f, #ffee8f 2px, #fff 2px, #fff 4px);
}
.special ul figure {
	margin-bottom: 3%;
}
.special ul time {
	display: block;
	font-size: clamp(11px, 1.2vw, 12px);
	font-style: italic;
}
.special ul h2 {
	margin: 5px 0 8px;
	font-size: clamp(13px, 1.5vw, 17px);
	font-weight: bold;
}
.special ul .comment {
	font-size: clamp(13px, 1.3vw, 14px);
}
@media screen and ( min-width: 740px ) {
.special ul a {
	display: flex;
	padding: 20px 20px;
}
.special ul figure {
	width: 60%;
	margin: 0 3% 0 0;
}
}
/*----------------------------------------------------
	詳細ページ
----------------------------------------------------*/
.letter_detail {}
.letter_detail a {
	color: #c33e3c;
	text-decoration: underline;
}
.letter_detail a:hover {
	color: #c33e3c;
	text-decoration: none;
}
.letter_detail h1 {
	position: relative;
	margin: 5% 0 4%;
	padding: 2% 14% 2% 2%;
	font-size: clamp(15px, 3vw, 23px);
	line-height: 1.8;
}
.letter_detail time {
	display: block;
	font-size: clamp(10px, 1.3vw, 12px);
	font-style: italic;
}
.letter_detail .text1 {
	font-size: clamp(13px, 1.3vw, 15px);
	margin: 4% 0;
	line-height: 2;
}
.letter_detail .text1 span {
	font-weight: bold;
}
.letter_detail figure {
	margin: 4% 0;
}
.letter_detail .pic1 {
	margin: 4% 5px;
}
.letter_detail figure img {
	box-sizing: border-box;
	border: solid 5px #ede0d0;
	box-shadow: 0 2px 8px rgba(164, 138, 113, 0.6);
}
.letter_detail .letter_number {
	text-shadow: 1px 1px 1px rgba(164, 138, 113, 0.8);
}
.list_button {
	margin-top: 5%;
}
.list_button a {
	font-size: clamp(13px, 1.3vw, 15px);
	color: #ffffff;
	text-decoration: none;
}
.list_button a:hover {
	color: #4d3623;
}
@media screen and ( min-width: 740px ) {
.letter_detail .pic1 img {
	border: solid 10px #ede0d0;
	box-shadow: 0 4px 12px rgba(164, 138, 113, 0.6);
}
.letter_detail .pic2 img {
	border: solid 5px #ede0d0;
	box-shadow: 0 4px 4px rgba(164, 138, 113, 0.5);
}
}
