@charset "utf-8";

/* 背景共通 */
html.fp-enabled, .fp-enabled body{
    overflow: hidden !important;
}
#fullpage .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 500%;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    z-index: -1;
    color: #F6F6F6;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

#fullpage .slide:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: -1;
    background-blend-mode: darken;
}
/* 表紙背景 */
#fullpage .slide.chapter {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(27, 27, 27, 0.8);
    background-blend-mode: multiply;
    z-index: -1;
    color: #231815;
    position: relative;
    overflow: hidden;
}

#fullpage .slide.chapter:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: -0px;
    left: -0px;
    right: -0px;
    bottom: -0px;
    z-index: -1;
    /* background-blend-mode: darken; */
}

/* スライドレイアウト */
/* 表紙及び章説明のスライド */
.chapter .fp-tableCell {
    vertical-align: middle;
}
.chapter .inner{
    margin-top:-10rem;
}
.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fcfcfc;
    text-align: left;
    min-height: calc(100vh - 210px);
}

/* @media screen and (max-width:1068px) {
    .slide-content{
        background: green;
        min-height: calc(100vh - 285px);
    }
}
@media screen and (min-width: 1069px) {
    .slide-content{
        background: red;
        min-height: calc(100vh - 65px);
    }
} */

/* 表紙スライド */
.chapter .slide-content {
    text-align: center;
    justify-content: space-around;
    /* padding-top: 3rem; */
}
.chapter .slide-content h1 {
    margin-bottom: 2rem;
    margin-top: -7rem;
    font-size: 1.4rem;
}
.chapter .slide-content h1 .en{
    font-size: 1.8rem;
}
.chapter .slide-content p{
    font-size: 1rem;
}
.chapter .slide-content p .en{
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}
.fp-tableCell {
    vertical-align: top;
}

.inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* 作品のカテゴリ */
.slide-content .slide-category {
/*    padding-top: 88px;*/
    text-align: right;
    width: 100%;
    height: 30px;
}
.slide-content .slide-category .inner{
    width: 1024px;
    font-size: 80%;
}
.slide-content .slide-category .inner .en{
    display: inline-block;
}
/* 作品詳細 */
.slide-content .slide-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
    width: 100%;
}

.slide-content .slide-body .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
}

.detail {
    max-width: 100%;
    max-height: 50vh;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    /* width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2rem auto; */
}

.detail-img {
    /* display: table-cell; */
    display: flex;
    flex-direction: column-reverse;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    /* width: 100%; */
}

.detail-img img {
    object-fit: contain;
    width: 100%;
    max-height: 50vh;
    height: auto;
    vertical-align: bottom;
    /* width: 100%; */
}

.detail-img-name {
    font-size: 0.9rem;
    margin-top: -1rem;
    color: #c4c4c4;
}

/* 展示コンテンツのアイコン */
.attached-icons ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    list-style: none;
    position: absolute;
    top: 0;
    /* right: 10%; */
    right: 4%;
}

.attached-icons ul li a {
    background: #000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    transition: all 0.5s;
    margin-left: 1rem;
}

.attached-icons ul li a:hover {
    opacity: 1;
}

.attached-icons ul li img {
    width: 28px;
    display: block;
}

/* 作品説明 */
.slide-content .description {
    /* margin-top: auto; */
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 63%, rgba(0, 0, 0, 0) 100%);
    padding: 0 2rem 3rem;
    width: 100%;
    position: absolute;
    bottom: 130px;
}

.introduction {
    max-width: 1024px;
    margin: 0 auto;
}

.introduction h1 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}
.introduction h1 .en{
    font-size: 1.8rem;
    display: inline-block;
}
.introduction h1 .en .tentative{
    font-size: 0.9rem;
}
.introduction p {
    font-size: 0.9rem;
}
.introduction p .en{
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.introduction p a{
    color: #FFF;
    text-decoration: underline;
}
.introduction p a:hover{
    color: #07c8cf;
}
.slide-content .description .inner {
/*    padding-bottom: 35px;*/
    /*dot navigation のための余白*/
}

/* プラグインレイアウトの調整 */
#fullpage {
    /* margin-top: -58px; */
}

.fp-slide {
    float: right;
}

/* .fp-slidesNav.fp-bottom {
  bottom: 58px;
} */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFF;
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}

.fp-slidesNav.fp-bottom {
    bottom: 54px;
}
/* デバイスが　横向きの時の調整 */
@media (orientation: landscape){
}
/* デバイスが　縦向きの時の調整 */
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
    .chapter .slide-content h1{
        font-size: 2.4rem;
    }
    .chapter .slide-content h1 .en{
        font-size: 2.8rem;
    }
    .chapter .slide-content p{
        font-size: 1.4rem;
    }
    .chapter .slide-content p .en{
        font-size: 1.8rem;
    }
    #fullpage .slide{
        padding-top: 130px;
    }
    .introduction{
        padding-bottom: 120px;
    }
    p.cat{
        font-size: 1.8rem;
    }
    nav ul li#menu-home a{
        position: relative;
    }
    nav ul li a{
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: left;
    }
    nav ul li.has-child a{
        padding: 20px 5px 10px 30px;
    }
    nav ul.SecondMenu li a{
        height: 60px;
        padding: 6px 4px 0 30px;
    }
    nav ul.SecondMenu li ul li a{
        padding: 6px 14px;
    }
    .detail{
        padding-top: 20%;
    }
    .detail-img-name{
        font-size: 1.6rem;
    }
    .attached-icons ul{
        top: 20%;
    }
    .introduction h1{
        font-size: 1.8rem;
    }
    .introduction h1 .en{
        font-size: 2.8rem;
    }
    .introduction p{
        font-size: 1.4rem;
    }
    .introduction p .en{
        font-size: 1.8rem;
        display: block;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }
}