body {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

/*safariでのリンク枠非表示*/
*:focus {
    outline: none;
}

a {
    color: #DDD;
}

/*アンカーリンク位置*/
a.anc {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}

/* ページトップボタン */
#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 77%;
    z-index: 5;
}

#page-top a {
    text-decoration: none;
    width: 76px;
    height: 46px;
    text-indent: -9999px;
    display: block;
    background-image: url("../images/pagetop.svg");
}

#page-top a:hover {
    text-decoration: none;
    background-image: url("../images/pagetop_hv.svg");
}

/* parallax */
.para-img-base{
  min-height: 200px; 
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.para-img {
    background-image: url("../images/img-pala.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.para-img2 {
    background-image: url("../images/img-pala2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* フェードイン画面外 */
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
}

/* フェードイン画面内 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.wrap {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.head-pc {
    position: fixed;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.head-pc-sec {
    position: fixed;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.head-wrap {
    width: 1000px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.head-logo {
    display: block;
    position: absolute;
    top: 15px;
    width: auto;
    height: 50px;
}

.head-logo img {
    width: auto;
    height: 50px;
}

.main-image {
    width: 100%;
    height: 715px;
    margin: 80px auto 0 auto;
}

.top-banner-area {
    display: flex;
    width: 100%;
    height: 141px;
    overflow: hidden;
    margin: 0 auto 65px auto;
}

.banner {
    width: 250px;
    height: 141px;
    background-color: #eeeeee;
}

.banner img {
    width: 250px;
}

/*　topics area　*/
.topics-wrap {
    display: flex;
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
}

.t-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.t-live {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.t-media {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.topics-title-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.title-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 5px;
}

.title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: bolder;
}

.title span {
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: bolder;
    vertical-align: 20%;
}

.title-jp {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: bolder;
}

.title-jp span {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: bolder;
    vertical-align: 15%;
}

.arrow {
    display: block;
    width: 30px;
    height: auto;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    margin-top: 5px;
}

.arrow a {
    color: #000;
    text-decoration: none;
}

.colorline {
    width: 100%;
    height: 1px;
    background-image: url(../images/img_colorline.svg);
    background-repeat: repeat-y;
    background-size: cover;
}

.colorline2 {
    width: 100%;
    height: 2px;
    background-image: url(../images/img_colorline.svg);
    background-repeat: repeat-y;
    background-size: cover;
}

.m-line {
    width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
}

.m-line.isActive:after {
    width: 100%;
}

.m-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    background-image: url(../images/img_colorline.svg);
    background-size: 100% auto;
    background-position: left;
    z-index: -1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.article-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.a-date {
    width: 140px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.d-date {
    font-size: 16px;
    font-weight: bold;
}

.d-post {
    font-size: 13px;
    color: #999;
}

.d-live {
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.d-media {
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.a-text {
    width:100%;
    font-size: 16px;
}

.a-text a {
    color: #000;
    text-decoration: none;
}

.a-text a:hover {
    color: #888;
}

/*　youtube　*/
.yt-wrap {
    position: relative;
    width: 75%;
    padding-top: 43.25%;
    margin: 0 auto 120px auto;
}

.yt-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fc-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #111;
}

.fc-contents {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.fc-logo {
    height: auto;
    width: auto;
    margin: 0 auto 50px auto;
    text-align: center;
}

.fc-logo img {
    width: 250px;
    height: auto;
    overflow: hidden;
}

/*　eopics area　*/
.fc-topics-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #EDEDED;
}

.fc-t-news {
    width: 480px;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.fc-t-blog {
    width: 480px;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.fc-topics-title-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.fc-title-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 5px;
}

.fc-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: bolder;
}

.fc-title-jp {
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: bolder;
}

.fc-title-jp span{
    font-size: 22px;
    vertical-align:5%;
}

.fc-arrow {
    display: block;
    width: 30px;
    height: auto;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    margin-top: 5px;
}

.fc-arrow a {
    color: #EDEDED;
    text-decoration: none;
}

.fc-article-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.fc-a-date {
    width: 140px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.fc-d-date {
    font-size: 16px;
    font-weight: bold;
}

.fc-d-post {
    font-size: 13px;
    color: #999;
}

.fc-d-blog {
    font-size: 14px;
    color: #999;
}

.fc-a-text {
    width: 370px;
    font-size: 16px;
    /*-ms-filter: blur(3px);
    filter: blur(3px);*/
}

.fc-a-text a {
    color: #EDEDED;
}

.fc-btn-area {
    display: flex;
    width: 350px;
    height: auto;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 70px auto;
}

.fc-btn1 {
    width: 160px;
    height: 42px;
    line-height: 40px;
}

.fc-btn1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #111111;
    text-align: center;
    border: 1px solid #EDEDED;
    color: #EDEDED;
    font-size: 16px;
}

.fc-btn1 a:hover {
    background: #EDEDED;
    color: #111111;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #EDEDED;
    box-shadow: none;
}

.fc-btn2 {
    width: 160px;
    height: 42px;
    line-height: 40px;
}

.fc-btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #EDEDED;
    text-align: center;
    border: 1px solid #EDEDED;
    color: #111111;
    font-size: 16px;
}

.fc-btn2 a:hover {
    background: #111111;
    color: #EDEDED;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #EDEDED;
    box-shadow: none;
}

.fc-t-photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.fc-photo-area {
    display: flex;
    width: 1000px;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
}

.fc-photo-col {
    background: #fff url(../images/img_wm_black.png) repeat;
    width: 245px;
    height: 148px;
}

img.transparent {
    -moz-opacity: .6;
    filter: alpha(opacity=6);
    opacity: .6;
}

.fc-yt-wrap {
    background: #000 url(../images/img_wm_white.png) repeat;
    background-size: 50%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 80px;
}

.fc-yt-wrap iframe {
    -moz-opacity: .6;
    filter: alpha(opacity=6);
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.sns-wrap {
    width: 390px;
    height: 50px;
    margin: 80px auto 70px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sns-wrap img {
    width: 50px;
}

.foot-wrap {
    display: flex;
    width: 620px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 70px auto;
    justify-content: space-between;
}

.foot-fc {
    width: 300px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.foot-fc-text {
    margin: 0 auto 10px auto;
}

.foot-fc-logo {
    background-color: #111;
    padding: 15px;
    margin: 0 auto;
}

.foot-fc-logo img{
    width: 200px;
    height: auto;
    overflow: hidden;
}

.foot-text {
    width: 250px;
    height: auto;
    overflow: hidden;
}

.foot-text a {
    line-height: 27px;
    color: #111;
    font-size: 14px;
    text-decoration: none;
}

.foot-logo-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #111;
    padding: 20px 0;
    text-align: center;
}

.foot-logo-area img {
    width: 170px;
}

.copyright {
    padding: 10px 0;
    font-size: 13px;
    color: #111;
    text-align: center;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: relative;
    z-index: 120;
    left: 958px;
    top: 19px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビopen時ボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #999;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #999;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.menu-anchor {
    display: flex;
    justify-content: center;
    width: 750px;
    margin: 0 auto;
}

.menu-anchor img {
    width: 350px;
}

.n-contents {
    width: 50%;
}

.n-contents img {
    height: 60px;
    margin-bottom:20px;
}

.f-contents {
    width: 50%;
}

.f-contents img {
    height: 60px;
    margin-bottom:20px;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    /* BG */
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    height: 100vh;
    visibility: hidden;
}

nav.globalMenuSp .jp{
    font-size:0.95em;
    line-height: 1em;
}

nav.globalMenuSp .jp span{
    font-size:0.6em;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 10% 0 0 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li a:hover {
    color: #999;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #EDEDED;
    padding: 1em 0 0 0;
    text-decoration: none;
}

/* このクラスをjQueryで付与・削除 */
nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
}

/*　ハンバーガー内SNSボタン　*/
.menu-sns {
    width: 380px;
    height: 50px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu-sns img {
    width: 50px;
}

/*　モーダル　*/
.m-wrap {
    max-width: 800px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 300px;
    background-color: aqua;
}

.m-cont {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    /*grid-template-rows: 395px 178px 66px 592px auto;*/
    grid-template-rows: 355px 220px 25px 600px auto;
}

.m-cont-btmtext {
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 15px;
    color: #ffdd00;
    font-weight: bold;
    margin: 20px auto 0 auto;
}

.m-01 {
    position: relative;
    text-align: left;
}

.m-name {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    color: #ffffff;
    bottom: 15px;
    left: 10px;
}

.m-name span {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}

.m-copy {
    font-size: 11px;
    line-height: 15px;
    position: absolute;
    color: #ffffff;
    top: 10px;
    right: 10px;
}

.m-arw {
    font-size: 20px;
    line-height: 15px;
    position: absolute;
    color: #ffffff;
    bottom: 20px;
    right: 10px;
}

.m-arw-2 {
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    color: #ffffff;
    bottom: 15px;
    right: 8px;
}

.m-01 p {
    font-size: 16px;
    line-height: 15px;
    position: absolute;
    color: #ffffff;
    bottom: 0;
    left: 10px;
}

.m-01 span {
    font-size: 11px;
}


/* 2nd */
.fc {
    background-color: #111;
}

.head-logo-sec {
    display: block;
    position: absolute;
    top: 15px;
    width: auto;
    height: 50px;
}

.head-logo-sec img {
    width: auto;
    height: 50px;
}

.wrap-sec {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 150px;
}

.page-nav {
    display: flex;
    width: 150px;
    height: 30px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    justify-content: space-between;
    font-size: 18px;
}

.page-nav2 {
    display: flex;
    width: 150px;
    height: 30px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    justify-content: center;
    font-size: 18px;
}

.p-prev {
    display: block;
    height: 20px;
    color: #999;
}

.p-next {
    display: block;
    height: 20px;
    color: #999;
}

.p-prev a {
    text-decoration: none;
    color: #111;
}

.p-prev a:hover {
    color: #888;
}

.p-next a {
    text-decoration: none;
    color: #111;
}

.p-next a:hover {
    color: #888;
}

.fc-p-prev {
    display: block;
    height: 20px;
    color: #666;
}

.fc-p-next {
    display: block;
    height: 20px;
    color: #666;
}

.fc-p-prev a {
    text-decoration: none;
    color: #EDEDED;
}

.fc-p-next a {
    text-decoration: none;
    color: #EDEDED;
}

.fc-p-prev a:hover {
    text-decoration: none;
    color: #777;
}

.fc-p-next a:hover {
    text-decoration: none;
    color: #777;
}

.article-wrap-sec {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.article-title {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 40px auto;
}

.article-date {
    margin: 0 20px 0 0;
}

.article-name {
    color: #999;
    margin: 0 30px 0 0;
}

.article-text {
    line-height: 2em;
    margin: 0 auto 50px auto;
}

.article-text a {
    color: #999;
    font-weight: bold;
}

.d-live {
    color: #999;
    font-weight: bold;
}

.d-blog {
    color: #999;
    font-weight: bold;
}

.fc-wrap-sec {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 170px;
    color: #EDEDED;
}

.fc-a-text-nomal {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.fc-a-text-nomal a {
    color: #EDEDED;
    text-decoration: none;
}

.fc-a-text-nomal a:hover {
    color: #777;
}

/*　profile　*/

.profile {
    width: 75%;
    margin: 0 auto;
}

.profile-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 80px auto;
}

.prof-main-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.prof-main-image img {
    width: 100%;
}

.prof-text {
    margin: 40px auto 50px auto;
    line-height: 2em;
    text-align: center;
}

.prof-flex {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.prof-col {
    display: block;
    width: 23.5%;
    margin: 5px 5px;
}

.prof-col a {
    text-decoration: none;
}

.prof-photo {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.prof-photo img {
    width: 100%;
}

.prof-photo img:hover {
    opacity: 0.8;
}

.prof-name-1 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #FFE02D;
}

.prof-name-2 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #DFE0DE;
}

.prof-name-3 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #FA9FD2;
}

.prof-name-4 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #0067FF;
}

.prof-name-5 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #FF0000;
}

.prof-name-6 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #39A615;
}

.prof-name-7 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #6B34A3;
}

.prof-sec-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    justify-content: space-between;
}

.prof-sec-photo {
    width: 48%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.prof-sec-photo img {
    width: 100%;
}

.prof-sec-text {
    width: 48%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    line-height: 25px;
}

.prof-sec-text a {
    color: #999;
    font-weight: bold;
}

.prof-sec-name-1 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 3px solid #FFE02D;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.prof-sec-name-2 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #DFE0DE;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.prof-sec-name-3 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #FA9FD2;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.prof-sec-name-4 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #0067FF;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.prof-sec-name-5 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #FF0000;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.prof-sec-name-6 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #39A615;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.prof-sec-name-7 {
    padding: 5px 0;
    text-align: center;
    color: #EDEDED;
    background-color: #111;
    border-bottom: 2px solid #6B34A3;
    margin: 0 auto 30px auto;
    font-size: 20px;
    font-weight: bold;
}

.discography {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.jkt-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.jkt {
    width: 245px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 2px 2px;
    text-align: left;
}

.jkt img {
    height: 245px;
}

.jkt img:hover {
    opacity: 0.7;
    cursor: pointer;
}

.jkt-cap {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.jkt a {
    color: #111;
}

.jkt a:hover {
    color: #777;
}

.movie {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.movie-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.movie-col {
    width: 33%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 5px auto;
}

.movie-thumb img {
    width: 100%;
}

.movie-col a {
    opacity: 1;
    color: #111;
    text-decoration: none;
}

.movie-col a:hover {
    color: #777;
}

.movie-col img:hover {
    opacity: 0.7;
}

.movie-title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px auto;
}

.movie-date {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color:#777;
    margin: 0 auto 5px auto;
}

.movie-wrap-sec {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
}

.movie-col-sec {
    width: 33%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 5px auto;
}

.movie-thumb-sec img {
    width: 100%;
    margin-bottom:30px;
}

.movie-col-sec a {
    opacity: 1;
    color: #111;
    text-decoration: none;
}

.movie-col-sec a:hover {
    color: #777;
}

.movie-col-sec img:hover {
    opacity: 0.7;
}

.movie-title-sec {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.movie-caption-sec {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 25px 0;
    color:#777;
}

.wallpaper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.wallp-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wallp {
    width: 24.4%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 2px;
    text-align: center;
}

.wallp img {
    width: 100%;
}

.wallp img:hover {
    opacity: 0.7;
}

.wallp-date{
    font-size:15px;
    text-align: center;
    margin:0 auto 15px auto;
    padding:0 10px;
}

.photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.photo-wrap {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo-col {
    width: 32.8%;
    height: auto;
    overflow: hidden;
    margin: 0 2px;
}

.photo-col img {
    width: 100%;
}

.photo-name{
    font-size:14px;
    text-align: center;
    font-weight: bold;
    margin:0 auto 15px auto;
    padding:0 10px;
}

.photo-title-sec {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.photo-caption-sec {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 25px 0;
    color:#777;
}

/* pc非表示要素 */
.spbr {
    display: none;
}

.main-image-sp {
    display: none;
}

.para-img-base-sp{
    display: none;
}