@charset "utf-8";

/* common */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, td, th {
    text-align: left;
    font-weight: normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    vertical-align: middle;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

html {
    font-size: 62.5%;
}

@media all and (max-width: 319px) {

    html {
        font-size: 36.6%;
    }
}

@media all and (min-width: 320px) {

    html {
        font-size: 43.8%;
    }
}

@media all and (min-width: 375px) {

    html {
        font-size: 49.3%;
    }
}

@media all and (min-width: 480px) {

    html {
        font-size: 54.9%;
    }
}

@media all and (min-width: 568px) {

    html {
        font-size: 69.8%;
    }
}

@media all and (min-width: 667px) {

    html {
        font-size: 75%;
    }
}

@media all and (min-width: 768px) {
    html {
        font-size: 49.3%;
    }
}

@media all and (min-width: 899px) {
    html {
        font-size: 55.9%;
    }
}

@media print, all and (min-width: 1000px) {
    html {
        font-size: 62.5%;
    }
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
 *font-size: 18px;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

strong {
    color: #be161e;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

em {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.fpBoldHide {
    display:none;
}

.fpBoldHide,
.fpBoldHide * {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

img {
    display: inline;
    max-width:100%;
    height: auto;
    vertical-align: bottom;
}

@media all and (min-width: 1200px) {
    img {
        width: auto;
    }
}

sub, sup {
    vertical-align: baseline;
    font-size: 0.75em;
}

sup,
sup.plus {
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
    font-size: 0.75em;    
}

a {
    color: #0976db;
    text-decoration: none;
    -webkit-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    -moz-transition: ease 0.25s;
    transition: ease 0.25s;
    -webkit-transition-property: color, background-color, -webkit-box-shadow;
    transition-property: color, background-color, -webkit-box-shadow;
    -o-transition-property: color, background-color, box-shadow;
    -moz-transition-property: color, background-color, box-shadow, -moz-box-shadow;
    transition-property: color, background-color, box-shadow;
    transition-property: color, background-color, box-shadow, -webkit-box-shadow, -moz-box-shadow;
}

a:hover {
    text-decoration: underline;
}

a.grayout {
    opacity: 0.4;
}

a img {
    opacity: 1;
    -webkit-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
    -moz-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

a:hover img {
    opacity: 0.75;
}

a.contLink,
.contLink a {
    text-decoration: none;
    display:block;
    opacity: 1;
    color:#000;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

a.contLink:hover,
.contLink a:hover {
    opacity: 0.8;
}

a.contLink:hover img,
.contLink a:hover img {
    opacity: 1;
}

a.arrow,
#smallNavi a,
#appNavi a,
#breadcrumbs li,
#headerArea .mypageNavi a,
#globalNavi .mypageNavi a,
#humbNavi > div > ul li a,
#pagetop p a{
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
a.arrow:before,
a.arrow:after,
#smallNavi a:before,
#smallNavi a:after,
#appNavi a:before,
#appNavi a:after,
#breadcrumbs li:before,
#breadcrumbs li:after,
#headerArea .mypageNavi a:before,
#headerArea .mypageNavi a:after,
#globalNavi .mypageNavi a:before,
#globalNavi .mypageNavi a:after,
#humbNavi > div > ul li a:before,
#humbNavi > div > ul li a:after,
#pagetop p a:before,
#pagetop p a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

a.arrow:hover,
#headerArea .mypageNavi a:hover{
    opacity: 0.8;
}

@media all and (max-width: 767px) {

    a.link {
        background-position: left 0.25em;
    }

    a.link[target="_blank"] {
        background-position: left 0.25em, right 0.25em;
    }

    a.blank {
        background-position: right 0.25em;
    }
}

@media all and (max-width: 767px) {
    .d_pc {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .d_sp {
        display: none;
    }
}

p.note, p.notes, ul.notes {
    margin-top: 0.5em;
}

p.topnote, p.topnotes, ul.topnotes {
    margin-top: -1em;
}

p.notes, ul.notes li {
    margin-left: 1em;
    text-indent: -1em;
}

span.note, p.note, p.notes, ul.notes li {
        font-size: 1.8rem;
        line-height: 1.5;
}

p.notes_num, ul.notes_num li {
    margin-left: 1.95em;
    text-indent: -1.95em;
}

p.notes_anum, ul.notes_anum li {
    margin-left: 1.6em;
    text-indent: -1.6em;
}

p.notes_noindent, ul.notes_noindent li {
    margin-left: 0;
    text-indent: 0;
}

div.youtube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

div.youtube > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

div.youtube > div iframe {
    width: 100% !important;
    height: 100% !important;
}

.daySat,
.blue {
    color:#074292 !important;
}

.daySun,
.red {
    color:#c4000b !important;
}

.inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#mainArea.nopagetemp .inner {
    margin-top: 35px;
}

section .inner h2 {
    margin: 8% 0 4%;
}

.innerArea {
    margin: 0 8%;
}

.relative {
    position: relative;
}

#fbnr {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: 10000;
}

#fbnr,
#fbnr .inner {
    pointer-events: none;
}

.mt-main-index #fbnr {
    display:none;
}

#fbnr a {
    display:block;
    background: url(../img/fbnr_200214_on.gif) no-repeat 0 0;
    background-size: 100% auto;
    z-index: 10000;
    outline: 3px solid #fff;
    pointer-events: auto;
}

.en #fbnr a,
.ch #fbnr a {
    background-image: url(../img/fbnr_200214_en_on.gif);
}

#fbnr a:hover {
    opacity: 1;
}

#fbnr a:hover img {
    opacity: 0;
}

@media all and (max-width: 767px) {
    #fbnr {
        bottom: 0;
        z-index: 9997;
    }

    #fbnr a {
        background-size: 100% auto;
        background-image: url(../img/fbnr_200214_sp_on.gif);
    }

    .en #fbnr a,
    .ch #fbnr a {
        background-image: url(../img/fbnr_200214_en_sp_on.gif);
    }
}

#pagetop {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    transition: 0.25s ease;
}

#pagetop p a {
    width: 15.1%;
    float: right;
    margin-right: 2%;
    margin-bottom: 2%;
    color:#fff;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 6.2% 0 1.5%;
    text-decoration: none;
    pointer-events: none;
}

#pagetop.viewBtn {
    opacity: 1;
}

#pagetop.viewBtn p a {
    pointer-events: auto;
}

#pagetop p a:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 21%;
    -webkit-transform:rotate(-45deg);
       -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
            transform:rotate(-45deg);
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;



}

@media all and (min-width: 768px) {
    #pagetop p a {
        width: 80px;
        padding: 30px 0 10px;
        -webkit-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        transition: 0.25s ease;
    }
    #pagetop p a:hover {
        opacity: 0.8;
    }
}


@-webkit-keyframes fadein {
    0% {
        display:none;
        opacity: 0;
    }
    1% {
        display:block;
        opacity: 0;
    }
    100% {
        display:block;
        opacity: 1;
    }
}


@-moz-keyframes fadein {
    0% {
        display:none;
        opacity: 0;
    }
    1% {
        display:block;
        opacity: 0;
    }
    100% {
        display:block;
        opacity: 1;
    }
}


@-o-keyframes fadein {
    0% {
        display:none;
        opacity: 0;
    }
    1% {
        display:block;
        opacity: 0;
    }
    100% {
        display:block;
        opacity: 1;
    }
}


@keyframes fadein {
    0% {
        display:none;
        opacity: 0;
    }
    1% {
        display:block;
        opacity: 0;
    }
    100% {
        display:block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        display:block;
        opacity: 1;
    }
    
    99% {
        display:block;
        opacity: 0;
    }
    100% {
        display:none;
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    0% {
        display:block;
        opacity: 1;
    }
    
    99% {
        display:block;
        opacity: 0;
    }
    100% {
        display:none;
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    0% {
        display:block;
        opacity: 1;
    }
    
    99% {
        display:block;
        opacity: 0;
    }
    100% {
        display:none;
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        display:block;
        opacity: 1;
    }
    
    99% {
        display:block;
        opacity: 0;
    }
    100% {
        display:none;
        opacity: 0;
    }
}


#headerArea {
    background: url("../img/gnavi_border.png") repeat-x center bottom;
}

#headerArea .inner {
    position: relative;
    height: 115px;
}

#headerArea h1 {
    font-size:2.2rem;
    padding-top: 10px;
}

#mainArea.nopagetemp h1 {
    display:none;
}

#headerArea h1 a {
    display:block;
    position: absolute;
    left:0;
    bottom:0;
    margin-bottom: 20px;
}

#headerArea .logo {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3.33333% 3.33333% 0 0;
}

#headerArea h1 a:hover img {
    opacity: 1;
}

#humbNavi {
	display:none;
}

#smallNavi ul ul,
#globalNavi ul ul {
    display:none;
    
}

#smallNavi {
    position: absolute;
    right:0;
    top:0;
    margin-top: 10px;
}

#smallNavi ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;



       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
}

#smallNavi ul li {
    font-size: 1.4rem;
    margin-left: 25px;
    position: relative;
}

#smallNavi ul li a {
    color:#000000;

}

#smallNavi ul li a {
    padding-right:22px;
    padding-left:0;
}

#smallNavi ul li a:hover,
#globalNavi ul li a:hover {
    
}

#smallNavi ul li a:before,
.isTablet #smallNavi ul li a:hover:before,
.isTablet #smallNavi ul li a.hover:before {
    left: auto;
    right: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform:translate(0, -4px) rotate(135deg);
       -moz-transform:translate(0, -4px) rotate(135deg);
        -ms-transform:translate(0, -4px) rotate(135deg);
         -o-transform:translate(0, -4px) rotate(135deg);
            transform:translate(0, -4px) rotate(135deg);
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

#smallNavi ul li ul {
    display: none;
    min-width: 6em; 
    position:absolute;
    left: 0;
    text-align: left;
    white-space:nowrap;
    z-index: 999;
}

#smallNavi ul li:hover > a:before,
#smallNavi ul li.hover > a:before,
.isTablet #smallNavi ul li.on > a:before {
    -webkit-transform: translate(0, 2px) rotate(-45deg);
       -moz-transform: translate(0, 2px) rotate(-45deg);
        -ms-transform: translate(0, 2px) rotate(-45deg);
         -o-transform: translate(0, 2px) rotate(-45deg);
            transform: translate(0, 2px) rotate(-45deg);
}

#smallNavi ul li:hover > a.grayout:before,
#smallNavi ul li.hover > a.grayout:before,
.isTablet #smallNavi ul li.on > a.grayout:before {
            -webkit-transform: translate(0, -4px) rotate(135deg);
               -moz-transform: translate(0, -4px) rotate(135deg);
                -ms-transform: translate(0, -4px) rotate(135deg);
                 -o-transform: translate(0, -4px) rotate(135deg);
                    transform: translate(0, -4px) rotate(135deg);
}
 
#smallNavi ul li:hover ul,
#smallNavi ul li.hover ul,
.isTablet #smallNavi ul li.on ul,
.isTablet #smallNavi ul li.on:hover ul,
.isTablet #smallNavi ul li.on.hover ul {
    display: block;
    -webkit-animation: fadein 0.3s forwards;
       -moz-animation: fadein 0.3s forwards;
         -o-animation: fadein 0.3s forwards;
            animation: fadein 0.3s forwards;
}
 
.isTablet #smallNavi ul li:hover ul,
.isTablet #smallNavi ul li.hover ul{
    display: none;
    -webkit-animation: fadeout 0.3s forwards;
       -moz-animation: fadeout 0.3s forwards;
         -o-animation: fadeout 0.3s forwards;
            animation: fadeout 0.3s forwards;
}

#smallNavi ul ul li {
    margin-left:0;
    font-size: 1.2rem;
}

#smallNavi ul ul li a {
    padding: 3px 12px 2px 18px;
    display:block;
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    border: solid #fff;
    border-width: 0 1px 1px;
    -webkit-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

#smallNavi ul ul li a:hover {
    background-color:rgba(0,0,0,0.65);
}

#smallNavi ul ul li a:before {
    left: 3px;
    right: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) scale(0.7);
       -moz-transform: rotate(45deg) scale(0.7);
        -ms-transform: rotate(45deg) scale(0.7);
         -o-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
}

#smallNavi ul ul li a:hover:before {
    -webkit-transform: rotate(45deg) scale(0.9);
       -moz-transform: rotate(45deg) scale(0.9);
        -ms-transform: rotate(45deg) scale(0.9);
         -o-transform: rotate(45deg) scale(0.9);
            transform: rotate(45deg) scale(0.9);
}

#appNavi {
    position: absolute;
    right: 0;
    top:0;
    margin-top: 48px;
}

#appNavi a {
    color:#fff;
    font-size: 2.5rem;
    display:block;
    background-color:#ea5514;
    padding: 2px 38px 0px 22px;
    border:2px solid #ea5514;
    text-align: center;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease; 
}

#appNavi a:before {
    left: auto;
    right: 12px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) scale(0.85,0.85);
       -moz-transform: rotate(45deg) scale(0.85,0.85);
        -ms-transform: rotate(45deg) scale(0.85,0.85);
         -o-transform: rotate(45deg) scale(0.85,0.85);
            transform: rotate(45deg) scale(0.85,0.85);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease; 
}
#appNavi a:hover {
    color:#ea5514;
    background-color:#fff;
}
#appNavi a:hover:before {
    border-color:#ea5514;
    -webkit-transform: rotate(45deg) scale(1,1);
       -moz-transform: rotate(45deg) scale(1,1);
        -ms-transform: rotate(45deg) scale(1,1);
         -o-transform: rotate(45deg) scale(1,1);
            transform: rotate(45deg) scale(1,1);
}

#appNavi a small {
    font-size: 75%;
}

#globalNavi {
    background-color:#000000;
}

.fixed #globalNavi {
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    z-index:9999;
}

#globalNavi h1 {
    display:none;
}

#globalNavi ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
}

#globalNavi ul li {
    margin-right: 0.8em;
}

#globalNavi ul li a {
    color:#ffffff;
}

#globalNavi nav > ul > li > a {
    display:block;
    padding: 16px 0.6em 14px;
}

@media all and (min-width: 768px) and (max-width: 898px) {
    #globalNavi ul li {
        margin-right: 0.4em;
    }
    #globalNavi nav > ul > li > a {
        paddingleft: 0.3em;
        padding-right: 0.3em;
    }
}

@media all and (min-width: 899px) and (max-width: 999px){
    #globalNavi ul li {
        margin-right: 0.7em;
    }
    #globalNavi nav > ul > li > a {
        paddingleft: 0.5em;
        padding-right: 0.5em;
    }
}

#globalNavi a:hover {
    text-decoration: none;
}

#globalNavi a.current {
    background-color:#fff;
    color:#000;
}

#globalNavi .pullover {
    position: absolute;
    left:0;
    bottom:0;
    height: 6px;
    width:0;
    background-color: #aaaaaa;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) translateX(0px);
       -moz-transform: translate3d(0,0,0) translateX(0px);
            transform: translate3d(0,0,0) translateX(0px);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none;
}

#globalNavi .pullover.on {
    opacity: 1;
}

#globalNavi .pulldown {
    background-color: rgba(0,0,0,0.80);
    position: absolute;
    width:100%;
    z-index: 9998;
}

#globalNavi .pulldown .inner {
    position: relative;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    height: 0;
    overflow: hidden;
}

#globalNavi .pulldown ul {
    display:none;
    opacity:0;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

#globalNavi .pulldown ul.on {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    opacity: 1;
}

#globalNavi .pulldown ul.first {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    opacity: 0;
}

#globalNavi .pulldown ul li {
    margin-right: 12px;
    width:auto;
}

#globalNavi.img .pulldown ul li {
    margin-right: 10px;
    width:190px;
}

#globalNavi.img .pulldown ul li.long {
    width:auto;
}

#globalNavi.img .pulldown ul li:last-child {
    margin-right: 0;
}

#globalNavi .pulldown ul li a {
    display:block;
    padding: 18px 12px;
    color:#fff;
    text-shadow:1px 1px 0px #323232;
    height:100%;
}

#globalNavi.img .pulldown ul li a {
    padding: 12px 12px;
}

#globalNavi .pulldown ul li a:hover,
#globalNavi .pulldown ul li a.hover {
    background-color: rgba(255,255,255,0.30);
}

#globalNavi .pulldown ul li a span.img {
    display:block;
    max-width: 100%;
    height:auto;
    background-color:#999;
    margin-bottom: 8px;
    /*border: 1px solid #fff;
    overflow: hidden;*/
    -webkit-border-radius:1px;
       -moz-border-radius:1px;
            border-radius:1px;
}

#globalNavi .pulldown ul li a strong {
    display:block;
    color:#fff;
    border-left: 3px solid #fff;
    padding-left: 10px;
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#globalNavi .pulldown ul li a.current {
    background-color:#fff;
    color:#000;
    text-shadow:0px 0px 0px transparent;
}

#globalNavi .pulldown ul li a.current span.img {
    border-color: #333;
}

#globalNavi .pulldown ul li a.current:hover span.img img {
    opacity: 1;
}


#globalNavi .pulldown ul li a.current strong {
    color:#333;
    border-color: #333;
}

#headerArea .mypageNavi {
    display:none;
}

#globalNavi .mypageNavi,
#headerArea .mypageNavi {
    position: absolute;
    left:0;
    right: 0;
    z-index: 2;
    top:0;
}

#globalNavi .mypageNavi,
#headerArea .mypageNavi .inner {
    height:0;
}

#headerArea .mypageNavi ul,
#globalNavi .mypageNavi ul {
    float:right;
    width: auto;
    padding-top: 12px;
}

#headerArea .mypageNavi ul li,
#globalNavi .mypageNavi ul li {
    margin: 0;
}
#headerArea .mypageNavi ul li a,
#globalNavi .mypageNavi ul li a {
    color:#fff;
    display:block;
    background-color:#00b9ef;
    padding: 2px 38px 0px 22px;
    border: 2px solid #00b9ef;
    text-align: center;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

#headerArea .mypageNavi ul li a:before,
#globalNavi .mypageNavi ul li a:before {
    left: auto;
    right: 12px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) scale(0.7,0.7);
       -moz-transform: rotate(45deg) scale(0.7,0.7);
        -ms-transform: rotate(45deg) scale(0.7,0.7);
         -o-transform: rotate(45deg) scale(0.7,0.7);
            transform: rotate(45deg) scale(0.7,0.7);
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
#headerArea .mypageNavi ul li a:hover,
#globalNavi .mypageNavi ul li a:hover {
    color:#00b9ef;
    background-color:#fff;
}
#headerArea .mypageNavi ul li a:hover:before,
#globalNavi .mypageNavi ul li a:hover:before {
    border-color:#00b9ef;
    -webkit-transform: rotate(45deg) scale(0.85,0.85);
       -moz-transform: rotate(45deg) scale(0.85,0.85);
        -ms-transform: rotate(45deg) scale(0.85,0.85);
         -o-transform: rotate(45deg) scale(0.85,0.85);
            transform: rotate(45deg) scale(0.85,0.85);
}

#headerArea .mypageNavi ul li.exhibition a,
#globalNavi .mypageNavi ul li.exhibition a {
    background-color:#ed6c00;
    border-color: #ed6c00;
}
#headerArea .mypageNavi ul li.exhibition a:hover,
#globalNavi .mypageNavi ul li.exhibition a:hover {
    color:#ed6c00;
    background-color:#fff;
}
#headerArea .mypageNavi ul li.exhibition a:hover:before,
#globalNavi .mypageNavi ul li.exhibition a:hover:before {
    border-color:#ed6c00;
}

#footerNavi {
    margin-top: 40px;
    background-color:#f0f0f0;
}

#footerNavi.new2020 {
    border: solid #000000;
    background-color:#ffffff;
    margin-top:0px;
    padding:2px 0 0;
    border-width: 0 0 3px;
}

#footerNavi .inner > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
}

/*
#footerNavi .inner > ul * {
    vertical-align: middle;
}
*/

#footerNavi .inner > ul > li {
    margin-right: 28px;
}

#footerNavi .inner > ul > li a {
    display:inline-block;
    color:#000;
    padding: 4px 0;
    text-decoration: none;
}

#footerNavi .inner > ul > li span a {
    padding: 7px 0 5px;
}

#footerNavi .inner > ul > li a[href]:hover {
    text-decoration: underline;
}

#footerNavi .inner > ul > li a.current {
    text-decoration: underline;
}

#footerNavi .inner > ul span.separate,
#footerNavi .inner > ul ul,
#footerNavi .inner > ul ul li {
    display: inline;
    margin:0;
    padding:0;
    font-size: 1.6rem;
}

#footerSitenavi {
    background-color:#000000;
    border-width: 0;
    margin-top: 60px;
}

#footerSitenavi .inner {
    padding: 50px 0 22px;
}

#footerSitenavi .inner,
#footerSitenavi .inner .footerSitenaviLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#footerSitenavi .inner * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footerSitenavi .inner .logo {
    width:16.66667%;
}

#footerSitenavi .inner dd {
margin-bottom: 2em;
}

#footerSitenavi .inner .logo a {
    display:block;
    width: 68%;
    max-width: 136px;
}

#footerSitenavi .inner .logo a img {
    display:block;
}

#footerSitenavi .inner .footerSitenaviLink {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#footerSitenavi .inner dl {
    font-size: 1.4rem;
    line-height: 1.8;
    width:20%;
}

.en #footerSitenavi .inner dl,
.ch #footerSitenavi .inner dl {
    width:25%;
}

@media all and (max-width: 1199px) {
    #footerSitenavi .inner .logo {
        width:20%;
    }
    .en #footerSitenavi .inner dl,
    .ch #footerSitenavi .inner dl,
    #footerSitenavi .inner dl {
        width:33%;
    }
}

#footerSitenavi .inner dt,
#footerSitenavi .inner a,
#footerSitenavi .inner a:hover {
    color:#fff;
}

#footerSitenavi .inner dl dt {
    font-size: 1.7rem;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin-bottom: 0.5em;
}

#footerSitenavi .inner dl dd {
    margin-left: 1px;
}

#copyright {
    text-align: center;
}

#copyright p {
    padding: 5px 0 20px;
}

#copyright p small {
    font-size: 1.4rem;
}
#breadcrumbs {
    margin: 10px 0 20px;
}

#mainArea.nopagetemp #breadcrumbs {
    display:none;
}

#breadcrumbs ol {
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#breadcrumbs ol li {
    font-size: 1.4rem;
    margin-right: 0.3em;
    padding-right: 20px;
}

#breadcrumbs ol li a {
    padding-right: 0;
    color:#000;
    text-decoration: none;
}

#breadcrumbs ol li a[href] {
    text-decoration: underline;
}

#breadcrumbs ol li a:hover {
    text-decoration: none;
}

#breadcrumbs ol li:before {
    left: auto;
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #9fa0a0;
    border-right: 2px solid #9fa0a0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

#breadcrumbs ol li:last-child:before {
    display:none;
}

#mainArea {
    font-size: 2.2rem;
}

#mainArea h1 {
    border: 1px solid #999;
    border-left: 4px solid #000;
    font-size: 3rem;
    padding: 3px 0 1px 10px;
    margin-bottom: 35px;
}

#mainArea section h1 {
    margin-top: 50px;
}

#mainArea h2 {
    margin-top: 45px;
    margin-bottom: 10px;
    border-bottom: 6px solid #000;
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0;
}

#mainArea h2.titleOrange {
    border-color: #ed6c00;
}

#mainArea h2.titleWater {
    border-color: #00b9ef;
}

#mainArea h2.titleRed {
    border-color: #e60012;
}

#mainArea h2.titleGreen {
    border-color: #009944;
}

#mainArea h2.titleYGreen {
    border-color: #8fc31f;
}

#mainArea h2.titleBlue {
    border-color: #0068b7;
}

#mainArea h2.titleBlack {
    border-color: #000;
}

#mainArea h2.titleThin {
    border-width: 3px;
}

#mainArea .mb-20 {
    margin-bottom: -20px !important;
}

#mainArea h3 {
    margin-top: 45px;
    margin-bottom: 10px;
    background-color: #0068b7;
    padding: 3px 0 1px;
    font-size:2.4rem;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    text-align: center;
    color:#fff;
}

#mainArea h3.titleOrange {
    background-color: #ed6c00;
}

#mainArea h3.titleWater {
    background-color: #00b9ef;
}

#mainArea h3.titleRed {
    background-color: #e60012;
}

#mainArea h3.titleGreen {
    background-color: #009944;
}

#mainArea h3.titleYGreen {
    background-color: #8fc31f;
}

#mainArea h3.titleBlue {
    background-color: #0068b7;
}

#mainArea h4 {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin-top: 15px;
    text-align: center;
    font-size: 2.6rem;
}

#mainArea .right + h4 {
    margin-top: 30px;
    text-align: left;
}

#mainArea .textLeft {
    text-align: left;
}

#mainArea .textReft {
    text-align: right;
}

#mainArea .textCenter {
    text-align: right;
}

#mainArea h4.border {
    border: 1px solid #000000;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 2px 0 0;
    text-align: center;
}

#mainArea p {
    margin-top: 1em;
}

#mainArea a.arrow {
    padding-right: 32px;
    padding-top: 0.1em;
    color:#000;
}

#mainArea a.arrow:before {
    left: auto;
    right: 12px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg) scale(0.85,0.85);
       -moz-transform: rotate(45deg) scale(0.85,0.85);
        -ms-transform: rotate(45deg) scale(0.85,0.85);
         -o-transform: rotate(45deg) scale(0.85,0.85);
            transform: rotate(45deg) scale(0.85,0.85);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}
#mainArea a.arrow:hover {
    text-decoration: underline;
}
#mainArea a.arrow:hover:before {
    -webkit-transform: rotate(45deg) scale(1,1);
       -moz-transform: rotate(45deg) scale(1,1);
        -ms-transform: rotate(45deg) scale(1,1);
         -o-transform: rotate(45deg) scale(1,1);
            transform: rotate(45deg) scale(1,1);
}

#mainArea .notes {
    margin-top: 0.5em;
}

#mainArea .topnotes {
    margin-top: -1em;
}

#mainArea .notesCenter {
    text-align: center;
}

#mainArea .img {
    margin-top: 15px;
    text-align: center;
}

#mainArea .caption {
    font-size: 2.0rem;
    margin-top: 0.5em;
    text-align: center;
}

#mainArea .captionTitle {
    margin-top: 0.5em;
    font-size: 3rem;
    text-align: center;
}

#mainArea .button {
    text-align: center;
}

#mainArea .button a {
    display:inline-block;
    margin-top: 10px;
    text-align: center;
    padding: 8px 25px 6px;
    background-color:#323232;
    min-width: 50%;
    color:#fff;
    font-size: 2.4rem;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease; 
    border: 2px solid;
}

#mainArea .button a:before {
    border-color:#fff;
}

#mainArea .button a:hover {
    background-color:#fff;
    color:#000;
}

#mainArea .button a small {
    font-size: 75%;
}
    
#mainArea .buttonLS a {
    letter-spacing: -0.05em;
}
    
.en #mainArea .buttonLS a {
    letter-spacing: -0.025em;
}
    
#mainArea .buttonLS a small,
.en #mainArea .buttonLS a small {
    letter-spacing: 0;
}

#mainArea .button a:not([href]) {
    opacity: 0.6;
    pointer-events: none;
}

#mainArea .button a:not([href]):before {
    display:none;
}

#mainArea .button.download a {
    padding: 8px 0 6px;
    border: 2px solid #969696;
    background-color:#323232;
}

#mainArea .button.download a:hover {
    background-color:#fff;
    color:#323232;
    text-decoration: none;
}
#mainArea .button.download a.arrow:hover:before {
    border-color:#323232;
}

#mainArea .buttonWide a {
    min-width: 100%;
}

#mainArea .buttonBig a {
    font-size: 3.0rem;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#mainArea .buttonBig2L a {
    line-height: 1.25;
}

#mainArea .buttonBigger a {
    font-size: 4.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    border-width: 3px;
}

#mainArea .buttonBigger a.arrow:before {
    width: 34px;
    height: 34px;
    right: 22px;
}

#mainArea .buttonBigger2L a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.15;
}

#mainArea .buttonTopShort p {
    margin-top: 0.5em;
}

#mainArea .button .info {
    margin-top: 0.5em;
    font-size: 1.6rem;
}

#mainArea .buttonRed a {
    background-color:#e60012;
    border-color: #f27f88;
}
#mainArea .buttonRed a:before {
    border-color:#fff;
}
#mainArea .buttonRed a:hover {
    background-color:#fff;
    color:#e60012;
    text-decoration: none;
}
#mainArea .buttonRed a:hover:before {
    border-color:#e60012;
}
#mainArea .buttonWater a {
    background-color:#0068b7;
    border-color: #7fb3db;
}
#mainArea .buttonBigger.buttonWater a {
    border-color: #cccccc;
}
#mainArea .buttonWater a:before {
    border-color:#fff;
}
#mainArea .buttonWater a:hover {
    background-color:#fff;
    color:#0068b7;
    text-decoration: none;
}
#mainArea .buttonWater a:hover:before {
    border-color:#0068b7;
}

#mainArea .buttonWater2 a {
    background-color:#00b9ef;
    border-color: #7fdcf7;
}
#mainArea .buttonWater2 a:before {
    border-color:#fff;
}
#mainArea .buttonWater2 a:hover {
    background-color:#fff;
    color:#00b9ef;
    text-decoration: none;
}
#mainArea .buttonWater2 a:hover:before {
    border-color:#00b9ef;
}

#mainArea .buttonGreen a {
    background-color:#009944;
    border-color: #7fcca1;
}
#mainArea .buttonGreen a:before {
    border-color:#fff;
}
#mainArea .buttonGreen a:hover {
    background-color:#fff;
    color:#009944;
    text-decoration: none;
}
#mainArea .buttonGreen a:hover:before {
    border-color:#009944;
}

#mainArea .buttonOrange a {
    background-color:#ed6c00;
    border-color: #f6b57f;
}
#mainArea .buttonOrange a:before {
    border-color:#fff;
}
#mainArea .buttonOrange a:hover {
    background-color:#fff;
    color:#ed6c00;
    text-decoration: none;
}
#mainArea .buttonOrange a:hover:before {
    border-color:#ed6c00;
}

#mainArea .buttonPink a {
    background-color:#ef59af;
    border-color: #f7acd7;
}
#mainArea .buttonPink a:before {
    border-color:#fff;
}
#mainArea .buttonPink a:hover {
    background-color:#fff;
    color:#ef59af;
    text-decoration: none;
}
#mainArea .buttonPink a:hover:before {
    border-color:#ef59af;
}

#mainArea .buttonBluegreen a {
    background-color:#009686;
    border-color: #7fcac2;
}
#mainArea .buttonBluegreen a:before {
    border-color:#fff;
}
#mainArea .buttonBluegreen a:hover {
    background-color:#fff;
    color:#009686;
    text-decoration: none;
}
#mainArea .buttonBluegreen a:hover:before {
    border-color:#009686;
}

#mainArea .contentsInner {
    margin: 0 50px;
}

#mainArea .col2 {
    margin: 1em 0 0;
}

#mainArea .col2 > ul,
#mainArea .col3 > ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#mainArea .coltop > ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#mainArea .col2 > ul > li {
    width: 46%;
}

#mainArea .col2 > ul > li p,
#mainArea .col3 > ul > li p {
    text-align: center;
    margin-top: 0.75em;
}

#mainArea .col3 > ul > li {
    width: 32%;
}

#mainArea .right {
    float:right;
    width: 40%;
}

#mainArea ul.disk {
    list-style: disc;
    padding-left: 1.5em;
}


/* index */
.mt-main-index #mainVisual h2,
.mt-main-index #mainVisual .subbanner {
    margin: 20px 0;
}

.mt-main-index #mainVisualBottom p {
    margin: 20px 0;
}

.mt-main-index #mainVisual .subbanner {
display:flex;
justify-content: space-between;
}

.mt-main-index #mainVisual .subbanner li {
width: 49.16667%;
}

@media all and (max-width: 767px) {

  .mt-main-index #mainVisual .subbanner {
flex-direction: column;
    margin-left: 2.60417%;
    margin-right: 2.60417%;
  }
  .mt-main-index #mainVisual .subbanner li {
    width: 100%;
  }
  .mt-main-index #mainVisual .subbanner li:last-child {
      margin-top: 20px;
  }
  .mt-main-index #mainVisual .subbanner li img {
    width: 100%;
  }
}

.mt-main-index a.cpplusInfo {
	display:block;
	color:#fff;
}

.mt-main-index #cpplusInfo {
    margin-top:10px;
    background-color:#009944;
    color:#fff;
    padding: 10px 0;
    text-align: center;
}

.mt-main-index #cpplusInfo h1 {
    padding: 0;
    padding-left: 28px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mt-main-index a #cpplusInfo h1:before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    right: auto;
	top:0;
	bottom:0;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) scale(0.8,0.8);
       -moz-transform: rotate(45deg) scale(0.8,0.8);
        -ms-transform: rotate(45deg) scale(0.8,0.8);
         -o-transform: rotate(45deg) scale(0.8,0.8);
            transform: rotate(45deg) scale(0.8,0.8);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}
.mt-main-index a:hover #cpplusInfo h1:before {
    -webkit-transform: rotate(45deg) scale(0.95,0.95);
       -moz-transform: rotate(45deg) scale(0.95,0.95);
        -ms-transform: rotate(45deg) scale(0.95,0.95);
         -o-transform: rotate(45deg) scale(0.95,0.95);
            transform: rotate(45deg) scale(0.95,0.95);
}

.mt-main-index #cpplusInfo h1,
.mt-main-index #cpplusInfo dl,
.mt-main-index #cpplusInfo dt,
.mt-main-index #cpplusInfo dd {
    display:inline-block;
    vertical-align: baseline;
}

.mt-main-index #cpplusInfo h1,
.mt-main-index #cpplusInfo dd {
    margin-right: 1.5em;
}

.mt-main-index #cpplusInfo dt {
    background-color:#fff;
    color:#000;
    margin-right: 0.5em;
    padding: 0 0.75em;
    text-align: center;
}
.mt-main-index #mainArea h2 {
    margin-bottom: 20px;
}

.mt-main-index #mainArea .preregistration {
    margin-top: 65px;
position: relative;
}
.mt-main-index #mainArea .preregistration h2 {
margin: 0 auto;
padding:0;
border: 0 none;
text-align: center;
position: absolute;
width: 100%;
line-height: 1;
margin-top: -0.5em;
font-size: 2.6rem;
}
.mt-main-index #mainArea .preregistration h2 em{
display:inline-block;
background-color:#fff;
padding: 0 1.2em;
margin: 0 20px;
font-weight: normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mt-main-index #mainArea .preregistration .buttonArea {
    border: 3px solid #cbcbcb;
    padding: 30px 0.5em;
    margin: 0 auto;
    max-width: 1000px;
}
.mt-main-index #mainArea .preregistration .buttonArea ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mt-main-index #mainArea .preregistration .buttonArea li {
    width: 45%;
}
.mt-main-index #mainArea .preregistration .buttonArea li.buttonWide {
    width: 70%;
}
.mt-main-index #mainArea .preregistration .buttonArea li a {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    word-break: break-all;
}
.mt-main-index #mainArea .preregistration .buttonArea li.buttonApp a {
    background-color:#ea5514;
    border-color:#f69727;
}
.mt-main-index #mainArea .preregistration .buttonArea li.buttonApp a:hover {
    background-color:#fff;
    border-color:#ea5514;
    color:#ea5514;
    text-decoration: none;
}
.mt-main-index #mainArea .preregistration .buttonArea li.buttonApp a:hover:before {
    border-color:#ea5514;
}
.mt-main-index #mainArea .preregistration .buttonArea li.buttonBig a {
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mt-main-index #mainArea .preregistration .buttonArea p {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 0.5em;
    margin-bottom:-0.5em;
}
@media all and (max-width: 767px) {
    .mt-main-index #mainArea .preregistration h2 em {
        line-height: 1.2;
        padding-left: 0.5em;
        padding-right: 0.5em;        
    }
    .mt-main-index #mainArea .preregistration .buttonArea {
        padding-top: 40px;
        padding: 40px 15px 15px;
    }
    .mt-main-index #mainArea .preregistration .buttonArea ul {
        flex-direction: column;
    }
    .mt-main-index #mainArea .preregistration .buttonArea li,
    .mt-main-index #mainArea .preregistration .buttonArea li.buttonWide {
        width: 100%;
        margin: 0.2em 0;
    }
}

.mt-main-index #mainArea .importantNotices {
	width:80%;
	margin:0 auto;
}

.mt-main-index #mainArea .importantNotices .button a {
	font-size: 0.95em;
	vertical-align: middle;
	line-height:1;
}

.mt-main-index #mainArea .importantNotices .button a em {
	vertical-align: middle;
}

.mt-main-index #mainArea .importantNotices .button a img {
	vertical-align: middle;
	display:inline;
	width:auto;
	height:32px;
}

.mt-main-index #mainArea .importantNotices .button a span {
	display:inline-block;
	vertical-align: middle;
	width:32px;
	height:32px;
}

.mt-main-index #mainArea .importantNotices .button a:hover span {
	background: url(/common2019/img/icon_important_red.png) no-repeat center center;
	background-size: 32px 32px;
}

.mt-main-index #mainArea .importantNotices .button a:hover img {
	opacity:0;
}

@media all and (max-width: 767px) {
	.mt-main-index #mainArea .importantNotices {
		width:auto;
	}

	.mt-main-index #mainArea .importantNotices .button a {
		line-height:1.4;
	}

	.mt-main-index #mainArea .importantNotices .button a:hover span {
		background-size: 1.5em 1.5em;
	}

	.mt-main-index #mainArea .importantNotices .button a img {
		height:1.5em;
	}
}

.mt-main-index #mainArea .pickup {
    position: relative;
}

.mt-main-index #mainArea .pickup .photoweekend {
    width:37.5%;
    margin-left: 0;
    float:left;
    /*padding-bottom:9.166667%;*/
    padding-bottom:2%;
}

.mt-main-index #mainArea .pickup p {
    margin: 15px 0 0;
}

.mt-main-index #mainArea .pickup ul {
    margin-left: 37.5%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
}

.mt-main-index #mainArea .pickup #cupnoodles {
    position: absolute;
    left:0;
    bottom:0;
    width:37.5%;
}

.mt-main-index #mainArea .pickup li {
    width: 30.66667%;
    margin-left: 2.66666%;
}

.mt-main-index #mainArea .pickup h3 {
    background-color: transparent;
    border-bottom: 4px solid #c8c8c8;
    font-size: 1.6rem;
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 5px 0 0;
    color:#000;
}

.mt-main-index #mainArea .pickup .lead {
    margin-top: 5px;
    font-size: 1.35rem;
    text-align: center;
    letter-spacing: -0.05em;
}

.mt-main-index #mainArea .pickup .photoweekend h3 {
    border-color: #c8c8c8;
    font-size: 2.4rem;
}

.mt-main-index #mainArea .pickup .photoweekend .lead {
    font-size: 1.75rem;
}

.mt-main-index #mainArea .pickup ul li h3 {
    letter-spacing: -0.05em;
}

.mt-main-index #mainArea .pickup ul li:nth-child(1) h3 {
    border-color: #780b7d;
}

.mt-main-index #mainArea .pickup ul li:nth-child(2) h3 {
    border-color: #171c61;
}

.mt-main-index #mainArea .pickup ul li:nth-child(3) h3 {
    border-color: #0071a2;
}

.mt-main-index #mainArea .pickup ul li:nth-child(4) h3 {
    border-color: #c16012;
}

.mt-main-index #mainArea .pickup ul li:nth-child(5) h3 {
    border-color: #00853b;
}

.mt-main-index #mainArea .pickup ul li:nth-child(6) h3 {
    border-color: #00a73c;
}

.mt-main-index #mainArea .col2 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mt-main-index #mainArea .news,
.mt-main-index #mainArea .twitter {
    width:49.16666%;
    position: relative;
}

.mt-main-index #mainArea .news p.link {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin-bottom: 4px;
}

.mt-main-index #mainArea .news p.link a {
    float:right;
}

.mt-main-index #mainArea .news dt,
.mt-main-index #mainArea .news dd {
    font-size: 1.6rem;
    margin: 0 0 0.5em;
}

.mt-main-index #mainArea .news dt {
	width:7em;
	float:left;
}
.mt-main-index #mainArea .news dd {
	margin-left:7em;
	_zoom:1;
}
.mt-main-index #mainArea .news dd p {
    margin:0;
}

#mainArea .release > dl > dd > span,
.mt-main-index #mainArea .news dd > span {
	font-size:0.95em;
}
.mt-main-index #mainArea .news dd span.cat {
    display:none;
}
.mt-main-index #mainArea .twitter iframe {
    width: 100% !important;
    /*height: 100% !important;*/
    height: 17.5em !important;
}
.mt-main-index #mainArea .bannerContainer {
    margin-top: 45px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.mt-main-index #mainArea .bannerContainer > .bannerArea {
    margin-top: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
}
.mt-main-index #mainArea .bannerContainerCol3 > .bannerArea {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
               -moz-box-flex: 0;
            flex: 0 0 100%;
}
.en #mainArea .bannerContainer > .bannerArea,
.ch #mainArea .bannerContainer > .bannerArea {
    margin-top: -9px;
}
.mt-main-index #mainArea .bannerContainer.around {
            -webkit-justify-content: space-around;
                -ms-flex-pack: distribute;
                    justify-content: space-around; 
}
.mt-main-index #mainArea .bannerContainer.around > .bannerArea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
}
.mt-main-index #mainArea .bannerContainer > .bannerArea ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.en #mainArea .bannerContainer > .bannerArea ul,
.ch #mainArea .bannerContainer > .bannerArea ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.mt-main-index #mainArea .bannerContainer > .bannerArea ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.48485%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48.48485%;
            flex: 0 0 48.48485%;
}
.mt-main-index #mainArea .bannerContainerCol3 > .bannerArea ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
}
.mt-main-index #mainArea .bannerContainer.around > .bannerArea ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.mt-main-index #mainArea .bannerContainer > .sponcer {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 29.16667%;
               -moz-box-flex: 0;
                -ms-flex: 0 0 29.16667%;
                    flex: 0 0 29.16667%;
}
.mt-main-index #mainArea .sponcer {
    position: relative;
    text-align: center;
    margin-top: 6px;
}
.mt-main-index #mainArea .sponcer h2 {
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin: 0 auto;
    border:0 none;
    padding:0;
    margin: -0.95em auto 0;
    width:6em;
    background-color:#fff;
}
.mt-main-index #mainArea .sponcer ul {
    border: 1px solid #999;
    outline: solid 3px #aaa;
	outline-offset: 3px;  
    margin-left:6px;
    margin-right:6px;
    padding: 19px 3.33333%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}
.mt-main-index #mainArea .sponcer ul li {
    width: 90%;
    margin: 0 1% 0;
}
.mt-main-index #mainArea .sponcer ul li:nth-child(4n+4) {
    margin-right: 0;
}
    
.mt-main-index #mainArea .zoomsArea {
    margin-top: 45px;
}

.mt-main-index #mainArea .about {
    margin-left: 4.16667%;
    margin-right: 4.16667%;
}
.mt-main-index #mainArea .about h3 {
    background-color:transparent;
    color:#000;
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mt-main-index #mainArea .about .info h3 {
    font-size: 3.0rem;
    margin: 30px 0 0;
    text-align: center;
}
.mt-main-index #mainArea .about .info p {
    font-size: 2.0rem;
    text-align: center;
}
.mt-main-index #mainArea .about .booth > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:  justify;
    -webkit-justify-content:  space-between;
       -moz-box-pack:  justify;
        -ms-flex-pack:  justify;
            justify-content:  space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.mt-main-index #mainArea .about .booth li {
    width:32.36364%;
    text-align: center;
}
.mt-main-index #mainArea .about .booth h3 {
    font-size: 2.4rem;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background-color: #0068b7;
	color:#fff;
    padding: 5px;
}
.mt-main-index #mainArea .about .booth p {
    font-size: 1.9rem;
    margin: 0.8em 0 0.1em;
}
.mt-main-index #mainArea .about .booth p.image {
    margin: 0.5em 0 0;
}
.mt-main-index #mainArea .about .booth p.caption {
    font-size: 1.4rem;
    margin-top: 0.3em;
    text-align: right;
}
.mt-main-index #mainArea .about .booth ul.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mt-main-index #mainArea .about .booth ul.icon li {
    min-width: 33.3333%;
    width :auto;
    margin: 5px;
    padding: 0.1em 0.5em 0;
    font-size: 1.6rem;
    border: 1px solid #000;
}
.mt-main-index #mainArea .about .booth ul.icon li:nth-child(1) {
    color:#fff;
    background-color:#000;
}
.mt-main-index #mainArea .about .bigBooth > ul {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.mt-main-index #mainArea .about .bigBooth h3 {
    padding: 0;
    background-color: transparent;
}
.mt-main-index #mainArea .aboutmovie {
    margin-left: 0;
    margin-right: 0;
}
.mt-main-index #mainArea .aboutmovie .moviearea {
    display:flex;
    justify-content: space-between;
}
.mt-main-index #mainArea .aboutmovie .moviearea .info,
.mt-main-index #mainArea .aboutmovie .moviearea .infomovie {
    width: 49%;
}
.mt-main-index #mainArea .aboutmovie .moviearea .info h3,
.mt-main-index #mainArea .aboutmovie .moviearea .info p {
    text-align: left;
}
.mt-main-index #mainArea .aboutmovie .moviearea .info h3 {
    margin-top: 0;
    font-size: 2.9rem;
}
.mt-main-index #mainArea .aboutmovie .moviearea .videoArea {
    margin-top: 1.2rem;
}
.mt-main-index #mainArea .aboutmovie .moviearea .videoArea .videoInner {
    border: 1px solid #808080;
    background-color: #fff;
}
.mt-main-index #mainArea .aboutmovie .moviearea .videoArea .videoBorder {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.mt-main-index #mainArea .aboutmovie .moviearea .videoArea .videoInner .player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    outline: none;
}
.mt-main-index #mainArea .partner ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
}
.mt-main-index #mainArea .partner li {
    margin: 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.16667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 15.16667%;
            flex: 0 0 15.16667%;
    text-align: center;
}
.mt-main-index #mainArea .partner li img {
    margin: 0 auto;
}
.mt-main-index #mainArea .partner h3 {
background-color: transparent;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
text-align: left;
color:#000;
margin-top: 1.5em;
margin-bottom: 0.5em;
padding-top: 1em;
border-top: 1px dotted #aaa;
}
.mt-main-index #mainArea .partner h3:nth-child(1) {
margin-top: 0.5em;
padding-top: 0;
border: 0 none;
}
.mt-main-index #mainArea .partner img {
display:block;
vertical-align: bottom;
}
.mt-main-index #mainArea .partner a {
display:block;
padding: 20px 0;
}
.mt-main-index #mainArea .partner a.nolink,
.mt-main-index #mainArea .partner a.nolink img {
opacity: 1;
}
.mt-main-index #mainArea .partner .sponsorship {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}
.mt-main-index #mainArea .partner .sponsorship h3 {
	font-size: 2.4rem;
	width: auto;
	background-color: transparent;
	color:#000;
	font-weight: normal;	font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin-right: 1em;
}
.mt-main-index #mainArea .partner .sponsorship p a,
.mt-main-index #mainArea .partner .sponsorship p a:hover,
.mt-main-index #mainArea .partner .sponsorship p a.hover {
	font-size: 1.8rem;
	color:#000;
}

.mt-main-index #mainArea .beginner{
    background-color:#dcffe6;
    padding: 30px 0;
    margin-top: 45px;
}
.mt-main-index #mainArea .beginner .contentsArea {
    margin-left: 5.20834%;
    margin-right: 5.20834%;
}
.mt-main-index #mainArea .beginner h2,
.mt-main-index #mainArea .beginner h3,
.mt-main-index #mainArea .beginner p {
    margin:0;
    padding:0;
    border: 0 none;
    background: transparent;
    color:#000;
    text-align: left;
}
.mt-main-index #mainArea .beginner .head,
.mt-main-index #mainArea .beginner .contarea{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mt-main-index #mainArea .beginner .head .beginner_mark{
    width: 2.66667%;
}
.mt-main-index #mainArea .beginner .head h2 {
    margin-left: 0.5em;
    font-size: 3rem;
    color:#00a228;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mt-main-index #mainArea .beginner .contarea{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1em;
}
.mt-main-index #mainArea .beginner .contarea .beginner_mark{
    width: 7.5%;
    margin-top: 0.25em;
}
.mt-main-index #mainArea .beginner .contarea h3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 2.2rem;
    font-weight: normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin-bottom: 0.25em;
}
.mt-main-index #mainArea .beginner .contarea .text {
    margin-left: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.mt-main-index #mainArea .beginner .contarea .txt {
    font-size: 1.9rem;
}



@media all and (max-width: 1199px) {
    #mainVisual .contentsArea,
    #mainVisualBottom .contentsArea,
    #breadcrumbs,
    #mainArea .contentsArea,
    .mt-main-index #mainArea .aboutmovie {
        margin-left: 2.60417%;
        margin-right: 2.60417%;
    }
    
    #mainArea h1 {
        border: 0 none;
        border-bottom: 4px solid #000;
        border-top: 1px solid #999;
    }
    
    #mainArea h2 {
        border-width: 0 0 3px;
    }
    #mainArea h2.titleThin {
        border-width: 0 0 2px;
    }
    
    #mainArea h1,
    #mainArea h2,
    #mainArea h3,
    #mainArea h4,
    #mainArea h5,
    .mt-main-index #cpplusInfo {
        padding-left: 2.60417%;
        padding-right:2.60417%;
    }
    
    #mainArea .contentsArea #mainArea h1,
    #mainArea .contentsArea #mainArea h2,
    #mainArea .contentsArea #mainArea h3,
    #mainArea .contentsArea #mainArea h4,
    #mainArea .contentsArea #mainArea h5,
    .mt-main-index #mainArea .aboutmovie .moviearea .info h3 {
        padding-left: 0;
        padding-right: 0;
    }
}


@media all and (max-width: 767px) {
    #mainVisual .contentsArea {
        margin-left: 0;
        margin-right: 0;
    }
    
    #humbNaviTrigger {
        position: fixed;
        top:0;

        right:0;
        z-index: 1000;
        border: 1px solid #9fa0a0;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        background-color:#fff;
        width:10.41667%;
        margin: 7.5% 2% 0 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    #humbNaviTrigger a {
      position: relative;
        display:block;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
        padding: 18%;
        
    }
    #humbNaviTrigger a span,
    #humbNaviTrigger a span span {
      position: relative;
        display:block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      -moz-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
        
    }
    #humbNaviTrigger a span {
        width: 100%;
        padding-bottom: 100%;
    }
    #humbNaviTrigger a span span {
      position: absolute;
      top: 0;
      left: 0;

        width:100%;
        padding-bottom: 14%;
      background-color: #000;
    }
    #humbNaviTrigger a span span:nth-of-type(1) {
      margin-top: 0;
    }
    #humbNaviTrigger a span span:nth-of-type(2) {
      margin-top: 42%;
    }
    #humbNaviTrigger a span span:nth-of-type(3) {
      margin-top: 86%;
    }
    
    #humbNaviClose {
      display: none;/*はじめは隠しておく*/
      position: fixed;
      z-index: 9998;
      top: 0;/*全体に広がるように*/
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
    #humbNavi {
        display:block;
      overflow: auto;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9999;/*最前面に*/
      width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
      max-width: 330px;/*最大幅（調整してください）*/
      height: 100%;
      background: rgba(0,0,0,1);/*背景色*/
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out;/*滑らかに表示*/
      -webkit-transform: translateX(105%);
      -moz-transform: translateX(105%);
       -ms-transform: translateX(105%);
        -o-transform: translateX(105%);
           transform: translateX(105%);/*左に隠しておく*/
    }
    body.humbOpen  #humbNaviClose {
      display: block;/*カバーを表示*/
      opacity: .5;
        cursor: pointer;
    }

    body.humbOpen #humbNavi {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
       -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
           transform: translateX(0%);/*中身を表示（右へスライド）*/
      -webkit-box-shadow: 6px 0 25px rgba(0,0,0,.15);
         -moz-box-shadow: 6px 0 25px rgba(0,0,0,.15);
              box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }

    #humbNavi {
        font-size: 2rem;
        overflow-y: scroll;
    }

    #humbNavi .separate,
    #humbNavi .language {
        display:none;
    }

    #humbNavi .globalNavi {
        background-color:rgba(0,0,0,0);
    }

    #humbNavi .smallNavi {
        background-color:rgba(255,255,255,0.25);
    }

    #humbNavi .footerNavi {
        background-color:rgba(0,0,0,0);
    }

    #humbNavi a {
	    outline: none;
    }

    #humbNavi > div > ul li {
        font-size: 2rem;
    }

    #humbNavi > div > ul li a {
        color:#fff;
        display:block;
        border: solid #666;
        border-width: 0 0 1px;
        padding: 0.5em 0 0.5em 32px;
    }

    #humbNavi > div > ul li a span.img {
        display:none;
    }


    #humbNavi > div > ul ul{
        background-color: #ddd;
    }

    #humbNavi > div > ul ul li a{
        color:#000;
        padding-left: 32px;
    }

    #humbNavi > div > ul ul li strong {
        color:#000;
    }
    
    #humbNavi > div > ul li a:before{
        left: 16px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform:translate(0, 0) rotate(45deg);
           -moz-transform:translate(0, 0) rotate(45deg);
            -ms-transform:translate(0, 0) rotate(45deg);
             -o-transform:translate(0, 0) rotate(45deg);
                transform:translate(0, 0) rotate(45deg);
        -webkit-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    
    #humbNavi > div > ul li a.pull:before{
        -webkit-transform:translate(0, 2px) rotate(-45deg);
           -moz-transform:translate(0, 2px) rotate(-45deg);
            -ms-transform:translate(0, 2px) rotate(-45deg);
             -o-transform:translate(0, 2px) rotate(-45deg);
                transform:translate(0, 2px) rotate(-45deg);
    }
    
    #humbNavi > div > ul ul li a:before{
        left: 16px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform:translate(0, 0) rotate(45deg) scale(0.8);
           -moz-transform:translate(0, 0) rotate(45deg) scale(0.8);
            -ms-transform:translate(0, 0) rotate(45deg) scale(0.8);
             -o-transform:translate(0, 0) rotate(45deg) scale(0.8);
                transform:translate(0, 0) rotate(45deg) scale(0.8);
    }
    

    #humbNavi > div > ul ul{
        overflow: hidden;
        -webkit-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    
    #humbNavi > div > ul li.close ul{
        height:0 !important;
    }
    
    #humbNavi > div > ul li.close > a.pull:before{
        -webkit-transform:translate(0, -2px) rotate(135deg);
           -moz-transform:translate(0, -2px) rotate(135deg);
            -ms-transform:translate(0, -2px) rotate(135deg);
             -o-transform:translate(0, -2px) rotate(135deg);
                transform:translate(0, -2px) rotate(135deg);
    }
    
    #humbNavi .closeNavi a {
        background-color:#fff;
        color:#000;
    }
    
    #humbNavi .closeNavi a:before,
    #humbNavi .closeNavi a:after{
        left: 14px;
        width: 12px;
        height: 12px;
        -webkit-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    
    #humbNavi .closeNavi a:before{
        border-top: 2px solid #000;
        border-right: 0;
        -webkit-transform:translate(-2px, 3px) rotate(45deg);
           -moz-transform:translate(-2px, 3px) rotate(45deg);
            -ms-transform:translate(-2px, 3px) rotate(45deg);
             -o-transform:translate(-2px, 3px) rotate(45deg);
                transform:translate(-2px, 3px) rotate(45deg);
    }
    
    #humbNavi .closeNavi a:after{
        border-top: 0;
        border-right: 2px solid #000;
        -webkit-transform:translate(-3px, -5px) rotate(45deg);
           -moz-transform:translate(-3px, -5px) rotate(45deg);
            -ms-transform:translate(-3px, -5px) rotate(45deg);
             -o-transform:translate(-3px, -5px) rotate(45deg);
                transform:translate(-3px, -5px) rotate(45deg);
    }

    
    #breadcrumbs ol {
        display:block;
    }

    #breadcrumbs ol li {
        display:inline-block;
    }

    #breadcrumbs ol li:last-of-type {
        padding-right:0;
        margin-right:0;
    }

    #headerArea {
        background: none;
    }

    #headerArea .inner {
        height: auto;
    }

    #headerArea h1 {
        font-size:1.6rem;
        padding-top: 4%;
        margin-left:3.25520%;
        padding-bottom: 1.90625%;
    }
    
    .en #headerArea h1,
    .ch #headerArea h1 {
        font-size: 1.4rem;
        letter-spacing: -0.05em;
    }

    #headerArea h1 a {
        width: 82.72917%;
        display:block;
        position: static;
        left:0;
        bottom:0;
        margin-bottom: 0;
    }

    #headerArea h1 img {
        margin-top: 1.2%;
    }
	
	#smallNavi {
	    z-index: 1001;
	    margin-top: 1%;
	    margin-right: 1%;
	}
	
	#smallNavi ul li {
	    display:none;
	}
	 
	#smallNavi ul li:hover ul,
	#smallNavi ul li.hover ul {
	    display: none;
	}
	#smallNavi ul li.on ul {
	    display: none;
	}
	#smallNavi > ul > li > a:before {
	    -webkit-transform:translate(-5px, -4px) rotate(135deg) !important;
	       -moz-transform:translate(-5px, -4px) rotate(135deg) !important;
	        -ms-transform:translate(-5px, -4px) rotate(135deg) !important;
	         -o-transform:translate(-5px, -4px) rotate(135deg) !important;
	            transform:translate(-5px, -4px) rotate(135deg) !important;
	}
	 
	#smallNavi ul li.hover ul {
	    display:block;
	}
	
	#smallNavi ul li.language,
	#smallNavi ul li.language li {
	    display:block;
	}
	
	#smallNavi ul ul li {
	    font-size: 1.4rem;
	}
	    
	#smallNavi ul ul li a {
	    padding-top: 5px;
	    padding-bottom:4px;
	    padding-right: 2px;
	}

    #appNavi {
        position: static;
        background: url("../img/gnavi_border.png") repeat-x center top;
        -webkit-background-size: 100% 4px;
           -moz-background-size: 100% 4px;
             -o-background-size: 100% 4px;
                background-size: 100% 4px;
        padding-top:3%;
        margin-top: 2%;
    }

    #globalNavi {
        background-color:transparent;
    }

    #globalNavi nav,
    #globalNavi .pulldown,
    #globalNavi .pullover{
        display:none;
    }

    #headerArea .mypageNavi {
        display:block;
        position: static;
        height: auto;
    }

    #headerArea .mypageNavi .inner {
        height: auto;
    }

    #headerArea .mypageNavi ul {
        padding-top:1.5%;
        float:none;
        display:block;
    }
    
    #globalNavi .mypageNavi {
        display:none;
    }
   
    
    #footerNavi,
    #footerSitenavi {
        display:none;
    }

    #copyright p {
        margin-top: 10%;
        padding: 5px 0 10px;
        border-top: 3px solid #000;
        background-color:#f0f0f0;
    }
    
    
    #mainArea h4.border {
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
    
    #mainArea .contentsInner {
        margin-left: 0;
        margin-right: 0;
    }

    #mainArea .button a {
        min-width: 100%;
        padding-right: 24px;
        padding-left: 10px;
    }
    
    #mainArea .buttonBigger a {
        font-size: 2.7rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-right: 24px;
        padding-left: 10px;
    }
    
    #mainArea .buttonBigger a.arrow:before {
        width: 20px;
        height: 20px;
        right: 12px;
    }

    #mainArea .buttonBigger2L a {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }

    #mainArea .col2 > ul,
    #mainArea .col3 > ul {
        display:block;
    }

    #mainArea .col2 > ul > li,
    #mainArea .col3 > ul > li {
        width: auto;
    }


    /* index */
    .mt-main-index #mainVisual h2 {
        margin: 10px 0;
    }

    .mt-main-index #cpplusInfo {
        font-size: 2.0rem;
        padding-top: 0.7em;
        padding-bottom: 0.2em;
    }

    .mt-main-index #cpplusInfo h1 {
		display:inline-block;
	}

    .mt-main-index #cpplusInfo h1,
    .mt-main-index #cpplusInfo dt {
        text-align: center;
    }

    .mt-main-index #cpplusInfo dl {
        text-align: left;
    }

    .mt-main-index #cpplusInfo dt,
    .mt-main-index #cpplusInfo dd {
        display:block;
    }
    .mt-main-index #cpplusInfo h1,
    .mt-main-index #cpplusInfo dd {
        margin-right: 1.5em;
    }

    .mt-main-index #cpplusInfo h1,
    .mt-main-index #cpplusInfo dt,
    .mt-main-index #cpplusInfo dd {
        margin-bottom: 0.5em;
    }

    .mt-main-index #cpplusInfo dt {
        background-color:#fff;
        color:#000;
        margin-right: 0;
        padding: 0;
        text-align: center;
        width:3.5em;
        float:left;
    }
    .mt-main-index #cpplusInfo dd {
        margin-left:4em;
        _zoom:1;
    }
    
    .mt-main-index #mainArea h2 {
        margin-bottom: 20px;
    }

    .mt-main-index #mainArea .pickup .photoweekend {
        width:auto;
        margin-left: 0;
        float:none;
        padding-bottom:10%;
    }

    .mt-main-index #mainArea .pickup p {
        margin: 15px 0 0;
    }

    .mt-main-index #mainArea .pickup ul {
        margin-left: 0;
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .mt-main-index #mainArea .pickup li {
        width: 48%;
        margin-left: 0;
    }

    .mt-main-index #mainArea .pickup h3 {
        border-bottom: 3px solid #c8c8c8;
    }

    .mt-main-index #mainArea .pickup .lead {
        font-size: 1.5rem;
    }

    .mt-main-index #mainArea .pickup #cupnoodles {
        position: static;
        width:auto;
        padding-top: 10px;
    }

    .mt-main-index #mainArea .pickup #cupnoodles img {
        width: 100%;
    }

    .mt-main-index #mainArea .col2 {
        display: block;
    }

    .mt-main-index #mainArea .news,
    .mt-main-index #mainArea .twitter {
        width:auto;
    }

    .mt-main-index #mainArea .news dl,
    .mt-main-index #mainArea .twitterArea {
        height: auto !important;
        max-height: 360px;
    }
    .mt-main-index #mainArea .twitterArea {
        overflow: hidden;
    }
    .mt-main-index #mainArea .twitterArea iframe {
        width: 100vw !important;
        height: 20em !important;
    }
    .mt-main-index #mainArea .bannerContainer,
    .mt-main-index #mainArea .bannerContainer.around {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -ms-flex-direction: column-reverse;
         -webkit-flex-direction: column-reverse;
            -moz-box-orient: vertical;
            -moz-box-direction: reverse;
          flex-direction: column-reverse;
        margin-top: 0;
    }
    .mt-main-index #mainArea .bannerContainer > .bannerArea {
        margin-top: 0;
    }
    .mt-main-index #mainArea .bannerContainer.around > .bannerArea {
        margin-left:0;
    }
    .mt-main-index #mainArea .bannerContainer > .bannerArea ul {
        display:block;
    }
    .mt-main-index #mainArea .bannerContainer > .bannerArea ul li {
        margin-top: 30px;
    }
    .mt-main-index #mainArea .bannerContainerCol3 > .bannerArea ul li {
        margin-top: 15px;
    }
    .mt-main-index #mainArea .sponcer {
        margin-top:50px;
    }
    .mt-main-index #mainArea .sponcer ul {
        padding: 20px;
    }
    .mt-main-index #mainArea .sponcer ul li {
        width: 75%;
        margin: 4% 0 0;
    }
    .mt-main-index #mainArea .sponcer ul li:nth-child(1),
    .mt-main-index #mainArea .sponcer ul li:nth-child(2) {
        margin: 0;
    } 
    .mt-main-index #mainArea .organizeronly {
        margin-left:20px;
    }
    .mt-main-index #mainArea .about .info h3 {
        margin: 20px 0 0;
    }
    .mt-main-index #mainArea .about .info p {
        font-size: 2.0rem;
    }
    .mt-main-index #mainArea .aboutmovie .moviearea {
        display: block;
    }
    .mt-main-index #mainArea .aboutmovie .moviearea .info,
    .mt-main-index #mainArea .aboutmovie .moviearea .infomovie {
      width: auto;
    }
    .mt-main-index #mainArea .aboutmovie .moviearea .videoArea {
        margin-top: 3rem;
    }
    .mt-main-index #mainArea .about .booth li {
        width:48%;
    }
    .mt-main-index #mainArea .about .booth h3 {
        font-size: 2.0rem;
        margin-top: 25px;
    }
    .mt-main-index #mainArea .about .booth p {
        font-size: 1.7rem;
    }
    .mt-main-index #mainArea .about .booth ul.icon li {
        font-size: 1.4rem;
    }
    .mt-main-index #mainArea .about .bigBooth > ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .mt-main-index #mainArea .partner ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    .mt-main-index #mainArea .partner li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        margin: 0 0 10px;
    }
    
    .mt-main-index #mainArea .beginner .head .beginner_mark{
        width: 6%;
    }
    .mt-main-index #mainArea .beginner .contarea{
        display:block;
    }
    .mt-main-index #mainArea .beginner .contarea h3 {
        font-size: 2.4rem;
    }
    .mt-main-index #mainArea .beginner .contarea .text {
        margin-left: 0;
    }
    .mt-main-index #mainArea .beginner .contarea .beginner_mark{
        width: 20%;
        float:right;
        margin-left:15px;
    }
    
}

@media all and (max-width: 390px) {
    #appNavi {
        -webkit-background-size: 100% 3px;
           -moz-background-size: 100% 3px;
             -o-background-size: 100% 3px;
                background-size: 100% 3px;
    }
}
@media print {
    #humbNaviTrigger {
		display:none;
	}
}


/* contents */


.mt-main-index #mainArea .visiting {
    position: relative;
    padding-top: 1em;
}

.mt-main-index #mainArea .visiting p {
    margin: 1em 0 0;
    text-align: center;
}
.mt-main-index #mainArea .visiting p strong {
    font-size: 3rem;
}
.mt-main-index #mainArea .visiting p.next {
    margin: 0.75em 0 0;
    font-size: 2rem;
}


.mt-main-index #mainArea .greeting {
    position: relative;
    padding-top: 1em;
}

.mt-main-index #mainArea .greeting p.title {
    font-size: 2.8rem;
    margin: 2em 0 0;
    text-align: center;
}
.mt-main-index #mainArea .greeting p.name {
    font-size: 1.8rem;
    margin: 2em 0 0;
}
.mt-main-index #mainArea .greeting p {
    margin: 1em 0 1em;
    text-align: center;
}

@media all and (max-width: 767px) {
}

#overviewLayout .f2concourse li p {
    font-size: 2.0rem;
}

#overviewLayout .daysicon {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.2em 0.7em;
    display:inline-block;
    vertical-align: 0.15em;
    border: 1px solid #000;
    background-color:#000;
    color:#fff;
    height: 1.4em;
    white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#overviewLayout .col2 > ul > li p {
    text-align: left;
}

#overviewLayout .col3 > ul > li p.img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#overviewLayout .titleIcon {
    position: relative;
    padding-left: 4.5em;
    padding-right: 4.5em;
}

#overviewLayout .titleIcon .daysicon {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:auto;
    margin: auto 0.7em;
    font-weight: normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#overviewLayout .plaza ul {
margin-top: 0.5em;
}

#overviewLayout .plaza ul li {
    font-size: 2rem;
}

#overviewLayout .plaza .left {
    float: left;
    width: 55%;
}

#overviewLayout .plaza .tRight {
text-align: right;
}

#overviewLayout .plaza .tLeft {
text-align: left;
}
@media all and (max-width: 767px) {
    #overviewLayout .plaza .left {
        float: none;
        width: auto;
    }
}

#sortList.eventSeminar {
display:none;
}
#sortList .clearSearchSelected,
#sortList .sortArea {
    margin: 25px 2%;
    font-size: 1.6rem;
    position: relative;
}
#sortList .sortArea a {
    color:#666;
}
#sortList .sortArea a.on {
    color:#000;
}

#sortList .sortKana,
#sortList .sortDayPoint{
    border: 1px solid #969696;
    padding:0.4em 1em;
}

#sortList .sortKana ul,
#sortList .sortDayPoint ul{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#sortList .sortKana li:after,
#sortList .sortDayPoint li:after{
    content:">";
    margin: 0 1.5em;
}

#sortList .sortKana li:last-child:after,
#sortList .sortDayPoint li:last-child:after {
    display:none;
}

#sortList .sortKana li a.on,
#sortList .sortDayPoint li a.on {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#sortList .sortDayPoint > div {
    border-bottom: 1px dotted #969696;
    padding-bottom:0.4em;
    margin-bottom:0.4em;
}

#sortList .sortDayPoint > div:last-child {
    border-bottom: 0 none;
    padding-bottom:0;
    margin-bottom:0;
}

#sortList .sortDayPoint > div {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#sortList .sortDayPoint > div h3 {
    font-size: 1.6rem;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color:#000;
    background-color:transparent;
    margin:0 2em 0 0;
    padding:0;
    width: 3em;
    text-align: right;
    white-space:nowrap;
}

#sortList .sortZone,
#sortList .sortGenre {
    padding-top: 5px;
}
#sortList .sortZone ul,
#sortList .sortGenre ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#sortList .sortZone li,
#sortList .sortGenre li {
    min-width: 12%;
    margin-top: 10px;
    margin-right: 15px;
}
#sortList .sortZone li:last-child,
#sortList .sortGenre li:last-child {
    margin-right: 0;
}
#sortList .clearSearchSelected p,
#sortList .sortZone li a,
#sortList .sortGenre li a{
    display:block;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color:#f3b1b9;
    padding: 2px 14px 1px;
    border: 2px solid;
    white-space:  nowrap;
    text-align: center;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    color:#000;
}
#sortList .clearSearchSelected {
    position: relative;
    margin: 0 2% -15px;
    text-align: right;
}
#sortList .clearSearchSelected p {
    display:inline-block;
    text-align: center;
    margin:0;
    border-width: 1px;
    border-color:#444;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color:#fff;
    color:#000;
}
#sortList .clearSearchSelected p.active {
    background-color:#444;
    color:#fff;
}
#sortList .clearSearchSelected p.active:hover {
    border-color:#000;
    background-color:#000;
}

@media all and (max-width: 767px) {
    #sortList .clearSearchSelected {
        margin: 0 2% -15px;
    }
}
.en #sortList .sortZone li a,
.en #sortList .sortGenre li a,
.ch #sortList .sortZone li a,
.ch #sortList .sortGenre li a{
    white-space: normal;
}
#sortList .sortZone li a:hover,
#sortList .sortGenre li a:hover{
    text-decoration: none;
    opacity: 0.8;
}
#sortList .sortZone li a[href="#zone_camera-accesory"],
#sortList .list li.zone_camera-accesory .koma {
    background-color:#f3b1b9;
    border-color:#f3b1b9;
}
#sortList .sortZone li a[href="#zone_printing"],
#sortList .list li.zone_printing .koma {
    background-color:#faec00;
    border-color:#faec00;
}
#sortList .sortZone li a[href="#zone_telescope"],
#sortList .list li.zone_telescope .koma {
    background-color:#66be96;
    border-color:#66be96;
}
#sortList .sortZone li a[href="#zone_mediapartner"],
#sortList .list li.zone_mediapartner .koma {
    background-color:#88a3d4;
    border-color:#88a3d4;
}
#sortList .sortZone li a[href="#zone_sponsor"],
#sortList .list li.zone_sponsor .koma {
    background-color:#f8c170;
    border-color:#f8c170;
}
#sortList .sortZone li a[href="#zone_conference"],
#sortList .list li.zone_conference .koma {
    background-color:#d4a68d;
    border-color:#d4a68d;
}
#sortList .sortZone li a[href="#zone_all"],
#sortList .list li.zone_all .koma {
    background-color:#969696;
    border-color:#969696;
}
#sortList .sortZone li a.on,
#sortList .sortGenre li a.on{
    background-color:#fff;
}
#sortList .list {
    font-size: 1.6rem;
}

#sortList .list p {
    margin: 0;
}
#sortList .list ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#sortList .list li {
    width: 32.66666%;
    text-align: center;
    margin-top: 1%;
    position: relative;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sortList.exhibitionList .list li,
#sortList.eventSeminar .list li a {
    border: 3px solid;
    display:block;
}
#sortList .list li.multiple {
    visibility: hidden;
}
#sortList .list li.zone_camera-accesory {
    border-color: #f3b1b9;
}
#sortList .list li.zone_printing {
    border-color: #faec00;
}
#sortList .list li.zone_telescope {
    border-color: #66be96;
}
#sortList .list li.zone_mediapartner {
    border-color: #88a3d4;
}
#sortList .list li.zone_sponsor {
    border-color: #f8c170;
}
#sortList .list li.zone_conference {
    border-color: #d4a68d;
}
#sortList .list li.zone_all {
    border-color: #969696;
}
#sortList .list li.fadein,
#sortList p.fadein {
    display:block;
    opacity:1;
    -webkit-animation: fadein 0.5s ease;
       -moz-animation: fadein 0.5s ease;
         -o-animation: fadein 0.5s ease;
            animation: fadein 0.5s ease;
}
#sortList .list li.fadeout,
#sortList p.fadeout {
    display:none;
    opacity:0;
    -webkit-animation: fadeout 0.5s ease;
       -moz-animation: fadeout 0.5s ease;
         -o-animation: fadeout 0.5s ease;
            animation: fadeout 0.5s ease;
}
#sortList .list .koma {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#sortList .list .koma span.zone {
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    opacity: 0.5;
}
#sortList .list .koma,
#sortList .list .company {
    padding: 0.3em;
}
#sortList .list .company {
    padding-top: 1.4em;
    padding-bottom: 1.3em;
}
#sortList .list .company span {
    display:inline-block;

}
#sortList .list .company a:hover span {
    text-decoration: underline;
}

@media all and (max-width: 1199px) {
    #sortList .sortZone ul,
    #sortList .sortGenre ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media all and (max-width: 767px) {
    #sortList .list li {
        width: 49%;
        margin-top: 2%;
    }

    #sortList .sortZone li,
    #sortList .sortGenre li {
        margin-right: 5px;
    }

    #sortList .sortZone li a,
    #sortList .sortGenre li a {
        padding-left:7px;
        padding-right:7px;
    }

    #sortList .sortZone li a,
    #sortList .sortGenre li a,
    #sortList .sortKana li,
    #sortList .sortDayPoint li {
        font-size: 115%;
    }

    #sortList .sortKana li:after,
    #sortList .sortDayPoint li:after {
        margin: 0 0.5em;
    }
}

#sortList.eventSeminar .topics ul,
#topicsList ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: left;
    -webkit-box-pack:         left;
    -moz-box-pack:         left;
    -ms-flex-pack:         left;
            justify-content:         left;
}

#sortList.eventSeminar .topics li,
#topicsList li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 32.5%;
            flex: 0 1 32.5%;
    margin-left:1.25%;
}

#sortList.eventSeminar .topics ul li:first-child,
#topicsList ul li:first-child {
    margin-left:0;
}
@media all and (max-width: 767px) {

    #sortList.eventSeminar .topics ul,
    #topicsList ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #sortList.eventSeminar .topics li,
    #topicsList li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 48%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 48%;
                flex: 0 1 48%;
        margin-top: 4%;
    }
    #sortList.eventSeminar .topics li:nth-child(1),
    #sortList.eventSeminar .topics li:nth-child(2),
    #topicsList li:nth-child(1),
    #topicsList li:nth-child(2)   {
        margin-top: 0;
    }

    #sortList.eventSeminar .topics ul li,
    #topicsList ul li,
    #sortList.eventSeminar .topics ul li:first-child,
    #topicsList ul li:first-child {
        margin-left:0;
    }
}

#sortList .sortGenre li {
    min-width: 19%;
}

#sortList .sortGenre li a {
    color:#fff;
}

#sortList .sortGenre li a[href="#genre_seminartalk"],
#sortList .list li.genre_seminartalk .genre,

#eventContents .genre_seminartalk .titleArea {
    background-color:#004098;
}

#sortList .sortGenre li a[href="#genre_event"],
#sortList .list li.genre_event .genre,
#eventContents .genre_event .titleArea {
    background-color:#e9546b;
}

#sortList .sortGenre li a[href="#genre_studio"],
#sortList .list li.genre_studio .genre,
#eventContents .genre_studio .titleArea {
    background-color:#3c7852;
}

#sortList .sortGenre li a[href="#genre_shop"],
#sortList .list li.genre_shop .genre,
#eventContents .genre_shop .titleArea {
    background-color:#ea5514;
}

#sortList .sortGenre li a[href="#genre_all"],
#sortList .list li.genre_all .genre,
#eventContents .genre_all .titleArea {
    background-color:#969696;
}

#sortList .sortGenre li a.on {
    background-color:#fff;
}

#sortList .sortGenre li a.on[href="#genre_seminartalk"] {
    color:#004098;
}

#sortList .sortGenre li a.on[href="#genre_event"] {
    color:#e9546b;
}

#sortList .sortGenre li a.on[href="#genre_studio"] {
    color:#3c7852;
}

#sortList .sortGenre li a.on[href="#genre_shop"] {
    color:#ea5514;
}

#sortList .sortGenre li a.on[href="#genre_all"] {
    color:#969696;
}


#sortList.eventSeminar .listinfoview {
    text-align: center;
    margin: 1em 0 0.5em;
}

#sortList.eventSeminar .list li {
    border: 0 none;
}
#sortList.eventSeminar .list li .appIcon {
    margin: 0 0 0.5em;
    z-index: 10;
    border: 1px solid #fff;
    text-align: center;
}
#sortList.eventSeminar .list li .appIcon .notes {
    display:none;
}
#sortList.eventSeminar .list li .appIcon img {
    display:block;
    vertical-align: bottom;

    opacity: 1 !important;
    height: 1.3em;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

#sortList .list li.genre_seminartalk a {
    border-color:#004098;
}

#sortList .list li.genre_event a {
    border-color:#e9546b;
}

#sortList .list li.genre_studio a {
    border-color:#3c7852;
}

#sortList .list li.genre_shop a {
    border-color:#ea5514;
}

#sortList .list li.genre_all a {
    border-color:#969696;
}

#sortList.eventSeminar .list li a {
    text-decoration: none;
    color:#000;
    display:block;
    height: 100%;
}

#sortList.eventSeminar .list li a:hover {
    opacity: 0.8;
}

#sortList.eventSeminar .list li .genre {
    color:#fff;
    padding: 3px 0;
}

#sortList.eventSeminar .list li .genre .nowrap {
    white-space: nowrap;
}

#sortList.eventSeminar .list li .image,
#sortList.eventSeminar .list li .listDetails {
    padding: 3.10880%;
}

#sortList.eventSeminar .list li .listDetails {
    padding-top:0;
    padding-bottom:0;
}

#sortList.eventSeminar .list li .time {
    font-size: 1.25rem;
    border: dotted #999;
    border-width: 1px 0;
    margin: 0 0 0.2em;
    padding: 0.25em 0 0.1em;
    text-align: center;
}
#sortList.eventSeminar .list li .time span {
    display: inline-block;
}
#sortList.eventSeminar .list li .subtitle {
    margin: 0.4em 0 -0.2em
}

#sortList.eventSeminar .list li .title,
#sortList.eventSeminar .list li .info {
    margin:0;
    background-color:transparent;
    color:#000;
    font-size: 1.6rem;
}

#sortList.eventSeminar .list li .title{
    font-size: 1.7rem;
}

#sortList.eventSeminar .list li .title .textimg,
#eventContents .contentArea .textArea .title .textimg {
    display:inline;
    width:auto;
    height: 1.4em;
    vertical-align: top;
}

#sortList.eventSeminar .list li .listDetails {
    margin: 0 0 10px;
    height: 14em;
    overflow: hidden;
    position: relative;
}
#sortList.eventSeminar .list li .listDetails > p:last-child:after {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height:40%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}

#visitorIndex #sortList {
    display:none;
}

#eventContents .event {
    margin-bottom: 50px;
}

#eventContents .event:last-child {
    margin-bottom: 0;
}

#eventContents .titleArea,
#eventContents .infoArea {
    padding: 10px 15px;
}
#eventContents .titleArea {
    background-color: #004098;
    color:#fff;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#eventContents .titleArea p {
    margin: 0;
}
#eventContents .titleArea .category {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 2.0rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
}
#eventContents .titleArea .category p {
    margin-right: 1em;
}
#eventContents .titleArea .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}
.en #eventContents .titleArea .category,
.en #eventContents .titleArea .icon {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
#eventContents .titleArea .icon ul {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.en #eventContents .titleArea .icon ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#eventContents .titleArea .icon li {
    width: 48%;
    background-color:#fff;
    color:#000;
    text-align: center;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 3px 2px;
}
#eventContents .infoArea {
    background-color:#f0f0f0;
}
#eventContents .infoArea .info {
    font-size: 2.0rem;
}
#eventContents .infoArea .translation {
    float:right;
    margin-top: 5px;
}
#eventContents .infoArea .translation ul {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
#eventContents .infoArea .translation li {
    color:#fff;
    background-color:#00aee1;
    white-space:nowrap;
    padding: 0 0.2em;
    margin-left: 10px;
}
#eventContents .contentArea .textArea .appIcon p {
    display:inline-block;
}
#eventContents .contentArea .textArea .appIcon p img {
    max-height:24px;
}
#eventContents .contentArea .textArea .appIcon p.notes {
	margin-left: 0.5em;
	text-indent: 0;
	vertical-align: 0.3em;
}
#eventContents .infoArea .info ul {
    display:block;
}
#eventContents .infoArea .info li {
    display:inline-block;
    margin-right: 1em;
}
#eventContents .contentArea img {
    display:block;
}
#eventContents .contentArea .textArea h2,
#eventContents .contentArea .textArea p {
    margin: 20px 0 0;
    padding: 0;
}
#eventContents .contentArea .textArea .notes {
    margin: 0.5em 1em 0;
    text-indent: -1em;
}
#eventContents .contentArea .textArea .notes_noindent {
    margin-left:0;
    text-indent: 0;
}
#eventContents .contentArea .textArea .title {
    font-size: 3.0rem;
    margin-top: 10px;
    border: 0 none;
}
#eventContents .contentArea .textArea .subtitle,
#eventContents .contentArea .textArea .title2 {
    font-size: 2.4rem;
    margin-top: 10px;
}
#eventContents .contentArea .textArea .description {
    font-size: 2.0rem;
    margin-top: 15px;
}
#eventContents .contentArea > .imageArea {
    float:right;
    width: 33.83%;
    margin-left: 10px;
    margin-bottom: 5px;
}
#eventContents .contentArea > .imageArea .image {
    margin-top: 20px;
}
#eventContents .contentArea .textArea .imageArea {
    display:none;
}
#eventContents .contentArea .imageArea p {
    margin-top: 0;
    font-size: 1.6rem;
}
#eventContents .contentArea .imageArea .image {
    text-align: center;
}
#eventContents .contentArea .imageArea .image img {
    margin: 0 auto;    
}
#eventContents .contentArea .imageArea .profile {
    font-size: 1.6rem;
    margin-top: 5px;
    text-align: center;
}

#eventContents .buttonArea .buttonAdd a {
    background-color:#e60012;
    border-color: #e60012;
    font-size: 3.0rem;
}
#eventContents .buttonArea .buttonAdd a:before {
    border-color:#fff;
}
#eventContents .buttonArea .buttonAdd a:hover {
    background-color:#fff;
    color:#e60012;
    text-decoration: none;
}
#eventContents .buttonArea .buttonAdd a:hover:before {
    border-color:#e60012;
}

#eventContents .buttonArea .buttonAdd a.appclose,
#eventContents .buttonArea .buttonAdd a.appclose:hover {
    background-color:#999;
    border-color: #999;
    color:#fff;
    opacity:1;
}
#eventContents .buttonArea .buttonAdd a.appclose:before,
#eventContents .buttonArea .buttonAdd a.appclose:after {
    display:none;
}

#eventContents .returnButtonArea p {
	margin-top: 40px;
	text-align: right;
}


#eventContents .returnButtonArea a.arrow {
    padding-left: 32px;
	padding-right:0;
}

#eventContents .returnButtonArea a.arrow:before {
    left: 12px;
    right: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translate(0,2px) rotate(225deg) scale(0.85,0.85);
       -moz-transform: translate(0,2px) rotate(225deg) scale(0.85,0.85);
        -ms-transform: translate(0,2px) rotate(225deg) scale(0.85,0.85);
         -o-transform: translate(0,2px) rotate(225deg) scale(0.85,0.85);
            transform: translate(0,2px) rotate(225deg) scale(0.85,0.85);
}
#eventContents .returnButtonArea a.arroe:hover:before {
    border-color:#e60012;
    -webkit-transform: translate(0,2px) rotate(225deg) scale(1,1);
       -moz-transform: translate(0,2px) rotate(225deg) scale(1,1);
        -ms-transform: translate(0,2px) rotate(225deg) scale(1,1);
         -o-transform: translate(0,2px) rotate(225deg) scale(1,1);
            transform: translate(0,2px) rotate(225deg) scale(1,1);
}

#eventContents .otherArea {
    padding-top: 15px;
}

#eventContents .otherAreaTitle {
    margin-bottom: -15px;
}
#eventContents .otherArea p,
#eventContents .otherArea dt,
#eventContents .otherArea dd,
#eventContents .otherArea .caption {
    font-size: 1.8rem;
    margin: 0;
}
#eventContents .otherArea h2[class="otherAreaHeader"]:nth-of-type(1) {
    margin-top: 0px;
}

#eventContents .otherArea .image  {
    text-align: center;

}

#eventContents .otherArea .image img  {
    margin: 0 auto;
}
#eventContents .otherArea .image+.caption {
    font-size: 1.4rem;
    margin-top: 5px;
}

#eventContents .otherArea .imageText li .textArea p {
    text-align: left;
    margin-top: 0.7em;
}

#eventContents .otherArea .imageText li .textArea p:nth-child(1) {
    margin-top: 0;
}

#eventContents .otherArea .imageText li .textArea > * {
    margin-top: 0.75em;
}

#eventContents .otherArea .imageText li .textArea > *:first-child {
    margin-top: 0;
}

#eventContents .otherArea .col1 li,
#eventContents .otherArea .col1.text p {
    margin-top: 15px;
}

#eventContents .otherArea .col1.text p.image {
    margin-top: 0;
}

#eventContents .otherArea .col1.text:after {
    content: "";
    display: block;
    clear: both;
}

#eventContents .otherArea .col1.text .image {
    width:31.66666%;
    float:right;
    margin-left: 15px;
}

#eventContents .otherArea .col1.imageText li {

    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#eventContents .otherArea .col1.imageText li,
#eventContents .otherArea .col3 li {
    margin-top: 20px;
}
#eventContents .otherArea .col3.texts li {
    margin-top: 10px;
}
#eventContents .otherArea .col3.images .image img  {
    width:75%;
}
#eventContents .otherArea .col2.images .image img  {
    width:80%;
}

#eventContents .otherArea .col1.imageText li .imageArea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
}

#eventContents .otherArea .col1.imageText li .textArea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%;
}

#eventContents .otherArea li .textArea em.title {
    font-size:1.2em;
}


#eventContents .otherArea .col3 ul {

    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#eventContents .otherArea .col3 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.66666%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31.66666%;
            flex: 0 0 31.66666%;
    margin-left: 2.5%;
    text-align: center;
}

#eventContents .otherArea .col3 li:nth-child(3n+1) {
    margin-left: 0;
}

#eventContents .otherArea .col3.imageText li {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
#eventContents .otherArea .col3.imageText li .imageArea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
}

#eventContents .otherArea .col3.imageText li .textArea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}

#eventContents .otherArea .col2.images ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#eventContents .otherArea .coltop.images ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#eventContents .otherArea .notesArea .notes {
    margin-top: 0;
}

#eventContents .otherArea .notesArea ul.notes li {
    font-size: 1.6rem;
}

#eventContents .otherArea .proMovieArea ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#eventContents .otherArea .proMovieArea li {
    display:block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 0;

}
#eventContents .otherArea .proMovieArea li p {
    margin-top: 15px;
}
#eventContents .otherArea .proMovieArea li .imageArea {
    float:right;
    width: 32%;
    margin-bottom: 10px;
    margin-left: 15px;
}

#eventContents .otherArea .proMovieArea li .textArea:after {
    content: "";
    display: block;
    clear: both;
}

#eventContents .otherArea .proMovieArea li .textArea h3 {
    font-size: 2.2rem;
    padding-left: 0.6em;
    text-align: left;
}

#eventContents .otherArea .photoweekend div.image {
    width: 25%;
    float:right;
    padding: 0 0 10px 20px;
    background-color:#fff;
    text-align: center;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

#eventContents .otherArea .photoweekend .image img {
    margin: 0 auto;
}

#eventContents .otherArea .photoweekend .caption {
    font-size: 1.6rem;
}

#eventContents .otherArea .photoweekend h3 {
    background-color:#0095b2;
    font-size: 2.6rem;
}

#eventContents .otherArea .photoweekend h3 span {
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 2.4rem;
}

#eventContents .otherArea .photoweekend h4 {
    font-size: 2.6rem;
    color:#e8546b;
    border-bottom: 2px solid #e8546b;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom:2px;
    text-align: left;
    padding-left: 0;
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#eventContents .otherArea .photoweekend h4 span {
    font-size: 2.0rem;
    color:#000;
    font-weight:normal;    font-family: "凸版文久ゴシック Pr6N R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#eventContents .otherArea .photoweekend p {
    font-size: 2.2rem;
}

#eventContents .otherArea .carTravelArea a {
    word-break: break-all;
}

#eventContents .otherArea .carTravelArea .carArea {
    border-top: 1px solid #aaa;
    margin-top: 1.5em;
    padding-top: 1.5em;
}

#eventContents .otherArea .carTravelArea h2 {
border-width: 0 0 3px;
}

#eventContents .otherArea .carTravelArea .contentsArea .carArea:nth-child(1)  {
    border-top: 0 none;
    padding-top: 0;
}

#eventContents .otherArea .carTravelArea p,
#eventContents .otherArea .carTravelArea dt,
#eventContents .otherArea .carTravelArea dd,
#eventContents .otherArea .carTravelArea li {
    font-size: 1.6rem;
}
#eventContents .otherArea .carTravelArea dt,
#eventContents .otherArea .carTravelArea dd,
#eventContents .otherArea .carTravelArea li {
margin-bottom: 0.35em;
}

#eventContents .otherArea .carTravelArea dt {
    font-weight:bold;
}
#eventContents .otherArea .carTravelArea dt {
	width:8.5em;
	float:left;
}
#eventContents .otherArea .carTravelArea dd {
	margin-left:8.5em;
	_zoom:1;
}

#eventContents .otherArea .carTravelArea p.img {
    margin: 1em 0;
}

#eventContents .otherArea .carTravelArea .contentsArea div[class="carArea"]:nth-of-type(1) {
    border-top: 0 none;
    padding-top: 0;
}

#eventContents .otherArea .tableContents {
    display: table;
    width: 100%;
}

#eventContents .otherArea .tableContentsCell {
    display: table-cell;
    vertical-align: top;
}

#eventContents .otherArea .tableContentsCell img {
    max-width: none;
}

#eventContents .otherArea .imgRight {
    text-align: right;
    padding-left: 1em;
}

#eventContents .otherArea .kitchinCar dl:after,
#eventContents .otherArea .kitchinCarMenu:after {
    content: "";
    display: block;
    clear: both;
}

#eventContents .otherArea .kitchinCar dt {
    width: 6em;
}

#eventContents .otherArea .kitchinCar dd {
    margin-left: 6em;
}

#eventContents .otherArea .kitchinCarMenu {
    margin-top: .5em;
}

#eventContents .otherArea .menuList li {
    float: left;
    padding-right: 1.5em;
}

#eventContents .otherArea .menuList li:before {
    content: "・";
}

#eventContents .otherArea .menuList li.menuOther:before {
    content: "";
}

#eventContents .otherArea .kitchinCarMenu .menuCategory {
    display: inline-block;
}

#eventContents .otherArea .kitchinCarMenu .menuCategory:after {
    content: "：";
}

#eventContents .otherArea .kitchinCarMenu .menuName {
    display: inline-block;
}

.overview__access .overview__shuttlebus {
    margin: 1.5em 0;
    border: 2px solid #0068b7;
}

.overview__access .shuttlebus-contents > p,
.overview__access .shuttlebus-contents ul {
    padding-right: 0.8em;
    padding-left: 0.8em;
}

.overview__access .shuttlebus-contents > ul {
    padding-bottom: 0.8em;
}

#mainArea .overview__access .overview__shuttlebus h2 {
    margin: 0;
    padding: 0.8em 0.8em 0.7em;
    border: none;
    color: #0068b7;
    font-weight: bold;
}

#mainArea .overview__access .overview__shuttlebus h3 {
    margin-top: 0;
    margin-bottom: 0.8em;
    font-size: 1.8rem;
}

#mainArea .overview__access .overview__shuttlebus p {
    margin-top: 0;
}

#mainArea .overview__access .overview__shuttlebus .notes {
    margin-top: 1em;
}

.overview__access .overview__shuttlebus ul li {
    width: auto;
    float: none;
}

.overview__access .overview__shuttlebus ul {
    margin-bottom: 0;
}

.overview__access .shuttlebus-timetable ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.overview__access .shuttlebus-timetable ul li {
    width: 32%;
}



@media all and (max-width: 1199px) {
    #eventContents .otherArea .photoweekend h3,
    #eventContents .otherArea .photoweekend h4,
    #eventContents .otherArea .photoweekend div.image {
        padding-left:2.60417%;
        padding-right:2.60417%;
    }
    #eventContents .otherArea .photoweekend p {
        padding-left:2.60417%;
    }
    #eventContents .otherArea .photoweekend div.image p {
        padding-left:0;
    }
}
@media all and (max-width: 767px) {
    #sortList.eventSeminar .list li .listDetails {
        height: 17em;
    }
    #sortList.eventSeminar .list li .time span {
        display: inline;
    }
    #sortList.eventSeminar .list li .appIcon img {
        height: 1em;
    }

    #sortList.eventSeminar .list li .genre .nowrap {
        white-space: normal;
    }
    #eventContents .titleArea {
        display:block;
    }
    #eventContents .titleArea .category p {
        margin: 5px 0 0;
    }
    #eventContents .infoArea .info {
        font-size: 1.8;
    }
    #eventContents .infoArea .translation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #eventContents .infoArea .translation li {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    #eventContents .contentArea .textArea .appIcon {
        max-width: 100%;
    }
    #eventContents .contentArea .textArea .appIcon .icon {
        max-width: 50%;
    }
    #eventContents .contentArea .imageArea {
        display:none;
    }
    #eventContents .contentArea .textArea .imageArea {
        width: 40%;
        display:block;
        float:right;
        margin-bottom: 10px;
    }
    #eventContents .contentArea .textArea .description:after {
        content: "";
        display: block;
        clear: both;
    }

    #eventContents .otherArea .col1.imageText li .imageArea {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.66666%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 31.66666%;
                flex: 0 0 31.66666%;
    }

	#eventContents .otherArea .col1.imageText.imageRight li {
	    display:block;
	}
	
	#eventContents .otherArea .col1.imageText.imageRight ul li:first-child {
	    margin-top: 0;
	}

    #eventContents .otherArea .col1.imageText.imageRight li .imageArea {
        float:right;
        width: 40%;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    #eventContents .otherArea .col1.imageText.imageRight li .imageArea img {
		display:block;
    }

    #eventContents .otherArea .col1.imageText li .textArea {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%;
    }


    #eventContents .otherArea .col3 ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #eventContents .otherArea .col3 li,
    #eventContents .otherArea .col3 li:nth-child(3n+1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47.5%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 47.5%;
                flex: 0 0 47.5%;
        margin-left: 5%;
    }
    #eventContents .otherArea .col3 li:nth-child(2n+1) {
        margin-left: 0;
    }

    #eventContents .otherArea .col3.imageText li {
        display:block;
    }
    #eventContents .otherArea .col3.imageText li .imageArea {
        display:block;
        width:64%;
        margin: 0 auto;
    }

    #eventContents .otherArea .col3.imageText li  .textArea > * {
        margin-top: 0.75em;
    }
    
    #eventContents .otherArea .proMovieArea ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #eventContents .otherArea .proMovieArea li {
        display:block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 0;
    }

    #eventContents .otherArea .photoweekend div.image {
        width: 75%;
        float:none;
        padding: 0;
        margin: 15px auto 10px;
        background-color:#fff;
        text-align: center;
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }

    #eventContents .otherArea .photoweekend h3 span,
    #eventContents .otherArea .photoweekend h4 span {
        display:block;
    }

    #eventContents .otherArea .carTravelArea h4 {
        margin-top: 1.5em;
    }
    
    #eventContents .otherArea .carTravelArea dt {
        width:auto;
        float:none;
    }
    #eventContents .otherArea .carTravelArea dd {
        margin-left:0;
    }

    #eventContents .otherArea .carTravelArea p.img {
        margin: 1em 0;
    }

    #eventContents .otherArea .tableContents {
        display: block;
    }

    #eventContents .otherArea .tableContentsCell {
        display: block;
    }

    #eventContents .otherArea .tableContentsCell img {
        max-width: 100%;
    }

    #eventContents .otherArea .imgRight {
        padding-left: 0;
    }

    #eventContents .otherArea .kitchinCar dt {
        width: 6em;
        float: left;
    }

    #eventContents .otherArea .kitchinCar dd {
        margin-left: 6em;
    }

    .overview__access .shuttlebus-timetable ul {
        display:block;
    }

    .overview__access .shuttlebus-timetable ul li {
        width: 100%;
    }

    #mainArea .overview__access .shuttlebus-timetable ul li:nth-of-type(n+2) h3 {
        margin-top: 1.5em;
    }
}


#photoharbourIndexId #eventContents .titleArea .icon {
    -webkit-box-flex:0;
    -webkit-flex:0 0 60%;
       -moz-box-flex:0;
        -ms-flex:0 0 60%;
            flex:0 0 60%;
}
#photoharbourIndexId #eventContents .titleArea .icon li {
    width: 32%;
}
#photoharbourIndexId #eventContents .titleArea .category {
    -webkit-box-flex:1;
    -webkit-flex:1 0 40%;
       -moz-box-flex:1;
        -ms-flex:1 0 40%;
            flex:1 0 40%;
}

#photoharbourIndexId #eventContents #event010 h2.title {
    display:none;
}
#photoharbourIndexId #eventContents #event010 .contentArea .imageArea .image {
    margin-top: -10px;
}
#photoharbourIndexId #eventContents .contentArea .imageArea .image {
    margin-left: 10px;
}

#photoharbourIndexId #eventContents #event010 .contentArea .textArea p {
    margin-top: 30px;
}

#photoharbourIndexId #eventContents #event011,
#photoharbourIndexId #eventContents #event012,
#photoharbourIndexId #eventContents #event013 {
    border-top: 1px solid #666;
    padding-top: 20px;
}

#photoharbourIndexId #eventContents #event011 .titleArea,
#photoharbourIndexId #eventContents #event012 .titleArea,
#photoharbourIndexId #eventContents #event013 .titleArea,
#photoharbourIndexId #eventContents #event011 .infoArea,
#photoharbourIndexId #eventContents #event013 .infoArea {
    display:none;
}
@media all and (max-width: 767px) {
    #eventContents #event011 .button a {
        padding-left:25px;
        padding-right:25px;
    }
}

#eventContents .otherArea .photobookJPArea .event_body_spevent {
    border: 1px solid #d3d3d3;
	padding: 2em 14px 15px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 93%;
    position:relative;
}

#eventContents .otherArea .photobookJPArea .event_body_spevent h3 {
    font-size: 1.1em;
    color:#fff;
    background-color:#999;
    position:absolute;
    left:-5px;
    top: -15px;
    font-weight:bold;
    padding: 0.2em 0.5em;
    margin:0;
}

#eventContents .otherArea .photobookJPArea .syosai th {
    white-space: nowrap;
    vertical-align: top;
}

#eventContents .otherArea .photobookJPArea li {
    border-bottom: none !important;
    margin:10px 0 0;
    padding:0;
}

#eventContents .otherArea .photobookJPArea li h4 {
    text-align: left;
    margin:0;
    padding: 0 0 0.2em 0.5em;
}

#eventContents .otherArea .photobookJPArea li small {
    font-size: 0.8em;
}
#eventContents .otherArea .photobookJPArea li p {
    vertical-align:middle;
    padding: 0 0 0 0.7em;
    line-height:1.4;
    font-size: 0.95em;
    vertical-align:top;
}
#eventContents .otherArea .photobookJPArea li p.talkicon strong,
#eventContents .otherArea .photobookJPArea li span.timeicon,
#eventContents .otherArea .photobookJPArea span.timeicon {
    display:block;
    background-color: #1FA3CB;
    color:#fff;
    font-weight:bold;
    padding: 0.2em 0 0.1em;
    width:4em;
    white-space:nowrap;
    text-align:center;
}
#eventContents .otherArea .photobookJPArea li span.timeicon,
#eventContents .otherArea .photobookJPArea span.timeicon {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.2em 0.5em 0.1em;
    width: auto;
    white-space:nowrap;
    text-align:center;
}
#eventContents .otherArea .photobookJPArea li p.talkday,
#eventContents .otherArea .photobookJPArea li p.talkinfo {
    padding-top: 0.25em;
}
#eventContents .otherArea .photobookJPArea li p.talkday {
    font-weight:bold;
    white-space:nowrap;
}
#eventContents .otherArea .photobookJPArea li p.talkinfo {
    margin-right: 0;
}
#eventContents .otherArea .photobookJPArea li p.talkinfo span.right {
    display:block;
    text-align:right;
    font-size: 1.2rem;
}
#eventContents .otherArea .photobookJPArea li.tabloid p.talkicon strong {
    width:6em;
}
#eventContents .otherArea .photobookJPArea li.tabloid p.talkinfo strong {
    display:inline-block;
    font-weight:bold;
    padding-bottom: 0.5em;
}
#eventContents .otherArea .photobookJPArea li.exhibition p.talkicon strong {
    width:8em;
}
#eventContents .otherArea .photobookJPArea ul.talk li div.flex {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
       -moz-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 0 0.4em;
    border-top: 1px dotted #aaa;
}
#eventContents .otherArea .photobookJPArea ul.talk li:nth-child(1) div.flex {
    padding-top:0;
    border-top: 0;
}
#eventContents .otherArea .photobookJPArea ul.talk li h4 {
    padding-left: 0.5em;
}
#eventContents .otherArea .photobookJPArea .nowrap {
    white-space: nowrap;
}
#eventContents .otherArea .photobookJPArea ul.talk li .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
#eventContents .otherArea .photobookJPArea ul.talk li p.img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp {
    padding: 0;
    border: 0;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp .dayicon {
    background-color:#000;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table {
    width: 100%;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table tr {
    border: solid #d3d3d3;
    border-width: 1px 0;
    background-color:#eee;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table tr:nth-child(2n) {
    background-color:#fff;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td,
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table th {
    vertical-align: middle;
    padding: 0.5em 0 0.5em 10px;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td {
    white-space:nowrap;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder {
    padding-right: 10px;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.day {
font-size: 1.2em;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.day small {
font-size: 0.8em;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.time {
font-size: 0.8em;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder {
    text-align: center;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder p {
    font-size: 1.4rem;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder p.icon {
    background-color:#c8000b;
    color:#fff;
    padding: 0.2em 0.5em;
    margin-bottom: 0.25em;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder p.btn {
    margin-top: 0.5em;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder a.arrow {
border:1px solid #c8000b;
    background-color:#fff;
    color:#c8000b;
    padding: 0.2em 0.5em;
    padding-right: 17px;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    transition: 0.25s ease;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder a.arrow:before {
border-color:#c8000b;
    -webkit-transform: rotate(45deg) scale(0.6);
       -moz-transform: rotate(45deg) scale(0.6);
        -ms-transform: rotate(45deg) scale(0.6);
         -o-transform: rotate(45deg) scale(0.6);
            transform: rotate(45deg) scale(0.6);
            right: 4px;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder a.arrow:hover {
    background-color:#c8000b;
    color:#fff;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder a.arrow:hover:before {
border-color:#fff;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table th {
    padding-right: 10px;
    display:block;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table h3 {
    position: static;
    top:auto;
    left:auto;
    padding:0;
    margin:0;
    color:#000;
    background-color: transparent;
    text-align: left;
    font-size: 2.1rem;
}
#eventContents .otherArea .photobookJPArea .event_table_photobookjp table th p {
    font-size: 1.6rem;
}


@media screen and (max-width: 767px) {

    #eventContents .otherArea .photobookJPArea .syosai th,
    #eventContents .otherArea .photobookJPArea .syosai td {
    display:block;
    }
    #eventContents .otherArea .photobookJPArea .event_body_spevent li {
        float:none;
        width:auto;
    }
    #eventContents .otherArea .photobookJPArea li h4 {
        margin-left: 0;
        padding-left:0;
    }

    #eventContents .otherArea .photobookJPArea .event_body_spevent li p {
        margin: 0.5em 0 0 1.25em;
        line-height:1.4;
        font-size: 0.9em;
        float:none;
    }
    #eventContents .otherArea .photobookJPArea .event_body_spevent li p:after {
        content: "";
        display: block;
        clear: both;
    }
    #eventContents .otherArea .photobookJPArea .event_body_spevent li p.image {
        margin: 0.9em auto;
        float:none;
        width: 80%;
    }
    #eventContents .otherArea .photobookJPArea .event_body_spevent li p.image img {
        display:block;
    }

    #eventContents .otherArea .photobookJPArea .event_body_spevent {
        border: 1px solid #d3d3d3;
        padding: 0 14px 15px;
        margin-top: 30px;
        margin-bottom: -15px;
        font-size: 93%;
        position:relative;
    }
    
    #eventContents .otherArea .photobookJPArea .event_body_spevent h3 {
        font-size: 1.1em;
        color:#fff;
        background-color:#999;
        position: relative;
        top: -10px;
        margin: 0 0 -15px -20px;
        font-weight:bold;
        padding: 0.3em 0.5em 0.2em;
        display:inline-block;
    }
    #eventContents .otherArea .photobookJPArea li p {
        display:block;
        padding: 0;
        margin: 0 0 0 0.7em;
    }
    #eventContents .otherArea .photobookJPArea li p.talkicon {
        float:left;
        clear:left;
        margin: -5px 0 0;
    }
    #eventContents .otherArea .photobookJPArea li p.talkday,
    #eventContents .otherArea .photobookJPArea li p.talkinfo {
        margin-left: 5em;
        white-space:normal;
    }
    #eventContents .otherArea .photobookJPArea li.tabloid p.talkicon {
        float:none;
        clear:none;
        margin-bottom: 3px;
    }
    #eventContents .otherArea .photobookJPArea li.tabloid p.talkday,
    #eventContents .otherArea .photobookJPArea li.tabloid p.talkinfo {
        margin-left: 0;
        margin-bottom: 5px;
    }
    #eventContents .otherArea .photobookJPArea li.exhibition p.talkday {
        margin-bottom: 0;
    }
    #eventContents .otherArea .photobookJPArea ul.talk li div.flex {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #eventContents .otherArea .photobookJPArea ul.talk li h4 {
        padding: 0.2em 0;
    }
    #eventContents .otherArea .photobookJPArea ul.talk li div.flex p {
        margin: 0;
        padding: 0.2em 0;
    }
    #eventContents .otherArea .photobookJPArea ul.talk li div.flex p.img {
        width: auto;
        margin-right: 0;
    }

    #eventContents .otherArea .photobookJPArea .event_table_photobookjp {
        border: 0;
        padding-left:0;
        padding-right:0;
    }
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table td,
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table th {
        display:block;
        vertical-align: middle;
        padding: 0.5em 0 0.5em 10px;
    }
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table th {
        padding-top: 0;
    }
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table .none {
        display: none;
    }
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder{
    padding-top: 0;
    }
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder p {
        display: inline-block;
    }
    #eventContents .otherArea .photobookJPArea .event_table_photobookjp table td.preorder p.icon {
        padding-left:1em;
        padding-right:1em;
        margin-right: 1em;
    }
}

/* イベント・セミナー内PhotoWeekend Table */
#eventContents .otherArea .event_table_photoweekend {
    padding: 0;
    border: 0;
}
#eventContents .otherArea .event_table_photoweekend .title {
	background-color:#0068b7;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
    margin: 1em 0 0;
}
#eventContents .otherArea .event_table_photoweekend .title h3 {
    padding: 0;
    margin: 0 0 0 0.5em;
	color:#fff;
    font-size: 2rem;
}
#eventContents .otherArea .event_table_photoweekend .title .buttonArea {
    display:none;
    margin: 0;
    padding: 0;
}

#eventContents .otherArea .event_table_photoweekend .title .buttonAdd a {
    font-size: 1.8rem;
    padding: 0.15em 20px 0.17em 15px;
    border-color:#fff;
    margin:0;
}
#eventContents .otherArea .event_table_photoweekend .title .buttonAdd a:before {
    border-color:#fff;
    width: 10px;
    height:10px;
    right: 7px;
}
#eventContents .otherArea .event_table_photoweekend .title .buttonAdd a:hover {
    background-color:#fff;
    color:#e60012;
    text-decoration: none;
    border-color:#e60012;
}
#eventContents .otherArea .event_table_photoweekend .title .buttonAdd a:hover:before {
    border-color:#e60012;
}
#eventContents .otherArea .event_table_photoweekend .table {
    margin-top: 3px;
}
#eventContents .otherArea .event_table_photoweekend table {
    width: 100%;
    border-bottom:1px solid #dddddd;
}

#eventContents .otherArea .event_table_photoweekend tr th,
#eventContents .otherArea .event_table_photoweekend tr td {
    padding: 0.5em 0.25em;
    font-size: 1.6rem;
    text-align:center;
}

#eventContents .otherArea .event_table_photoweekend tr.head th {
    color:#fff;
    background-color:transparent;
    white-space: nowrap;
}

#eventContents .otherArea .event_table_photoweekend tr.head th:nth-child(3) {
    border-left: 1px solid #fff;
}
#eventContents .otherArea .event_table_photoweekend tr.headsat th {
    background-color:#2796d5 !important;
}
#eventContents .otherArea .event_table_photoweekend tr.headsun th {
    background-color:#2796d5 !important;
}
#eventContents .otherArea .event_table_photoweekend tr th.women {
    background-color:#ea4b80 !important;
}
#eventContents .otherArea .event_table_photoweekend tr.headsat th,
#eventContents .otherArea .event_table_photoweekend tr.headsun th {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#eventContents .otherArea #ps.event_table_photoweekend tr.headsat th:nth-child(1),
#eventContents .otherArea #ps.event_table_photoweekend tr.headsun th:nth-child(1) {
    border-left: 0;
}
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n) th,
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n) td {
    background-color:#fff;
}
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n+1) th,
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n+1) td {
    background-color:#f3f3f3;
}
#eventContents .otherArea .event_table_photoweekend .head2l tr.head th {
    padding: 0.7em 0.5em 0.65em;
}
#eventContents .otherArea .event_table_photoweekend .head2l tr:nth-child(2n) th,
#eventContents .otherArea .event_table_photoweekend .head2l tr:nth-child(2n) td {
    background-color:#fff;
}
#eventContents .otherArea .event_table_photoweekend .head2l tr:nth-child(2n+1) th,
#eventContents .otherArea .event_table_photoweekend .head2l tr:nth-child(2n+1) td {
    background-color:#f3f3f3;
}
#eventContents .otherArea .event_table_photoweekend tr td {
    border-left: 1px solid #dddddd;
    font-size: 1.3rem;
}
#eventContents .otherArea .event_table_photoweekend tr th {
    background-color:#e8546a;
    font-size: 1.5rem;
}

#eventContents .otherArea #ps.event_table_photoweekend tr th.headTitle {
    width: 28%;
    border-left:1px solid #fff !important;
}
#eventContents .otherArea #ws.event_table_photoweekend tr th.headTitle {
    width: auto;
}
#eventContents .otherArea #ws.event_table_photoweekend tr th.placetime {
    width: 20%;
}
#eventContents .otherArea .event_table_photoweekend tr th.teacher {
    width: 10.5%;
}
#eventContents .otherArea .event_table_photoweekend tr th.products {
    width: 6%;
}
#eventContents .otherArea .event_table_photoweekend tr th.cooperation {
    width: 20%;
}
#eventContents .otherArea .event_table_photoweekend a.btn {
    padding-left:1em;
    padding-right:1em;
    background-color:#e8546a;
    border-color:#e8546a;
    white-space: nowrap;
}
#eventContents .otherArea .event_table_photoweekend .nowrap {
white-space: nowrap;
}
#eventContents .otherArea .event_table_photoweekend td p.button a.profile,
#eventContents .otherArea .event_table_photoweekend td p.button a.arrow {
    display:inline-block;
    color:#0096b2;
    background-color:#fff;
    border: 1px solid #0096b2;
    padding: 0.2em 1.5em 0.2em 0.75em;
    border-radius: 5px;
    text-decoration:none;
    margin-top: 0.2em;
    font-size: 1.2rem;
    min-width:0;
    white-space:nowrap;
}
#eventContents .otherArea .event_table_photoweekend td p.button a.profile:before,
#eventContents .otherArea .event_table_photoweekend td p.button a.arrow:before {
    border-color:#0096b2;
    transform: rotate(135deg) scale(0.35,0.35) translateY(0.5em);
    right: 0;
}
#eventContents .otherArea .event_table_photoweekend td p.button a.profile:hover,
#eventContents .otherArea .event_table_photoweekend td p.button a.arrow:hover {
    color:#fff;
    background-color:#0096b2;
}
#eventContents .otherArea .event_table_photoweekend td p.button a.profile:hover:before,
#eventContents .otherArea .event_table_photoweekend td p.button a.arrow:hover:before {
    border-color:#fff;
}
#eventContents .otherArea .products_photoweekend {
background-color:#e1f2f5;
padding: 2.5% 5% 5%;
margin-top: 30px;
margin-bottom: 30px;
}
#eventContents .otherArea .products_photoweekend h3 {
margin:0 0 -20px;
padding:0;
color:#0096b2;
background-color:transparent;
}
#eventContents .otherArea .products_photoweekend h4 {
margin: 40px 0 15px;
padding:0;
font-size: 2rem;
}
#eventContents .otherArea .products_photoweekend ul {
margin:0;
padding:0;
display:flex;
justify-content: space-between;
text-align: center;
}
#eventContents .otherArea .products_photoweekend li {
width:47.22222%;
margin:0;
padding:0;
}
#eventContents .otherArea .products_photoweekend li .caption {
margin-top: 0.5em;
font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
#eventContents .otherArea .event_table_photoweekend {
    margin-top: 8%;
}
#eventContents .otherArea .event_table_photoweekend .title {
    padding: 4px;
}

#eventContents .otherArea .event_table_photoweekend .title .buttonAdd a {
border-width: 1px;
}
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n) th,
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n) td {
    background-color:#eeeeee;
}
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n+1) th,
#eventContents .otherArea .event_table_photoweekend tr:nth-child(2n+1) td {
    background-color:#fff;
}
#eventContents .otherArea .event_table_photoweekend tr.head th {
    background-color:#e8546a;
    width: auto;
}
#eventContents .otherArea .event_table_photoweekend table:nth-child(1) tr.head th {
    background-color:#2796d5;
}
#eventContents .otherArea .event_table_photoweekend  {
    border-bottom: 1px solid #dddddd;
}
#eventContents .otherArea .event_table_photoweekend tr td {
    font-size: 1.4rem;
}
#eventContents .otherArea .event_table_photoweekend tr th {
    font-size: 1.5rem;
}
#eventContents .otherArea .event_table_photoweekend tr th.headTitle {
    width: auto;
}
#eventContents .otherArea .event_table_photoweekend tr td .btnArea a.btn {
    position: relative;
    padding-left: 0.75em;
    padding-right: 1.5em;
}
#eventContents .otherArea .event_table_photoweekend tr td .btnArea a.btn i {
    position: absolute;
    top: 50%;
    right: 0.25em;
    margin-top: -0.5em;
    line-height: 1;
}
#eventContents .otherArea #ps.event_table_photoweekend tr th.headTitle {
    width: 60%;
}
#eventContents .otherArea #ws.event_table_photoweekend tr th.headTitle {
    width: auto;
}
#eventContents .otherArea #ws.event_table_photoweekend tr th.placetime {
    width: 20%;
}
#eventContents .otherArea .event_table_photoweekend tr th.teacher {
    width: 23%;
}
#eventContents .otherArea .event_table_photoweekend tr th.cooperation {
    width: 8em;
}
#eventContents .otherArea .event_table_photoweekend tr th.products {
    width: 17%;
}
#eventContents .otherArea #ps.event_table_photoweekend tr th.time {
font-size:1.35rem;
}
#eventContents .otherArea .event_table_photoweekend .first .satRoomb,
#eventContents .otherArea .event_table_photoweekend .first .sunRoomb {
    display:none;
}
#eventContents .otherArea .event_table_photoweekend .d_sp .satRooma,
#eventContents .otherArea .event_table_photoweekend .d_sp .sunRooma {
    display:none;
}
#eventContents .otherArea .event_table_photoweekend td p.button a.profile,
#eventContents .otherArea .event_table_photoweekend td p.button a.arrow {
    display:inline-block;
    color:#0096b2;
    background-color:#fff;
    border: 1px solid #0096b2;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-radius: 5px;
    text-decoration:none;
    margin-top: 0.2em;
    font-size: 1.2rem;
    min-width:0;
    white-space:nowrap;
}
#eventContents .otherArea .event_table_photoweekend td p.button a.arrow:before {
    display:none;
}
}


/* 見どころ */
#mainArea ul.watch_photo,
#mainArea ul.watch_photo2,
#mainArea ul.watch_photo2_2,
#mainArea ul.watch_photo3 {
    margin: 20px 0 !important;
    width: 100% !important;
    float: left;
}
#mainArea ul.watch_photo li,
#mainArea ul.watch_photo2 li,
#mainArea ul.watch_photo2_2 li,
#mainArea ul.watch_photo3 li {
    margin: 0 auto !important;
    padding: 0;
    border: none !important;
    width: 30% !important;
    float: none;
    text-align: center;
    display: block;
    vertical-align: bottom;
}
#mainArea ul.watch_photo1 li {
    width: 70% !important;
}
#mainArea ul.watch_photo li img,
#mainArea ul.watch_photo2 li img,
#mainArea ul.watch_photo3 li img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
#mainArea ul.watch_photo2 li {
    margin: 0 10% !important;
    float: left;
    display: inline-block;
}
#mainArea ul.watch_photo2_2 li {
    width: 50% !important;
    display: inline-block;
    vertical-align: middle;
}
#mainArea ul.watch_photo2_2 li.horizontal,
#mainArea ul.watch_photo2_2 li.vertical {
    width: 49% !important;
}
#mainArea ul.watch_photo2_2 li.horizontal img {
    width: 60% !important;
    vertical-align: middle;
}
#mainArea ul.watch_photo2_2 li.vertical img {
    width: 50% !important;
    vertical-align: middle;
}
#mainArea ul.watch_photo2_2 li span {
    display: block;
    text-align: center;
}
#mainArea ul.watch_photo3 li {
    margin: 0 1.5% !important;
    float: left;
    display: inline-block;
}
#mainArea ul.watch_photo2_inhalf li {
    width: 45% !important;
    margin: 0 2.5%  !important;
    text-align: center;
}
#mainArea ul.watch_photo2_inhalf li img {
    margin: 0 auto;
    width: 66.66667% !important;
}
#mainArea ul.watch_list {
    padding-top: 1em;
    clear:both;
}
#mainArea ul.watch_list li {
    margin-top: 0.5em;
    margin-left: 1em;
    text-indent: -1em;
}
#mainArea ul.watch_list li .watch_list_detail {
    text-indent: 0;
    margin-top: 0.1em;
    font-size:93%;
}
#mainArea ul.watch_list li a,
#mainArea ul.watch_list li a.span span:first-child {
    padding-left: 1em;
    background: url(/common2019/2018/img/event_img/watch_arrow.png) no-repeat 0 0.35em;
    -webkit-background-size: auto 0.7em;
       -moz-background-size: auto 0.7em;
         -o-background-size: auto 0.7em;
            background-size: auto 0.7em;
}
#mainArea ul.watch_list li a.span {
    padding-left: 0;
    background-image:none;
}
#mainArea ul.watch_list li a span {
    margin:0;
    text-indent:0;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    width: 60%;
    text-align:left;
}
#mainArea ul.watch_list li a span:first-child {
    text-decoration: underline;
    width: 800px;
}
#mainArea ul.watch_list li a span:last-child {
    width: 310px;
    text-align:center;
}
#mainArea ul.watch_list li a span img,
#mainArea ul.watch_list li.inlink span img {
    display:inline-block;
    width:75%;
    height:auto;
}
#mainArea ul.watch_list li.photobookjp a span img {
    /*width: 100%;*/
}
#mainArea ul.watch_list li.inlink {
    padding-bottom: 0.5em;
}
#mainArea ul.watch_list li.inlink > span {
    margin:0;
    text-indent:0;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    width: 60%;
    text-align:left;
    padding-left: 0;
    background: none;
}
#mainArea ul.watch_list li.inlink > span em {
    font-size: 90%;
    text-decoration: none;
}
#mainArea ul.watch_list li.inlink > span a {
    padding-left: 1em;
    background: url(/common2019/2018/img/event_img/watch_arrow.png) no-repeat 0 0.35em;
    -webkit-background-size: auto 0.7em;
       -moz-background-size: auto 0.7em;
         -o-background-size: auto 0.7em;
            background-size: auto 0.7em;
    display:inline-block;
    text-decoration: underline;
}
#mainArea ul.watch_list li.inlink > span:first-child {
    width: 800px;
}
#mainArea ul.watch_list li.inlink > span:last-child {
    width: 310px;
    text-align:center;
}
#mainArea ul.watch_list_text li{
    margin-left:0;
    text-indent:0;
}
#mainArea ul.watch_list_text li p {
    border:0;
    margin:0;
    padding:0;
    float:none;
}
#mainArea ul.watch_list_text li .watch_list_icon {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size:78%;
    display:inline-block;
    text-align:center;
    color:#fff;
    background-color:#005aab;
    padding: 0.25em 0.7em 0.2em;
    -webkit-border-radius: 1.5em;
       -moz-border-radius: 1.5em;
            border-radius: 1.5em;
    margin: 0 0.2em 0.25em 0;
    text-decoration:none !important;
}
#mainArea ul.watch_list_text li .watch_list_link {
    margin-left: 1em;
    text-indent: -1em;
}
#mainArea ul.watch_list_text li .watch_list_detail {
    margin-left: 1.12em;
}
#mainArea ul.watch_list_photoharbour {
    padding-top:10px;
}
#mainArea ul.watch_list li a.span span span.icon_new {
    font-weight:bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    width:auto;
    font-size:78%;
    display:inline-block;
    text-align:center;
    color:#fff;
    background-color:#e60012;
    padding: 0.25em 0.7em 0.15em !important;
    -webkit-border-radius: 1.5em;
       -moz-border-radius: 1.5em;
            border-radius: 1.5em;
    margin: 0 0.3em 0.25em 0;
    text-decoration:none !important;
    padding-top:0;
    background-image:none;
}
#mainArea .watch_area p.watch_notitle {
    border-top: 0 none;
    margin-top: 16px;
    padding-top: 8px;
}
#mainArea .watch_area .fs,
#mainArea .watch_area .caption {
    font-size:75%;
}
#mainArea .watch_area .caption {
    text-align:center;
    line-height: 1.4;
    display:inline-block;
    width:100%;
}
#mainArea .watch_area .rightimg .img {
    float:right;
    width: 30%;
    margin-left: 20px;
}
#mainArea .watch_area .leftimg .img {
    float:left;
    margin-left: 0px;
    margin-right: 20px;
}
#mainArea .watch_area .rightimg .img20 {
    width: 20%;
}
#mainArea .watch_area .rightimg .img25 {
    width: 25%;
}
#mainArea .watch_area .rightimg .img30 {
    width: 30%;
}
#mainArea .watch_area .rightimg .img35 {
    width: 35%;
}
#mainArea .watch_area .rightimg .img40 {
    width: 40%;
}
#mainArea .watch_area .rightimg .img45 {
    width: 45%;
}
#mainArea .watch_area .rightimg .img50 {
    width: 50%;
}
#mainArea .watch_area .rightimg .img img {
    width: 100%;
}
#mainArea .watch_area .rightimg {
    margin: 2px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
    display: block;
    position:relative;
}
#mainArea .watch_area .rightimg p {
    margin: 0;
    padding: 0;
    border-top: 0 none;
    display: block;
    float: none;
}
#mainArea .watch_area .leftimg p {
    margin-left: 33%;
    margin-bottom: 3em;
}
#mainArea .watch_area .leftimg p.img {
    margin-left: 0;
    margin-bottom: 0;
}
#mainArea .watch_area .leftimg .watch_moreinfo {
    position:absolute;
    right:0;
    bottom:0;
}

@media screen and (max-width: 767px) {
    #mainArea ul.watch_list li a span:first-child {
        width: auto;
    }
    #mainArea ul.watch_list li a span:last-child {
        width: auto;
    }
    #mainArea ul.watch_list li.inlink > span:first-child {
        width: auto;
    }
    #mainArea ul.watch_list li.inlink > span:last-child {
        width: auto;
    }
    #mainArea ul.watch_list li a span {
        width: 75%;
    }
    #mainArea .watch_area .leftimg .watch_moreinfo {
        position:static;
    }
    #mainArea .watch_area .leftimg p {
        margin-bottom: 0;
    }
}

#mainArea .watch_area_photoweekend {
    overflow:hidden;
    border:none;
    margin: 0 auto 35px;
    background: url(../../visitor/img/topics_photoweekend_line.gif) repeat-y left top;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    background-color: #fff;
}

#mainArea .watch_area_photoweekend * {
    margin:0;
    padding:0;
    border: 0 none;
    background-color:transparent;
    text-align: left;
    color:#000;
}
#mainArea .watch_area_photoweekend img {
    max-width:100%;
    height:auto;
    display:block;
}
#mainArea .watch_area_photoweekend .contents {
    width:100%;
    height:auto;
    display:block;
    background-image: url(../../visitor/img/topics_photoweekend_top.gif),url(../../visitor/img/topics_photoweekend_bottom.gif);
    -webkit-background-size: 100% auto,100% auto;
       -moz-background-size: 100% auto,100% auto;
         -o-background-size: 100% auto,100% auto;
            background-size: 100% auto,100% auto;
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 5.16667% 0 6%;
}
#mainArea .watch_area_photoweekend .img {
    width:44.41667%;
    margin-top: -0.5%;
    margin-right:3.125%;
    float:right;
}
#mainArea .watch_area_photoweekend .text {
    width:46.25%;
    margin-top: 4.16667%;
    margin-left:3.41667%;
    float:left;
}
#mainArea .watch_area_photoweekend .text p {
    font-size: 2.8rem;
    line-height: 1.65;
    margin-top: 15px;
}
#mainArea .watch_area_photoweekend .text p.lead {
    font-size: 3.7rem;
    line-height: 1.5;
    margin-top: 0;
    color:#e8546b;
    font-weight: bold;        font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#mainArea .watch_area_photoweekend .watch_moreinfo{
    margin: 2.5% 3.41667% 0;
}
#mainArea .watch_area_photoweekend .watch_moreinfo a,
#mainArea .watch_area_photoweekend .watch_moreinfo a[href] {
    width:100%;
    text-align:center;
    font-size: 3.3rem;
    line-height:1.5;
    padding: 0.3em 0.6em;
    background-color:#e8546b;
    font-weight: bold;        font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#mainArea .watch_area_photoweekend .watch_moreinfo a,
#mainArea .watch_area_photoweekend .watch_moreinfo a[href],
#mainArea .watch_area_photoweekend .watch_moreinfo a span {
    color:#fff;
}
#mainArea .watch_moreinfo a[href]:hover {
    opacity:0.8;
}

@media screen and (max-width: 767px) {
    #mainArea .watch_area_photoweekend {
        margin: 0 auto 35px;
        background-image: url(../../visitor/img/topics_photoweekend_line_sp.gif);
    }
    #mainArea .watch_area_photoweekend .contents {
        background-image: url(../../visitor/img/topics_photoweekend_top_sp.gif),url(../../visitor/img/topics_photoweekend_bottom_sp.gif);
        padding: 7.5% 0 12.5%;
    }
    #mainArea .watch_area_photoweekend .img,
    #mainArea .watch_area_photoweekend .text {
        width:auto;
        margin: 0 5.20833% 0;
        float:none;
    }
    #mainArea .watch_area_photoweekend .img {
        margin-top: 4%;
    }
    #mainArea .watch_area_photoweekend .text p {
        font-size: 2rem;
        margin-top: 0.5em;
    }
    #mainArea .watch_area_photoweekend .text p.lead {
        font-size: 2.4rem;
        margin-top: 0.75em;
    }
    #mainArea .watch_area_photoweekend .watch_moreinfo{
        margin: 0.5% 5.20833%;
    }
    #mainArea .watch_area_photoweekend .watch_moreinfo a,
    #mainArea .watch_area_photoweekend .watch_moreinfo a[href] {
        font-size: 2.6rem;
    }
}


@media screen and (min-width: 768px), print {
    
    /* 見どころ */
    #mainArea .watch_title {
        margin: 0 0 20px -14px;
        padding: 0;
        width: auto;
        color: #a5077b;
        font-size:2.6rem;/*fontresize*/
        font-weight: bold;        font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        /*border-bottom: 2px solid #ccc;*/
    }
    #mainArea .watch_area {
    margin: 0 auto 25px;
    padding: 14px 24px;
    border: 1px solid #ccc;
    display: block;
    float: none;
    position: relative;
}
    #mainArea .watch_area_title {
        background: url(/common2019/2018/img/watch_ber.png) no-repeat;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
             -o-background-size: 100%;
                background-size: 100%;
        position: absolute;
        top: -10px;
        left: -10px;
        color: #fff;
        font-size:2.4rem;/*fontresize*/
        font-weight: bold;        font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        position: absolute;
        width: 420px;
        height: 50px;
        padding: 8px;
    }
    #mainArea .watch_area .fs,
    #mainArea .watch_area .caption,
    #mainArea .watch_area_photoweekend .caption {
        font-size:75%;
    }
    #mainArea .watch_area .caption,
    #mainArea .watch_area_photoweekend .caption {
        text-align:center;
        line-height: 1.4;
        display:inline-block;
        width:100%;
    }

    #mainArea .watch_area_title2 {
        margin: 0;
        padding: 8px 0 8px 0;
        width: auto;
        color: #000;
        font-size:3.4rem;/*fontresize*/
        letter-spacing: -0.05rem;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
    }
    #mainArea .watch_area_date {
        margin: 0 0 10px;
        padding: 0;
        color: #000;
        font-size:2.5rem;/*fontresize*/
        text-align: right;
        letter-spacing: -0.05rem;
    }
    #mainArea .watch_area_flex {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    #mainArea .watch_area p {
        margin: 2px 0 0 0;
        padding: 15px 0 0 0;
        border-top: 1px solid #ccc;
        display: block;
        float: left;
    }
    #mainArea .watch_moreinfo a {
        margin: 10px 0 0 0;
        text-decoration: none;
        color: #fff;
        display: block;
        float: right;
        padding: 0 20px;
        -webkit-border-radius: 2.3em;
           -moz-border-radius: 2.3em;
                border-radius: 2.3em;
        line-height: 2.3em;
        background: #4f2896;
    }

    #mainArea .watch_moreinfo a[href] {
        padding-right:2em;
        background: url(/common2019/2018/img/right_arrow_white.png) no-repeat right center;
        background-color: #4f2896;
        -webkit-background-size: auto 0.8em;
           -moz-background-size: auto 0.8em;
             -o-background-size: auto 0.8em;
                background-size: auto 0.8em;
    }
}
/* 見どころ */


@media screen and (max-width: 767px) {

    /* 見どころ */
    #mainArea .watch_title {
        margin: 0 0 20px -8px;
        padding: 0;
        width: auto;
        color: #a5077b;
        font-size:2.2rem;/*fontresize*/
        font-weight: bold;        font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        /*border-bottom: 2px solid #ccc;*/
    }
    #mainArea .watch_area {
        margin: 0 0 20px 0;
        padding: 14px;
        border: 1px solid #ccc;
        display: block;
        float: left;
    }
   #mainArea .watch_area {
    margin: 0 auto;
    padding: 14px;
    border: 1px solid #ccc;
    display: block;
    position: relative;
}
   #mainArea .watch_area_title {
    background: url(/common2019/2018/img/watch_ber.png) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    position:relative;
    margin-top: -2em;
    left: -20px;    
    color: #fff;
    font-size:2.2rem;/*fontresize*/
    font-weight: bold;    font-family: "凸版文久ゴシック Pr6N DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    width: 90%;
    min-height: 30px;
    padding: 3px 3px 3px 6px;
}
    
    #mainArea .watch_area:nth-child(6n+2) .watch_area_title {
        background-image: url(/common2019/2018/img/watch_ber_red.png);
    }
    
    #mainArea .watch_area:nth-child(6n+3) .watch_area_title {
        background-image: url(/common2019/2018/img/watch_ber_water.png);
    }
    
    #mainArea .watch_area:nth-child(6n+4) .watch_area_title {
        background-image: url(/common2019/2018/img/watch_ber_green.png);
    }
    
    #mainArea .watch_area:nth-child(6n+5) .watch_area_title {
        background-image: url(/common2019/2018/img/watch_ber_orange.png);
    }
    
    #mainArea .watch_area:nth-child(6n+6) .watch_area_title {
        background-image: url(/common2019/2018/img/watch_ber_blue.png);
    }
    
    #mainArea .watch_area:nth-child(6n+7) .watch_area_title {
        background-image: url(/common2019/2018/img/watch_ber_olive.png);
    }
    #mainArea .watch_area_flex {
    display:block;
    }
    #mainArea .watch_area_title2 {
        margin: 0 0 0 0;
        padding: 0 0 8px 0;
        width: auto;
        font-size:2.7rem;/*fontresize*/
        letter-spacing: -0.05rem;
    }
    #mainArea .watch_area_date {
        margin: 0;
        padding: 0;
        font-size:1.9rem;/*fontresize*/
        text-align: right;
        letter-spacing: -0.05rem;
    }
    #mainArea .watch_area p {
        margin: 2px 0 0 0;
        padding: 10px 0 0 0;
        font-size:1.9rem;/*fontresize*/
        border-top: 1px solid #ccc;
        display: block;
        float: left;
    }
    #mainArea .watch_moreinfo a {
        margin: 10px 0 0 0;
        text-decoration: none;
        color: #fff;
        display: block;
        float: right;
        padding: 0 20px;
        -webkit-border-radius: 2.3em;
           -moz-border-radius: 2.3em;
                border-radius: 2.3em;
        line-height: 2.3em;
        background: #4f2896;
    }

    #mainArea .watch_moreinfo a[href] {
        padding-right:2em;
        background: url(/common2019/2018/img/right_arrow_white.png) no-repeat right center;
        background-color: #4f2896;
        -webkit-background-size: auto 0.8em;
           -moz-background-size: auto 0.8em;
             -o-background-size: auto 0.8em;
                background-size: auto 0.8em;
    }
}


#photoweekend {
    background-color:#fffbda;
    padding: 3.333333%;
}

#photoweekend p,
#photoweekend h2,
#photoweekend h3 {
    padding:0;
    margin:0;
    border: 0 none;
}

#photoweekend .subtitle img {
    display:inline;
    width: 50.71429%;
}

#photoweekend .subtitle img:nth-child(2) {
    width: 45.80357%;
    margin-left: 2.8%;
}

.en #photoweekend .subtitle img,
.ch #photoweekend .subtitle img {
    display:inline;
    width: 50.53571%;
}

.en #photoweekend .subtitle img:nth-child(2),
.ch #photoweekend .subtitle img:nth-child(2) {
    width: 47.14286%;
    margin-left: 2.32143%;
}

#photoweekend .title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
}

#photoweekend h2 {
    width: 48.39286%;
}

#photoweekend .lead {
    margin-bottom: 0.6%;
    width: 48.03571%;
}

#photoweekend .topics h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 4.46429%;
    color:#0095b2;
    padding-bottom: 0.1em;
    text-align: left;
    background-color:transparent;
    border-bottom: 3px solid #0095b2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

#photoweekend .topics .contArea {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0.75em;
}

#photoweekend .topics .contArea .image ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#photoweekend .topics01 .contArea {
    display:block;
}

#photoweekend .topics01 .contArea .image ul {
    margin-top: 1.78571%;
}

#photoweekend .topics01 .contArea .image li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.66071%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 23.66071%;
            flex: 0 0 23.66071%;
}

#photoweekend .topics01 .contArea .image .caption {
    margin-top: 0.1em;
    text-align: right;
}

#photoweekend .topics02 .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.96429%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 36.96429%;
            flex: 0 0 36.96429%;
}

#photoweekend .topics02 .image {
    margin-top: 0.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59.46429%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 59.46429%;
            flex: 0 0 59.46429%;
}

#photoweekend .topics02 .image ul li {
    margin-left: 0.79872%;
}

#photoweekend .topics02 .image ul li:nth-child(1) {
    margin-left: 0;
}

#photoweekend .topics03 .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
}

#photoweekend .topics03 .image {
    margin-top: 0.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 22.5%;
            flex: 0 0 22.5%;
}

#photoweekend .topics03 .image ul {
    display:block;
    position: relative;
}

#photoweekend .topics03 .image ul li {
    margin-left: 0;
}

#photoweekend .topics03 .image ul li:nth-child(2) {
    position: absolute;
    width:83.92857%;
    left:0;
    bottom:0;
    margin-left:-84.92857%;
    margin-bottom: -5%;
}

#photoweekend .bottom {
    margin-top: 4.46429%;
    padding-top: 1.78571%;
    background: url("../../photoweekend/img/index_border.png") no-repeat center top;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#photoweekend .bottom p {
    text-align: center;
    font-size: 3.6rem;
}

#photoweekend .bottom p strong {
    color:#e8546b;
}

@media all and (max-width: 767px) {

    #photoweekend {
        margin-bottom: -7%;
    }

    #photoweekend .subtitle {
        margin-top:2%;
    }
    #photoweekend .subtitle img,
    #photoweekend .subtitle img:nth-child(2),
    .en #photoweekend .subtitle img,
    .en #photoweekend .subtitle img:nth-child(2),
    .ch #photoweekend .subtitle img,
    .ch #photoweekend .subtitle img:nth-child(2) {
        display:block;
        width: auto;
        margin: 0;
    }
    #photoweekend .subtitle img:nth-child(2),
    .en #photoweekend .subtitle img:nth-child(2),
    .ch #photoweekend .subtitle img:nth-child(2) {
        margin-top: 3%;
    }

    #photoweekend .title {
        display:block;
        margin-top: 5%;
    }

    #photoweekend h2,
    #photoweekend .lead {
        width: auto;
    }
    #photoweekend .lead {
        margin-top: 5%;
    }

    #photoweekend .topics h3 {
        margin-top: 8%;
    }

    #photoweekend .topics .contArea {
        display:block;
    }

    #photoweekend .topics .contArea .image li {
        margin-top: 1%;
    }

    #photoweekend .topics01 .contArea .image ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #photoweekend .topics01 .contArea .image li {
        -webkit-box-flex:0;
        -webkit-flex:0 0 49%;
           -moz-box-flex:0;
            -ms-flex:0 0 49%;
                flex:0 0 49%;
        margin-top: 4%;
    }

    #photoweekend .topics01 .contArea .image li:nth-child(1),
    #photoweekend .topics01 .contArea .image li:nth-child(2) {
        margin-top: 0;
    }

    #photoweekend .topics03 .image ul {
        margin-left: 42%;
    }

    #photoweekend .topics03 .image {
        margin-top:3%;
    }

    #photoweekend .topics03 .image ul li:nth-child(2) {
        width: 68%;
        top:0;
        bottom:auto;
        margin-left: -70%;
        margin-bottom:0;
        margin-top: -3%;
    }

    #photoweekend .bottom {
        background-position: left top;
        -webkit-background-size: 202% auto;
           -moz-background-size: 202% auto;
             -o-background-size: 202% auto;
                background-size: 202% auto;
    }
}


/* info */
.info_index-layout #globalNaviWrap,
.info_index-layout #humbNavi,
.info_index-layout #humbNaviTrigger {
	display:none;
}

#smallNavi ul ul li .sw2ii_info_index {
    background-color: rgba(255,70,70,0.9);
}

@media all and (max-width: 767px) {
    .info_index-layout #appNavi {
        display: block;
    }

    .info_index-layout #appNavi ul,
    .info_index-layout #headerArea .mypageNavi {
        display:none;
    }
    #humbNavi > div > ul ul li a.sw2ii_info_index {
        background-color: #ff5858;
        color:#fff;
    }
    #humbNavi > div > ul ul li a.sw2ii_info_index:before {
        border-color: #fff;
    }
}


/* タブメニュー */
@media all and (max-width: 767px) {
    .etabs{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    li.tab {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    ul li.tab:first-child {
    margin-left: 3px;
    }
    li.tab a {
        width: 100%;
        font-size: 2.4rem;
    }
    li.tab a span {
        font-size: 75%;
    }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';

  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }


.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;

    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
         transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
      -o-transform-origin: 0;
         transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
      -o-transform-origin: 100%;
         transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7xtrbh');
  src:  url('../fonts/icomoon.eot?7xtrbh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7xtrbh') format('truetype'),
    url('../fonts/icomoon.woff?7xtrbh') format('woff'),
    url('../fonts/icomoon.svg?7xtrbh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner3:before {
  content: "\e97c";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-twitter:before {
  content: "\ea96";
}

.icomoon {
    vertical-align: -0.1em;
}