@charset "UTF-8";
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Cutive+Mono&family=Kosugi+Maru&display=swap');

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

*{
	-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-family: "Courier Prime", "Kosugi Maru", sans-serif;
	box-sizing: border-box;
}
::selection {
	color: #fff;
	background-color: #C94F3E;
	text-shadow: 0 0 5px #FFB379;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100vh;
	overflow-x: hidden;
	color: #3e2f1c;
	height: -webkit-fill-available;
}
html{
	scroll-behavior: smooth;
}
body{
	line-height: 1.6;
	font-size: 12px;
	line-height: 2;
}
img{
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

a{
	text-decoration: none;
	color: inherit;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.pc{
	display: none;
}
.sp{
	display: block;
}
@media screen and (min-width: 768px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}




#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(244, 236, 216, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	flex-direction: column;
	cursor: pointer;
	transition: all 2s ease;
	}

#loader.flip-out {
	filter: blur(50px);
	opacity: 0;
	}

#loader img {
	width: 400px;
	height: auto;
	}

#loader .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 36px;
	font-weight: bold;
	background: none;
	border: none;
	cursor: pointer;
	color: #3e2f1c;
	}

/* レスポンシブ */
@media (max-width: 768px) {
	#loader img {
		width: 80vw;
		}
}



.kv{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.main-copy{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .2em;
	filter:	drop-shadow(0px 0px 60px #fff);
	
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-220%);
	transition: opacity 1.5s ease;	/* ゆっくりフェードアウト */
	opacity: 1;
}

.main-copy img{
	width: 80vw;
	max-width: 500px;
}
.sub-copy{
	font-family: "Courier Prime", monospace;
	font-weight: normal;
	color: #000;
	font-size: 24px!important;
	text-align: center;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
	
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-300%);
	transition: opacity 1.5s ease;	/* ゆっくりフェードアウト */
	opacity: 1;
}

.main-copy,
.sub-copy {
	transition: all 2s ease;
	opacity: 1;
	filter: blur(0px);
}

.faded {
	opacity: 0;
	filter: blur(20px);
}


@media screen and (max-width: 768px) {

.main-copy{
	top: 40%;
	left: 50%;
	transform: translateX(-50%) translateY(-210%);
}
.sub-copy{
	font-size: 18px!important;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translateY(-280%);
}


}

@media screen and (min-width: 768px) {

	.kv{
			min-width: 960px;
	}

	.kv .main-copy{
		font-size: 60px;
	}
	.main-copy img{
		width: 640px;
	}

	.kv .sub-copy{
		font-size: 30px;
		margin-top: 10px;
	}

}







.link {
	pointer-events: all;
	width: 50vw;
	max-width: 200px;
	height: 50vw;
	max-height: 200px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1175em;
	word-spacing: 0.3em;
	text-decoration: none;
}
.link__svg {
	width: 100%;
	height: auto;
	transform-box: fill-box;
	fill: #fff;
	stroke: #fff;
	stroke-width: 0.05em;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.link__cloud {
	transform-origin: 50% 50%;
	-webkit-animation: rotate normal infinite 60s linear;
					animation: rotate normal infinite 60s linear;
	fill: rgba(255, 255, 255, 0.15);
}
.link__face, .link__arrow {
	transform-origin: 50% 50%;
	transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.link:hover .link__face, .link:hover .link__arrow {
	transform: scale(1.1);
	transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
	stroke-width: 0.075em;
}
.link__text {
	-webkit-animation: rotateReverse normal infinite 20s linear;
					animation: rotateReverse normal infinite 20s linear;
	transform-origin: 50% 50%;
	font-size: min(30vw,22px);
}
.link:hover .link__text {
	-webkit-animation-play-state: paused;
					animation-play-state: paused;
}
.link--alt {
	font-size: 1.15rem;
	letter-spacing: 0;
	word-spacing: 0;
}

@-webkit-keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateReverse {
	to {
		transform: rotate(-360deg);
	}
}
@keyframes rotateReverse {
	to {
		transform: rotate(-360deg);
	}
}






.play-button{
	pointer-events: all;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-20%);
	opacity: 1;
}


.play-button img{
	width: 50vw;
	max-width: 240px;
	mix-blend-mode: screen;
	filter: blur(0px) brightness(1);
	transition: all 0.3s ease;
}
.play-button img:hover{
	filter: blur(2px) brightness(3);
	transform: scale(1.08);
}

.pv-icon{
	pointer-events: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(70%) translateY(-90%);
	opacity: 1;
}
.pv-icon img{
	width: 15vw;
	max-width: 100px;
	mix-blend-mode: screen;
	transition: all 0.3s ease;
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(0, -8px);
  }
  100% {
    transform:translate(0, 0);
  }
}


.play-text{
	color: #fff;
	font-size: min(3vw,16px);
	pointer-events: none;
	position: fixed;
	top: 68%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
}



.movie-dialog {
	background: transparent;
	border-radius: 0.5rem;
	display: none;
	height: 500px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	z-index: 50;
	pointer-events: all;
}
@media screen and (max-width: 768px) {
	.movie-dialog {
		width: calc(100% - 2rem);
	}
}
.movie-dialog.is-show {
	align-items: center;
	display: flex;
	justify-content: center;
}
.movie-dialog-close {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -10px;
}
.movie-dialog-close img{
	width: 80px;
}

@media screen and (max-width: 768px) {
	.movie-dialog-close {
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: 0px;
	}
}


.movie-dialog-background {
	background: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
}
.movie-dialog-background.is-show {
	opacity: 1;
	display: block;
}
.movie-dialog iframe {
	height: 100%;
	width: 100%;
}
.movie-trigger {
	color: #585858;
	pointer-events: none;
}
.movie-trigger.is-ready {
	cursor: pointer;
	pointer-events: initial;
}
.movie-container {
	height: 380px;
	position: relative;
	width: 676px;
	border: 10px solid #000;
	border-radius: 20px;
}
@media screen and (max-width: 500px) {
	.movie-container {
		aspect-ratio: 16/9;
		height: auto;
		width: calc(100% - 2rem);
	}
}
.movie-iframe-container {
	height: 380px;
	position: relative;
	width: 676px;
}
@media screen and (max-width: 500px) {
	.movie-iframe-container {
		height: auto;
		width: calc(100% - 2rem);
	}
}
.movie-iframe-container iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}
.movie-trigger {
	text-decoration: none;
}





































.share-text{
	display: flex;
	gap: 30px;
	font-size: min(3.3vw,16px);
	color: #fff;
	position: fixed;
	top: 85%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: all;
	transition: all 2s ease;
}





.share-icon{
	display: flex;
	gap: 30px;
	position: fixed;
	top: 90%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: all;
	transition: all 2s ease;
}
.share-icon a{
	display: inline-block;
}
.share-icon a img{
	filter:	drop-shadow(5px 5px 5px rgba(0,0,0,0.50));
	width: 40px;
	transition: 0.2s;
}
.share-icon a img:hover{	
	opacity: 0.7;
	filter: brightness(1.2);
}
.share-icon a:nth-child(1) img:hover{
	filter: invert(0.8);
}
.share-icon a:nth-child(1) img{
}
.share-icon a:nth-child(2) img{
}
.share-icon a:nth-child(3) img{
}


@media screen and (max-width: 768px) {
	.share-icon{
		zoom:75%;
	}
}


.video{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	object-fit: cover;
	filter: sepia(0.1) contrast(1.0) brightness(0.8);
	opacity: 0.8;
	z-index: -1;
}
.video::after{
	content: '';
	width: 100%;
	height: 100%;
	/*background-color: rgba(16, 57, 75, .3);*/
	display: block;
	position: absolute;
	background-color: rgba(98,71,31,0.30);
	left: 0;
	top: 0;
}

.video video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: filter 0.3s ease;
}

@media screen and (min-width: 768px) {
		.video{
				min-width: 960px;
		}

}


video {
	transition: filter 10s ease;
	filter: blur(0px);
}

.video-faded {
	filter: blur(6px);
}



















/* ヘッダー */
.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: 60px;
	background: transparent;
	display: flex;
	align-items: center;
	z-index: 1000;
}

.header-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.site-title {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
}
.site-title img{
	width: 200px;
}

.nav-menu ul {
	margin: 10px 10px 0 0;
	display: flex;
	list-style: none;
	gap: 30px;
}

.nav-menu a {
	font-family: "Cutive Mono", monospace;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 26px;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
}
.nav-menu a:hover {
	text-decoration: line-through;
	text-decoration-color: #000;
}

.hamburger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 70px;
	height: 70px;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 10px;
	padding: 3px;
	border-radius: 4px;
}

.hamburger span {
	display: block;
	height: 3px;
	background: #000;
	border-radius: 2px;
}

/* モバイルメニュー */
.mobile-menu {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #000;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 8888;
	animation: fadeIn 0.4s ease;
}

.mobile-menu ul {
	list-style: none;
	display: flex;
	position: fixed;
	top: 47%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	flex-direction: column;
	gap: 10px;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
	font-size: 28px;
	text-align: center;
}

.mobile-menu a {
	color: #000;
	text-decoration: none;
}
.mobile-menu a:hover {
	text-decoration: line-through;
	text-decoration-color: #000;
}
.mobile-header{
	width: 70%;
	position: fixed;
	top: 10vh;	
	left: 50%;
	transform: translateX(-50%);
}
.mobile-header img{
	width: 100%;
}
.mobile-footer{
	width: 90%;
	position: fixed;
	bottom: 6vh;	
	left: 50%;
	transform: translateX(-50%);
}
.mobile-footer img{
	width: 100%;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 36px;
	cursor: pointer;
}

/* アニメーション */
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* レスポンシブ */
@media (max-width: 768px) {
	.nav-menu {
		display: none;
	}

	.hamburger {
		display: flex;
	}
}



































.content {
	width: 100%;
	max-width: 900px;
	background: rgba(255,253,246,0.65);
	margin: 100px auto;
	padding: 80px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border: 2px solid #c2b280;
	border-radius: 5px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: relative;
	}

.content::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	}

.content p {
	border-bottom: 1px solid #a78c5f;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	}


.content-text{
	text-align: center;
	color: #4F3716;
	font-size: min(2.4vw,13px);
	text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}


.midashi{
	margin: 0px 0 40px 0;
}












.grid-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px 0;
	}

.grid-item {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #d4c29d;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	font-family: 'Special Elite', serif;
	}
a:nth-child(odd) .grid-item {
	transform: rotate(1deg);
	transition: all 0.3s ease;
	}
 a:nth-child(odd) .grid-item:hover {
	transform: rotate(-2deg);
	}
 a:nth-child(even) .grid-item {
	transform: rotate(-1deg);
	transition: all 0.3s ease;
	}
 a:nth-child(even) .grid-item:hover {
	transform: rotate(2deg);
	}







.grid-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
	}

.meta{
	margin: 10px 0 0 0;
}
.meta-tag{
	font-size: 12px;
}
.meta-date {
	font-size: min(2.4vw,12px);
	color: #6e4b1f;
	}
.meta-title {
	font-size: min(3vw,12px);
	color: #6e4b1f;
	}
.meta-tag-news,
.meta-tag-goods {
	display: inline;
	color: #fff;
	padding: 3px 5px;
	border-radius: 20px;
	}
.meta-tag-news {
	background: #E08279;
	}
.meta-tag-goods {
	background: #87C4D7;
	}

.meta-date{
	display: inline-block;
}


.inline-center{
	margin: 0 auto;
	text-align: center;
	margin: 30px 0;
}
.all-button{
	display: inline;
	color: #A78E7C;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 25px 13px 25px;
	border: 2px #A78E7C solid;
	border-radius: 50px;
	background: rgba(255,255,255,0.5)
}
.all-button{
	display: inline;
	color: #A78E7C;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 25px 13px 25px;
	border: 2px #A78E7C solid;
	border-radius: 50px;
	background: rgba(255,255,255,0.6);
	transition: all 0.5s ease;
}
.all-button:hover{
	background: rgba(255,255,255,1);
}










#page-nav {
	text-align: center;
	color: #A78E7C;
	margin: 50px 0 10px;
	font-weight: bold;
	font-size: 16px;
}

#page-nav .current_page {}

#page-nav a.link_before {
	margin: 6px;
	padding-top: 3px;
	color: #A78E7C;
	width: 50px;
	height: 3rem;
	font-weight: bold;
	display: inline-block;
	text-shadow: 
				#fff 1px 1px 0, #fff -1px -1px 0,
				#fff -1px 1px 0, #fff 1px -1px 0,
				#fff 0px 1px 0, #fff	0-1px 0,
				#fff -1px 0 0, #fff 1px 0 0;
}

#page-nav a.link_next {
	padding-top: 3px;
	color: #A78E7C;
	width: 50px;
	height: 3rem;
	font-weight: bold;
	display: inline-block;
	text-shadow: 
				#fff 1px 1px 0, #fff -1px -1px 0,
				#fff -1px 1px 0, #fff 1px -1px 0,
				#fff 0px 1px 0, #fff	0-1px 0,
				#fff -1px 0 0, #fff 1px 0 0;
}

#page-nav a:hover {}

#page-nav a.link_page {
	padding: 5px;
	margin: 5px;
	background-color: transparent;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 2px solid #A78E7C;
	line-height: 20px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

#page-nav a.link_page:hover {
	background-color: #fff;
	border: 2px solid #A78E7C;
	color: #A78E7C;
	transition: all 0.3s ease;
}

#page-nav span.current_page {
	padding: 5px;
	margin: 5px;
	background-color: #A78E7C;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #A78E7C;
	line-height: 20px;
	border-radius: 50px;
}



@media (max-width: 768px) {



	.content {
		max-width: 90%;
		background: rgba(255,253,246,0.7);
		margin: 100px auto;
		padding: 30px 20px;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		border: 2px solid #c2b280;
		border-radius: 5px;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		position: relative;
	}

	.content-text{
	}
	.midashi{
		margin: 0px 0 10px 0;
	}
	.midashi img{
		width: 80%;
		margin: 0 auto;
	}




	.grid-gallery {
		grid-template-columns: 1fr;
	}

	.grid-item {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.grid-item img {
		width: 35%;
		height: auto;
	}

	.grid-item .meta {
		margin-top: 0;
		}
	
	.all-button {
		font-size: 12px;
		padding: 12px 22px 10px 22px;
	}
	#page-nav {
		zoom:75%;
	}
}
























#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	z-index: 9999;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.8s ease;
}
#page-top a img {
	width: 75px;
	height: 120px;
}

#page-top.show {
	opacity: 1;
	transform: translateY(16px);
	pointer-events: auto;
}
#page-top.show:active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	transition: all 0.4s ease;
}



@media (max-width: 768px) {
	#page-top {
		right: 10px;
	}
	#page-top a img {
	width: 50px;
	height: 80px;
	}
}






#article {
	position: relative;
	max-width: 960px;
	text-shadow: 0px 3px 3px #fff;
}

#article p {
	border: none;
}
.article-head{
	border-bottom: 1px solid #000;
	padding: 0 0 5px;
}

.articleDate {
	display: inline-block;
	text-align: left;
	padding: 0px 0 0 0;
	font-size: min(2.7vw,18px);
	font-weight: bold;
	color: #000;
}

.article-head .meta-tag-news,
.article-head .meta-tag-goods{
	font-size: min(3.2vw,19px);
	padding: 2px 13px;
	text-shadow: none!important;
}

.articleTitle {
	text-align: left;
	padding: 10px 0;
	margin: 10px auto 40px;
	font-size: min(3.2vw,20px);
	font-weight: bold;
	color: #000;
	border-bottom: 6px double #000;
}

.articleText {
	margin: 0 auto;
	font-size: min(3.2vw,16px);
	text-align: left;
}

.articleText a {
	color: #B0341D!important;
}

.articleText a:hover {
	color: #F78975!important;
}

.articleText h3 {
	margin: 8px auto;
	color: #B72F32;
	font-weight: bold;
	font-size: min(3.2vw,20px);
	border: none;
}

.mdbar {
	display: inline-block;
	margin: 8px 0 4px;
	color: #A78E7C;
	padding: 5px 50px 0px 0px;
	font-weight: bold;
	border-bottom: 5px #A78E7C double;
}

.mdbox {
	margin: 20px 0 40px;
	padding: 20px;
	border: 3px solid #996633;
	background: #FFFCF7;
}

strong {
	width: 100%;
	margin: 16px auto;
	color: #903041;
	font-weight: bold;
	font-size: 1.2rem;
}

.articleText img {
	padding: 10px 0;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-content: center;
}

.articleFooter {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
}

.articleFooter span {
	list-style-type: none;
	background-color: #fff;
	flex-grow: 1;
	text-align: center;
}

.articleFooter span a {
	color: inherit;
}

.articleFooter span+span {
	border-left: 1px solid #000;
}

.articleFooter span:nth-child(1)::before {
	content: "◀";
	margin-right: 15px;
}

.articleFooter span:nth-child(2)::after {
	content: "▶";
	margin-left: 15px;
}

.articleShare {
	display: flex;
	justify-content: flex-end;
	margin: 60px 40px;
	padding: 30px 30px 60px;
	border-bottom: 1px solid;
}

.articleShare_cp {
	display: flex;
	justify-content: flex-end;
	margin: 60px 40px 0;
	padding: 30px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	margin: 20px 0 40px;
}

th, td {
	padding: 16px;
	font-weight: normal;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th {
	background-color: #A78E7C;
	color: #fff;
}

td {
	background-color: #fff;
}




@media (max-width: 768px) {
	#article{
		border: none;
		padding: 0 5%;
	}
	.article-head{
		border-bottom: 0.3px solid #000;
	}

	
	.articleText img{
		width: 100%;
		height: 100%;
	}
	
	th,
	td{
					display: block;
			text-align: left;
	}
	
	
	.Pagination{
		transform: scale(0.7); 
	}

}



















.footer{
	background: rgba(255,253,246,0.6);
	padding: 40px;
	margin: 0 auto;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border: 2px solid #c2b280;
	border-radius: 5px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: relative;
}

.footer p {
	text-align: left;
	margin: 0 auto;
	max-width: 860px;
	font-size: min(2.4vw,10px);
	line-height: 1.2;
	border-bottom: 1px solid #a78c5f;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	}

.footer a::after{
	content: " / ";
}
.footer a:last-child::after{
	content: none;
}





