/* common */
img {
	max-width: 100%;
	height: auto;
}
.tac {
    text-align: center;
}
.mbdn {
    display: none!important;
}
.content-wrap {
	width: 1200px;
	margin: auto;
}
.content-section {
	padding: 1em 0 3em;
}
.header-content,.setlist-unit,.news-unit,dl.news,.footer-content,.news-link-unit,.footer-info-unit-wrap,.supporting-companies-unit,.setbooth-special {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.header-text,.header-image,.setlist-ttl,.footer-logo,.footer-info,.news-link-box,.footer-info-unit,.supporting-companies-box,.setbooth-special-content {
    display: table-cell;
}
@media only screen and (max-width: 1200px) {
.content-wrap {
	width: 100%;
}
}
@media only screen and (max-width: 768px) {
    .mbdn {
        display: block!important;
    }
    .pcdn {
        display: none!important;
    }
}
/* header */
.header {
	background-image: url(../img/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.header {
    padding: 50px 0;
}
p.header-lead {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 0.9rem;
}
.header-text {
    width: 50%;
    vertical-align: middle;
}
.header-image {
     width: 50%;
     vertical-align: middle;
     text-align: center;
}
.header-image img {
    width: 80%;
    height: auto;
}
.header-text h1 {
    font-size: 3.5rem;
    line-height: 140%;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Meiryo", "MS Mincho", "IPA Mincho", "IPAMincho", "DF Mincho", "Hiragino-Mincho", serif;
    margin: 0;
    padding: 0 0 3.5rem;
}
.header-text h1 span {
    display: block;
    position: relative;
    left: 6px;
    font-size: 0.5em;
    padding: 0;
    line-height: 100%;
}
ul.header-nav {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.header-nav li {
    display: inline;
    padding: 0 10px;
}
ul.header-nav li a {
    padding: 15px 40px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 100px;
}
ul.header-nav li a:hover {
    background: #fff;
    color: #000;
}
@media only screen and (max-width: 768px) {
p.header-lead {
    padding: 0 1rem;
    line-height: 150%;
    font-size: 0.8rem;
}
.header-text h1 {
    font-size: 2rem;
    padding: 1rem 1rem 2rem;
}
.header-image img {
    width: 200px;
    padding: 60px 0 0;
}
ul.header-nav li {
    display: inline-block;
    padding: 0 0 5px;
}
ul.header-nav li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 0.9rem;
}
}
/* content */
.content-program {
	background-image: url(../img/bg02.png);
	background-repeat: no-repeat;
	background-size: 420px;
	text-align: center;
}
.content-guest {
	background-image: url(../img/bg03.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
.content-setlist-first {
    background-image: url(../img/bg05.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position-y: 40%;
}
.main-header {
    text-align: center;
    padding: 50px 0;
    line-height: 180%;
    font-weight: bold;
}
.content-section h2 {
    margin: 0 0 1.5em;
    padding: 0 0 10px;
    display: inline-block;
    border-bottom: 4px solid #000;
}
table.program-table {
    width: 70%;
    margin: auto;
}
table.program-table th {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 0 15px;
}
table.program-table td {
    vertical-align: text-bottom;
    text-align: left;
    font-size: 1.5rem;
}
table.program-table td p {
    margin: 0;
    padding: 0 0 1em;
}
table.program-table td.time {
    width: 15%;
    text-indent: 10px;
}
.content-guest {
	text-align: center;
	padding-top: 4rem;
}
p.content-guest-ttl {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #004098;
}
p.content-guest-ttl2 {
    margin: 0;
    padding: 15px 0 35px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #004098;
}
.img-guest {
    width: 400px;
    margin: auto;
    text-align: right;
}
@media only screen and (max-width: 600px) {
.img-guest {
    width: 100%;
}
.img-guest img {
    width: 90%;
    margin: auto;
    display: block;
}
}
.img-guest p.img-copy {
    font-size: 0.9rem;
    margin: 0;
    padding: 0.3rem 0 1rem;
}
.guest-main-content {
    width: 700px;
    margin: auto;
    text-align: left;
    line-height: 170%;
}
.guest-main-content2 {
    max-width: 700px;
    margin: auto;
    text-align: left;
    padding: 0 0 50px;
    line-height: 150%;
}
@media only screen and (max-width: 700px) {
.guest-main-content,.guest-main-content2 {
    width: 100%;
}
}
.content-setlist.content-section {
    padding: 5em 0 0;
}
.setlist-ttl p {
	display: inline-block;
    border-bottom: 4px solid #000;
    font-size: 1.4rem;
    font-weight: bold;
}
.setlist-ttl {
	width: 40%;
	vertical-align: top;
}
.setlist-content {
	width: 100%;
	vertical-align: top;
}
table.setlist-table {
    width: 100%;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
table.setlist-table th {
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: .9rem;
}
table.setlist-table td {
    vertical-align: middle;
    line-height: 180%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: .9rem;
}
table.setlist-table td:first-child {
    width: 26%;
}
table.setlist-table td:nth-child(2) {
    width: 30%;
}
table.setlist-table td ul {
	list-style: none;
	margin: 0;
}
table.setlist-table td ul li span {
    font-weight: bold;
    padding: 0 1em 0 0;
}
table.setbooth-table {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
table.setbooth-table th,table.setbooth-table td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: .9rem;
    text-align: left;
}
table.setbooth-table th {
    width: 14%;
}
table.setbooth-table td:nth-child(2) {
    width: 4%;
}
table.setbooth-table td:nth-child(3) {
    width: 25%;
}
.setlist-content.poster-session .sumbit-unit {
    text-align: center;
}
.content-news {
	padding-top: 4rem;
}
.news-image {
	width: 100%;
	text-align: center;
}
.news-link-box {
    width: 25%;
    text-align: center;
}
.news-link-box a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.news-link-box img {
    max-width: 160px;
    height: auto;
}
@media only screen and (max-width: 768px) {
.main-header p {
    margin: 0;
    padding: 0 1rem;
    font-size: 0.9rem;
}
.main-header p br {
    display: none;
}
table.program-table {
    width: 90%;
}
p.content-guest-ttl {
    padding: 0 1rem 30px;
}
.guest-main-content p {
    margin: 0;
    padding: 0 1rem 1rem;
}
.setlist-ttl p {
    margin: 0 1rem 1rem;
}
.setlist-unit {
    margin: 0 0 2rem;
}
.guest-main-content .in-elecom p {
    padding: 0 0 1rem;
}
}
/* footer */
.footer {
    background-image: url(../img/bg01-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.footer-logo {
	width: 50%;
	vertical-align: middle;
}
.footer-info {
	width: 50%;
	vertical-align: middle;
}
.footer-logo h3 {
    margin: 0;
    padding: 0 0 .5rem;
    font-size: 1.4rem;
    font-weight: normal;
}
p.footer-egname {
    font-size: 0.9rem;
    margin: 0;
}
p.footer-contact {
	padding: 2em 0 1em;
}
p.footer-contact a {
    padding: 15px 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 100px;
}
p.footer-contact a:hover {
    background: #000;
    color: #fff;
}
.footer-image img {
    width: 250px;
    margin: 0 0 0 5em;
}
.footer-info {
	color: #000;
}
.footer-info ul.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.footer-info ul.footer-social li {
    display: inline;
}
.footer-info ul.footer-social li img {
    width: auto;
    height: 20px;
    margin: 0 5px;
}
small {
    display: block;
    padding: 20px 0 0;
    font-size: 0.8rem;
}
@media only screen and (max-width: 768px) {
.footer-logo h3 {
    padding: 0 1rem 0.5rem;
    font-size: 1.2rem;
}
p.footer-egname {
    font-size: 0.8rem;
    padding: 0 1rem 1rem;
}
p.footer-contact {
    padding: 1rem;
}
p.footer-image {
    text-align: center;
}
.footer-image img {
    margin: 0;
}
.footer-info {
    color: #000;
}
.footer-info h4 {
    margin: 0;
    padding: 0 1rem 1rem;
}
.footer-info p {
    margin: 0;
    padding: 0 1rem 2rem;
}
.footer-info ul.footer-social {
    padding: 0 1rem 1rem;
}
.footer-info-unit {
    width: 50%;
    vertical-align: top;
    padding-top: 10%;
}
small {
    text-align: center;
}
}
/* important */
@media only screen and (max-width: 768px) {
.header-content,.header-text,.header-image,.setlist-unit,.setlist-ttl,.setlist-content,.news-unit,.footer-content,.footer-logo,.footer-info,.news-link-box,.footer-info-unit-wrap,.footer-info-unit,.supporting-companies-box {
	display: block;
	width: 100%;
}
dl.news {
    margin: 0 auto;
    padding: 1rem 0;
    width: 90%;
}
dl.news dd {
    margin: 0;
}
}
@media only screen and (min-width: 768px) {
.main-header p {
    font-size: 1.3rem;
    line-height: 190%;
}
}
p.date {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}
p.date2 {
    font-weight: bold;
    font-size: 1.2rem;
}
p.date span.date-year {
    font-size: 2.5rem;
    font-weight: bold;
}
p.date span.date-month {
    font-size: 3.5rem;
    font-weight: bold;
}
p.submit-comming {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}
.guest-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.guest-image {
    display: table-cell;
    width: 20%;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
}
.guest-image img {
    max-width: 60%;
}
.in-elecom {
    padding: 2px;
    border: 1px solid #000;
    display: table-cell;
    width: 80%;
    vertical-align: top;
}
.in-elecom-in {
    border: 1px solid #000;
    padding: 20px;
}
.in-elecom p.btn,p.btn {
    display: block;
}
.in-elecom p.btn a,p.btn a {
    background: #545454;
    color: #fff;
    border: 2px solid #545454;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}
.in-elecom p.btn a:hover,p.btn a:hover {
    background: #fff;
    color: #545454;
}
.elecom-box .more-link {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.elecom-box .more-link p.interview {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: middle;
}
.elecom-box .more-link p.btn {
    display: table-cell;
    width: 30%;
}
.content-presentation {
    background-image: url(../img/bg04.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.presentation-header {
    position: relative;
    padding: 4rem 0 0;
    text-align: center;
}
p.img-presentation {
    position: absolute;
    right: 0;
    top: 20%;
}
.presentation-02 {
    text-align: left;
}
.presentation-02 .presentation-text {
    padding-left: 0;
}
p.img-presentation img {
    width: 200px;
    height: auto;
}
.presentation-warp {
    position: relative;
    margin: 0;
    padding: 0 0 2rem;
}
.presentation-warp h3 {
    margin: 0;
    padding: 0 0 1rem;
    line-height: 150%;
    font-size: 2.5rem;
}
.presentation-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.presentation-text {
    display: table-cell;
    width: 75%;
    vertical-align: top;
    padding: 0 5% 0;
}
.presentation-text p {
    line-height: 170%;
}
.presentation-image {
     display: table-cell;
    width: 25%;
    vertical-align: top;
}
.presentation-text p.prof {
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}
.presentation-text p.prf-en {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 0 30px;
}
.presentation-text p.status {
    margin: 0;
    padding: 0 0 1rem;
    line-height: 170%;
    font-size: 1.1rem;
}
.presentation-text p.btn a {
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
}
.presentation-text p.btn a:hover {
    background:transparent;
    color:#fff;
}
@media only screen and (max-width: 768px) {
p.date span.date-year {
    font-size: 2.0rem;
}
p.date span.date-month {
    font-size: 3.0rem;
}
table.program-table td {
    font-size: 1.0rem;
}
.in-elecom {
    display: block;
    width: 90%;
    margin: auto;
}
.guest-image {
    display: block;
    width: 70%;
    margin: auto;
}
.elecom-box .more-link p.interview,.elecom-box .more-link p.btn {
    display: block;
    width: 100%;
    text-align: center;
}
.elecom-box .more-link p.interview {
    font-size: 0.9rem;
    padding: 0 0 20px;
}
.guest-image img {
    max-width: 30%;
    padding: 20px 0 0;
}
p.img-presentation {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
p.img-presentation img {
    width: 80px;
    height: auto;
}
.presentation-warp {
    padding: 4rem 1rem 2rem;
}
.presentation-image {
    display: block;
    width: 100%;
}
.presentation-image.mbdn {
    display: block!important;
    width: 100%;
}
.presentation-text {
    display: block;
    width: 100%;
    padding: 0;
}
.presentation-warp h3 {
    font-size: 1.1rem;
}
}
.supporting-companies-box {
    width: 50%;
    vertical-align: top;
}
.supporting-companies-box ul {
    padding: 0;
    margin: 0;
}
.supporting-companies-box ul li {
    list-style: none;
    margin: 0 0 1em;
}
.sumbit-unit {
    width: 70%;
    margin: auto;
    padding: 0 0 40px;
    clear: both;
}
.sumbit-unit:nth-child(2) {
    padding-bottom: 60px;
}
.sumbit-unit a,.footer-info-unit .btn a {
    display: inline-block;
    padding: 20px 60px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    text-decoration: none;
}
.sumbit-unit a:hover,.footer-info-unit .btn a:hover {
    background: #fff;
    color: #000;
}
.sumbit-unit span {
    display: inline-block;
    width: 60%;
    text-align: center;
}
.img-presentation-bg {
    position: absolute;
    bottom: 25%;
}
.img-presentation-bg img {
    max-width: 150px;
    height: auto;
}
.setlist-content.poster-session p {
    text-align: center;
    padding: 0 0 3em;
    margin: 0;
    line-height: 170%;
}
.content-section h2.nittei-title {
    letter-spacing: 20px;
    padding-left: 20px;
}
p.setlist-tiime {
    margin: 0;
    padding: 1em 0 0;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
.sumbit-unit a {
    margin: 0 0 1em;
}
table.program-table td,table.program-table td.time {
    display: block;
    width: 100%;
    text-align: left;
}
.img-presentation-bg {
    bottom: 20px;
}
.img-presentation-bg img {
    max-width: 70px;
}
table.setlist-table {
    width: 90%;
    margin: auto;
}
table.setlist-table th,table.setlist-table td {
    display: block;
    width: 100%;
    text-align: left;
}
table.setlist-table td ul {
    padding: 0 0 1rem;
}
table.setlist-table td ul li span {
    display: block;
}
.setlist-content.poster-session p {
    width: 90%;
    margin: auto;
    text-align: left;
}
.setlist-content.poster-session .sumbit-unit {
    text-align: center;
}
.content-supporting-companies.content-section .content-wrap {
    text-align: center;
}
.supporting-companies-box {
    width: 90%;
    margin: auto;
}
.supporting-companies-box ul li {
    text-align: left;
}
p.setlist-tiime {
    padding: 1em 1em 0;
}
}
.setbooth-special-content {
    width: 50%;
    vertical-align: top;
    padding: 0 50px 50px;
}
.setbooth-special-content-innner {
    padding: 25px;
    min-height: 150px;
    border-radius: 8px;
}
.setbooth-special-content-innner-01 {
    background-image: url(../img/setbooth-special-content-innner-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.setbooth-special-content-innner-02 {
    background-image: url(../img/setbooth-special-content-innner-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.setbooth-special {
    padding-top: 90px;
}
.setbooth-special-content strong {
    font-size: 1.2rem;
    line-height: 150%;
    padding: 0 0 1rem;
}
.setbooth-special-content p {
    line-height: 160%;
}
.content-guest h3 {
    font-size: 2.5rem;
}
p.access-map {
    text-align: center;
    padding: 0 0 100px;
    margin: 0;
}
.acc-map {
    padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
.sumbit-unit {
    width: 90%;
}
.sumbit-unit a {
    padding: 20px;
}
table.setlist-table td,table.setlist-table td:first-child {
    width: 94%;
}
.setbooth-special-content {
    display: block;
    width: 75%;
}
table.setbooth-table {
    width: 90%;
    margin: auto;
}
span.sp-br {
    display: block;
}
.img-guest p.img-copy {
    margin-right: 5%;
}
.content-guest h3 {
    font-size: 1.1rem;
}
.guest-main-content2 p {
    padding: 0 1rem;
}
p.access-map {
    padding: 0 1rem 50px;
}
}
