  
/*----------------------------------------------------------------default*/
html {
font-size: 62.5%;
overflow: auto;
}

body {
color: #2C2E31;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
line-height: 2.428571;
background: #fff;
margin: 0;
overflow: hidden;
}

@media (max-width: 810px) {
body {
font-size: 1.2rem;
}
}

body * {
box-sizing: border-box;
position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
}

p,
dl,
dt,
dd,
figure {
margin: 0;
}

dt {
font-weight: normal;
}

ul,
ol {
padding: 0;
margin: 0;
}

ul li {
list-style-type: none;
}

a {
color: #2b2a9a;
text-decoration: underline;
}

img {
max-width: 100%;
height: auto;
pointer-events: none;
}

.pc {
display: block;
}

.sp {
display: none;
}


/*----------------------------------------------------------------header*/
header {
width: 980px;
margin: 16px auto 14px;
}

.site-title {
text-align: center;
margin: 0 0 30px;
}

.site-title img {
width: 266px;
}

header .menu-toggle {
display: none;
}

.main-menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.main-menu li {
width: calc(calc(100% - 60px) / 6);
margin: 0 0 16px;
}

.main-menu li a {
display: block;
width: 100%;
line-height: 1;
padding: 0 0 14px;
font-size: 1.5rem;
color: #2C2E31;
border-bottom: 1px solid #BABABA;
position: relative;
text-decoration: none;
}

.main-menu li:nth-of-type(11) a,
.main-menu li a:hover {
padding: 0 0 9px;
border-bottom: 6px solid #2C2E31;
}

.main-menu li a:after {
content: '';
position: absolute;
right: 0;
top: 3px;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #CBCBCB;
}

.main-menu li:nth-of-type(11) a:after,
.main-menu li a:hover:after {
border-width: 4px 6px 4px 0;
border-color: transparent #2C2E31 transparent transparent;
}

.main-menu li a .fa-twitter {
color: #00ACEE;
margin: 0 5px 0 0;
}

@media (max-width: 1024px) {
header {
width: 94%;
}
}

@media (max-width: 810px) { /*=======================================================*/

/*----------------------------------------------------------------default*/
.pc {
display: none;
}

.sp {
display: block;
}

/*----------------------------------------------------------------header*/
.main-menu li a {
font-size: 1.2rem;
letter-spacing: -0.03em;
}

.main-menu li a .fa-twitter {
margin: 0 2px 0 0;
}

header {
width: 100%;
height: 80px;
margin: 0;
}

.page header,
#page-gallery header {
border-bottom: 1px solid #888888;
margin: 0 0 16px;
}

.site-title {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.site-title img {
width: 120px;
}

header .menu-toggle {
position: fixed;
top: 25px;
right: 18px;
z-index: 1001;
width: 30px;
height: 30px;
background: #DDDDDD;
border-radius: 50%;
border: none;
}

header .menu-toggle:focus {
outline: none;
}

header .menu-toggle,
header .menu-toggle span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}

.menu-toggle span {
position: absolute;
left: 6px;
width: 18px;
height: 1px;
background-color: #2C2E31;
}

.menu-toggle span:nth-of-type(1) {
top: 8px;
}

.menu-toggle span:nth-of-type(2) {
top: 14px;
}

.menu-toggle span:nth-of-type(3) {
bottom: 8px;
}

.toggled-on .menu-toggle span:nth-of-type(1) {
-webkit-transform: translateY(6px) rotate(-45deg);
transform: translateY(6px) rotate(-45deg);
}

.toggled-on .menu-toggle span:nth-of-type(2) {
opacity: 0;
}

.toggled-on .menu-toggle span:nth-of-type(3) {
-webkit-transform: translateY(-7px) rotate(45deg);
transform: translateY(-7px) rotate(45deg);
}

.header-nav .main-menu {
position: fixed;
z-index: 1000;
display: block;
background: #fff;
width: 268px;
padding: 20px;
box-sizing: border-box;
height: 100vh;
right: -268px;
top: 0;
transition: all .4s;
}

.header-nav .main-menu.open {
right: 0;
}

.header-nav .main-menu .site-title {
display: block;
height: auto;
text-align: left;
}

.header-nav .main-menu ul {
display: flex;
}

.header-nav .main-menu li {
width: 100%;
margin: 0 0 12px;
}

.main-menu li a {
font-size: 1.8rem;
letter-spacing: 0;
padding: 0 0 12px;
}

.main-menu li:nth-of-type(11) a {
border-bottom: 1px solid #BABABA;
}

.main-menu li:nth-of-type(11) a:after {
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #CBCBCB;
}

.main-menu li a .fa-twitter {
margin: 0 5px 0 0;
}
}

/*----------------------------------------------------------------footer*/
footer {
width: 980px;
margin: 0 auto;
padding: 0 0 30px;
font-size: 1.4rem;
text-align: center;
}

footer a {
text-decoration: underline;
}

footer .info,
footer .footer-nav {
margin: 0 0 10px;
}

footer .info {
display: inline-block;
text-align: left;
}

footer .footer-nav li {
display: inline;
}

@media (max-width: 1024px) {
footer {
width: 94%;
}
}

@media (max-width: 810px) {
footer {
font-size: 1.2rem;
}
}


/*----------------------------------------------------------------breadcrumbs*/
.breadcrumbs {
width: 980px;
margin: 0 auto 50px;
}

.breadcrumbs li {
display: inline;
font-size: 1.3rem;
margin: 0;
}

.breadcrumbs li:last-child {
color: #F08222;
}

.breadcrumbs li:not(:last-child):after {
content: '>';
margin: 0 2px;
}

.breadcrumbs li a {
text-decoration: underline;
}

@media (max-width: 1024px) {
.breadcrumbs {
width: 94%;
}
}

/*----------------------------------------------------------------main*/
.wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

h3 {
font-size: 2rem;
}

figure {
margin: 0 0 32px;
}

figcaption {
font-size: 1.2rem;
line-height: 1.6666666;
}

@media (max-width: 810px) {
figcaption {
font-size: 1rem;
}
}

.fancybox-navigation .fancybox-button,
.fancybox-navigation .fancybox-button div {
padding: 0;
}

.fancybox-button[disabled],
.fancybox-button--thumbs {
display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_left {
padding: 31px 6px 31px 26px;
left: auto;
right: 0;
right: env(safe-area-inset-right);
}

.fancybox-button svg {
transform: rotate(180deg);
}

section {
width: 800px;
margin: 0 auto 100px;
}

@media (max-width: 810px) {
section {
width: 94%;
margin: 0 auto 40px;
}
}

section h1 {
font-size: 2.8rem;
text-align: center;
margin: 0 auto 34px;
}

section h2 {
font-size: 2rem;
text-align: center;
margin: 0 auto 34px;
}

section h3 {
font-size: 2rem;
text-align: center;
margin: 0 0 28px;
}

section h3 span {
display: block;
width: 44px;
border-bottom: 1px solid #2C2E31;
margin: 0 auto;
}

.ta-r {
text-align: right;
}

.jc-c {
justify-content: center;
}

.backtotop a,
.back a {
display: block;
width: 267px;
height: 60px;
line-height: 60px;
font-size: 2.6rem;
color: #fff;
text-decoration: none;
text-align: center;
background: #4B4B4B;
box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
margin: 0 auto 120px;
}


@media (max-width: 810px) {
.backtotop a,
.back a {
width: 135px;
height: 32px;
line-height: 32px;
font-size: 1.4rem;
margin: 0 auto 70px;
}
}

.back a {
margin: 0 auto;
}

.pagetop a {
display: block;
width: 100%;
height: 54px;
padding: 10px 0 0;
background: #4B4B4B;
text-decoration: none;
color: #fff;
text-align: center;
font-size: 1.3rem;
line-height: 1;
margin: 0 0 60px;
}

.pagetop a:after {
content: '\f077';
display: block;
font-size: 3rem;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}

@media (max-width: 810px) {
.pagetop a {
height: 32px;
padding: 5px 0 0;
font-size: 1rem;
margin: 0 0 30px;
}

.pagetop a:after {
font-size: 1.5rem;
}
}

.title-blk {
text-align: center;
}

.title-blk h1,
.title-blk h2 {
margin: 0 0 24px;
}

section h4 {
text-align: center;
font-size: 1.6rem;
margin: 0 0 20px;
}


/*----------------------------------------------------------------entire-menu*/
.entire-menu .menu-toggle {
width: 74px;
height: 50px;
padding: 5px 0 0;
background: #F9D6D3;
box-shadow: 3px -1px 4px 0px rgba(0, 0, 0, 0.25);
font-size: 1.6rem;
text-align: center;
color: #6B270C;
border-radius: 5px 5px 0 0;
line-height: 1.5;
transform: rotate( 90deg );
position: fixed;
top: 50px;
left: -20px;
cursor: pointer;
z-index: 100;
}

#home .entire-menu .menu-toggle {
position: relative;
margin: -570px 0 480px -20px;
top: auto;
left: auto;
}

#home .entire-menu .menu-toggle.fixed {
position: fixed;
width: 74px;
height: 50px;
transform: rotate( 90deg );
margin: 0;
top: 50px;
left: -20px;
}

.entire-menu .menu-toggle:before {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 7px 5px;
border-color: transparent transparent #6b270c transparent;
margin: 0 auto;
}

@media (max-width: 810px) {
.entire-menu .menu-toggle {
width: 58px;
height: 34px;
font-size: 1.2rem;
line-height: 1.3;
top: 110px;
left: -15px;
z-index: 1002;
}

#home .entire-menu .menu-toggle {
margin: -540px 0 500px -15px;
top: auto;
left: auto;
}

#home .entire-menu .menu-toggle.fixed {
width: 58px;
height: 34px;
top: 110px;
left: -15px;
}

.entire-menu .menu-toggle:before {
border-width: 0 4px 6px 4px;
}
}

.entire-menu nav {
width: 997px;
height: 100vh;
position: fixed;
left: -997px;
top: 0;
text-align: center;
background: #F9D3D3;
padding: 40px 0 0;
z-index: 101;
transition: all ease-in-out .3s;
}

@media (max-width: 810px) {
.entire-menu nav {
width: 100vw;
left: -100vw;
z-index: 1003;
}
}

.entire-menu nav.open {
left: 0;
}

.entire-menu nav h2 {
font-size: 2.8rem;
font-weight: normal;
color: #6B270C;
margin: 0 0 25px;
}

@media (max-width: 810px) {
.entire-menu nav h2 {
font-size: 1.6rem;
}
}

.entire-menu nav h2 span {
color: #D7373F;
}

.entire-menu nav > ul {
font-size: 2rem;
line-height: 2.2;
}

.entire-menu nav ul ul {
font-size: 1.7rem;
line-height: 2.2;
margin: 0 0 25px;
}

@media (max-width: 810px) {
.entire-menu nav > ul {
font-size: 1.4rem;
}

.entire-menu nav ul ul {
font-size: 1.2rem;
margin: 0 0 25px;
}
}

.entire-menu nav a {
color: #E53576;
text-decoration: none;
}

.entire-menu nav h2 a {
color: #6B270C;
}

.entire-menu nav .btn-close {
position: absolute;
width: 55px;
height: 55px;
top: 50px;
right: 34px;
cursor: pointer;
}

@media (max-width: 810px) {
.entire-menu nav .btn-close {
width: 20px;
height: 20px;
top: 12px;
right: 14px;
}
}

/*----------------------------------------------------------------home*/
#home .wrapper {
justify-content: flex-start;
}

#home #fv .title-blk {
width: 800px;
margin: 0 auto 10px;
text-align: left;
}

@media (max-width: 810px) {
#home #fv .title-blk {
width: 94%;
}
}

#home #fv .title-blk .page-title {
font-size: 3.8rem;
letter-spacing: -0.01em;
line-height: 1.3;
}

@media (max-width: 810px) {
#home #fv .title-blk .page-title {
font-size: 1.7rem;
line-height: 1.5;
}
}

#home #fv .title-blk .page-title span {
font-size: 2.8rem;
display: block;
}

@media (max-width: 810px) {
#home #fv .title-blk .page-title span {
font-size: 1.3rem;
}
}

#home #fv .slide {
width: 100%;
padding: 24px 0 28px;
background: url(/manga/yonezawa_lib/exh_shoujomanga/images/back.jpg) no-repeat center center / cover;
margin: 0 0 100px;
height: 640px;
overflow: hidden;
}

@media (max-width: 810px) {
#home #fv .slide {
padding: 10px 0;
margin: 0 0 40px;
height: 320px;
}
}

#home #fv .slide .slick-slide {
margin: 0 8px;
}

@media (max-width: 810px) {
#home #fv .slide .slick-slide {
max-width: calc(calc(100% - 16px) / 2);
}
}

#home #fv .slide figure {
margin: 0;
}

#home #fv .slide figure img {
height: 1vw;
max-height: 508px;
min-height: 508px;
margin: 0 0 15px;
box-shadow: 4px 7px 7px 0px rgba(0, 0, 0, 0.5) ;
}

@media (max-width: 810px) {
#home #fv .slide figure img {
max-height: 222px;
min-height: 222px;
}

#home #fv .slide figcaption {
max-width: 100%;
}

#home #fv .slide figcaption span {
display: block;
}
}

.slick-prev {
left: 10px;
top: calc(50% - 17px);
z-index: 2;
}

.slick-next {
right: 16px;
top: calc(50% - 17px);
}

.slick-prev:before,
.slick-next:before {
content: '';
display: block;
width: 26px;
height: 35px;
}

@media (max-width: 810px) {
.slick-prev {
left: 10px;
top: 120px;
}

.slick-next {
right: 6px;
top: 120px;
}

.slick-prev:before,
.slick-next:before {
width: 16px;
height: 22px;
}

}

.slick-prev:before {
background: url(/manga/yonezawa_lib/exh_shoujomanga/images/aroow_prev.png) no-repeat center center / contain;
}

.slick-next:before {
background: url(/manga/yonezawa_lib/exh_shoujomanga/images/aroow_next.png) no-repeat center center / contain;
}

#home #fv .wrapper {
width: 684px;
margin: 0 auto 100px;
}

#home #fv .wrapper figure {
width: 300px;
margin: 0 30px 0 0;
}

#home #fv .wrapper .text-blk {
width: 354px;
font-size: 1.6rem;
line-height: 1.625;
}

@media (max-width: 810px) {
#home #fv .wrapper {
width: 94%;
display: block;
margin: 0 auto 40px;
}

#home #fv .wrapper figure {
width: 33.526667%;
margin: 0 auto 16px;
}

#home #fv .wrapper .text-blk {
width: 100%;
font-size: 1.2rem;
}
}

#home #fv .wrapper .text-blk p:not(:last-of-type) {
margin: 0 0 1.8125em;
}

#home #fv .wrapper .text-blk p:nth-child(3) {
margin: 0 0 2.8125em;
}

#home section h2 {
font-size: 2.6rem;
margin: 0 0 32px;
}

@media (max-width: 810px) {
#home section h2 {
font-size: 1.6rem;
line-height: 1.285714;
margin: 0 0 16px;
}

#home section h2 span {
display: block;
}
}

#home section p:not(:last-of-type) {
margin: 0 0 2.2142855em;
}

#home #information p {
margin: 0 0 1.8125em;
}

#home #information ul:first-of-type {
margin: 0 0 1.8125em 2em;
text-indent: -1em;
}

#home #about .wrapper {
margin: 0 0 20px;
}

#home #about figure {
width: 250px;
margin: 0 20px 0 0;
}

#home #about .text-blk {
width: 530px;
}

@media (max-width: 810px) {
#home #about .wrapper {
display: block;
margin: 0 0 12px;
}

#home #about figure {
width: 44.3262411%;
margin: 0 auto 16px;
text-align: center;
}

#home #about .text-blk {
width: 100%;
}
}

#home #about .text-blk + p {
font-weight: bold;
}

#detail1,
#detail2 {
width: 1000px;
padding: 100px;
}

#detail1 h3,
#detail2 h3 {
text-align: center;
margin: 0 0 32px;
}

#detail1 dl {
margin: 0 0 32px;
display: flex;
flex-wrap: wrap;
}

@media (max-width: 1024px) {
#detail1,
#detail2 {
width: 90%;
padding: 5%;
}
}

@media (max-width: 810px) {
.fancybox-slide--iframe .fancybox-content {
width: 90%;
max-width: 90%;
}

#detail1 h3,
#detail2 h3 {
margin: 0 0 16px;
font-size: 1.6rem;
}

#detail1 dl {
margin: 0 0 16px;
font-size: 1.2rem;
}
}

#detail1 dt {
margin: 0 1em 0 0;
}

#detail1 dd:nth-of-type(1),
#detail1 dd:nth-of-type(2) {
width: calc(100% - 3em);
}

#detail1 dd:nth-of-type(3) {
width: calc(100% - 10em);
}

#detail2 h4 {
margin: 32px 0 0;
}

#detail2 h5 {
margin: 32px 0 0;
font-size: 1.4rem;
}

#detail2 dl {
margin: 0 0 0 1em;
display: flex;
flex-wrap: wrap;
}

@media (max-width: 810px) {
#detail2 h4 {
font-size: 1.2rem;
margin: 16px 0 0;
}

#detail2 h5 {
margin: 16px 0 0;
font-size: 1.2rem;
}
}

#detail2 dd:nth-of-type(1) {
width: calc(100% - 7em);
}

#detail2 dd:nth-of-type(2) {
width: calc(100% - 4em);
}

@media (max-width: 1024px) {
#home #main-artist {
width: 94%;
margin: 0 auto 24px;
}
}

#home .artist h2 span {
font-size: 2.2rem;
margin: 0 0 0 1em;
}

@media (max-width: 810px) {
#home .artist h2 {
font-size: 1.6rem;
}

#home .artist h2 span {
font-size: 1.4rem;
display: inline;
}
}

#home .artist .notes {
text-align: center;
margin: 0 0 27px;
}

@media (max-width: 810px) {
#home .artist .notes {
font-size: 1rem;
line-height: 1.3;
margin: 0 0 12px;
}
}

#home .artist .wrapper {
width: 1032px;
margin: 0 0 40px -116px;
}

@media (max-width: 1024px) {
#home .artist .wrapper {
width: 100%;
margin: 0 0 40px;
}
}

@media (max-width: 810px) {
#home .artist .wrapper {
margin: 0;
}
}

#home .artist .wrapper figure {
width: calc(calc(100% - 204px) / 6);
margin: 0 17px 60px;
text-align: center;
}

@media (max-width: 810px) {
#home .artist .wrapper figure {
width: calc(calc(100% - 60px) / 3);
margin: 0 10px 16px;
}
}

@media (max-width: 810px) {
#home #guest-artist .wrapper {
justify-content: center;
margin: 0 0 4px;
}
}

#home #guest-artist .wrapper figure {
width: 115px;
margin: 0 16px;
}

@media (max-width: 810px) {
#home #guest-artist .wrapper figure {
width: calc(calc(100% - 112px) / 4);
margin: 0 14px 16px;
}
}

#home .artist .wrapper figure a {
display: block;
}

#home .artist .wrapper figure a img {
border-radius: 50%;
box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#home .artist .wrapper figcaption {
font-size: 1.6rem;
line-height: 1.3;
display: inline-block;
text-align: left;
}

#home #guest-artist .wrapper figcaption {
font-size: 1.4rem;
}

#home .artist .wrapper figcaption span {
font-size: 1.4rem;
display: block;
}

#home #guest-artist .wrapper figcaption span {
font-size: 1.2rem;
}

@media (max-width: 810px) {
#home .artist .wrapper figcaption,
#home #guest-artist .wrapper figcaption {
font-size: 1.2rem;
}

#home .artist .wrapper figcaption span,
#home #guest-artist .wrapper figcaption span {
font-size: 1rem;
}
}

#home #guest-artist .wrapper + .notes {
text-align: left;
font-size: 1.2rem;
line-height: 2;
text-indent: -1em;
margin: 0 0 0 1em;
}
#home #corner06 .notes {
text-align: left;
font-size: 1.2rem;
line-height: 2;
text-indent: -1em;
margin: 0 0 0 1em;
}

@media (max-width: 810px) {
#home #guest-artist .wrapper + .notes {
font-size: 1rem;
}
#home #corner06 .notes {
font-size: 1rem;
}
}

#home #exhibition {
width: 100%;
margin: 0 0 70px;
}

#home #exhibition .corner-blk {
display: block;
width: 800px;
border-radius: 22px;
background: #fff;
box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.16);
padding: 32px 0 24px 32px;
text-decoration: none;
color: #2C2E31;
margin: 0 auto 60px;
}

#home #exhibition .corner-blk:last-of-type {
margin: 0 auto 100px;
}

@media (max-width: 810px) {
#home #exhibition .corner-blk {
width: 94%;
border-radius: 11px;
padding: 11px 0 8px 11px;
margin: 0 auto 16px;
}

#home #exhibition .corner-blk:last-of-type {
margin: 0 auto 40px;
}
}

#home #exhibition .corner-blk h3 {
order: 2;
font-size: 2.3rem;
line-height: 1.3;
text-align: left;
}

#home #exhibition .corner-blk h3 strong {
display: block;
font-size: 2.8rem;
}

@media (max-width: 810px) {
#home #exhibition .corner-blk h3 {
font-size: 1.2rem;
}

#home #exhibition .corner-blk h3 strong {
font-size: 1.4rem;
}
}

#home #exhibition .corner-blk figure {
order: 1;
width: 324px;
margin: 0 32px 0 0;
}

@media (max-width: 810px) {
#home #exhibition .corner-blk figure {
width: 110px;
margin: 0 10px 0 0;
}
}

#home #exhibition .corner-blk > p {
width: 306px;
height: 57px;
line-height: 57px;
color: #fff;
background: #F58B89;
border-radius: 28px;
text-align: center;
font-size: 2.1rem;
position: absolute;
bottom: 24px;
right: 70px;
}

@media (max-width: 810px) {
#home #exhibition .corner-blk > p {
width: 104px;
height: 18px;
line-height: 18px;
border-radius: 9px;
font-size: 1rem;
bottom: 8px;
right: 23px;
}
}

#home #exhibition #corner06 {
width: 1000px;
margin: 0 auto 100px;
}

@media (max-width: 1024px) {
#home #exhibition #corner06 {
width: 94%;
}
}

@media (max-width: 810px) {
#home #exhibition #corner06 {
margin: 0 auto 40px;
}

#home #exhibition #corner06 h3 {
font-size: 1.6rem;
line-height: 1.285714;
margin: 0 auto 16px;
}

#home #exhibition #corner06 #timeline-embed {
height: 600px !important;
}
}

#home #exhibition #corner07 {
width: 1040px;
margin: 0 auto;
}

@media (max-width: 1024px) {
#home #exhibition #corner07 {
width: 94%;
}
}

@media (max-width: 810px) {
#home #exhibition #corner07 {
margin: 0 auto 40px;
}

#home #exhibition #corner07 h3 {
font-size: 1.6rem;
line-height: 1.285714;
margin: 0 auto 16px;
}
}

#home #exhibition #corner07 .wrapper:nth-of-type(1) {
margin: 0 0 20px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) {
width: 830px;
margin: 0 auto;
justify-content: center;
}

@media (max-width: 810px) {
#home #exhibition #corner07 .wrapper:nth-of-type(1) {
margin: 0 0 20px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) {
width: 90%;
justify-content: flex-start;
}
}

#home #exhibition #corner07 .wrapper a {
display: block;
width: 220px;
margin: 0 20px 40px;
background: #fff;
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
text-decoration: none;
color: #2C2E31;
padding: 12px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a {
width: 176px;
margin: 0 15px 30px;
padding: 10px;
}

#home #exhibition #corner07 .wrapper a figure {
margin: 0 0 10px;
}

#home #exhibition #corner07 .wrapper a figcaption h4 {
width: 134px;
margin: 0 0 10px -12px;
padding: 0 0 10px 12px;
border-bottom: 1px solid #BFBFBF;
font-size: 1.6rem;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a figcaption h4 {
font-size: 1.4rem;
}

#home #exhibition #corner07 .wrapper a figcaption h4 span {
font-size: 1rem;
font-weight: normal;
display: block;
}

#home #exhibition #corner07 .wrapper a figcaption p {
margin: 0 0 40px;
}

#home #exhibition #corner07r:nth-of-type(2) .wrapper a figcaption p {
margin: 0 0 36px;
}

#home #exhibition #corner07 .wrapper a > p {
width: 170px;
height: 30px;
line-height:30px;
color: #fff;
background: #F58B89;
border-radius: 15px;
text-align: center;
font-size: 1.2rem;
position: absolute;
left: 25px;
bottom: 12px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a > p {
width: 142px;
height: 26px;
line-height:26px;
border-radius: 13px;
font-size: 1rem;
left: 17px;
bottom: 10px;
}

@media (max-width: 1024px) {
#home #exhibition #corner07 .wrapper a {
width: calc(calc(100% - 160px) / 4);
}
}

@media (max-width: 810px) {
#home #exhibition #corner07 .wrapper a {
width: calc(calc(100% - 16px) / 2);
margin: 0 16px 16px 0;
padding: 7px;
}

#home #exhibition #corner07 .wrapper a:nth-child(2n) {
margin: 0 0 16px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a {
width: calc(calc(100% - 16px) / 2);
margin: 0 16px 16px 0;
padding: 7px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a:nth-child(2n) {
margin: 0 0 16px;
}

#home #exhibition #corner07 .wrapper a figure {
margin: 0 0 10px;
}

#home #exhibition #corner07 .wrapper a figcaption h4 {
width: 100px;
margin: 0 0 10px -7px;
padding: 0 0 10px 7px;
font-size: 1.2rem;
text-align: left;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a figcaption h4 {
font-size: 1.2rem;
}

#home #exhibition #corner07 .wrapper a figcaption p {
margin: 0 0 28px;
}

#home #exhibition #corner07r:nth-of-type(2) .wrapper a figcaption p {
margin: 0 0 28px;
}

#home #exhibition #corner07 .wrapper a > p {
width: 90%;
height: 18px;
line-height:18px;
border-radius: 9px;
font-size: 1rem;
left: 5%;
bottom: 7px;
}

#home #exhibition #corner07 .wrapper:nth-of-type(2) a > p {
width: 90%;
height: 18px;
line-height:18px;
border-radius: 9px;
font-size: 1rem;
left: 5%;
bottom: 10px;
}
}

#home #acknowledgments h2 + p {
text-align: center;
margin: 0 0 1em;
}

#home #acknowledgments ul li {
margin: 0 0 2.2142857em 1em;
text-indent: -1em;
}

#home #acknowledgments .notes {
margin: 0 0 0 1em;
text-indent: -1em;
}

/*----------------------------------------------------------------other*/
@media (max-width: 810px) {
.page .title-blk h1,
#page-gallery .title-blk h1 {
font-size: 1.8rem;
margin: 0 0 16px;
line-height: 1.3;
}

.page .title-blk h2,
#page-gallery .title-blk h2 {
font-size: 1.6rem;
margin: 0 0 16px;
line-height: 1.3;
}

.page section h3,
#page-gallery section h3 {
font-size: 1.6rem;
margin: 0 0 16px;
}

.page section h3 span,
#page-gallery section h3 span {
width: 22px;
}

.page section h4,
#page-gallery section h4 {
font-size: 1.4rem;
margin: 0 0 12px;
line-height: 1.3;
}

.page section > .wrapper,
#page-gallery section > .wrapper {
width: 90%;
margin: 0 auto 16px;
}
}

.page section .wrapper figure {
width: 350px;
}

.page section .wrapper figure a,
#page-gallery section .wrapper figure a {
display: block;
}

.page section .wrapper figure a:after,
#page-gallery section .wrapper figure a:after {
content: '';
position: absolute;
right: 10px;
bottom: 20px;
display: block;
width: 36px;
height: 36px;
background: url(/manga/yonezawa_lib/exh_shoujomanga/images/ico_zoom.png) no-repeat center center / contain;
}

@media (max-width: 810px) {
.page section .wrapper figure {
width: 100%;
margin: 0 0 16px;
}

.page section .wrapper figure a:after,
#page-gallery section .wrapper figure a:after {
right: 5px;
bottom: 15px;
width: 18px;
height: 18px;
}
}

.wppr1000 {
width: 1000px;
margin: 0 0 0 -100px;
}

.wppr1000 figure {
width: 280px !important;
}

.figw208 figure {
width: 208px !important;
}

.spread figure {
width: 600px !important;
}

@media (max-width: 810px) {
.wppr1000 {
width: 100% !important;
margin: 0;
}

.wppr1000 figure {
width: calc(50% - 10px) !important;
}

.figw208 figure {
width: calc(50% - 10px) !important;
}

.spread figure {
width: 100% !important;
}
}

.mb32 {
margin: 0 0 32px;
}

@media (max-width: 810px) {
.mb32 {
margin: 0 0 16px;
}
}

.bdr figure img {
border: 1px solid #707070;
}

#page-corner01 #sec02 h4,
#page-corner01 #sec08 h4 {
margin: 0;
}

#page-corner01 #sec02 h4 + p,
#page-corner01 #sec08 h4 + .notes {
margin: 0 0 24px;
text-align: center;
font-size: 1.2rem;
}

@media (max-width: 810px) {
#page-corner01 #sec02 h4 + p,
#page-corner01 #sec08 h4 + .notes {
margin: 0 0 12px;
font-size: 1rem;
}
}

#page-corner01 #sec08 h4:nth-of-type(2) {
margin: 0 0 24px;
}

#page-corner01 #sec01 h4 {
line-height: 1.3;
}

@media (max-width: 810px) {
#page-corner01 #sec13 .wrapper figure,
#page-corner02 #sec02 .wrapper figure {
width: 100% !important;
}

#page-corner02 #sec03 .wrapper:nth-of-type(2) figure {
width: calc(50% - 10px) !important;
}
}


#page-corner02 #sec01 .wrapper:nth-of-type(2) + .notes {
margin: -20px 0 32px;
font-size: 1.2rem;
}

#page-corner03 #sec01 .wrapper,
#page-corner03 #sec02 .wrapper {
align-items: flex-end;
}


#example1 {
width: 1000px;
padding: 100px 150px;
}

#example1 h3 {
text-align: center;
}

#example1 .wrapper p,
#example1 .wrapper figure {
width: 330px;
}

@media (max-width: 810px) {
#example1 {
width: 90%;
padding: 5%;
margin: 0 auto;
}

#example1 .wrapper {
display: block;
}

#example1 .wrapper p {
width: 100%;
}

#example1 .wrapper figure {
width: 100%;
margin: 16px 0;
}
}

@media (max-width: 810px) {
#page-corner05 #sec01 .wrapper {
width: 90% !important;
}

#page-corner05 #sec01 .wrapper figure {
width: 100% !important;
}
}


/*----------------------------------------------------------------gallery*/
#page-gallery section {
width: 100%;
margin: 0 0 160px;
}

@media (max-width: 810px) {
#page-gallery section {
margin: 0 0 60px;
}

#page-gallery .title-blk {
margin: 0 0 16px;
}
}

#page-gallery figcaption {
font-size: 1.4rem;
}

@media (max-width: 810px) {
#page-gallery figcaption {
font-size: 1rem;
}
}

#page-gallery section > .wrapper:nth-of-type(1) {
width: 100%;
background: url(/manga/yonezawa_lib/exh_shoujomanga/images/back.jpg) no-repeat center 146px / cover;
padding: 0 0 10px;
margin: 0 0 60px;
justify-content: flex-start;
}

#page-gallery section > .wrapper:nth-of-type(1) figure {
width: 540px;
margin: 0 38px 0 calc(50vw - 500px);
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk {
width: 422px;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk h3 {
font-size: 3rem;
margin: 60px 0 40px;
text-align: left;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk h3 span {
font-size: 2.2rem;
margin: 0 0 0 1em;
border: none;
width: auto;
display: inline;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk p {
font-size: 1.8rem;
line-height: 2.222222;
}

@media (max-width: 810px) {
#page-gallery section > .wrapper:nth-of-type(1) {
background: url(/manga/yonezawa_lib/exh_shoujomanga/images/back.jpg) no-repeat center top / cover;
padding: 40px 3% 10px;
margin: 0 0 20px;
}

#page-gallery section > .wrapper:nth-of-type(1) figure {
width: 100%;
margin: 0 0 15px;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk {
width: 100%;
position: static;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk h3 {
font-size: 1.6rem;
margin: 0 0 10px;
position: absolute;
top: 0;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk h3 span {
font-size: 1.2rem;
}

#page-gallery section > .wrapper:nth-of-type(1) .text-blk p {
font-size: 1.2rem;
line-height: 2.222222;
}
}

#page-gallery .wppr1000 {
width: 1000px;
margin: 0 auto 70px;
}

#page-gallery .wppr1000 figure {
width: 300px !important;
}

@media (max-width: 810px) {
#page-gallery .wppr1000 {
width: 94% !important;
margin: 0 auto 30px;
}

#page-gallery .wppr1000 figure {
width: calc(calc(100% - 27px) / 3) !important;
margin: 0 0 16px;
}
}

#page-gallery #watanabe h3 {
letter-spacing: -0.1em;
}

#page-gallery #watanabe h3 span {
letter-spacing: 0;
}

#page-gallery #kitajima {
padding: 0 0 160px;
border-bottom: 12px dotted #2C2E31;
}

@media (max-width: 810px) {
#page-gallery #kitajima {
padding: 0 0 60px;
border-bottom: 6px dotted #2C2E31;
}
}

#page-gallery #tominaga .wppr1000,
#page-gallery #minamoto .wppr1000 {
justify-content: flex-start;
}

#page-gallery #tominaga .wppr1000 figure,
#page-gallery #minamoto .wppr1000 figure {
margin: 0 50px 0 0;
}

@media (max-width: 810px) {
#page-gallery #tominaga .wppr1000 figure,
#page-gallery #minamoto .wppr1000 figure {
margin: 0 16px 0 0;
}
}










