@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;
  position: relative;
}

/* 表紙スライド */
.chapter .slide-content {
  text-align: center;
  justify-content: space-around;
  /* padding-top: 3rem; */
}

.chapter .slide-content h1 {
  margin-bottom: 2rem;
  margin-top: -7rem;
}

.chapter .slide-content p {
  font-size: 1.2rem;
}

.fp-tableCell {
  vertical-align: top;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 作品のカテゴリ */
.slide-content .slide-category {
  text-align: right;
  width: 100%;
  height: 30px;
}

.slide-content .slide-category .inner {
  width: 100%;
  max-width: 1024px;
}

/* 作品詳細 */
.slide-content .slide-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.slide-content .slide-body .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  /* height: calc(100vh - 370px); */
}

.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;
  vertical-align: middle;
  text-align: center;
  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: column;
  list-style: none;
  position: absolute;
  bottom: 0.5rem;
  right: 2%;
  gap: 0.2rem;
}

.attached-icons ul li a {
  background: #000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  transition: all 0.5s;
  /* margin-left: 1rem; */
  margin-bottom: 1rem;
  margin-bottom: 0.2rem;
}

.attached-icons ul li a:hover {
  opacity: 1;
}

.attached-icons ul li img {
  width: 48px;
  display: block;
}

/* 202501_add_rotate_viewer */
.attached-icons ul li a.addrotate_360 img {
  width: 100%;
}

.attached-icons ul li a.addrotate_180 img {
  width: 100%;
}

/* 作品説明 */
.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 4rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.introduction {
  max-width: 1024px;
  margin: 0 auto;
}

.introduction h1 {
  font-size: 2.1rem;
  margin-bottom: 0.2rem;
}

.introduction p {
  font-size: 1.2rem;
}

.introduction p a {
  color: #FFF;
  text-decoration: underline;
}

.introduction p a:hover {
  color: #07c8cf;
}

/* プラグインレイアウトの調整 */
#fullpage {
  /* margin-top: -58px; */
}

.fp-slide {
  float: right;
}

#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;
}

/* デバイスが　横向きの時の調整 */
@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 p {
    font-size: 1.4rem;
  }

  #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;
    margin: 0 120px;
  }

  .detail-img {
    /* height: calc(100vh - 940px);
      justify-content: center; */
  }

  .attached-icons ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    bottom: 10%;
    right: 1rem;
    gap: 0.2rem;
  }

  .attached-icons ul {}

  .introduction h1 {
    font-size: 1.8rem;
  }

  .introduction p {
    font-size: 1.4rem;
  }
}