@charset "UTF-8";
/* ----------------------------------------
   ■ pictbook.css
---------------------------------------- */
body.subCtg #mainContents {
  padding: 0;
}
body.subCtg #mainContents > section {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  height: calc(100vh - 95px - 110px - 125px);
  min-height: 550px;
  padding: 8.5vw 0 50px;
}
body.subCtg #mainContents > section article {
  position: relative;
  margin: 0;
}

#box {
  position: relative;
  left: -75px;
  margin: 0 auto;
  width: 660px;
  height: 387px;
  background: url("../img/pictbook/bg_box_01.png") no-repeat right bottom/100% auto;
}
#box::after {
  content: '';
  position: absolute;
  right: -23%;
  bottom: 1.5544%;
  width: 22.68589%;
  height: 31.47668%;
  background: url("../img/pictbook/img_coffee_cup_01.png") no-repeat center bottom/100% auto;
}
#box > div {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#box > div a {
  display: block;
}
#box > div a:hover img {
  opacity: 1.0;
}

#subBook1 {
  left: 17.75417%;
  top: 66.58031%;
  width: 29.13505%;
  height: 32.38342%;
  opacity: 0.0;
  animation: falldown 400ms 400ms ease-in forwards, fadeIn 200ms 400ms ease-out forwards;
}

#subBook2 {
  left: 14.18816%;
  top: 54.53368%;
  width: 33.68741%;
  height: 30.69948%;
  opacity: 0.0;
  animation: falldown 400ms 800ms ease-in forwards, fadeIn 200ms 800ms ease-out forwards;
}

#book1 {
  left: 42.41275%;
  bottom: 0;
  width: 17.22307%;
  height: 87.17617%;
  opacity: 0.0;
  animation: falldown 400ms 1200ms ease-in forwards, fadeIn 200ms 1200ms ease-out forwards;
}

#book2 {
  left: 52.95902%;
  top: 5.69948%;
  width: 16.99545%;
  height: 93.91192%;
  opacity: 0.0;
  animation: falldown 400ms 1600ms ease-in forwards, fadeIn 200ms 1600ms ease-out forwards;
}

#book3 {
  left: 62.06373%;
  bottom: 0;
  width: 15.25038%;
  height: 88.34197%;
  opacity: 0.0;
  animation: falldown 400ms 2000ms ease-in forwards, fadeIn 200ms 2000ms ease-out forwards;
}

#subBook3 {
  left: 70.94082%;
  bottom: 0;
  width: 26.17602%;
  height: 81.21762%;
  opacity: 0.0;
  animation: falldown 400ms 2400ms ease-in forwards, fadeIn 200ms 2400ms ease-out forwards;
}
#subBook3 img {
  transform: rotate(15deg);
  transform-origin: right bottom 0px;
  animation: rotate 300ms 2800ms ease-in forwards;
}

#bookEnd {
  right: 0;
  bottom: 0;
  width: 7.28376%;
  height: 62.04663%;
}

#panda {
  left: 25.64492%;
  top: 40.02591%;
  width: 14.18816%;
  height: 23.96373%;
  opacity: 0.0;
  animation: fadeIn 500ms 3400ms ease forwards;
}

#fukidashi {
  left: 0;
  top: 0;
  width: 26.783%;
  height: 34.06736%;
  opacity: 0.0;
  transform-origin: right bottom 0px;
  animation: fukidashi 800ms 4400ms ease-out forwards;
}

@keyframes falldown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fukidashi {
  0% {
    opacity: 0.0;
    transform: scale(0) rotate(60deg);
  }
  100% {
    opacity: 1.0;
    transform: scale(1) rotate(0deg);
  }
}
footer::before {
  display: none;
}
footer::after {
  display: none;
}

/* Modal Window
---------------------------------------- */
body.modalOpen {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background: #d9c298 url("../img/pictbook/bg_modal_01.jpg") repeat center center;
  z-index: 999;
}
.modal::before, .modal::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -4.3744331762962vw;
  width: 100vw;
  height: 25vh;
}
.modal::before {
  background: #004ea2;
  transform: skewY(-5deg);
  z-index: 1;
}
.modal::after {
  background: #abc5e0;
  transform: skewY(5deg);
}
.modal .contentsWrapper {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.modal .contentsWrapper .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.modal .contentsWrapper .contents {
  position: relative;
  width: 90vw;
  max-width: 700px;
  height: 95vh;
  margin-top: 5vh;
  z-index: 2;
}
.modal .contentsWrapper .contents > .inner {
  width: 100%;
  height: 80vh;
  background: #fff;
  border: 1px solid #000;
}
.modal .pictBook {
  width: 100%;
  height: 100%;
}
.modal .pictBook .page {
  position: relative;
  overflow: scroll;
  width: 100%;
  background: url("../img/pictbook/bg_pictbook_01.gif") repeat center center;
  outline: none;
}
.modal .pictBook .page > article {
  min-height: 100%;
  padding: 80px 40px 40px;
}
.modal .pictBook .page .pamphlet {
  position: -webkit-sticky;
  position: sticky;
  left: calc(100% - 80px);
  bottom: 10px;
  width: 70px;
  margin: 0;
  padding: 0;
}
.modal .pictBook .page.top h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-size: 5rem;
  font-weight: bold;
}
.modal .pictBook .page.top h2::before {
  content: '';
  position: absolute;
  left: -12%;
  bottom: -5px;
  width: 124%;
  height: 30px;
  background: url("../img/pictbook/bg_underline_01.png") no-repeat center center/100% 100%;
}
.modal .pictBook .page.top h2 span {
  position: relative;
  z-index: 1;
}
.modal .pictBook .page.top .menu li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.modal .pictBook .page.top .menu li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 3px;
  background: #000;
}
.modal .pictBook .page.top .menu li + li {
  margin-top: 20px;
}
.modal .pictBook .page.top .menu li h3 {
  flex: 0 0 calc(100% - 72px - 50px);
  position: relative;
  width: calc(100% - 72px - 50px);
  padding-bottom: 17px;
  line-height: 1.2;
  text-align: left;
  font-size: 2rem;
  font-feature-settings: 'palt';
  z-index: 1;
}
.modal .pictBook .page.top .menu li h3 .icn {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 10px;
  padding: 5px 10px 3px;
  background: #004ea2;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
}
.modal .pictBook .page.top .menu li h3 .tx1 {
  display: inline-block;
  position: relative;
}
.modal .pictBook .page.top .menu li h3 .tx1::after {
  content: '';
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: url("../img/pictbook/bg_underline_01.png") no-repeat center center/100% 100%;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
.modal .pictBook .page.top .menu li .img {
  flex: 0 0 72px;
  position: relative;
  width: 72px;
  z-index: 1;
}
.modal .pictBook .page.top .menu li .num {
  flex: 0 0 50px;
  position: relative;
  width: 50px;
  padding-bottom: 17px;
  line-height: 1.1;
  text-align: right;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  z-index: 1;
}
.modal .pictBook .page.top .menu li:hover h3 .tx1::after {
  width: 106%;
}
.modal .pictBook .page.cnt .titleArea {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal .pictBook .page.cnt .titleArea > div:first-child {
  text-align: left;
}
.modal .pictBook .page.cnt .titleArea > div:first-child h2 .icn {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 10px;
  padding: 5px 10px 2px;
  background: #004ea2;
  border-radius: 3px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  font-feature-settings: 'palt';
}
.modal .pictBook .page.cnt .titleArea > div:first-child h2 .tx1 {
  display: inline-block;
  position: relative;
  line-height: 1.1;
  font-size: 2.3rem;
  font-weight: bold;
  font-feature-settings: 'palt';
  z-index: 1;
}
.modal .pictBook .page.cnt .titleArea > div:first-child h2 .tx1::after {
  content: '';
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 0%;
  height: 75%;
  background: url("../img/pictbook/bg_underline_01.png") no-repeat center center/100% 100%;
  z-index: -1;
  transition: all 300ms 500ms ease-in;
}
.modal .pictBook .page.cnt .titleArea > div:last-child {
  position: relative;
}
.modal .pictBook .page.cnt .titleArea > div:last-child ul {
  display: none;
}
.modal .pictBook .page.cnt .photos {
  position: relative;
  width: 100%;
  height: 53.88889%;
  margin-top: 20px;
}
.modal .pictBook .page.cnt .photos li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.modal .pictBook .page.cnt .photos li:first-child {
  position: relative;
}
.modal .pictBook .page.cnt .photos li img {
  width: 100%;
}
.modal .pictBook .page.cnt .photos li.v360 {
  width: 100%;
  height: 0;
  padding-top: 58.33333%;
}
.modal .pictBook .page.cnt .photos li.v360 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .pictBook .page.cnt .photos li.v360.on {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph1 li:nth-child(1) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph2 li:nth-child(2) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph3 li:nth-child(3) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph4 li:nth-child(4) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph5 li:nth-child(5) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph6 li:nth-child(6) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph7 li:nth-child(7) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph8 li:nth-child(8) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph9 li:nth-child(9) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .photos.ph10 li:nth-child(10) {
  opacity: 1.0;
}
.modal .pictBook .page.cnt .thumbnails {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  padding-top: 10px;
}
.modal .pictBook .page.cnt .thumbnails li {
  max-width: 75px;
  padding: 0 2px;
  background: #fff;
  cursor: pointer;
}
.modal .pictBook .page.cnt .thumbnails li img {
  width: 100%;
}
.modal .pictBook .page.cnt .thumbnails li:hover img {
  opacity: 0.8;
}
.modal .pictBook .page.cnt .document {
  margin-top: 25px;
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.modal .pictBook .page.cnt .document p + p {
  margin-top: 1em;
}
.modal .pictBook .page.cnt .document .red {
  color: #db0716;
}
.modal .pictBook .page.cnt .document .note {
  line-height: 1.3;
  font-weight: normal;
}
.modal .pictBook .page.cnt .document .note span {
  display: inline-block;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.modal .pictBook .page.cnt .document .doc {
  display: none;
}
.modal .pictBook .page.cnt .document .doc.d1 {
  display: block;
}
.modal .pictBook .page.cnt .spec {
  padding-top: 20px;
}
.modal .pictBook .page.cnt .spec .wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal .pictBook .page.cnt .spec .wrap dl {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
}
.modal .pictBook .page.cnt .spec .wrap dl dt, .modal .pictBook .page.cnt .spec .wrap dl dd {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
  font-feature-settings: 'palt';
}
.modal .pictBook .page.cnt .spec .wrap dl dt {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex: 0 0 auto;
  width: 7em;
  padding: 5px 3px 3px;
  background: #4d83be;
  color: #fff;
  font-size: 1.4rem;
}
.modal .pictBook .page.cnt .spec .wrap dl dt.ls2 {
  letter-spacing: 0.5em;
  padding-left: 0.5em;
}
.modal .pictBook .page.cnt .spec .wrap dl dd {
  flex: 0 0 auto;
  width: calc(100% - 7em);
  padding: 3px 0 3px 10px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}
.modal .pictBook .page.cnt .spec .wrap dl dd + dt,
.modal .pictBook .page.cnt .spec .wrap dl dd + dt + dd {
  margin-top: 5px;
}
.modal .pictBook .page.cnt .spec .wrap dl + dl {
  width: calc(60% - 15px);
}
.modal .pictBook .page.cnt .spec .wrap + .wrap {
  margin-top: 5px;
}
.modal .pictBook .page.cnt .spec .wrap + .note {
  margin-top: 5px;
  text-align: left;
}
.modal .p2 .document .note strong {
  margin: 0 3px;
  color: #ff6600;
  font-weight: bold;
}
.modal .p3 .document .note strong {
  margin: 0 3px;
  color: #004ea2;
  font-weight: bold;
}
.modal .pictBook .page.cnt.slick-current .titleArea > div:first-child h2 .tx1::after {
  width: 106%;
}
.modal .pagingArea {
  position: relative;
  padding: 20px 0 0;
}
.modal .pagingArea .paging {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.modal .pagingArea .paging li > span {
  display: block;
  position: relative;
  overflow: hidden;
  width: 27px;
  height: 27px;
  background: #4d83be;
  border-radius: 50%;
  text-indent: -999px;
  cursor: pointer;
}
.modal .pagingArea .paging li.prev > span::before {
  content: '<';
  position: absolute;
  left: 0;
  top: calc(50% - 0.8em);
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 1.6rem;
  transform: scaleY(1.5);
}
.modal .pagingArea .paging li.next > span::before {
  content: '>';
  position: absolute;
  left: 0;
  top: calc(50% - 0.8em);
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 1.6rem;
  transform: scaleY(1.5);
}
.modal .pagingArea .paging li.num {
  padding: 0 0.8em;
  line-height: 1.1;
  color: #004ea2;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
.modal .pagingArea .backBtn {
  position: absolute;
  left: 15px;
  top: 20px;
  height: 26px;
  padding: 0 10px;
  background: #4d83be;
  line-height: 28px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.modal .pagingArea .backBtn::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 13px 0;
  border-color: transparent #4d83be transparent transparent;
}
.modal .pagingArea .btns {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.modal .pagingArea .btns > li {
  width: calc((100% - 20px) / 3);
}
.modal .pagingArea .btns > li a {
  display: block;
  padding: 5px 5px 3px;
  border: 1px solid #000;
  border-radius: 3px;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.modal .pagingArea .btns > li a.active {
  pointer-events: none;
  cursor: default;
}
.modal .pagingArea .btns > li.gen a {
  background: #004ea2;
}
.modal .pagingArea .btns > li.ret a {
  background: #faee00;
  color: #262626;
}
.modal .pagingArea .btns > li.wrk a {
  background: #db0716;
}

.audioBtn img {
  position: relative;
  left: 0;
}

.audioBtn.on img {
  animation: audioOn 0.3s ease-in forwards;
}

@keyframes audioOn {
  0% {
    left: 8px;
  }
  14% {
    left: -8px;
  }
  28% {
    left: 6px;
  }
  32% {
    left: -6px;
  }
  46% {
    left: 4px;
  }
  60% {
    left: -4px;
  }
  74% {
    left: 2px;
  }
  88% {
    left: -2px;
  }
  100% {
    left: 0px;
  }
}
#genekiBook::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 159px;
  height: 55.5px;
  background: url("../img/pictbook/tag_geneki_01.png") no-repeat left top/100% 100%;
  z-index: 1;
  opacity: 1.0;
  transition: all 100ms ease;
}

#genekiBook.indexPage::before {
  left: -20px;
  opacity: 0.0;
}

#genekiBook .p2 .titleArea > div:last-child ul, #genekiBook .p3 .titleArea > div:last-child ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -35px;
  width: 160px;
}
#genekiBook .p2 .titleArea > div:last-child ul li, #genekiBook .p3 .titleArea > div:last-child ul li {
  width: 46px;
}
#genekiBook .p2 .titleArea > div:last-child ul li + li, #genekiBook .p3 .titleArea > div:last-child ul li + li {
  margin-left: 5px;
}

#retired .pictBook .page.top .menu li h3 .icn,
#retired .pictBook .page.cnt .titleArea > div:first-child h2 .icn {
  background: #faee00;
  border: 1px solid #000;
  color: #000;
}

#retired .pictBook .page.cnt .spec .wrap dl dt {
  background: #faee00;
  color: #000;
}

#retired .pictBook .page.top h2::before,
#retired .pictBook .page.top .menu li h3 .tx1::after,
#retired .pictBook .page.cnt .titleArea > div:first-child h2 .tx1::after {
  background-image: url("../img/pictbook/bg_underline_02.png");
}

#retiredBook::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 159px;
  height: 55.5px;
  background: url("../img/pictbook/tag_retired_01.png") no-repeat left top/100% auto;
  z-index: 1;
  opacity: 1.0;
  transition: all 100ms ease;
}
#retiredBook .p4 .spec .wrap > div {
  width: 100%;
}

#retiredBook.indexPage::before {
  left: -20px;
  opacity: 0.0;
}

#work .pictBook .page.top .menu li h3 .icn,
#work .pictBook .page.cnt .titleArea > div:first-child h2 .icn {
  background: #db0716;
  border: none;
  color: #fff;
}

#work .pictBook .page.top h2::before,
#work .pictBook .page.top .menu li h3 .tx1::after,
#work .pictBook .page.cnt .titleArea > div:first-child h2 .tx1::after {
  background-image: url("../img/pictbook/bg_underline_03.png");
}

#workBook::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 159px;
  height: 55.5px;
  background: url("../img/pictbook/tag_work_01.png") no-repeat left top/100% auto;
  z-index: 1;
  opacity: 1.0;
  transition: all 100ms ease;
}

#workBook.indexPage::before {
  left: -20px;
  opacity: 0.0;
}

.modal.comingSoon {
  background: rgba(255, 255, 255, 0.5);
}
.modal.comingSoon .msgBox {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  width: 80vw;
  max-width: 575px;
  min-height: 85px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.modal.comingSoon .msgBox article .doc {
  padding: 50px 0 0;
}
.modal.comingSoon .msgBox article .doc h2 {
  line-height: 1.2;
  font-size: 3rem;
}
.modal.comingSoon .msgBox article .img {
  padding: 35px 0 45px;
}
.modal.comingSoon .msgBox article .img img {
  max-width: 155px;
  margin: 0 auto;
}
.modal.comingSoon .msgBox .closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.modal.comingSoon .msgBox .closeBtn::before, .modal.comingSoon .msgBox .closeBtn::after {
  content: '';
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 0.5px);
  width: 24px;
  height: 1px;
  background: #000;
}
.modal.comingSoon .msgBox .closeBtn::before {
  transform: rotate(45deg);
}
.modal.comingSoon .msgBox .closeBtn::after {
  transform: rotate(-45deg);
}

/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  body.subCtg #mainContents > section {
    height: calc(100vh - 170px);
    min-height: 470px;
    padding-top: 25vw;
    padding-bottom: 5px;
  }

  #box {
    left: -4vw;
    width: 100vw;
    height: 58.5vw;
  }
  #box::after {
    display: none;
  }

  #fukidashi {
    left: 6%;
  }

  .modal .pictBook .page > div {
    padding: 40px;
  }

  .modal .pictBook .page.top h2 {
    margin-bottom: 30px;
  }

  .modal .pictBook .page.top .menu li h3 .icn {
    font-size: 2.2135416667vw;
  }

  .modal .pictBook .page.top .menu li h3 .tx1 {
    font-size: 2.6041666667vw;
  }

  .modal .pictBook .page.top .menu li .num {
    font-size: 3.90625vw;
  }

  .modal .pictBook .page.cnt .titleArea > div:first-child h2 .icn {
    font-size: 2.6041666667vw;
  }

  .modal .pictBook .page.cnt .titleArea > div:first-child h2 .tx1 {
    font-size: 2.9947916667vw;
  }

  .modal .pictBook .page.cnt .titleArea > div:last-child ul {
    width: 65px;
  }

  .modal .pictBook .page.cnt .spec .wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .modal .pictBook .page.cnt .document,
  .modal .pictBook .page.cnt .spec .wrap dl {
    font-size: 2.0833333333vw;
  }

  .modal .pictBook .page.cnt .spec .wrap dl {
    width: 100% !important;
    margin: 0 !important;
  }

  .modal .pictBook .page.cnt .spec .wrap dl + dl {
    margin-top: 5px !important;
  }

  #genekiBook::before {
    left: -5px;
    top: 10px;
    width: 119.25px;
    height: 41.625px;
  }

  #retiredBook::before {
    left: -5px;
    top: 10px;
    width: 119.25px;
    height: 41.625px;
  }
}
@media screen and (max-width: 480px) {
  body.subCtg #mainContents > section {
    height: calc(100vh - 120px);
  }

  .modal .pictBook .page > div {
    padding: 20px;
  }

  .modal .pictBook .page.top h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .modal .pictBook .page.top .menu li + li {
    margin-top: 10px;
  }

  .modal .pictBook .page.top .menu li h3 {
    flex: 0 0 calc(100% - 50px - 35px);
    width: calc(100% - 50px - 35px);
  }

  .modal .pictBook .page.top .menu li h3 .icn {
    font-size: 2.5vw;
  }

  .modal .pictBook .page.top .menu li h3 .tx1 {
    font-size: 1.5rem;
  }

  .modal .pictBook .page.top .menu li .img {
    flex: 0 0 50px;
    width: 50px;
  }

  .modal .pictBook .page.top .menu li .num {
    flex: 0 0 35px;
    width: 35px;
    font-size: 2rem;
  }

  .modal .contentsWrapper .contents > .inner {
    height: 78vh;
  }

  .modal .pagingArea {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .modal .pagingArea .paging li.num {
    padding: 0 0.2em;
  }

  .modal .pagingArea .backBtn {
    height: 30px;
    margin-top: 10px;
    line-height: 32px;
    position: absolute;
    top: 0;
    width: 25%;
    padding: 0 5px 0 0;
    font-size: 2.9166666667vw;
  }
  .modal .pagingArea .backBtn::before {
    border-width: 15px 15px 15px 0;
  }

  .modal .pagingArea .btns {
    margin-top: 10px;
  }

  .modal .pagingArea .btns > li a {
    font-size: 3.125vw;
  }

  .modal .pictBook .page > article {
    padding: 50px 20px 20px;
  }

  .modal .pictBook .page.cnt .titleArea {
    display: block;
  }

  .modal .pictBook .page.cnt .titleArea > div:first-child h2 .icn {
    font-size: 1.4rem;
  }

  .modal .pictBook .page.cnt .titleArea > div:first-child h2 .tx1 {
    line-height: 1.3;
    font-size: 1.8rem;
  }

  .modal .pictBook .page.cnt .titleArea > div:first-child h2 .tx1::after {
    height: 75%;
  }

  .modal .pictBook .page.cnt .titleArea > div:last-child ul {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
  }

  .modal .pictBook .page .pamphlet {
    left: calc(100% - 55px);
    bottom: 5px;
    width: 50px;
  }

  #genekiBook .page.cnt .titleArea > div:last-child ul,
  #retiredBook .page.cnt .titleArea > div:last-child ul {
    justify-content: start;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    position: relative !important;
    top: 0 !important;
  }
  #genekiBook .page.cnt .titleArea > div:last-child ul li,
  #retiredBook .page.cnt .titleArea > div:last-child ul li {
    width: 35px;
  }

  .modal .pictBook .page.cnt .document,
  .modal .pictBook .page.cnt .spec .wrap dl {
    font-size: 1.4rem;
  }

  .modal .pictBook .page.cnt .spec .wrap {
    display: block;
  }
  .modal .pictBook .page.cnt .spec .wrap dl {
    width: 100%;
  }
  .modal .pictBook .page.cnt .spec .wrap dl dt {
    flex: 0 0 33%;
    width: 33%;
  }
  .modal .pictBook .page.cnt .spec .wrap dl dd {
    flex: 0 0 67%;
    width: 67%;
  }
  .modal .pictBook .page.cnt .spec .wrap dl + dl {
    margin: 5px 0 0;
  }

  .modal.comingSoon .msgBox .closeBtn {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }

  .modal.comingSoon .msgBox article .doc {
    padding-top: 30px;
  }

  .modal.comingSoon .msgBox article .img {
    padding: 20px 0 30px;
  }

  .modal.comingSoon .msgBox article .img img {
    max-width: none;
    width: 50%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .modal .pictBook .page .pamphlet {
    position: relative;
  }
}
