﻿@charset "UTF-8";
/* ==========================================================

title : 【刀剣ワールド名古屋・丸の内 別館／刀剣・甲冑博物館（東建本社）】 日本刀の部位とその名称PCページ用スタイル
scope : 【刀剣ワールド名古屋・丸の内 別館／刀剣・甲冑博物館（東建本社）】 日本刀の部位とその名称PC

memo：

last modify : 2022/10/25 tanaka／新規作成

========================================================== */
/* ------------------------------------ */
/* ▼ js.js カスタムプロパティ追加 
    --vh  アドレスバー分を除いたvh
    --winH  window.innerHeight */
/* ------------------------------------ */
:root {
  --vh: 1vh;
  --winH: 100vh;
}
/* ------------------------------------ */
/* ▼ #loadingbar */
/* ------------------------------------ */
#loadingbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999
}

#loadingbar_base {
  width: 200px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

#loadingbar {
  width: 0;
  height: 1px;
  background: #2d9081;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s linear
}

/* ------------------------------------ */
/* ▼ body（1ページ目の背景） フレーム枠のアニメーション */
/* ------------------------------------ */
body {
  background: #fff
}

body #frames .frame-top,body #frames .frame-bottom {
  height: 0;
  transition: all .3s ease-in-out
}

body #frames .frame-top::after,body #frames .frame-bottom::after {
  opacity: 0;
  transition: all .3s ease-in-out
}

body #frames .frame-left,body #frames .frame-right {
  width: 0;
  transition: all .3s ease-in-out
}

body #frames .frame-left::after,body #frames .frame-right::after {
  opacity: 0;
  transition: all .3s ease-in-out
}

body #header {
  transform: translate(0, -50px)
}

body #menu_btn,body #sns_area {
  transform: translate(0, 120px)
}

body #arrows {
  transform: translate(70px, 0)
}

body #fp-nav {
  transform: translate(-70px, 0)
}

body #header,body #menu_btn,body #sns_area,body #arrows,body #fp-nav {
  transition: all .3s ease-in-out
}

body.is-frame-fixed #frames .frame-top,body.is-frame-fixed #frames .frame-bottom {
  height: 44px
}

body.is-frame-fixed #frames .frame-top::after,body.is-frame-fixed #frames .frame-bottom::after {
  opacity: 1
}

body.is-frame-fixed #frames .frame-left,body.is-frame-fixed #frames .frame-right {
  width: 44px
}

body.is-frame-fixed #frames .frame-left::after,body.is-frame-fixed #frames .frame-right::after {
  opacity: 1
}

body.is-frame-fixed #header,body.is-frame-fixed #menu_btn,body.is-frame-fixed #sns_area,body.is-frame-fixed #arrows,body.is-frame-fixed #fp-nav {
  transform: translate(0, 0)
}

body.bg-default {/* 1ページ目の背景 */
  background-image: url("/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-body-default.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.bg-white {
  background: #fff
}


#arrows span.fp_next {
  opacity: 1;
  transition: all .3s ease-in
}

#arrows span.fp_next.hide {
  opacity: 0
}

#scroll_arrow {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  bottom: 1.5%;
  right: 2.05%;
  cursor: pointer;
  opacity: 1
}
@media only screen and (max-width: 720px) {
  #scroll_arrow {
    bottom: 1.8%;
  }
}
.is-frame-fixed #scroll_arrow {
  opacity: 0;
  transition: all .3s ease-in
}

#scroll_arrow .fp_next {
  display: inline-block;
  width: 28px;
  height: 28px;
  /* border-right: 10px solid #fff;
  border-bottom: 10px solid #fff; */
  background: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/icon-scroll-arrow.png) no-repeat;
  margin-top: 25px;
  animation: down 2s infinite;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1))
}

#scroll_arrow .scroll {
  display: inline-block;
  width: 100%;
  height: 24px;
  margin-top: 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1))
}

@keyframes down {
  0% {
      transform: translate(0, -20px);
      opacity: 0
  }

  15% {
      opacity: 1
  }

  55% {
      opacity: 1
  }

  70% {
      transform: translate(0, 0);
      opacity: 0
  }

  100% {
      opacity: 0
  }
}

.main {
  margin-top: -44px
}

/* .fp-scrollable {
  margin: 44px 0;
} */

/* ------------------------------------ */
/* ▼ .static-img 背景設定用要素 */
/* ------------------------------------ */
.static-img {
  display: block;
  width: 100%;
  height: 100vh;/* jsで上書きされる */
  position: absolute;
  top: -44px;
  left: 0
}

.static-img_bl {
  background: 
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-bl.png) no-repeat left top 44px/271px auto,
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-bl.jpg) no-repeat right bottom 44px/auto calc(100% - 88px),
  #000;
  width: 100%;
  right: 0%;
  left: auto
}

.static-img_wh {
  background: 
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-wh.png) no-repeat left top 44px/309px auto,
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-wh.jpg) no-repeat right bottom 44px/auto calc(100% - 88px),
  #fff;
  width: 100%;
  right: 0%;
  left: auto
}
.static-img_wh.sec03::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(43.023% + 44px);
}
.static-img_wh.sec03::after {
  background-color: #000;
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: 43.023%;
}
.static-img_wh.sec04::before {
  background-color: #000;
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 4.115%;
  top: 0;
  width: 46.49%;
  height: 100%;
}
.static-img_wh.sec06::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#636363), to(#97969b));
  background-image: linear-gradient(to right, #636363, #97969b);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(43.023% + 44px);
}
.static-img_wh.sec06::after {
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section06-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: 43.023%;
}
.static-img_wh.sec07::before {
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section07.png);
  background-repeat: no-repeat;
  background-position: right 12.654% center;
  background-size: auto 81.25%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 44px;
  width: 100%;
  height: calc(100% - 88px);
}
.static-img_wh.sec08::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#636363), to(#97969b));
  background-image: linear-gradient(to right, #636363, #97969b);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(43.023% + 44px);
}
.static-img_wh.sec08::after {
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section08.png);
  background-repeat: no-repeat;
  background-position: center bottom 30px;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: 43.023%;
}

.static-img_wh_tr {
  background: 
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-top-ptn-wh.png) no-repeat right top 44px/344px auto,
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-bottom-ptn-wh.jpg) no-repeat left bottom 44px/auto calc(100% - 88px),
  #fff;
  width: 100%;
  right: 0%;
  left: auto
}
.static-img_wh_tr.sec09::before {
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section09.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 59px) top;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  height: calc(100% - 88px);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape){
  .static-img_wh.sec03::before {
    height: calc(51.023% + 44px);
  }
  .static-img_wh.sec03::after {
    height: 51.023%;
  }
  .section03 .section_inner.row .sec_text_block {
    height: 42.666%;
  }
}
@media only screen and (max-width: 720px), (orientation:portrait) {
  .static-img_bl {
    background: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-bl.png) no-repeat left top 44px/271px auto,
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-bl-p.jpg) no-repeat right bottom 44px/auto calc(100% - 88px),
    #000;
  }
  .static-img_wh {
    background: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-wh.png) no-repeat left top 44px/309px auto,
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-wh-p.jpg) no-repeat right bottom 44px/auto calc(100% - 88px),
    #fff;
  }
  .static-img_wh.sec03::before {
    content: none;
  }
  .static-img_wh.sec03::after {
    background-size: auto 296px;
    bottom: calc(44px + 36px);
    height: 45.525%;
  }
  .static-img_wh.sec04::before {
    background-size: 461px auto;
    right: 0;
    width: 51.899%;
  }
  .static-img_wh.sec06::before {
    bottom: calc(44px + 36px);
    height: 45.525%;
  }
  .static-img_wh.sec06::after {
    background-position: center center;
    background-size: auto 296px;
    bottom: calc(44px + 36px);
    height: 45.525%;
  }
  .static-img_wh.sec07::before {
    background-position: right 3.165% center;
    background-size: 46.835% auto;
  }
  .static-img_wh.sec08::before {
    bottom: calc(44px + 36px);
    height: 45.525%;
  }
  .static-img_wh.sec08::after {
    background-size: auto 388px;
    bottom: calc(44px + 36px);
    height: 45.525%;
  }
  .static-img_wh_tr {
    background: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-top-ptn-wh.png) no-repeat right -36px top 44px/344px auto,
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-bottom-ptn-wh-p.jpg) no-repeat left bottom 44px/auto calc(100% - 88px),
    #fff;
  }
  .static-img_wh_tr.sec09::before {
    background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section09-p-1.png), url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section09-p-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 59px) top, 83.5% calc(((var(--vh, 1vh) * 100) - 88px) * .63404);/* sec_text_blockと揃える */
    background-size: auto 477px, auto 227px;
  }
}
@media screen and (min-aspect-ratio: 2/1) {/* w:788px × h:394px */
  /* .static-img_wh.sec08::after {
    background-size: contain;
  } */
}

/* ------------------------------------ */
/* ▼ .cover-block 表紙 （1ページ） */
/* ------------------------------------ */
.cover-block {
  width: 100%;
  height: calc(100vh - 88px); /* Fallback */
  height: calc((var(--vh, 1vh) * 100) - 88px);
  position: absolute;
  top: 0;
  left: 0
}

.cover-block .cover-logo {
  width: 28.292%;
  min-width: 275px;
  margin: 0 auto;
  position: absolute;
  left: 1.646%;
  top: 0;
  padding-top: .205%;
}

@media only screen and (max-width: 720px) {
  .cover-block .cover-logo {
    width: 43.512%;
    left: 2.531%;
    max-width: 275px;
  }
}
@media only screen and (max-width: 370px) {
  .cover-block .cover-logo {
    width: 100%;
    min-width: auto;
  }
}

.cover-block .cover-txt img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  width: 100%
}

.cover-block .cover-txt span {
  display: block
}

.cover-block .cover-txt .txt01 {
  width: 70%
}

.cover-block .cover-ttl {
  width: 100%;
  height: 100%;
  position: relative
}

.cover-block .main-ttl {
  width: 100%;
  display: block;
  position: absolute;
  top: 19.666%;
  left: 2.469%;
}

.cover-block .ttl-block {
  width: 100%;
  /* height: 78.16%; cover_txt_block上部までの高さ */
  height: 100%;
}

.cover-block .ttl-block .cover-txt {
  width: 32.05%;
  position: absolute;
  top: 0%;
  right: 0%;
  display: block
}

@media only screen and (max-width: 720px) {
  .cover-block .main-ttl {
    top: 13.617%;
    left: 3.797%;
    max-width: 580px;
    min-width: auto;
  }
}

.cover-ttl .cover_item {
  display: block;
}

@media only screen and (max-width: 426px) {
  .cover-ttl .cover_item.cover_item02 {
    width: calc(100% - 3.797%);
  }
}

.cover-block .cover_txt_block {
  background-color: #dddddd;
  max-width: 65.843%;
  padding: 15px 20px;
  /* overflow-y: auto;
  max-height: 22.14%; スクロールを出す*/
  box-sizing: border-box;
  position: absolute;
  left: 2.469%;
  bottom: 2.5%;
}

@media only screen and (max-width: 720px) {
  .cover-block .cover_txt_block {
    max-width: 55.379%;
    bottom: 2.446%;
  }
}

/* ------------------------------------ */
/* ▼ 目次 （2ページ） */
/* ------------------------------------ */
.cover-second {
  background: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-cover-second.jpg) no-repeat center center/cover;
}

/* ------------------------------------ */
/* ▼ コンテンツ */
/* ------------------------------------ */
/* ▼ h2  ------------------------------------ */
.sec_title {
  position: absolute;
  top: calc(42px + 44px);
  left: 42px;
  z-index: 1;
}
.sec_title.title_r {
  left: auto;
  right: 59px;
}

@media only screen and (min-width: 721px) {
  .landscape {
    display: block !important;
  }
  .portrait {
    display: none !important;
  }
}

@media only screen and (max-width: 720px), (orientation:portrait) {
  .landscape {
    display: none !important;
  }
  .portrait {
    display: block !important;
  }
}

/* ▼ section-inner  ------------------------------------ */
.section_inner.row {
  width: 100%;
  height: calc(100% - 88px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center */
}

.section_inner.col {
  margin-right: auto;
  width: 48.354%;
  height: calc(100% - 88px);
  display: flex;
  justify-content: center;
  align-items: center
}

.sec_text_block p {
  word-break: break-word;/* iPadでの改行対応のため */
}
.sec_text_block p + p {
  margin-top: .555em;
}

.section_inner.row .sec_text_block {
  margin-left: 36.626%;
  max-width: 52.421%; /* 51.441%からipadサイズで文字落ちないように調整*/
  min-width: 460px;
  overflow-y: auto;
  height: 50.666%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* テキストの縦方向中央寄せ スクロールバー表示地はis_scrollberクラス付与して解除*/
  align-items: flex-start;
}

.section_inner.row .sec_text_block.is_scrollber {
  justify-content: flex-start;
  max-height: calc(50.666% - 40px);
  /* margin: 20px 0; */
}
.section_inner.col .sec_text_block.is_scrollber {
  justify-content: flex-start;
}

.section_inner.col .sec_text_block {
  max-width: 50%;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  margin-top: calc(((var(--vh, 1vh) * 100) - 88px) * .54333);
  margin-bottom: auto;
  max-height: calc(var(--vh, 1vh) * 37.5);
  overflow-y: auto;
}

@media only screen and (max-width: 789px), (orientation:portrait) {
  .section_inner.row .sec_text_block {
    margin: 42px auto 0 36.392%;
    max-width: 52.215%;
    min-width: auto;
    overflow-y: auto;
    height: calc(42.412% - 42px);
  }
}

@media only screen and (max-width: 720px), (orientation:portrait) {
  .section_inner.col {
    width: 48.101%;
  }
  .section_inner.col .sec_text_block {
    max-width: 75%;
    min-width: auto;
    margin-top: calc(((var(--vh, 1vh) * 100) - 88px) * .45745);
    margin-bottom: auto;
    max-height: calc(var(--vh, 1vh) * 47.665); /* 47.665vh */
    overflow-y: auto;
  } 
}

/* ▼ 各章毎個別設定  ------------------------------------ */

.section02 .sec_title_image_wrap {
  position: absolute;
  top: calc(42px + 44px);
  width: 100%;
}
.section02 .sec_title_image {
  display: block;
  /* width: 69%; */
  margin: 0 auto;
}
.section05 .sec_title {
  top: calc(42px + 44px - 7px);
}
.section05 .sec_title_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: calc(42px + 44px) auto;
  max-height: 83.285%;
  max-width: 94.342%;
}
.section05 .sec_title_image img {
  max-height: 100%;
  max-width: 94.342%;
  margin: 0 auto;
}
.sec_title_image_caption {
  color: #fff;
  font-size: 15px;
  line-height: 1.33;
  text-align: right;
  margin: 28px auto 0;
  width: 84.156%;
}

.section02 .fp-tableCell {
  vertical-align: top;
}
.section02 .sec_text_block_wrap {
  margin-top: calc(42px + 44px);
  margin-bottom: 44px;
}
.section02 .sec_text_block {
  background-color: transparent;
  color:#fff;
  margin: 16px auto 0;
  padding: 15px 20px;
  /* overflow-y: auto;
  max-height: calc(var(--vh, 1vh) * 19); スクロールを出す */
  box-sizing: border-box;
}

@media only screen and (min-width: 1060px) {
  /* .sec_title_image_caption {
    margin-top: 2.88%;
  } */
  .section02 .sec_text_block {
    margin-top: 1.646%;
  }
}

@media only screen and (min-width: 721px) {
  .section02 .sec_title_image {
    width: 69%;
  }
  .section02 .sec_text_block_wrap.is_landscape,
  .section02 .sec_text_block_wrap {
    padding-top: 31.944%;
  }
  .section02 .sec_text_block {
    max-width: 59.67%;
    min-width: 580px;
  }
}

@media only screen and (max-width: 720px), (orientation:portrait) {
  .section02 .sec_title_image img {
    margin: 0 auto;
    width: auto;
    height: calc(var(--vh, 1vh) * 57.782); /* 57.782vh */
  }
  .sec_title_image_caption {
    margin: 8px auto 0;
    width: 85.759%;
  }
  .section02 .sec_text_block_wrap {
    padding-bottom: 40px;
    max-height: calc(100% - (42px + 88px));
  }
  .section02 .sec_text_block {
    /* max-width: 91.772%; */
    max-width: 70%;
    min-width: auto;
    overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 19); /* スクロールを出す ※fullpage.jsのスクロールバーが出ない範囲にする*/
  }
}

@media only screen and (min-width: 1060px) and (min-aspect-ratio: 265/172) {/* w:1060px × h:688px */
  .section02 .sec_title_image_wrap {
    height: 38.663%;/* 画像の高さ */
  }
  .section02 .sec_title_image {
    width: 69%;
    height: 100%;
  }
  .section02 .sec_title_image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .section02 .sec_text_block_wrap.is_landscape,
  .section02 .sec_text_block_wrap {
    padding-top: calc(((var(--vh, 1vh) * 100) * .38663) + 48px);
  }
  .section02 .sec_text_block {
    /* max-width: 91.772%;
    min-width: auto; */
    /* overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 19); スクロールを出す ※fullpage.jsのスクロールバーが出ない範囲にする*/
  }
}

@media only screen and (min-width: 1060px) and (max-height: 688px) {/* w:1060px × h:688px */
  .section02 .sec_text_block {
    max-width: 91.772%;
  }
}


.section05 {
  background-image: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-top-ptn-gr.png),
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-bottom-ptn-gr.png),
    -webkit-gradient(linear, left top, right top, from(#636363), to(#97969b));
  background-image: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-top-ptn-gr.png),
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-bottom-ptn-gr.png),
    linear-gradient(to right, #636363, #97969b);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right top 44px, left bottom 44px, 0 0;
  background-size: 321px auto, auto calc(100% - 88px), auto;
}
.section05 .section_inner.col {
  margin-left: 40px;
}
.section05 .section_inner.col .sec_text_block {
  color: #fff;
  min-width: calc(360px + 39px);
  padding-left: 39px;
}
.sec_text_block_title {
  color: #f4ebd6;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.252;
}
.sec_text_block_title_body {
  font-size: 127.778%;
  letter-spacing: .1em;
}
.sec_text_block_title_body.title_icon {
  padding-left: 39px;
  position: relative;
  left: -39px;
}
.sec_text_block_title_body.title_icon::before {
  display: block;
  content: "";
  background: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/ico-dragonfly.png) no-repeat left top;
  background-size: 100%;
  width: 33px;
  height: 20px;
  position: absolute;
    top: 6px;
    left: 0;
}
.sec_text_block_title .sec_text_block_title_ruby {
  display: block;
  content: "";
  font-size: 88.8888%;
  position: relative;
  left: -12px;
}

#section06_2 {
  background: 
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-gr.png) no-repeat left top 44px/308px auto,
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-gr.png) no-repeat right bottom 44px/auto calc(84.012% - 44px),
  -webkit-gradient(linear, left top, right top, from(#636363), to(#97969b));
  background: 
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-gr.png) no-repeat left top 44px/308px auto,
  url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-gr.png) no-repeat right bottom 44px/auto calc(84.012% - 44px),
  linear-gradient(to right, #636363, #97969b);
  position: relative;
}
#section06_2 .section_inner .sec_text_block {
  color: #fff;
  justify-content: flex-start;
  margin-top: 42px;
}
#section06_2::before {
  background-image: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section06-2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 53.343%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

#section08_2 .section_inner.row {
  justify-content: center;
}
#section08_2 .section_inner.row .sec_text_block {
  height: auto;
  min-height: 26%;
}
.section08 .sec_image_block_wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80.864%;
}
.section08 .sec_image_block_wrap .sec_image_block {
  width: 38.065%;
  display: flex;
  flex-direction: column;
}
.section08 .sec_image_block_wrap .sec_image_block + .sec_image_block{
  margin-left: 4.732%;
}
.section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img {
  padding-top: 67.568%;
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
}
.section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.section09 .section_inner.col .sec_text_block {
  margin-top: calc(((var(--vh, 1vh) * 100) - 88px) * .63166);
} 

@media only screen and (max-width: 720px), (orientation:portrait) {
  .section05 {
    background-position: right -82px top 44px, left bottom 44px, 0 0;
    background-size: 321px auto, auto calc(64.008%), auto;
  }
  .section05 .sec_title_image {
    max-height: 88.716%;
    max-width: 92.879%;
  }
  .section05 .section_inner.col {
    width: 63.291%;
    justify-content: flex-start;
  }
  .section05 .section_inner.col .sec_text_block {
    min-width: auto;
    margin-top: auto;
    margin-bottom: 8.365%;
  }

  #section06_2 {
    background: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-gr.png) no-repeat left top 44px/308px auto,
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-gr-p.png) no-repeat right bottom 44px/auto calc(64.008%),
    -webkit-gradient(linear, left top, right top, from(#636363), to(#97969b));
    background: 
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-left-top-ptn-gr.png) no-repeat left top 44px/308px auto,
    url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-section-right-bottom-ptn-gr-p.png) no-repeat right bottom 44px/auto calc(64.008%),
    linear-gradient(to right, #636363, #97969b);
    position: relative;
  }
  #section06_2::before {
    background-position: left -120px center;
    background-size: auto 367px;
  }

  #section08_2 .section_inner.row .sec_text_block {
    min-height: auto;
    margin-top: 0;
    height: calc(var(--vh, 1vh) * 21);
  }
  .section08 .sec_image_block_wrap {
    flex-direction: column;
    justify-content: flex-start;
    width: calc(((var(--vh, 1vh) * 100) - 88px) * .39362);
    height: calc(var(--vh, 1vh) * 69);
    overflow-y: auto;
  }
  .section08 .sec_image_block_wrap .sec_image_block {
    width: 100%;
  }
  .section08 .sec_image_block_wrap .sec_image_block + .sec_image_block{
    margin-left: 0;
    margin-top: 40px;
  }
  .section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img {
    padding-top: 54.054%;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }

  .section09 .section_inner.col .sec_text_block {
    margin-top: calc(((var(--vh, 1vh) * 100) - 88px) * .63404);
    max-height: calc(var(--vh, 1vh) * 34.894); /* 34.894vh */
  } 
}

@media only screen and (min-width: 1060px) and (min-aspect-ratio: 265/172) {/* w:1060px × h:688px */
  #section08_2 .section_inner.row .sec_text_block {
    min-height: auto;
    margin-top: 0;
    height: calc(var(--vh, 1vh) * 21);
  }
  .section08 .sec_image_block_wrap {
    height: calc(100% - (var(--vh, 1vh) * 21) - 88px);
    /* overflow-y: auto; */
  }
  .section08 .sec_image_block_wrap .sec_image_block {
    width: calc((var(--vh, 1vh) * 100) * .53779)
  }
  .section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img {
    padding-top: calc((var(--vh, 1vh) * 100) * .36337);
  }
}

@media only screen and (min-width: 1060px) and (max-height: 688px) {/* w:1060px × h:688px */
  .section08 .sec_image_block_wrap {
    height: calc(100% - (var(--vh, 1vh) * 21) - 88px);
    width: auto;
  }
  .section08 .sec_image_block_wrap .sec_image_block {
    width: 40%;
    flex-direction: row;
  }
  .section08 .sec_image_block_wrap .sec_image_block + .sec_image_block{
    margin-left: 2%;
  }
  .section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img {
    flex-basis: 50%;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .section08 .sec_image_block_wrap .sec_image_block .sec_image_block_cap {
    flex-basis: 50%;
  }
  .section08 .sec_image_block_wrap .sec_image_block .sec_image_block_img img {
    /* max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; */
    top: 0;
    transform: translate(-50%, 0);
  }
}


/* ------------------------------------ */
/* ▼ 他の記事リスト */
/* ------------------------------------ */
.article_list_wrap {
  background: url(/app/themes/wp-templ/knowledge-swords-photos/sword-structure/pc/image/bg-article-list-wrap.jpg);
  /* background-size: contain; */
  margin-top: 79px;
  padding-top: 48px;
}
.article_list_wrap .cmn_h3_01 {
  line-height: 1.32;
  margin: 0 auto 50px;
  max-width: 780px;
}
.article_list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin: 0 auto;
  padding: 0 44px 12px 45px ;
  max-width: 780px;
}
.article_list_item {
  margin-bottom: 35px;
  width: calc((100% - 40px) / 2);
}
.article_list_item_inner {
  display: flex;
}
.item_inner_thumb {
  margin-right: 13px;
}
.thumb_img {
  border: 1px solid #FFF;
  margin: -1px;
  vertical-align: bottom;
  width: 122px;
}
.item_inner_info {
  display: flex;
  flex: 1;
	flex-direction: column;
    justify-content: center;
}
.info_title {
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.coming_soon_inner {
  border: 1px solid #ac8d5f;
  color: #9e7943;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 4px 15px 4px 17px;
}
@media (max-width: 867px) {
  .article_list_wrap .cmn_h3_01 {
    margin: 0 10px 50px;
  }
  .cmn_h3_01_txt {
    padding: 6px 80px;
  }
  .info_title {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .article_list_wrap .cmn_h3_01 {
    font-size: 19px;
  }
  .cmn_h3_01_border::before {
    right: calc(100% + 20px);
  }
  .cmn_h3_01_border::after {
    left: calc(100% + 20px);
  }
  .article_list_wrap .cmn_h3_01_txt {
    letter-spacing: .06em;
    padding: 7px 42px;
  }
}
@media (max-width: 720px) {
  .article_list_wrap .cmn_h3_01 {
    margin: 0 18px 32px;
    max-width: 594px;
  }
  .article_list {
    padding: 0 7.279% 14px 7.279%;
  }
  .article_list_item {
    margin-bottom: 34px;
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 664px) {
  .article_list_item {
    width: 80%;
    margin: 0 auto 34px;
  }
}


/* ------------------------------------ */
/* ▼ アニメーション */
/* ------------------------------------ */
.static-img {
  transform: translate3d(0, 100%, 0);
  transition: all .7s ease-in-out
}

.static-img.moveUp,
.static-img.moveDown,
.static-img.active {
  transform: translate3d(0, 0, 0)
}

.static-img.removeImg {
  transform: translate3d(0, -100%, 0)
}

.static-img_wh.sec08::before,
.static-img_wh.sec08::after {
  transform: translate3d(0, 0, 0);
  transition: all .7s ease-in-out
}

.static-img_wh.sec08.bg_none::before,
.static-img_wh.sec08.bg_none::after {
  transform: translate3d(0, calc(-1 * var(--winH, 100vh)), 0)
}

.static_elem {
  transform: translate3d(0, var(--winH, 100vh), 0);
  transition: all .7s ease-in-out
}

.static_elem.fixed0 {
  transform: translateY(0);
}
.static_elem.fixed1 {
  transform: translateY(var(--winH, 100vh));
}
.static_elem.fixed2 {
  transform: translateY(calc(var(--winH, 100vh) * 2));
}
.static_elem.fixed3 {
  transform: translateY(calc(var(--winH, 100vh) * 3));
}

.cover-logo {
  opacity: 1;
  transform: translateX(0);
}

.cover-logo.is-anm-done {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .7s ease-in-out,all .7s ease;
  transition-duration: .2s
}

.cover-ttl {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .7s ease-in-out,all .7s ease
}

.cover-ttl .cover_item01 {
  opacity: 1;
}

.cover-ttl .cover_item02 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .5s ease-out .4s
}

.cover-ttl .cover_item03 {
  width: 13.12%;
  position: absolute;
  bottom: 60%;
  right: 20%;
  opacity: 1;
  transform: translate(0, 0);
  transition: all .5s ease-out .9s
}

.cover-ttl .cover_item04 {
  width: 100%;
  opacity: 1;
  padding-right: 20px;
  box-sizing: border-box;
  transform: translate(0, 0);
  transition: all .5s ease-out .9s
}

.cover-ttl.is-anm-done {
  opacity: 0;
  transition-duration: .2s
}

.cover-ttl.is-anm-done .cover_item01 {
  opacity: 1;
  transform: translate(0, 0)
}

.cover-ttl.is-anm-done .cover_item02 {
  opacity: 0;
  transform: translate(-40px, 0)
}

.cover-ttl.is-anm-done .cover_item03 {
  opacity: 0;
  transform: translate(40px, 0)
}

.cover-ttl.is-anm-done .cover_item04 {
  opacity: 0;
  transform: translate(0, 40px)
}

.cover_txt_block.is-anm-done {
  opacity: 0;
  transform: translate(0, 40px)
}

.cover-ttl.is-loading {
  transition-duration: .2s
}

.cover-ttl.is-loading .cover_item01 {
  opacity: 1;
  transform: translate(0, 0)
}

.cover-ttl.is-loading .cover_item02 {
  opacity: 0;
  transform: translate(-40px, 0);
  transition-delay: 0s
}

.cover-ttl.is-loading .cover_item03 {
  opacity: 0;
  transform: translate(40px, 0);
  transition-delay: 0s
}

.cover-ttl.is-loading .cover_item04 {
  opacity: 0;
  transform: translate(0, 40px);
  transition-delay: 0s
}

.cover_txt_block {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .5s ease-out 1.4s;
}
.cover_txt_block.is-loading {
  opacity: 0;
  transform: translate(0, 40px);
  transition-delay: 0s
}

.cover-second .main_toc_wrap li {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity .7s ease-in-out,all .7s ease
}

.cover-second.move-up::before,.cover-second.active::before {
  opacity: 1;
  transition-delay: .7s
}

.cover-second.move-up .main_toc_wrap li,.cover-second.active .main_toc_wrap li {
  opacity: 1;
  transform: translateX(0)
}

.cover-second.move-up .main_toc_wrap li:nth-child(1),.cover-second.active .main_toc_wrap li:nth-child(1) {
  transition-delay: 1s
}

.cover-second.move-up .main_toc_wrap li:nth-child(2),.cover-second.active .main_toc_wrap li:nth-child(2) {
  transition-delay: 1.1s
}

.cover-second.move-up .main_toc_wrap li:nth-child(3),.cover-second.active .main_toc_wrap li:nth-child(3) {
  transition-delay: 1.2s
}

.cover-second.move-up .main_toc_wrap li:nth-child(4),.cover-second.active .main_toc_wrap li:nth-child(4) {
  transition-delay: 1.3s
}

.cover-second.move-up .main_toc_wrap li:nth-child(5),.cover-second.active .main_toc_wrap li:nth-child(5) {
  transition-delay: 1.4s
}

.cover-second.move-up .main_toc_wrap li:nth-child(6),.cover-second.active .main_toc_wrap li:nth-child(6) {
  transition-delay: 1.5s
}

.cover-second.move-up .main_toc_wrap li:nth-child(7),.cover-second.active .main_toc_wrap li:nth-child(7) {
  transition-delay: 1.6s
}

.cover-second.move-up .main_toc_wrap li:nth-child(8),.cover-second.active .main_toc_wrap li:nth-child(8) {
  transition-delay: 1.7s
}

.cover-second.move-up .main_toc_wrap li:nth-child(9),.cover-second.active .main_toc_wrap li:nth-child(9) {
  transition-delay: 1.8s
}

.sec_title img {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity .7s ease-in-out,all .7s ease;
  zoom: 0.5;
}

.sec_title.title_r img {
  transform: translate(40px, 0);
}

.section.move-up .sec_title img,.section.active .sec_title img {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .5s
}

.sec_text_block {
  opacity: 0;
  transform: translate(0, -40px);
  transition: opacity .7s ease-in-out,all .7s ease
}

.section05 .sec_text_block,
.section02 .sec_text_block {
  transform: translate(0, 40px);
}
.section09 .sec_text_block,
.section07 .sec_text_block,
.section04 .sec_text_block {
  transform: translate(-40px, 0);
}
#section06_2 .sec_text_block {
  transform: translate(40px, 0);
}

.section.move-up .sec_text_block,.section.active .sec_text_block {
  opacity: 1;
  transform: translate(0, 0) !important;
  transition-delay: 1s
}

.section.section05.move-up .sec_text_block,.section.section05.active .sec_text_block {
  transition-delay: .5s
}

.sec_image_block {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity .7s ease-in-out,all .7s ease
}

.section.move-up .sec_image_block,.section.active .sec_image_block {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 1.5s
}

.sec_image_block .sec_image_block_cap {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity .7s ease-in-out,all .7s ease
}

.section.move-up .sec_image_block .sec_image_block_cap,.section.active .sec_image_block .sec_image_block_cap {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 2s
}

#section04_1::before,
#section03_1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  transition: all .7s ease-in-out
}
#section04_1.move-up::before, #section04_1.active::before,
#section03_1.move-up::before, #section03_1.active::before {
  opacity: 0;
  transition-delay: .7s
}
