@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

p,li {
  font-family: 'Noto Serif JP', serif;
}

#centercontant {
  box-shadow: 0 0px 25px #000;
  background-color: #122125;
  z-index: 1;
  width: 500px;
}

/*========= 左固定レイアウトのためのCSS ===============*/

.buybtnsize {
  width: 250px;
  left: 63% !important;
  -webkit-mask-box-image-width: 300px;
  display: block;
  margin: auto;
}

.buysmall {
  font-size: 1.125rem;
    background: url(../img/linkbtnframe.png);
    background-size: cover;
    position: absolute;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 210px;
    right: 0;
    transform: translate(-10%, -50%);
}

.buysmall p {
  margin-bottom: 0;
}

.buysmall:active {
  color: #FFF !important;
  border-color: transparent !important;
}

#fixed-area {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 18%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: end;
  background-size: cover;
  color: #fff;
}

.leftmenuitem {
  position: absolute;
  left: 0;
  top: 10rem;
}

.leftmenuitem ul {
  list-style: none;
  padding-left: 0;
}

.menuline {
  padding-bottom: 1rem;
}

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

.menuline::before {
  content: "――";
  letter-spacing: -.2em;
  width: 2em;
  padding-right: 1.5rem;
}

.seriestext {
  text-align: center;
  margin-top: -1rem;
  margin-left: 1.5rem;
}

.seriessize {
  width: 95px;
  max-width: 300px;
  display: block;
  margin: auto;
}

/*=========中央レイアウトのためのCSS ===============*/

#area1 {
  background-color: #122125;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 201;
}

.arrow_wrap {
  position: relative;
  padding: 0 0 0 16px;
}

.menuitem:hover {
  border: solid 1px #B78015!important;
  color: #FFF!important;
}

.buybtn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.buyimgsize {
  width: 200px;
  max-width: 300px;
  display: block;
  margin: auto;
}

.byubtnbig {
  font-size: 1.125rem;
  background: url(../img/buybtnbig.png);
  background-size: cover;
  position: absolute;
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 438px;
  right: 0;
  transform: translate(-6%, -50%);
}

.byubtnbig p {
  margin-bottom: 0rem;
  font-size: 1.5rem;
}

.byubtnbig:hover {
  color: #FFF;
}

.byubtnbig:active {
  color: #FFF !important;
  border-color: transparent !important;
}

.bottomarrow {
  position: relative;
}

.bottomarrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 42px;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0px;
  border-color: #B78015 transparent;
  transform: translateX(-50%);
}

.bookposition {
  position: relative;
}

.bookposition p {
  color: #FFF;
  position: absolute;
  text-shadow: 0 0px 20px #000;
  margin: 0;
  margin-top: 4rem;
  padding: 0;
  font-size: 2.8rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.bookposition img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(26%, -13%);
}

.backgroudcloud {
  height: 100%;
  background: url(../img/cloudimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.backgroudcastle {
  background: url(../img/backgroudcastle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}

.backgroudgradation {
  height: 100%;
  background: url(../img/backgroudgradation.png);
  background-repeat: repeat;
  background-position: bottom;
}

.backgroudred {
  height: 1000px;
  background: url(../img/backgroudred.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroudblue {
  height: 1500px;
  background: url(../img/backgroudblue.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroudgreen {
  height: 100%;
  background: url(../img/backgroudgreen.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  background-color: #05422C;
}

.backgrouddark-green {
  background-color: #122125;
  max-height: 50%;
}

.backgroundpicture {
  height: 100%;
  background: url(../img/backgroundpicture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-bottom: 4rem;
}

.backgroudocher {
  height: 100%;
  background: url(../img/backgroudocher.png);
  background-size: cover;
  background-repeat: round;
}

.bookstorelist {
  color: #FFF;
  margin: 0 auto;
}

.bookstoreitem {
 text-align: center;
}

.bookstorelist ul {
  list-style: none;
  padding: 0;
}

.bookstorelist li {
  margin-bottom: 1.5rem;
}

.bookstorelist li span {
  font-weight: bold;
}

.covercenter {
  text-align: center;
}

.covercenter p {
  color: #FFF;
  display: inline-block;
  text-align: left;
}

.contact {
  text-align: center;
  display: block;
}

.contact p {
  text-align: left;
  display: inline-block;
}

.campaignframe {
  background: #FFF;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-bottom: 2rem;
}

.campaignframe .campaign-title {
  font-family: 'Noto Serif JP', serif;
  background: #000;
  padding-bottom: 2rem;
  padding-top: 1rem;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.2;
}

.campaignframe span {
  font-size: 1rem;
}

.campaignframe p {
  padding: 15px 20px;
  margin: 0;
}

.campaign-text {
  text-align: center;
  color: #333333;
  font-weight: bold;
}

.campaign-text span {
  color: #BF0202;
}

.eventframe {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  display: inline-block;
  width: 75%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: calc(1em + 12px);
  background-color: #FFF;
  border-top: solid 6px #34096A;
  border-bottom: solid 6px #34096A;
  text-align: left;
}

.eventframe li {
  line-height: 2;
  color: #333333;
  text-indent: -1em;
  margin-right: 1rem;
  margin-left: 1rem;
}

.eventframe span {
  font-weight: bold;
}

.eventday li {
  text-indent: 0;
}

.goldcolor {
  color: #B78015;
  font-size: 1.5rem;
}

.greenbottom {
  height: 300px;
}

.lightblack {
  color: #333333;
}

.leftline {
  color: #FFF;
}

.leftline::before {
  content: "――";
  letter-spacing: -.2em;
  margin-right: 0.5em;
  font-size: 19px;
}

.lightblack {
  color: #333333;
}

.linkbtnposition {
  position: relative;
}

.linkbtn {
  font-family: 'Noto Serif JP', serif;
  border-radius: 0;
  color: #FFFFFF;
  width: 439px;
  padding-bottom: 5rem;
  padding-top: 0.5rem;
  background-color: transparent;
  font-size: 1.125rem;
  background: url(../img/buybtn.png);
  background-size: cover;
  background-repeat: round;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -80%);
  display: block;
}

.linkframe {
  font-size: 1.125rem;
  background: url(../img/linkbtnframe.png);
  background-size: cover;
  position: absolute;
  transform: translate(0%, 0%);
  color: #FFF;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}

.linkframe:active {
  color: #FFF!important;
  border-color: transparent !important;
}

.linkframe:hover {
  color: #FFF;
}

.linkframe p {
  margin-bottom: 0;
}

.menucontent {
  position: relative;
}

.menuitem {
  font-family: 'Noto Serif JP', serif;
  border-radius: 0;
  color: #FFFFFF;
  width: 96%;
  padding-bottom: 1.45rem;
  padding-top: 0.5rem;
  border: solid 1px #B78015;
  background-color:transparent;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mapfont {
  color: #FFF;
  font-size: 2.25rem;
}

.maptext {
  position: relative;
}

.maptext p {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: solid 1px #000;
  background-color:#000;
  color: #FFF;
  width: 95%;
  text-align:center;
  padding-top:0.7rem;
  padding-bottom: 0.7rem;
}

.mapcaption {
  border: solid 1px #000;
  background-color: #000;
  color: #FFF;
  text-align: center;
  max-width: 49.7%;
  display: block;
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.writercaption {
  border: solid 1px #000;
  background-color: #000;
  color: #FFF;
  text-align: center;
  max-width: 50%;
  display: block;
  margin: auto;
}

.mapwidth {
  max-width: 82%;
}

.noteline ul {
  list-style-position: inside;
  padding-inline-start: 0;
  margin-bottom: 4rem;
}

.noteline li {
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 28px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.patternbackground {
  height: 700px;
  background: url(../img/patternbackground.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.prologue {
  font-size: 0.75rem;
}

.prologuetext {
  text-shadow: 0 0px 20px #000;
  font-size: 1.25rem;
  line-height: 3rem;
  margin-bottom: 0;
}

.seriesname {
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
}

.seriessubname {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}

.slider {
  margin-left: 7rem;
  max-width: 500px;
  width: 80%;
}

.slick-img img {
  height: auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  display: none!important;
}

.slick-dots li button:before {
  font-size: 15px!important;
  color: #FFF !important;
  opacity: 1!important;
}

.slick-dots li.slick-active button:before {
  color: #000 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0!important;
}

.slider02 > .slick-dots {
  display: none!important;
}

.titleimgtop {
  padding-top: 2rem;
}

.writer {
  font-size: 2rem;
}

.writertitle {
  font-size: 1.25rem;
}

.writerfurigana {
  color: #FFF;
  font-size: 1rem;
  margin-top: -1rem;
}

.writertext {
  color: #FFF;
  font-size: 0.875rem;
}

#wrapper {
  background-color: #0D0000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.whitecolor {
  color: #FFF;
}

.warning {
  color: #333333!important;
  font-size: 0.875rem;
}

/*========= フェードインのCSS ===============*/

/*下から*/
.fadebottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadebottom.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -20%);
}

.fadeimgbottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeimgbottom.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

/*左から*/

.fadeleft {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeleft.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(10%);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeimgleft {
  position: relative;
  overflow: hidden;
  transition: ease .2s;
}


.fadeimgleft.active {
  animation: fadeimgleft 2s cubic-bezier(.4, 0, .2, 1) forwards;
  left: 0;
  top: 0;
  z-index: 1;
}

/*========= 右各セクション 装飾のためのCSS ===============*/

section {
  min-height: auto;
}

.right-area {
  top: 0;
  background-image: url(../img/ieyasu_title.png),url(../img/ieyasu_camon.png),url(../img/ieyasu_cloud.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-size: auto;
  background-position: 4% 5%, 50% 80%, 10% 70%;
  height: 100vh;
  flex: 1;
  overflow: hidden;
  position: sticky;
}

/*＝＝＝＝＝＝＝＝＝＝＝1024px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:1024px) {
  #fixed-area {
    position: fixed;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝992px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:992px) {
  .right-area {
    background-size: 300px, 700px, 700px;
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝768px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:768px) {

  .byubtnbig {
    font-size: 1.125rem;
    background: url(../img/buybtnbig.png);
    background-size: cover;
    position: absolute;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: round;
    width: 86%;
    right: 0;
    transform:translate(-6%,-50%);
  }

  .backgroudblue {
    height: 100%;
  }

  .backgroudgreen {
    background-size: contain;
  }

  #centercontant {
    width: 100%;
  }

  .campaignframe {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .campaignframe p {
    padding: 10px 10px;
  }

  .eventframe {
    width: 90%;
  }

  .linkbtn {
    width: 350px;
  }

  .maptext p {
    bottom: -17%;
    padding-top: 0;
    padding-bottom: 0;
    width: 95%;
  }

  .mapwidth {
    max-width: 95%;
  }

  .menuitem {
    padding-left: 0;
    padding-right: 0;
  }

  #wrapper {
    display: block;
    overflow: hidden;
  }

  .writercaption {
    max-width: 62%;
  }

  section {
    min-height: auto;
  }

  .slider {
    margin-left: 2.5rem;
  }

  #fixed-area {
    display: none;
  }

  .linkframe {
    width: 53%;
    padding-top: 0.5rem;
  }


  .right-area {
    display: none;
  }
}