@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

#header {
    height: 83px;
}
#container-box {
    background-image: url(../img/history/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    border-top: none;
}
#historyWrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 124px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}
#historyWrap h2 {
    background-image: url(../img/history/history_ttl.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 532px;
    height: 0;
    padding-top: 32px;
    margin: 0 auto 20px;    
    overflow: hidden;
    line-height: 2;
}
.executive a:link,
.executive a:visited {
    background-color: #541b86;
    width: 280px;
    padding: 0.8em 0;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center; 
    box-shadow: 5px 4px rgba(84,27,134,0.5);
}
#historyWrap ul {
    margin: 84px 0 0;
}
#historyWrap ul li {
    padding-bottom: 120px;
    background-image: url(../img/history/dot.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
#historyWrap ul li:last-child {
    background-image: none;
    padding-bottom: 40px;
    
}
#historyWrap ul li h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}
#historyWrap ul li h3 span {
    font-size: 33px;
    font-weight: 900;
}
#historyWrap ul li p {
    text-align: center;
    font-size: 16px;
}
#historyWrap ul li figure {
    text-align: center;
    margin-top: 28px;
}
#historyWrap ul li figure + p {
    margin-top: 56px;
}

.popmodal {
    background-color: #fff;
    width: 958px;
    height: 655px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px 20px;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
    display: none;

}
button.mfp-arrow.mfp-arrow-left {
    background-image: url(../img/history/prev.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 19px;
    height: 37px;
    left: 50%;
    margin-top: -18.5px;
    margin-left: -550px;
}
button.mfp-arrow.mfp-arrow-right {
    background-image: url(../img/history/next.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 19px;
    height: 37px;
    right: 50%;
    margin-top: -18.5px;
    margin-right: -550px;
}
.mfp-close-btn-in .mfp-close {
    background-image: url(../img/history/close.png);
    width: 36px;
    height: 0;
    padding-top: 37px;
    overflow: hidden;
    right: 50%;
    margin-right: -480px;
    top: -47px;
    opacity: 1;
}
.proprietor {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 25px 0;
    box-sizing: border-box;
}
.proprietor * {
    font-family: 'Noto Sans JP', sans-serif;
}
.proprietor::after {
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 500px;
	margin-left: -250px;
	padding-top: 1px;
	background-color: #241e1b;
}
.proprietor:last-child::after {
	display: none;
}
.proprietor figure {
	text-align: center;
	margin-bottom: 3.75em;
}
.proprietor figure figcaption {
	display: block;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 1em;
}
.proprietor figure figcaption em {
	font-weight: 500;
	font-size: 34px;
	display: block;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
}
.proprietor figure figcaption span {
	font-size: 18px;
    margin-top: 5px;
	display: block;
}
.proprietor table {
    width: 92.77%;
    border: none;
    margin: 0 auto;
}
.proprietor table th,
.proprietor table td:nth-child(2) {
	text-align: left;
    white-space: nowrap;
    padding-right: 3em;
    vertical-align: top;
}
.proprietor table th,
.proprietor table td {
	line-height: 1.6;
	padding-bottom: 2em;
    border:none;
    background-color: transparent;
    color: #333;
    font-size: 16px;
}
.proprietor .txtWrap p {
	line-height: 1.6;
	margin-bottom: 1.8em;
    font-size: 16px;
}
.txtWrap {
    width: 92.77%;
    margin: 0 auto;
}
/*scrollbar*/
.proprietor {
    --sb-track-color: transparent;
    --sb-thumb-color: #4d2b8a;
    --sb-size: 15px;  
    scrollbar-color: var(--sb-thumb-color) 
                     var(--sb-track-color);
  }
  
  .proprietor::-webkit-scrollbar {
    width: var(--sb-size) 
  }
  
  .proprietor::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    background-image: url(../img/history/scrollbg.png);
    background-repeat: repeat-y;
    background-position: center top;
  }
  
  .proprietor::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    
    }
    .modalWrap {
        display: none;
    }

    .fadein-up,
    .fadein {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s;
    }