/* CSS Document */
@charset "UTF-8";

*{
	box-sizing: border-box;
}

body{
	font-family: "Hiragino Kaku Gothic Pro","sans-serif";
    font-weight: 400;
	background-color: #F6F6F6;
	color: #000000;
}

/* レスポンシブ */
.sp{ display: block; }
.pc{ display: none; }

.container {
  width: 100%;
  padding: 0 25px;
}
section {
    padding: 60px 0;
}
section:nth-child(odd) {
    background-color: #FCFCFC;
}

/* main-visual */
.mv-margin {
    height: 0;
    background-color: #FFFFFF;
}

.mv{ 
    background-color: #FFFFFF;
}
.mv-img img{
	width: 100%;
    margin: 0 auto;
    text-align: center;
}

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

    .container {
        max-width: 960px;
        margin: 0 auto;
    }
    section {
        padding: 120px 0 90px;
    }

    /* main-visual */
    .mv-margin { height: 90px; }

    .mv-img img{
        max-width: 100%;
    }
    .mv-img img.pc{
        display: block;
        object-fit: cover;
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* レスポンシブ */


/* 共通 */

.container a { 
    text-decoration: none;
    padding-bottom: 1px;
    color: #2595A3;
    border-bottom: 1px solid #2595A3;
    transition: opacity .2s;
}
.container a:hover { 
   opacity: 0.8;
}
.container a:has(img) { 
    text-decoration: none;
    border-bottom: none;
}
a[target="_blank"]::after {
    content: url("../img/blank.svg");
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 1px;
}

.mt-50 {
    margin-top: 50px!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.w800px {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.align-center {
    text-align: center!important;
}
.align-left {
    text-align: left!important;
}
.title-parent {
    text-align: center;
    margin-bottom: 40px;
}
h2 {
    display: inline-block;
	font-size: 28px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
}

.en-title {
    margin-bottom: 0;
    display: block;
	font-size: 12px;
    text-align: center;
    color: #9C0F0F;
}
p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 1.5em;
}
p.text {
    text-align: left;
    text-indent: 1em;
}

.container img {
    max-width: 100%;
}

/* flex */
.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.flex-box .flex-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.flex-box .flex-content h4 {
    margin-top: 10px;
}


/* table */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: 40px auto;
}
table tbody th,
table tbody td {
    display: block;
}


table th {
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.2rem;
    text-align: center;
    background-color: #ece8de;
    vertical-align: middle;
}

table td{
    width: 100%;
    padding: 10px 10px 30px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    background-color: #ffffff;
}
table tr:last-of-type td {
    padding-bottom: 10px;
}

/* box */
.box {
    font-size: 5px;
	padding: 0 10px;
	margin: 10px 0;
    font-weight: block;
    color: #AA0000;
	border: solid 2px #AA0000;
	border-radius: 10px;
}
.box p {
    margin: 0; 
    padding: 0;
    font-size:14px
}

/* 共通 */

/* header */
header {
    width: 100%;
    height: 0;
	padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #E6E6E6E6;
}


header .header__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 0;
}

header h1.header-logo {
    display: none;
    margin-right: 10px;
    max-width: 280px;
}
header h1.header-logo img { width: 100%; }

 /* nav */
header .pc_nav { display: none; }

 /* hamburger */
.hamburger {
    background-color: #FFFFFF99;
    cursor: pointer;
    height: 48px;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    transition: all 0.6s;
}
.hamburger span {
    background-color: #000000;
    height: 2px;
    left: 12px;
    position: absolute;
    transition: all 0.6s;
    width: 24px;
}
.hamburger_linetop { top: 16px; }
.hamburger_linecenter { top: 24px; }
.hamburger_linebottom { top: 32px; }

.nav_open .hamburger_linetop { top: 23px; transform: rotate(45deg); }
.nav_open .hamburger_linecenter { left: 50%; width: 0; }
.nav_open .hamburger_linebottom { top: 23px; transform: rotate(-45deg); }

.nav_open .overlay {
  opacity: 0.5;
  visibility: visible;
}

 /* sidemenu */
.sidemenu {
    text-align: center;
    height: 100vh;
    padding-top: 50px;
    position: fixed;
    width: 40%; /*メニュー幅*/
    right: calc(-40% - 120px);
    min-width: 200px;
    top: 0;
    z-index: 2;
    background-color: #E6E6E6;
    transition: all 0.6s;
    overflow-y: auto;
}
.sidemenu nav ul li {
    font-size: 15px;
    padding: 20px 8px;
}
.nav_open .sidemenu { right: 0; }
.overlay {
  background-color: #000000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.nav-logo:hover {
    opacity: 0.8;
}
.nav-logo img {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}

 /* hover animation */
header ul li a {
    display: block;
    color: #000000;
}
header ul li a span {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
header ul li a span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9C0F0F;;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
header ul li:hover a span {
    color: #000000;
}
header ul li:hover a span::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* header */


@media (min-width: 768px) {
    header {	
		height: 90px;
	}
    header h1.header-logo {
        max-width: 280px;
    }
    
    header h1.header-logo {
    display: inline-block;
    }
    header h1.header-logo img { width: 100%; }

    header .hamburger {
        width: 90px;
        height: 90px;
    }
    .hamburger span {
      background-color: #000000;
      height: 2px;
      left: 20px;
      position: absolute;
      width: 50px;
    }
    .hamburger_linetop {
      top: 30px;
    }
    .hamburger_linecenter {
      top: 45px;
    }
    .hamburger_linebottom {
      top: 60px;
    }
    .nav_open .hamburger_linetop {
      top: 45px;
      transform: rotate(45deg);
    }
    .nav_open .hamburger_linecenter {
      left: 50%;
      width: 0;
    }
    .nav_open .hamburger_linebottom {
      top: 45px;
      transform: rotate(-45deg);
    }


}

@media (min-width: 980px) {
    
    /* header */

	.globalNav {
		flex: 1;
	}
	.header-menu-nav {
		margin-right: -40px;
		justify-content: flex-end;
	}
	.sidemenu nav ul li {
        font-size: 18px;
	}
    /* header */
    
    /* nav */
    
    header .hamburger, .sidemenu, .overlay {
        display: none;
    }
    

    header .pc_nav {
        display: inline-block;
        margin-left: auto;
    }
    header .pc_nav ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    header .pc_nav ul li {
        font-size: 16px;
        padding: 6px;
        margin-left: 6px;
    }
    header .pc_nav ul li:first-of-type {
        margin-left: 0;
    }
    /* nav */
}

/* nav */


/* intr */
#intr .flex-box .flex-content.fc_right {
    padding: 0 15px;
}
.dash {
    text-indent: 0;
}
.dash::before,.dash::after {
    content: '―';
    display: inline-block;
    transform: scaleX(1.75);
    padding: 0 0.6em;
}

/* intr */


/* guide */
#guide .map {
    text-align: center;
    margin-top: 1em;
}

#guide .map img{
    border: 1px solid #DDDDDD;
    width: 100%;
    max-width: 570px;
}
/* guide */

/* exhibit */
#exhibit .flex-box .flex-content p.ex-cap {
    line-height: 1.25;
    margin: 10px 0 0;
}
#exhibit .flex-box .flex-content p.copy {
    font-size: 12px;
    line-height: 1;
    margin: 5px 0 0;
}
/* exhibit */

/* artist */
#artist .fc_left h3.sp {
    margin-top: 15px;
}
#artist .fc_left h4 {
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
}

#artist .fc_left p {
    line-height: 1.5;
    margin-bottom: 0.5em;
    width: 100%;
    max-width: 400px;
    display: block;
    text-align: left;
}
#artist h3 {
    align-content: center;
    margin: 1em ,;
}

#artist h3 span.name_kana {
    display: inline-block;
    font-size: 80%;
    margin: auto 1em;
}

/* artist */

/* event */
#event .ev-content {
    margin-bottom: 80px;
}

#event .ev-content .ev-title-parent {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 20px;
}
#event .ev-title-parent .ev-cat {
    display: inline-block;
    font-size: 105%;
    font-weight: 600;
    margin-bottom: 0.3em;
    line-height: 1.5;
}
#event .ev-title-parent h3 {
    line-height: 1.2;
    margin-bottom: 0;
}
#event td.shime span {
    display: inline-block;
    width: 6em;
}

.yt-icon {
    display: inline-block;
    background-color: #9C0F0F;
    color: #FFFFFF;
    margin-left: 6px;
    padding: 3px 6px;
    font-size: 13px;
    vertical-align: bottom;
    border-radius: 4px;
}

#event .youtube_howto h4 {
    margin: 1em 0 0.5em;
    font-weight: 600;

}
#event .youtube_howto h4::before {
    content: '■';    
    color: #9C0F0F;;
    margin-right: 0.25em;
}
/* event */

/* download */
#download .flex-box:last-of-type {
    margin-top: 40px; 
}
#download .flex-content img {
    border: 1px solid #DDDDDD;
}

a.dl-btn {
    line-height: 2;
    padding: 2px 15px;
    color: #FFFFFF;
    background-color: #9C0F0F;;
    margin-top: 10px;
    border: 0;
}

#download a.dl-btn[target="_blank"]::after {
    content: url("../img/blank_white.svg");
    display: inline-block;
}


/* download */

#subsidy {
    background-color: #F4F4F4;
    padding: 60px 0;
}

#subsidy .container {
    border: 25px solid #F4F4F4;
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    text-align: center;
}
#subsidy .container img {
    width: 75%;
    max-width: 320px;
}

/* footer */

footer {
    width: 100%;
	position: relative;
	padding: 15px 15px;
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: center;
	color: #000000;
	background-color: #C9C9C9;
}
footer p {
	font-size: 12px;
}
footer img{
    width: 80%;
    max-width: 280px;
}
.footer__copyMark {
	font-size: 14px;
	vertical-align: middle;
}

/* scroll top */
.footer__scrollTop {
	width: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
    opacity: 0.8;
}
.footer__scrollTop:hover,
.footer__scrollTop:focus {
    opacity: 0.9;
}
.footer__scrollTop img {
	max-width: 100%;
	width: auto;
	height: auto;
}




/* footer */
    
    

    
/* PCスタイル */
@media (min-width:768px){
    
    /* 共通 */
    p {
        font-size: 18px;
    }
    h2{
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }

    .en-title{
        font-size: 18px;
    }
    
    /* flex */
    .flex-box {
        display: flex;
        flex-direction: row;
    }
    .flex-box .flex-content {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .flex-box .flex-content figure img {
        max-height: 400px
    }
    
    /* table */
    table {
        max-width: 800px;
        border: 1px solid #AAA;
    }
    
    table tbody th,
    table tbody td {
        border-bottom: 1px solid #AAA;
        display: table-cell;
    }
    table tbody tr:last-child td{
        border-bottom: none;
    }

    table th{
        width: 25%;
        border-right: 1px solid #AAA; 
    }
    
    table td{
        width: 75%;
        padding: 20px;
    }
    table tr:last-of-type td {
    padding-bottom: 20px;
}

    tbody tr:last-child th,
    tbody tr:last-child td{
    border-bottom: none;
    }

    /* 共通 */
    
    /* intr */
    #intr .flex-box {
        align-items: flex-start;
    }
    #intr .flex-box .flex-content.fc_left {
        width: calc(100% - 320px);
    }
    #intr .flex-box .flex-content.fc_right {
        width: 320px;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    /* intr */
    
    /* artist */
    #artist .flex-box .flex-content {
        align-items: flex-start;
        width: auto;
    }
    #artist .flex-box .flex-content.fc_left {
        width: 25%;
        min-width: 300px;
        justify-content: flex-start;
    }
    /* artist */

    /* event */
    #event .ev-cat img.yt-icon {
        width: 80px;
    }
    /* event */
    
   /* exhibit */
    #exhibit p.ex-cap {
        font-size: 16px;
        line-height: 1.25;
        margin-top: 10px;
    }
    #exhibit .flex-content {
        width: 25%;
    }
    #exhibit .flex-content:last-of-type {
        width: 50%;
    }
    /* exhibit */

    /* subsidy */
    #subsidy {
        padding: 80px 0;
    }
    /* subsidy */
    
    /*footer*/
    
    footer img {
        width: 100%;
        max-width: 300px;
    }
    
	.footer__scrollTop {
		width: 80px;
	}

    /*footer*/

}
