@charset "UTF-8";



html body{
    background: white;
    font-family:"Zen Old Mincho","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
    background-color:#DDDDDD;
}

/* css animation (prefixes are cut) */
.appear {
    transform-origin:center top;
    animation:show 1s both;
}


.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}



span.appear {display:inline-block;}
.d01 {animation-delay:0.1s;}
.d02 {animation-delay:0.2s;}
.d03 {animation-delay:0.3s;}
.d04 {animation-delay:0.4s;}
.d06 {animation-delay:0.6s;}
.d08 {animation-delay:0.8s;}
.d10 {animation-delay:1s;}
.d14 {animation-delay:1.4s;}
.d16 {animation-delay:1.6s;}
.d18 {animation-delay:1.8s;}
.d20 {animation-delay:2.0s;}
@keyframes show {
    0% {
        transform:translate(0,1em);
        opacity:0;
    }
    50% {
    }
    100% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
}
.spbr{
    display:none;


}

hr {
  background-color:whitesmoke;
}

a {
  text-decoration: none;
}

h2{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    padding: 68px 0px 20px 0px;
    line-height: 2em;
    letter-spacing: 0.16em;
}



h3{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 95%;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 0px;
    line-height: 1.4;
    letter-spacing: 0.18em;
}

p{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8em;
}

span.bg{
    font-size:24px;
}

img.top_contents_navigator{
    display:block;
    margin:0 auto;
    width:95%;
    max-width:320px;
}
.top-descript{
    display:block;
    width:85%;
    margin:0 auto;
}
.top_contents-bg{
    
    width:100%;
    height:100%;
    background-color:#DDDDDD;
    background:url("../../img/nm-bg.jpg") no-repeat;
    position:fixed;
    background-size:cover;
    background-position:center;
    z-index:-6;
    
}
.top_contents{
    position:relative;
    margin-bottom:100px;
    
}


.main-contents{
    background: #FFF;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom:200px;
}



.top_title {
    display: block;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 90%;
    max-width: 920px;
}

.g-lists{
    width: 90%;
    margin: 0 auto;
    padding-top:100px;
    padding-bottom: 80px;

}
.glist{
    width: 32%;
    float: left;
    margin:0.5%;
}

.glist img{
    display:block;
    width:100%;
    max-width:250px;
    margin:0 auto;
    padding-bottom:10px;

}
.glist p{
    font-size:18px;
    padding-top:0px;
    line-height:1.5em;
    font-weght:bold;
}

.sm{
    font-size:12px;
    padding-top:0px;
}

p.sm{
    font-size:12px;
    padding-top:0px;
}

.photogallery{
    margin:0 auto;
    margin-top:120px;
    width:90%;
    padding-bottom:120px;
}

.photo{
    width:160px;
    height:160px;
    background:#DDD;
    float:left;
    margin:8px;
    position:relative;
    overflow:hidden;
}

.photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.cBoth{
    clear:both;
}

.wrap{
    width:100%;
}

.contents{
    width:1040px;
    margin:0 auto;
    padding-bottom:40px;
    margin-bottom:100px;
}

.contents-present{
    width:95%;
    max-width:640px;
    position:relative;
    margin:0 auto;
}

img.present{
    width:48%;
    padding:1%;
    float:left;
}


.cont_title{
    padding-top: 29px;
    padding-bottom: 29px;
    margin:0 auto;
    width: 100%;
    border-bottom: 1px solid #F26A2A;
}

.clearBoth{
    clear:both;
}


.c-wrap{
    width:1040px;
    margin:0 auto;

}


.message_button{
    width:280px;
    height:60px;
    margin:0 auto;
    background:#00abeb;
    border-radius:20px;
    margin-top:30px;
    margin-bottom:20px;
}

.message_button a p{
    text-decoration:none;
}

.message_button p{
    text-align:center;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    padding-top:20px;
}









/*----------------------SP-----------------------------------------*/
@media screen and (max-width: 1300px) {
    .photogallery {
        width: 800PX;
    }
        .photo {
        width: 184px;
        height: 184px;
    }

}

@media screen and (max-width: 1039px) {
    .top_contents {
        margin-bottom: 55px;
        background-size:150%;
        background-position:top center;
    }
    .top_contents-bg{
        
        margin-bottom: 55px;
        background-position:top center;
    }
    .top_title {

    }
    h2 {
        font-size: 18px;
    }
    .glist p {
        font-size: 16px;
    }

    .contents {
        width: 95%;
    }

    .c-wrap {
        width: 95%;
    }
    .photogallery {
        width: 600PX;
    }

}
@media screen and (max-width: 860px) {
    h2 {
        font-size: 16px;
    }
    p {
        font-size: 12px;
    }
    .glist {
        width: 48%;
        height: 333px;
    }
    .pcbr{
        display:none;
    }

}


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

    .spbr{
        display:inline;

    }
    .photogallery {
        width: 580px;
        margin-top: 60px;
    }
    .photo {
        width: 176px;
        height: 176px;
    }
    .main-contents {
        border-radius: 50px;
    }
}
@media screen and (max-width: 639px) {
    .phototitle{
        width:90%;

    }
    h2 {
        font-size: 14px;
    }
    p {
        font-size: 9px;
    }
    h3 {
        font-size: 13px;
    }
    span.bg {
        font-size: 15px;
    }
    .g-lists {
        width: 90%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .glist {
        width: 48%;
        height: 300PX;
    }
    .glist p {
        font-size: 12px;
    }
    .sm {
        font-size: 7px;
        padding-top: 0px;
    }
     .photogallery {
        width: 480px;
    }
    .photo {
        width: 144px;
        height: 144px;
    }




}

@media screen and (max-width: 580px) {
    .photogallery {
        width: 420px;
    }
    .photo {
        width: 124px;
        height: 124px;
    }
}

@media screen and (max-width: 500px) {
    .photogallery {
        width: 320px;

    }
    .photo {
        width: 90px;
        height: 90px;
    }
    .glist {
        height: 260px;
    }


}
@media screen and (max-width: 360px) {
    .photogallery {
        width: 260px;

    }
    .photo {
        width: 70px;
        height: 70px;
    }

}



/*-----------------------------------------------------------------*/

#gigyaShare {
    position: static;
    width: auto;
}

.gig-bar-container {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    *display: inline;
    *zoom: 1;
}

@media screen and (max-width: 720px) {
    .c-header {
        padding-top: 50px;
        padding-bottom: 14px;
    }
    .c-header__inner {
        width: 320px;
    }
    .c-header__logo {
        margin-bottom: 0px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-header__sns {
        display: none;
    }
    .c-header_schedule {
        display: none;
    }
}



/*@import url(c-footer.css);*/
.c-footer {
    background-color: #050612;
}

.c-footer__inner {
    position: relative;
    width: 95%;
    height: 180px;
    margin: 0 auto;
    padding-top: 115px;
    text-align: left;
}

.c-footer__copyright {
    display:block;
    width:95%;
    max-width:1000px;
    position:relative;
    margin:0 auto;

}

.c-footer__copyright img {
    width: 280px;
    display:block;
    margin:0 auto;
    height: auto;
}

.c-footer__logo {
    position: absolute;
    top: 123px;
    right: 0;
}

.c-footer-logo img {
    width: 177px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .c-footer__inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .c-footer__copyright {
        margin-top: -10px;
    }
    .c-footer__copyright img {
        width: 157px;
    }
    .c-footer__logo {
        position: static;
        margin-top: 13px;
        text-align: center;
    }
    .c-footer__logo img {
        width: 88px;
    }
    #backtop {
        margin-left: 10px;
    }
    #backtop img {
        width: 30px;
        height: auto;
    }
}



/*@import url(p-navigator-list.css);*/
.c-navigator-item{
    box-sizing:border-box;
}


.c-navigator-item__thumb{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.c-navigator-item__name{
    background-color: #000;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.c-navigator-item--active .c-navigator-item__name{
    color: #40b4b3;
}

.p-navigator-list{
    overflow: hidden;
    padding: 8px 2px 2px 2px;;
}
.p-navigator-list .c-navigator-item{
    width: 50%;
    float: left;
    padding: 3px;
}

/*@import url(p-navigation.css);*/


@media screen and (max-width: 767px) {
    .p-navigation{
        display: none;
    }
}

/*@import url(layout.css);*/
.l-footer {
    margin-top: 0px;
}

.l-main {
    margin-top: 29px;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
    body{
        overflow-x:hidden;
    }
    .l-main {
        margin-top: 0px;
    }
    .l-footer {
        margin-top: 0;
    }
}


/*@import url(utility.css);*/
/*  CLEAR FIX 
---------------------------------------------- */

.clrfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clrfix:after {
    /*for modern browser*/
    content: "";
    display: block;
    clear: both;
    /* height: 0px; */
    /* overflow: hidden; */
}

* html .clrfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

.u-sidebar-pad {
    padding-left: 5px;
    padding-right: 5px;
}

.u-hover {
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}

.u-hover:hover {
    opacity: 0.7;
}

#size-detect {
    font-family: pc;
    display: none;
}

@media screen and (max-width: 767px) {
    #size-detect {
        font-family: sp;
        display: none;
    }
}






.c-select {
    position: relative;
    color: #222222;
}
.c-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 37px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}
.c-select__inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 0 12px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    line-height: 32px;
    background: #DDDDDD;
    padding-left: 44px;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid #838383;
}
.c-select__inner:before,
.c-select__inner:after {
    content: '';
    position: absolute;
    display: block;
}
.c-select__inner:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 29px;
    background: #DDDDDD;

    border-right: 1px solid;
    margin: 4px 0;
}
.c-select__inner:after {
    top: 50%;
    left: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-top-color: #838383;
    border-width: 5px 5px 0 5px;
}

@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}


