/*-----------
reset
-----------*/
* {margin: 0;padding: 0;}

.cf { zoom: 1; }
.cf:before,.cf:after { content: ""; display: table;}
.cf:after { clear: both;}

img {height: auto;}

/*-----------
commone
-----------*/
.left{float: left;}
.right{float: right;}
.listL li{float: left;}

/*flex box*/
.flex{display: flex;align-items: flex-start;}
.mleft{margin-left: auto;}
.mright{margin-right: auto;}
.mtop{margin-top: auto;}
.mbottom{margin-bottom: auto;}

.pc{display: block;}
.sp{display: none;}

figure {
    margin: 0;
    padding: 0;
}

/*-----------
body
-----------*/
body {
    position: relative;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: relative;
    overflow-x: hidden;
    height: 100%;
    background: #00aaaf;
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
  }
  
  a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
  }

@media print, screen and (min-width: 701px) {

/*-----------
common
-----------*/

.pc {
    display: none;
}

.inner {
    width: 1078px;
    padding: 45px;
    margin: 0 auto;
    background: rgba(255,255,255,0.4);
    box-shadow: 0px 0px 7px 0px #f9ddf1 inset, 0px 0px 17px -4px #a0a0a0;
}

p {
    font-size: 1.8rem;
    line-height: 2.1;
    color: #4a4a4a;
}

.inner p {
    text-align: center;
}

.btn a {
    width: 500px;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    border: 2px solid #f12d80;
    background: rgba(255,255,255,0.5);
    padding: 32px 0 28px;
    text-align: center;
    color: #f12d80;
    position: relative;
}

.btn a:hover {
    background-color:rgba(241,45,128,0.8);
    color: #fff;
}

p.btn {
    line-height: 0;
}

.btn a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #f12d80;
    border-right: solid 2px #f12d80;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 92px;
}

.btn a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}


/*-----------
header
-----------*/

header {
    width: 100%;
    background: #e51d7f;
    padding: 6px 12px 8px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

header ul li {
    position: relative;
    z-index: 110;
}

header h1 {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 13px;
    padding: 0;
    line-height: 0;
    font-weight: 100;
}

header ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

header ul li a {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

header ul li a:hover {
    opacity: 0.8;
}

/*-----------
content
-----------*/

/* main */

#main_wrap {
    width: 100%;
    background: url(../images/main_bg.jpg) no-repeat 100%;
    position: relative;
    height: 724px;
}

#main_wrap h2 {
    background: url(../images/main_txt.png) no-repeat center;
    width: 662px;
    height: 0;
    padding: 300px 0 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin: 150px 0 0 -600px;
}

#main_wrap img {
    position: absolute;
    right: 50%;
    margin: -30px -740px 0 0;
    z-index: 100;
}

.menu_nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../images/nav_bg.png) no-repeat 100%;
    height: 96px;
}

#main_wrap ul {
    width: 810px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    margin-left: -570px;
}

#main_wrap ul li a {
    -webkit-transform: skewX(130deg);
    -moz-transform: skewX(130deg);
    transform: skewX(130deg);
    font-size: 2.8rem;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    padding: 31px 35px 28px;
    display: block;
    position: relative;
    background: #00aaaf;
}

#main_wrap ul li a:after {
    content: "";
    border: 1px solid #6ee6ea;
    position: absolute;
    height: 88px;
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    transform: skewX(180deg);
    right: 0;
    top: 0;
}

#main_wrap ul li:first-of-type a:before {
    content: "";
    border: 1px solid #6ee6ea;
    position: absolute;
    height: 88px;
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    transform: skewX(180deg);
    left: 0;
    top: 0;   
}

#main_wrap ul li a span {
    padding: 0;
    display: block;
    -webkit-transform: skewX(-130deg);
    -moz-transform: skewX(-130deg);
    transform: skewX(-130deg);
}

#main_wrap ul li a:hover {
    background: #fff;
    color: #00aaaf;
}

/* about */

#about {
    width: 100%;
    background: url(../images/about_bg.jpg) no-repeat center top;
    height: 570px;
    padding: 94px 0 86px;
    box-shadow: 0 14px 18px 4px #a8d8d0;
    position: relative;
    z-index: 40;
}

#about h3 {
    background: url(../images/about_tl.png) no-repeat center;
    width: 931px;
    height: 0;
    padding: 140px 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#about strong {
    font-size: 2.4rem;
}

/* オムニバスアート */

#omnibus {
    width: 100%;
    background: url(../images/omnibus_bg.jpg) no-repeat center top;
    height: 1210px;
    padding: 94px 0 86px;
    box-shadow: 0 14px 18px 4px #a8d8d0;
    position: relative;
    z-index: 30;
}

#omnibus h3 {
    background: url(../images/omnibus_tl.png) no-repeat center;
    width: 1006px;
    height: 0;
    padding: 140px 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#omnibus ul {
    width: 788px;
    margin: 30px auto 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#omnibus ul li {
    width: calc(100% / 4);
    margin-bottom: 30px;
}

#omnibus ul li a:hover {
    opacity: 0.8;
}

#omnibus ul li span {
    width: 168px;
    height: 23px;
    padding: 0 0 0 5px;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    display: block;
    background: url(../images/name_bg.png) no-repeat center;

}

#omnibus .om_2009, .om_2010, .om_2011, .om_2012, .om_2013, .om_2014, .om_2015, .om_2016, .om_2017, .om_2018, .om_2019 {
    cursor: pointer;
} 

#omnibus .om_2009:hover, .om_2010:hover, .om_2011:hover, .om_2012:hover, .om_2013:hover, .om_2014:hover, .om_2015:hover, .om_2016:hover, .om_2017:hover, .om_2018:hover, .om_2019:hover {
    opacity: 0.8;
}

.om_2011 span {
    font-size: 1.6rem !important;
}

/* オムニバスアートギャラリー */

#gallery {
    width: 100%;
    background: url(../images/gallery_bg.jpg) no-repeat center top;
    height: 920px;
    padding: 94px 0 86px;
    box-shadow: 0 14px 18px 4px #a8d8d0;
    position: relative;
    z-index: 20;
}

#gallery h3 {
    background: url(../images/gallery_tl.png) no-repeat center;
    width: 903px;
    height: 0;
    padding: 138px 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#gallery strong {
    font-size: 2rem;
}

#gallery .gallery_list_wrap {
    width: 900px;
    margin: 40px auto 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gallery ul li {
    width: 410px;
}

#gallery .gallery_list_wrap ul li {
    font-size: 1.8rem;
    line-height: 2.1;
    color: #4a4a4a;
}

#gallery .gallery_list_wrap h4 {
    width: 408px;
    height: 0;
    padding: 42px 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#gallery ul li .tokyo_gallery {
    background: url(../images/tokyo_venue.png) no-repeat;
}

#gallery ul li .osaka_gallery {
    background: url(../images/osaka_venue.png) no-repeat;
}

#gallery ul li dl  {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gallery ul li dl dt, #gallery ul li dl dd {
    font-size: 1.8rem;
}

#gallery .btn a {
    margin: 40px auto 0;
}

/* modal */

.modal_inner {
    display: none;
    max-height: calc(100% - 20px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 1080px;
    padding: 40px 35px 20px;
    box-shadow: 0 0 10px #333;
    position: fixed;
    background-image: linear-gradient( -45deg, #fcfcfc 25%, #fff 25%, #fff 50%, #fcfcfc 50%, #fcfcfc 75%, #fff 75%, #fff);
    background-size: 10px 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.modal_inner::-webkit-scrollbar {
    width: 8px;
}

.modal_inner::-webkit-scrollbar-button {
    display: none;
}

.modal_inner::-webkit-scrollbar-thumb {
    background: #00aaaf;
}

.modal_inner ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal_inner ul li:first-of-type {
    width: 460px;
    position: relative;
}

.modal_inner ul li h3 {
    height: 0;
    overflow: hidden;
}

.modal_inner ul li h3 a {
    width: 28px;
    height: 23px;
    top: 26px;
    display: block;
    position: absolute;
}

.modal_inner ul li h3 a:hover {
    opacity: 0.8;
}

#modal_2009 h3 {
    background: url(../images/kei.png) no-repeat left;
    margin-top: 10px;
    padding: 43px 0 0;
}

#modal_2009 h3 a {
    left: 110px;
}

#modal_2009 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/rq_ver.png) no-repeat;
    width: 392px;
    height: 95px;
    bottom: 25px;
    right: -30px;
}

#modal_2010 h3 {
    background: url(../images/yabuki.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 42px 0 0;
}

#modal_2010 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2010_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: -40px;
    left: 540px;
    padding: 0 0 15px;
}

#modal_2011 h3 {
    background: url(../images/poyoyon.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 44px 0 0;
}

#modal_2011 h3 a {
    left: 290px;
}

#modal_2011 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2011_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2012 h3 {
    background: url(../images/toridamono.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 42px 0 0;
}

#modal_2012 h3 a {
    left: 230px;
}

#modal_2012 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2012_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    left: 540px;
}

#modal_2012 .comment dd {
    font-size: 1.7rem;
}

#modal_2013 h3 {
    background: url(../images/niimanabu.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 42px 0 0;
}

#modal_2013 h3 a {
    left: 150px;
}

#modal_2013 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2013_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2014 h3 {
    background: url(../images/choco.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 42px 0 0;
}

#modal_2014 h3 a {
    left: 185px;
}

#modal_2014 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2014_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2015 h3 {
    background: url(../images/dsmile.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 43px 0 0;
}

#modal_2015 h3 a {
    left: 215px;
}

#modal_2015 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2015_ver.png) no-repeat;
    width: 469px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2016 h3 {
    background: url(../images/ryugu.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 40px 0 0;
}

#modal_2016 h3 a {
    left: 235px;
    top: 27px;
}

#modal_2016 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2016_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2017 h3 {
    background: url(../images/koikesatoshi.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 41px 0 0;
}

#modal_2017 h3 a {
    left: 195px;
}

#modal_2017 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2017_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2018 h3 {
    background: url(../images/yagumo.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 43px 0 0;
}

#modal_2018 h3 a {
    left: 205px;
}

#modal_2018 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2018_ver.png) no-repeat;
    width: 469px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

#modal_2019 h3 {
    background: url(../images/poppuqn.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 41px 0 0;
}

#modal_2019 h3 a {
    left: 225px;
}

#modal_2019 ul li:first-of-type:after {
    position: absolute;
    content: "";
    background: url(../images/2019_ver.png) no-repeat;
    width: 465px;
    height: 93px;
    bottom: 25px;
    right: -30px;
}

.masterpiece dt {
    margin: 30px 0 5px;
    font-size: 1.8rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 600;
}

.masterpiece dd {
    font-size: 1.8rem;
    font-family: 'M PLUS 1p', sans-serif;
}

.modal_inner h4 {
    background: url(../images/comment.png) no-repeat center;
    width: 398px;
    padding: 44px 0 0;
    height: 0;
    overflow: hidden;
    margin: 45px 0 10px;
}

.comment dt {
    font-size: 1.8rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 600;
}

.comment dd {
    font-size: 1.8rem;
    font-family: 'M PLUS 1p', sans-serif;
    margin-bottom: 15px;
}

.modal_inner ul li:last-of-type {
    width: 500px;
}

.modal_inner ul li:last-of-type span {
    font-size: 1.2rem;
    text-align: right;
    margin: 5px 0 0;
    position: relative;
    display: block;
}

#modal_2009 span img {
    margin-top: 3px;
}

p.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

p.close:before {
    content: '';
    width: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #333;
    position: absolute;
    top: 20px;
    right: 0;
}

p.close:after {
    content: '';
    width: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #333;
    position: absolute;
    top: 20px;
    right: 0;
}

#overlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(3, 3, 3, 0.6);
}




/* ファンアートコンテスト */

#fanart {
    width: 100%;
    background: url(../images/fanart_bg.jpg) no-repeat center top;
    height: 844px;
    padding: 94px 0 86px;
    box-shadow: 0 14px 18px 4px #00989d;
    position: relative;
    z-index: 10;
}

#fanart h3 {
    background: url(../images/fanart_tl.png) no-repeat center;
    width: 956px;
    height: 0;
    padding: 142px 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#fanart h4 {
    font-size: 2.4rem;
    text-align: center;
}

#fanart ul {
    width: 986px;
    margin: 40px auto 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#fanart ul li p {
    text-align: left;
}

#fanart ul li a.link {
    color: #4a4a4a;
    text-decoration: underline;
}

#fanart ul li strong {
    font-size: 2.5rem;
    margin: 22px 0 20px;
    display: block;
}

#fanart ul li:first-of-type {
    width: 600px;
}


    


/*-----------
footer
-----------*/

footer {
    width: 100%;
    padding: 40px 20px;
}

footer aside {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer ul li {
    margin-right: 15px;
}

footer ul li a:hover {
    opacity: 0.8;
}

footer ul:last-of-type li img {
    width: 25px;
    height: auto;
}

footer .copy {
    font-size: 1.2rem;
    color: #fff;
    margin:-10px 15px 0 0;
    text-align: right;
}

}





@media screen and (max-width: 700px) {

/*-----------
common
-----------*/

body:before {
    content: "";
    background: url(../images/sp/gallery_bg.jpg) no-repeat 0 / auto 100% #00aaaf;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.sp {
    display: none;
}

.inner {
    width: 100%;
    padding: 25px 15px;
    margin: 0 auto;
    background: rgba(255,255,255,0.4);
    box-shadow: 0px 0px 7px 0px #f9ddf1 inset, 0px 0px 17px -4px #a0a0a0;
    overflow-x: hidden;
}

p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.inner p {
    text-align: center;
}

.btn a {
    width: 80%;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    border: 2px solid #f12d80;
    background: rgba(255,255,255,0.5);
    padding: 26px 0 24px;
    text-align: center;
    color: #f12d80;
    position: relative;
}

.btn a:hover {
    background-color:rgba(241,45,128,0.8);
    color: #fff;
}

p.btn {
    line-height: 0;
}

.btn a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #f12d80;
    border-right: solid 2px #f12d80;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 14px;
}

.btn a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}


/*-----------
header
-----------*/

header {
    width: 100%;
    background: #e51d7f;
    padding: 6px 8px 8px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

header h1 {
    font-size: 1rem;
    color: #fff;
    margin-top: 12px;
    padding: 0;
    line-height: 0;
    font-weight: 100;
}

header ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

header ul li {
    position: relative;
    z-index: 110;
}

header ul li a {
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

header ul li a:hover {
    opacity: 0.8;
}

/*-----------
content
-----------*/

/* main */

#main_wrap {
    width: 100%;
    background: url(../images/sp/main_bg.jpg) no-repeat top center / auto 100%;
    position: relative;
}

#main_wrap h2 {
    background: url(../images/main_txt.png) no-repeat center -20px /100% auto;
    width: calc(100% - 60px);
    height: 0;
    padding: 60% 0 0;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#main_wrap figure {
    text-align: center;
}

#main_wrap img {
    margin-top: -2%;
    z-index: 100;
    width: 90%;
}

nav.menu_nav {
    background: #00aaaf;
}

#main_wrap ul {
    width: 86%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main_wrap ul li {
    width: calc(100% / 3);
    margin: 0 auto;
}

#main_wrap ul li a {
    width: 100%;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    font-size: 2rem;
    line-height: 1.3;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    padding: 14px 12px;
    display: block;
    position: relative;
}


#main_wrap ul li a:after {
    content: "";
    border: 1px solid #6ee6ea;
    position: absolute;
    height: 60px;
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    transform: skewX(180deg);
    right: 0;
    top: 0;
}

#main_wrap ul li:first-of-type a:before {
    content: "";
    border: 1px solid #6ee6ea;
    position: absolute;
    height: 60px;
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    transform: skewX(180deg);
    left: 0;
    top: 0;   
}

#main_wrap ul li a span {
    padding: 0;
    display: block;
    -webkit-transform: skewX(-130deg);
    -moz-transform: skewX(-130deg);
    transform: skewX(-150deg);
    text-align: center;
}

#main_wrap ul li a:hover {
    background: #fff;
    color: #00aaaf;
}

/* about */

#about {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
    z-index: 40;
}


#about h3 {
    background: url(../images/sp/about_tl.png) no-repeat center / 90% auto;
    width: 100%;
    height: 0;
    padding: 32% 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#about strong {
    font-size: 1.6rem;
    line-height: 1.4;
    display: block;
}

/* オムニバスアート */

#omnibus {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
    z-index: 30;
}

#omnibus h3 {
    background: url(../images/sp/omnibus_tl.png) no-repeat center / 100% auto;
    width: 100%;
    height: 0;
    padding: 28% 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#omnibus ul {
    width: calc(100% - 30px);
    margin: 30px auto 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#omnibus ul li {
    width: calc((100% / 3) - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}

#omnibus ul li:nth-of-type(3n) {
    margin: 0;
}

#omnibus ul li a:hover {
    opacity: 0.8;
}


#omnibus ul li span {
    width: 100%;
    padding: 2px 0 0 4px;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #fff;
    display: block;
    background: #ff00ba;

}

/* オムニバスアートギャラリー */

#gallery {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
    z-index: 20;
}

#gallery h3 {
    background: url(../images/sp/gallery_tl.png) no-repeat center / 100% auto;
    width: 100%;
    height: 0;
    padding: 20% 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#gallery strong {
    font-size: 1.6rem;
    line-height: 1.4;
}

#gallery .gallery_list_wrap {
    width: 100%;
}

#gallery .gallery_list_wrap ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #4a4a4a;
}

#gallery .gallery_list_wrap h4 {
    width: 100%;
    height: 0;
    padding: 10% 0 0;
    overflow: hidden;
    margin: 15px auto 7px;
}

#gallery ul li .tokyo_gallery {
    background: url(../images/tokyo_venue.png) no-repeat center / 100% auto;
}

#gallery ul li .osaka_gallery {
    background: url(../images/osaka_venue.png) no-repeat center / 100% auto;
}

#gallery ul li dl  {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gallery ul li dl dt, #gallery ul li dl dd {
    font-size: 1.5rem;
    line-height: 1.8;
}

#gallery ul li dl br {
    display: block;
}

#gallery .btn a {
    margin: 40px auto 0;
}

/* modal */

.modal_inner {
    display: none;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow-y: scroll;
    padding: 20px 15px 18px;
    box-shadow: 0 0 10px #333;
    position: fixed;
    background-image: linear-gradient( -45deg, #fcfcfc 25%, #fff 25%, #fff 50%, #fcfcfc 50%, #fcfcfc 75%, #fff 75%, #fff);
    background-size: 10px 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.modal_inner::-webkit-scrollbar {
    width: 8px;
}

.modal_inner::-webkit-scrollbar-button {
    display: none;
}

.modal_inner::-webkit-scrollbar-thumb {
    background: #00aaaf;
}

.modal_inner ul li:first-of-type {
    position: relative;
}

.modal_inner ul li h3 {
    height: 0;
    overflow: hidden;
}

.modal_inner ul li h3 a {
    width: 28px;
    height: 23px;
    top: 20px;
    display: block;
    position: absolute;
}

.modal_inner ul li h3 a:hover {
    opacity: 0.8;
}

#modal_2009 h3 {
    background: url(../images/sp/kei.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 43px 0 0;
}

#modal_2009 h3 a {
    left: 110px;
}

#modal_2010 h3 {
    background: url(../images/yabuki.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 36px 0 0;
}

#modal_2011 h3 {
    background: url(../images/poyoyon.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 36px 0 0;
}

#modal_2011 h3 a {
    left: 235px;
    top: 11px;
}

.om_2011 span {
    font-size: 1.2rem !important;
}

#modal_2012 h3 {
    background: url(../images/toridamono.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 38px 0 0;
}

#modal_2012 h3 a {
    left: 205px;
    top: 13px;
}

#modal_2013 h3 {
    background: url(../images/niimanabu.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 42px 0 0;
}

#modal_2013 h3 a {
    left: 150px;
}

#modal_2014 h3 {
    background: url(../images/choco.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 43px 0 0;
}

#modal_2014 h3 a {
    left: 185px;
}

#modal_2015 h3 {
    background: url(../images/dsmile.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 43px 0 0;
}

#modal_2015 h3 a {
    left: 215px;
}

#modal_2016 h3 {
    background: url(../images/ryugu.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 36px 0 0;
}

#modal_2016 h3 a {
    top: 10px;
    left: 210px;
}


#modal_2017 h3 {
    background: url(../images/koikesatoshi.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 40px 0 0;
}

#modal_2017 h3 a {
    left: 185px;
}

#modal_2018 h3 {
    background: url(../images/yagumo.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 42px 0 0;
}

#modal_2018 h3 a {
    left: 205px;
}

#modal_2019 h3 {
    background: url(../images/poppuqn.png) no-repeat left / auto 100%;
    margin-top: 10px;
    padding: 40px 0 0;
}

#modal_2019 h3 a {
    left: 225px;
}

.masterpiece dt {
    margin: 20px 0 0;
    font-size: 1.5rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 600;
}

.masterpiece dd {
    font-size: 1.5rem;
    font-family: 'M PLUS 1p', sans-serif;
}

.modal_inner h4 {
    background: url(../images/comment.png) no-repeat center / 100% auto;
    width: 80%;
    padding: 9% 0 0;
    height: 0;
    overflow: hidden;
    margin: 15px 0 7px;
}

.comment dt {
    font-size: 1.5rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 600;
}

.comment dd {
    font-size: 1.5rem;
    font-family: 'M PLUS 1p', sans-serif;
    margin-bottom: 10px;
}

#modal_2009 span img {
    margin-top: 3px;
}

.modal_inner ul li:last-of-type span {
    font-size: 1.2rem;
    text-align: right;
    margin: 5px 0 0;
    position: relative;
    display: block;
}

p.close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 5px;
}

p.close:before {
    content: '';
    width: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #333;
    position: absolute;
    top: 0;
    right: 0;
}

p.close:after {
    content: '';
    width: 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #333;
    position: absolute;
    top: 0;
    right: 0;
}

#overlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(3, 3, 3, 0.6);
}




/* ファンアートコンテスト */

#fanart {
    width: 100%;
    margin: 60px 0 40px;
    position: relative;
    z-index: 10;
}

#fanart h3 {
    background: url(../images/sp/fanart_tl.png) no-repeat center / 100% auto;
    width: 100%;
    height: 0;
    padding: 28% 0 0;
    overflow: hidden;
    margin: 0 auto 10px;
}

#fanart h4 {
    font-size: 1.6rem;
    text-align: center;
}

#fanart ul {
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    flex-direction: column-reverse;
}

#fanart ul li p {
    text-align: left;
}

#fanart ul li a {
    margin: 0 auto;
}

#fanart ul li a.link {
    color: #4a4a4a;
    text-decoration: underline;
}

#fanart ul li strong {
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 22px 0 20px;
    display: block;
    text-align: center;
}

#fanart ul li:first-of-type {
    width: 100%;
}

#fanart ul li:last-of-type img {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}
    


/*-----------
footer
-----------*/

footer {
    width: 100%;
    padding: 20px;
    background: #00aaaf;
}

footer aside {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

footer ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

footer ul:last-of-type li {
    width: 36px;
    margin-right: 20px;
}

footer ul:last-of-type li:last-of-type {
    margin: 0;
}

footer ul:last-of-type li img {
    width: 100%;
    height: auto;
}

footer ul:first-of-type li {
    width: calc((100% / 3) - 10px);
}

footer ul li a {
    width: 100%;
}

footer ul li a:hover {
    opacity: 0.8;
}

footer .copy {
    font-size: 1.2rem;
    color: #fff;
    margin: 15px 0 0;
    text-align: center;
}


}

@media print, screen and (min-width: 701px) and (max-width: 1078px) {

    body {
        min-width: 1040px;
    }

    .inner {
        width: 100%;
    }

    #about h3 {
        background: url(../images/about_tl.png) no-repeat center / 90% auto;
        width: 100%;
        height: 0;
        padding: 140px 0 0;
        overflow: hidden;
        margin: 0 auto 10px;
    }

    #omnibus h3 {
        background: url(../images/omnibus_tl.png) no-repeat center / 100% auto;
        width: 100%;
        height: 0;
        padding: 140px 0 0;
        overflow: hidden;
        margin: 0 auto 10px;
    }

    #gallery h3 {
        background: url(../images/gallery_tl.png) no-repeat center / 100% auto;
        width: 100%;
        height: 0;
        padding: 138px 0 0;
        overflow: hidden;
        margin: 0 auto 10px;
    }

    #fanart h3 {
        background: url(../images/fanart_tl.png) no-repeat center / 100% auto;
        width: 100%;
        height: 0;
        padding: 142px 0 0;
        overflow: hidden;
        margin: 0 auto 10px;
    }
}

@media print, screen and (min-width: 701px) and (max-width: 850px) {
    
    /* #omnibus ul {
        width: 100%;
    } */

    #omnibus ul li {
        width: calc((100% / 4) - 8px);
        margin-right: 10px;
        margin-bottom: 15px;
    }

    #omnibus ul li:nth-of-type(4n) {
        margin: 0;
    }

    #omnibus ul li span {
        width: 100%;
        padding: 2px 0 0 4px;
        font-size: 1.5rem;
        line-height: 1.4;
        color: #fff;
        display: block;
        background: #ff00ba;
    
    }

}


@media print, screen and (min-width: 701px) and (max-width: 1260px) {

/* main */

#main_wrap {
    width: 100%;
    background: url(../images/main_bg.jpg) no-repeat 100%;
    position: relative;
    height: 724px;
}

#main_wrap h2 {
    background: url(../images/main_txt.png) no-repeat center / 100% auto;
    width: 662px;
    height: 0;
    padding: 300px 0 0;
    overflow: hidden;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

#main_wrap img {
    position: absolute;
    right: 0;
    left: 0;
    margin: -20px auto 0;
    height: 88%;
    z-index: 100;
}

.menu_nav {
    width: 100%;
    margin: 0 auto;
    background: #00aaaf;
    height: auto;
}

#main_wrap ul {
    width: 80%;
    margin: 0 auto;
    left: 0;
    position: relative;
}

#main_wrap ul li {
    width: calc(100% / 3);
    margin: 0 auto;
}

#main_wrap ul li a {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    display: block;
    position: relative;
}

/* modal */

.modal_inner {
    display: none;
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    overflow-y: scroll;
    padding: 20px 15px 18px;
    box-shadow: 0 0 10px #333;
    position: fixed;
    background-image: linear-gradient( -45deg, #fcfcfc 25%, #fff 25%, #fff 50%, #fcfcfc 50%, #fcfcfc 75%, #fff 75%, #fff);
    background-size: 10px 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

p.close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 5px;
}

p.close:before {
    content: '';
    width: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #333;
    position: absolute;
    top: 0;
    right: 0;
}

p.close:after {
    content: '';
    width: 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #333;
    position: absolute;
    top: 0;
    right: 0;
}

}