@charset "utf-8";
/* CSS Document */
.pagination {
    display: flex;
    gap: 0.3rem;
}
.pagination a {
    display: inline-block;
    color: black;
    border: 3px solid #000000;
    text-decoration: none;
    font-weight:bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pagination i {
    line-height: 40px;
}
.pagination .active a {
    background-color: #000000;
    color: white;
}
.pagination a:hover {
    background-color: #a9a9a9;
    color: white;
}
.pagination .disabled a {
    pointer-events: none;
    color: #ccc;
}
.pagination .disabled a:hover {
    background-color: initial;
    color: #ccc;
}
.headline03 {
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight:bold;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
.box {
  width: 100px;
  height: 40px;
  background-color: #808080;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #ffffff;
  cursor: pointer;
}
.box:hover {
  background-color: #cc0000;
  color: white;
}
.hidden {
  display: none;
}
.more-button-container {
  text-align: right;
  margin: 20px;
}
#showMore {
  font-size: 16px;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.articledetail a {
    text-decoration: none;
}
.articledetail .photoimage-container {
    aspect-ratio: 16 /9;
	background: #eee;
	position: relative;
	box-shadow: 0 2px 0 #b59b00;
	overflow: hidden;
}
.articledetail .photoimage-container img {
	height: 100%;
    object-fit: contain;
	display: block;
	margin: auto;
	    z-index: 1;
    position: relative;
}
h3.detail_post_title {
    text-align: left;
    margin: 10px 0 8px;
    font-size: 20px;
    line-height: 1.35;
}
.detail_post_title::first-letter {
	color: #b59b00;
	font-size: 30px;
	font-weight: 900;
}
.sharebutton {
    text-align: right;
}
.fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
    margin: 0 10px;
}
iframe#twitter-widget-0 {
    margin: 0 10px;
}
.page_btn_wrap {
    margin: 40px auto 50px;
    text-align: center;
}
a.previous {
    font-weight: bold;
    font-size: 18px;
    border: solid 2px #000;
    padding: 10px 20px;
    margin: 20px;
}
a.next {
    font-weight: bold;
    font-size: 18px;
    border: solid 2px #000;
    padding: 10px 20px;
    margin: 20px;
    color: #fff;
    background-color: #000;
}
.detail_post_lead {
    margin: 15px 0 0;
    position: relative;
    border-top: solid 1px #bebebe;
}
    .detail_post_lead::before {
        content: '';
        position: absolute;
        top: -4px;
        left: 1%;
        width: 1px;
        height: 6px;
        background-color: #bebebe;
    }
    .detail_post_lead::after {
        content: '';
        position: absolute;
        top: -4px;
        right: 1%;
        width: 1px;
        height: 6px;
        background-color: #bebebe;
    }
    .detail_post_lead p {
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: solid 1px #bebebe;
        padding: 2% 0;
    }
        .detail_post_lead p::before {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 1%;
            width: 1px;
            height: 6px;
            background-color: #bebebe;
        }
        .detail_post_lead p::after {
            content: '';
            position: absolute;
            bottom: -3px;
            right: 1%;
            width: 1px;
            height: 6px;
            background-color: #bebebe;
        }
.listitem {
    overflow: hidden;
    display: flex;
	justify-content: /*space-between*/flex-start;
    margin: 0 auto;
	flex-wrap: wrap;
	padding: 16px 0 20px;
	gap: 20px;
}

    .listitem li {
        width: calc(50% - 10px);
		margin-bottom: 20px;
    }
.listitem li .thumb-container {
	aspect-ratio: 1 / 1 ;
	    background: #eee;
	display: block;
    overflow: hidden;
	max-width: 240px;
	margin: auto;
}
.listitem li div.thumb-container {
	box-shadow: 0 2px 0 #b59b00;
}
       .listitem li img {
            height: 100%; width: 100%;
            object-fit: contain;
		   display: block;
		   margin: auto;
		   z-index: 1;
    position: relative;
        }
        .listitem li h4 {
            display: block;
            text-align: left;
            font-size: 16px;
            font-weight: bold;
			line-height: 1.4;
				max-width: 240px;
	margin: 8px auto auto;
        }
.sharebutton_bottom {
    margin: 0 0 30px;
    text-align: right;
}
.articledetail h1.tavHead {
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #ff0000;
}
.specialedition_mv {
    padding: 20px 0;
    overflow: hidden;
}
.byfiscalyear {
    margin: 10px 0;
	padding-left: 1px;
	padding-right: 1px;
        display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
		justify-content: flex-start;
}
    .byfiscalyear .year-inner {
		position: relative;
            width: calc(33.33% - 14px);
		margin-bottom: 12px;
    }
        .byfiscalyear .year-inner a {
            background: transparent;
			border: solid #222 1px;
			box-sizing: border-box;
			display: block;
			height: 100%;
			width: 100%;
            color: #000;
            text-align: center;
			padding: 10px;
           font-weight: bold;	
        }
            .byfiscalyear .year-inner a:active {
                background-color: #c7000b;
				color: white;
				border: none;
            }

.cat_pagenavi {
    margin: 30px 0 40px;
    text-align: center;
}
    .cat_pagenavi a, .cat_pagenavi span {
        padding: 2px 8px;
        margin: 2px;
        font-weight: bold;
    }
.page-numbers {
    border: 2px solid #000;
}
.pagenavi_activ {
    color: #fff;
    background-color: #000;
}
.page-arrow {
    color: #bfbfbf;
    margin: 15px;
}
.pagenavi_next {
    color: #000;
}
.articledetail {
	position: relative;
}
.head-ribbon {
	position: absolute;
    right: 20px;
    margin-top: -8px;
	text-align: center;
    background: #b59b00;
    color: #fff;
    letter-spacing: .025rem;
    padding: .3rem .5rem .25rem;
    display: inline-block;
	line-height: 1.3;
		z-index: 2;
}
@media screen and (min-width: 768px) {
.head-ribbon {
    right: calc(50% - 15rem);	
}
}
.head-ribbon::before {
	content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    height: 0;
    width: 0;
    border-left: 44.5px solid #b59b00;
    border-right: 44.4px solid #b59b00;
    border-bottom: 12px solid transparent;
}
.head-ribbon .color-chara {
	font-weight: 700;
	color: /*#F9E600*/yellow;
}
.head-ribbon .large-chara {
    font-weight: 700;
	font-size: 1.4rem;
	margin: 0 .1rem -.125rem .125rem ;
	display: inline-block;
}
.photograph-wrapper .morelink {
	width: 100%;
	text-align: right;
}
.photograph-wrapper .morelink .morelink-a {
	    background: #F9E600;
    color: rgba(255, 0, 0, 1);
    text-decoration: none;
    padding: .5rem 2rem .5rem 1rem;
    border-radius: 3px;
    font-size: .85rem;
    position: relative;
	cursor : pointer;
}
.photograph-wrapper .morelink .morelink-a::before {
content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: calc(50% - .35rem);
    transform: translateY(-50%);
    width: .45rem;
    height: .45rem;
    border-top: 1px solid rgba(255, 0, 0, 1);
    border-right: 1px solid rgba(255, 0, 0, 1);
    transform: rotate(135deg);
}
.photograph-wrapper .byfiscalyear .morelink {
	margin: 16px 0;
}


.tabLinkListFooter2 {
    padding-bottom: 24px;
}
.mb10 {
	margin-bottom: 10px;
	display: block;
}

/* fb */
.fb-share-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px 0 6px;
	margin-left: 10px;
  background-color: #1877F2;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
	font-size: .7rem;
	color: #fff;
  transition: background-color 0.3s;
	    vertical-align: bottom;
}
a.fb-share-button {
	color: #fff;
}
.fb-share-button:hover {
  background-color: #145dbf;
}
.fb-share-button .fb-logo {
  width: 20px;
  height: 20px;
}
.photograph-wrapper .h1-container {
	display: flex;
    align-items: center;
    margin: 12px 0 0;
}
.photograph-wrapper .h1-container .h1-large {
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: .5rem;
	width: calc(100% - 56px);
	margin-left: 4px;
}
.photograph-wrapper .h1-container .logo-images {
	width: 48px;
    margin-right: 8px;
	margin-top: 6px;
}
/*.photograph-wrapper .h1-container .logo-images:nth-child(2) {
    margin-right: 8px;
}*/
.photograph-wrapper .h1-container:has(.h1-large_party) .logo-images {
	width: 54px;
    margin-right: 12px;
}
.icon-photo_ribbon {
	width: 30px;
	height: 30px;
	display: block;
	margin:auto;
}
.photo-main-image {
	margin-top: 20px;
	margin-bottom: 28px;
	display: block;
	width: 100%;
}
.photo-comment-area {
		margin-top: 12px;
	margin-bottom: -20px;
    background: #f3f3f3;
    padding: 12px;
    box-shadow: 0 -2px 0 #b59b00;
}
.articledetail .photoimage-container img.allarea {
width: calc(100% + 36px);
    filter: blur(18px);
    height: calc(100% + 36px);
    position: absolute;
    z-index: 0;
    object-fit: cover;
    left: -18px;
    top: -18px;
    display: block;
    object-position: center;
}
.articledetail .photoimage-container::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.125);
	position: absolute;
	top: 0;
	left: 0;
}
.listitem li div.thumb-container {
	position: relative;
	z-index: 0;
}
.listitem li img.all-area_thumbnail {
	object-fit: cover;
	width: calc(100% + 24px);
    filter: blur(12px);
    height: calc(100% + 24px);
    position: absolute;
    z-index: 0;
    object-fit: cover;
    left: -12px;
    top: -12px;
    display: block;
    object-position: center;
	z-index: -1;
}
.listitem li div.thumb-container::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.2);
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 700px) {
.listitem::after {
	width: calc((100% - 40px) / 3);
    height: 0;
    display: block;
    content: "";
}
.listitem li {
    width: calc(33.3333% - 13.3333px);
	}
}
@media screen and (min-width: 768px) {
	.byfiscalyear .year-inner {
	width: calc((100% - 60px) / 4);
	}
.articledetail .photoimage-container {
	aspect-ratio: 3 / 1;	
	}
.photo-comment-area,
.photo-main-image,
.sharebutton_bottom,
.sharebutton_bottom + #wrapper {
    max-width: 768px;	
}
	.photo-comment-area {
		box-sizing: border-box;
	margin: 12px auto -20px;	
	}
		.photo-main-image {
	margin: 20px auto 28px;
}
.sharebutton_bottom {
	    margin: 0 auto 30px;
}
	.sharebutton_bottom + #wrapper {
	    margin: auto;
	}
}
@media screen and (min-width: 788px) {
.listitem::before,
.listitem::after {
	width: calc((100% - 60px) / 4);
    height: 0;
    display: block;
    content: "";
}
.listitem::before {
	order: 1;
}
.listitem li {
	width: calc((100% - 60px) / 4);
}
}