@charset "utf-8";

/***************************************************************************
*
* index.css
*
***************************************************************************/
.colorbox {
    z-index: 9999;
}

#topbanner {
    width: 100%;
    position: relative;
}

#topbanner > img {
    width: 100%;
}

#topbanner .toplogo {
    width: 111px;
    position: absolute;
    top: 26px;
    left: 26px;
}

#topMenu {
    width: 100%;
    background: url(../img/index/menu_bg.png) no-repeat center top;
    background-color: #d30042;
    padding: 63px 0 47px;
    font-family: 
     YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;
}

#topMenu .menulogo {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

#topMenu .menulogo a {
    display: inline-block;
}

#topMenu .menutop {
    width: 100%;
    text-align: center;
}
#topMenu .inner {
    overflow: visible;
}

ul.lang-top {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 7px;
    position: absolute;
    top: 2%;
    right: 2%;
}
ul.lang-top li {
    padding: 5px 10px;
    display: inline-block;
}
ul.lang-top li a {
    color: #d60046;
}
ul.lang-top li.active {
    color: #d9d9d9;
    background: #fff;
    display: inline-block;
    border: 1px solid #e9e9e9;
}
ul.lang-top li a:hover {
    background: #f9f9f9;
    color: #d60046;    
}

.wrap_rela {
    position: relative;
}
.wrap_rela .icon_face {
    position: absolute;
    //top: -6px;
    //right: 180px;
    top: -12px;
    right: 165px;
}

.wrap_rela .icon_insta {
    position: absolute;
    top: -11px;
    right: 88px;
}
#topMenu .menutop li {
    display: inline-block;
    padding: 0 40px;
    margin-right: -4px;
    border-right: 1px solid #FFFFFF;
    line-height: 1.1;
}

#topMenu .menutop li:last-child {
    margin-right: 0;
    border-right: none;
}

#topMenu .menutop li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 21px;
    text-decoration: none;
}
#topMenu .menutop li:first-child {
    display: none;
}
#topMenu .menutop li a:hover {
    text-decoration: underline;
}

.toparea {
    width: 100%;
}

#infomation {
    padding: 90px 0 130px;
    background: url(../img/index/info_bg.png) no-repeat right top;
    background-color: #000000;
    position: relative;
}

#infomation .inner {
    width: 854px;
}

#infomation .boxTitle {
    width: 100%;
    overflow: hidden;
    margin-bottom: 65px;
    text-align: center;
}

#infomation .boxTitle .topareaTitle {
    display: inline-block;
}

#infomation .boxTitle .more {
    float: right;
    margin-top: 10px;
}

#infomation .infolist {
    width: 100%;
    padding: 0 64px;
    overflow-y: auto;
    overflow: visible;
}

ul.vertical {
    height: 178px;
    overflow: auto;
}

ul.vertical .mCSB_outside + .mCSB_scrollTools {
    right: -60px;
}


/* scrollbar position: outside */


/* ul.vertical .mCSB_scrollTools.mCSB_1_scrollbar.mCS-light-thick.mCSB_scrollTools_vertical {
        background: #000;
    }*/

ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_buttonDown {
    display: none!important;
}

ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: #fff;
    border-radius: 0;
}

ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_dragger_bar {
    width: 9px;
    border-radius: 0;
    background: #fff;
}

ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #fff;
}

#infomation .infolist ul {
    list-style: none;
}

#infomation .infolist ul li {
    display: block;
    width: 98%;
    margin-bottom: 15px;
}

#infomation .infolist ul li a {
    color: #FFFFFF;
    font-size: 16px;
    display: table;
    width: 100%;
    text-decoration: none;
}

#infomation .infolist ul li a:hover {
    text-decoration: underline;
}

#infomation .infolist ul li span {
    display: table-cell;
}

#infomation .infolist ul li .date {
    width: 138px;
}

#infomation .imgposi {
    position: absolute;
    top: -100px;
    right: 0;
}

#primary {
    padding: 135px 0 166px;
    background: url(../img/index/primary_bg.png) no-repeat right bottom;
    background-color: #f2f2f2;
}

#primary .topareaTitle {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #D60045;
    letter-spacing: 14px;
    margin-bottom: 70px;
}
#primary .topareaTitle.enTitle{
    letter-spacing: 2px;
}
#primary .atext {
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 80px;
}

#primary .listPage {
    width: 100%;
    position: relative;
}

#primary .listPage ul {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
}

#primary .listPage ul li {
    display: inline-block;
    width: 301px;
    position: relative;
}

#primary .listPage ul li+li {
    margin-left: 57px;
}

#primary .listPage ul li a {
    text-decoration: none;
}

#primary .listPage ul li a:hover {
    opacity: 0.9;
}

#primary .listPage ul li .photo {
    display: block;
    width: 100%;
    font-size: 0;
}
/*#primary .listPage ul li .photo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
#primary .listPage ul li .photo img:hover {
    -webkit-filter: none;
    filter: none;
}

#primary .listPage ul li .title {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    background: url(../img/index/primary_iconlink.png) no-repeat 85% center;
    background-color: #000000;
    padding: 22px 0;
    letter-spacing: 5px;
}

#primary .listPage ul li .destxt {
    width: 152px;
    background-color: #d70046;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    right: -16px;
    bottom: -12px;
}

#primary .listPage .positext {
    position: absolute;
    left: 25px;
    top: 25px;
}

#instagram{
    margin:40px 0  50px  0 ;
}


#instagram  .topareaTitle{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #D60045;
    letter-spacing: 14px;
    margin-bottom: 40px;
}

#gallery {
    padding: 75px 0 110px;
    background: url(../img/index/gallery_bg.png) repeat -20px -38px;
}

#gallery .boxTitle {
    width: 100%;
    overflow: hidden;
    margin-bottom: 75px;
    text-align: center;
}

#gallery .boxTitle .topareaTitle {
    display: inline-block;
    padding-top: 15px;
}

#gallery .boxTitle .textTitle {
    float: left;
    color: #FFFFFF;
    font-size: 31px;
}

#gallery .listPhoto {
    width: 100%;
    overflow: hidden;
    list-style: none;
    background: #000;
}

#gallery .listPhoto li {
    width: 25%;
    float: left;
    position: relative;
}

#gallery .listPhoto li a {
    display: block;
    text-decoration: none;
    height: 385px;
}

#gallery .listPhoto li img {
    width: 100%;
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
#gallery .listPhoto li a:hover img {
    width: 100%;
    -webkit-filter:none;
    filter: none;
}

#gallery .listPhoto li .gale_no {
    position: absolute;
    font-size: 17px;
    color: #FFFFFF;
    top: 13px;
    right: 18px;
    font-family:     
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;;
    letter-spacing: 1px;
}

#gallery .gallery-btn{
   margin: 100px auto 0;
   text-align: center;
}

#gallery .gallery-btn a{
    background-color: #d70046;
    color: #FFFFFF;
    text-align: center;
    padding: 25px 100px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
}


/* Style SP */

@media (max-width: 767px) {
    .inner {
        padding: 0;
    }
    #header .inner {
        padding: 0 4%;
    }
    #topMenu {
        background: #d70046;
        padding: 20px 0 0;
    }
    #topMenu .inner {
        display: none;
    }
    #infomation {
        padding: 42px 0 40px;
        background: url(../img/index/info_bg_sp.png) no-repeat left top;
        background-color: #000000;
    }
    #infomation .inner {
        width: 100%;
        padding: 0 4%;
    }
    #infomation .boxTitle {
        position: relative;
        margin-bottom: 40px;
    }
    #infomation .boxTitle .topareaTitle {
        max-width: 180px;
    }
    #infomation .boxTitle .more {
        position: absolute;
        width: 63px;
        float: none;
        right: 0;
        top: 0;
        margin-top: 9px;
    }
    #infomation .infolist {
        padding: 0;
    }
    #infomation .infolist ul li {
        margin-bottom: 23px;
    }
    #infomation .infolist ul li a {
        font-size: 15px;
    }
    #infomation .infolist ul li .date {
        width: 115px;
    }
    #infomation .imgposi {
        width: 65px;
        left: 0;
        right: auto;
        top: -32px;
    }
    #primary {
        padding: 40px 0 40px;
        background-image: none;
    }
    #primary .topareaTitle {
        font-size: 25px;
        letter-spacing: 7px;
        margin-bottom: 20px;
    }
    #primary .atext {
        font-size: 14px;
        line-height: 2.4;
        margin-bottom: 30px;
    }
    #primary .listPage ul li {
        width: 100%;
    }
    #primary .listPage ul li+li {
        margin-left: 0;
        margin-top: 20px;
    }
    #primary .listPage ul li .sptext {
        display: table;
        width: 100%;
    }
    #primary .listPage ul li .sptext span {
        display: table-cell;
    }
    #primary .listPage ul li .title {
        background-image: none;
        width: 38%;
        font-size: 14px;
    }
    #primary .listPage ul li .destxt {
        width: auto;
        position: static;
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
        border-radius: 0;
        background: url(../img/index/primary_iconlink.png) no-repeat 90% center;
        background-color: #d70046;
    }
    #primary .listPage ul li .photo img {
        width: 100%;
    }
    #gallery {
        padding: 35px 0 50px;
        background: url(../img/index/gallery_bg.png) repeat -52.6px -22px;
        background-size: 160px;
    }
    #gallery .boxTitle {
        margin-bottom: 35px;
    }
    #gallery .boxTitle .textTitle {
        display: none;
    }
    #gallery .listPhoto li {
        width: 50%;
    }
    #gallery .listPhoto li .gale_no {
        font-size: 15px;
        top: 6px;
        right: 10px;
    }
    ul.vertical {
        height: 175px;
        overflow: auto;
    }
    ul.vertical .mCSB_outside + .mCSB_scrollTools {
        right: -3px;
    }
    /* scrollbar position: outside */
    /* ul.vertical .mCSB_scrollTools.mCSB_1_scrollbar.mCS-light-thick.mCSB_scrollTools_vertical {
        background: #000;
    }*/
    ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp,
    .mCSB_buttonDown {
        display: none!important;
    }
    ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
        width: 1px;
        background: #fff;
        border-radius: 0;
    }
    ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_dragger_bar {
        width: 9px;
        border-radius: 0;
        background: #fff;
    }
    ul.vertical .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background: #fff;
    }
}

@media (max-width: 320px) {
    #infomation .infolist ul li a {
        font-size: 14px;
    }
    #infomation .infolist ul li .date {
        width: 30%;
    }
    #infomation .infolist ul li span {
        font-size: 13px;
        display: table-cell;
    }
    #infomation .boxTitle .topareaTitle {
        max-width: 145px;
    }
    #infomation .boxTitle .more {
        margin-top: 5px;
    }
}

#Video {
  padding: 135px 0 166px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Video .topareaTitle {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #D60045;
    letter-spacing: 14px;
    margin-bottom: 70px;
}
@media (max-width: 768px) {
#Video .topareaTitle {
    font-size: 22px;
}
#Video .topareaTitle br {
    display: none;
}
}
