@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	height: 100vh;
    padding-top: 70px;
	text-align: center;
	overflow: hidden;
	position: relative;
    z-index: 1;
}
#mainimage h2 {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 
    rgba(0,0,0,0.2) 2px 0px 4px, rgba(0,0,0,0.2) -2px 0px 4px,
    rgba(0,0,0,0.2) 0px -2px 4px, rgba(0,0,0,0.2) 0px 2px 4px,
    rgba(0,0,0,0.2) 2px 2px 4px, rgba(0,0,0,0.2) -2px 2px 4px,
    rgba(0,0,0,0.2) 2px -2px 4px, rgba(0,0,0,0.2) -2px -2px 4px,
    rgba(0,0,0,0.2) 1px 2px 4px, rgba(0,0,0,0.2) -1px 2px 4px,
    rgba(0,0,0,0.2) 1px -2px 4px, rgba(0,0,0,0.2) -1px -2px 4px,
    rgba(0,0,0,0.2) 2px 1px 4px, rgba(0,0,0,0.2) -2px 1px 4px,
    rgba(0,0,0,0.2) 2px -1px 4px, rgba(0,0,0,0.2) -2px -1px 4px;
    z-index: 999;
}
#mainimage h2 span {
	display: block;
    margin-right: -0.3em;
}
#mainimage h2 span:last-child {
    margin-top: 0.4em;
}
#mainimage h2 span strong {
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.075em;
}
#mainimage figure {
    width: 100%;
    max-width: 1586px;
    height: 50%;
    margin: auto;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
#mainimage figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
@media print, screen and (min-width:576px) {
#mainimage {
	height: 100vh;
    padding-top: 0;
}
#mainimage h2 {
    top: 60%;
}
#mainimage h2 span {
	display: inline-block;
}
#mainimage h2 span:last-child {
	display: block;
    margin-top: 0.4em;
}
#mainimage figure {
    width: 100%;
    max-width: 1586px;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#mainimage figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
@media print, screen and (min-width:768px) {
#mainimage {
	height: 100vh;
    padding: 100px 0;
}
#mainimage h2 {
    top: 58%;
    font-size: 28px;
}
}
@media print, screen and (min-width:1200px) {
#mainimage {
	height: calc(100vh + 80px);
    padding: 40px 0 0;
	text-align: center;
	overflow: hidden;
	position: relative;
    z-index: 1;
}
#mainimage h2 {
    top: 60%;
    font-size: 32px;
}
}
/*------------------------------------------------------------content*/
#news {
    padding-bottom: 50px;
}
#news .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto 20px;
    text-align: center;
    aspect-ratio: 1 / 1;
    background: rgba(24,24,24,1);
}
#news .title h3 {
    margin-bottom: 30%;
    line-height: 1.3;
    font-size: 22px;
    letter-spacing: 0.1em;
}
#news .title > div a {
    position: relative;
    display: inline-block;
    padding-right: 42px;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s;
}
#news .title > div a::before {
    position: absolute;
    right: 0;
    bottom: 0.5em;
    display: block;
    width: 22px;
    height: 1px;
    content: "";
    background: var(--white);
    transition: all 0.3s;
}
#news .title > div a::after {
    position: absolute;
    right: 0;
    bottom: calc(0.5em + 3px);
    display: block;
    width: 8px;
    height: 1px;
    content: "";
    background: var(--white);
    transform: rotate(45deg);
    transition: all 0.3s;
}
@media print, screen and (min-width:576px) {
#news {
    padding: 50px 0;
}
}
@media print, screen and (min-width:768px) {
#news {
    padding: 0 0 100px;
}
#news .title {
    width: 280px;
    margin: 0 auto 40px;
    font-family: "EB Garamond", "Zen Old Mincho", serif;
}
#news .title h3 {
    font-size: 36px;
    letter-spacing: 0.05em;
}
#news .title > div a:hover {
    opacity: 0.7;
}
#news .title > div a:hover::before {
    right: -10px;
}
#news .title > div a:hover::after {
    right: -10px;
}
}
@media print, screen and (min-width:992px) {
#news .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news .title {
    margin: 0;
}
}
@media print, screen and (min-width:1200px) {
#news {
    padding: 50px 0 100px;
}
}

/*更新プログラム(連動)フォーマット*/
#news01 {
	overflow: hidden;
    text-align: left;
}
#news01 dl {
	margin-bottom: 20px;
}
#news01 dl:last-child {
	margin-bottom: 0;
}
#news01 dl dt {
    font-family: "EB Garamond", serif;
    font-size: 17px;
}

#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
#news01 dl {
	margin-bottom: 40px;
}
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}
@media print, screen and (min-width:992px) {
#news01 {
	width: calc(100% - 320px);
}
#news01 dl {
	margin-bottom: 50px;
}
}
