@charset "UTF-8";
body {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  position: relative;
  color: #242424;
}
body .body-gradient {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.active {
  overflow: hidden;
}
body.active .body-gradient {
  opacity: 1;
  z-index: 12;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/body-bg.png);
  background-color: #000;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}
body[data-section=section01]::before {
  opacity: 1;
}
body[data-section=section02]::before {
  opacity: 1;
}
body[data-section=section03] {
  background-color: #d7d7d7;
}
body[data-section=section04] {
  background-color: #d7d7d7;
}
body[data-section=section05]::before {
  opacity: 1;
}
body[data-section=section06]::before {
  opacity: 1;
}

#pc-contents-view-fixed {
  width: calc(100% - 775px);
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 60px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-inner {
  height: 100vh;
  padding-right: 20px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-title-wrap {
  height: 33vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 55px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section-title img {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section-title.active img {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section01-title img {
  width: 100%;
  max-width: 410px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section02-title img {
  width: 100%;
  max-width: 380px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section03-title img {
  width: 100%;
  max-width: 550px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section04-title img {
  width: 100%;
  max-width: 470px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section05-title img {
  width: 100%;
  max-width: 284px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-section06-title img {
  width: 100%;
  max-width: 270px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-border {
  width: 100%;
  max-width: 594px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link {
  padding-top: 45px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link a {
  font-size: 15px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.15em;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link a:hover::after {
  width: 100%;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link.section01 a, #pc-contents-view-fixed .pc-contents-view-fixed-link.section02 a, #pc-contents-view-fixed .pc-contents-view-fixed-link.section05 a, #pc-contents-view-fixed .pc-contents-view-fixed-link.section06 a {
  color: #fff;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link.section01 .pc-contents-view-fixed-link-item:first-child:after, #pc-contents-view-fixed .pc-contents-view-fixed-link.section02 .pc-contents-view-fixed-link-item:first-child:after, #pc-contents-view-fixed .pc-contents-view-fixed-link.section05 .pc-contents-view-fixed-link-item:first-child:after, #pc-contents-view-fixed .pc-contents-view-fixed-link.section06 .pc-contents-view-fixed-link-item:first-child:after {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#pc-contents-view-fixed .pc-contents-view-fixed-link-item {
  position: relative;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom {
  position: absolute;
  left: 0;
  bottom: 95px;
  width: 100%;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 22px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text p {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text .day {
  font-size: 15px;
  letter-spacing: 0.15em;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text .day .din {
  font-size: 38px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text .day .hatsubai {
  font-size: 26px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text .price {
  font-size: 13px;
  letter-spacing: 0.15em;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text .price .din {
  font-size: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 4px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-text.section01, #pc-contents-view-fixed .pc-contents-view-fixed-bottom-text.section02, #pc-contents-view-fixed .pc-contents-view-fixed-bottom-text.section05, #pc-contents-view-fixed .pc-contents-view-fixed-bottom-text.section06 {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item {
  width: 100%;
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .button {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 230px;
  width: 100%;
  margin-right: 10px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .button:hover {
  padding-left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .cart-button {
  background-color: #ff3200;
  color: #fff;
  margin-bottom: 24px;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .cart-button:after {
  content: "";
  display: block;
  background-image: url(../img/external-window-icon-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .cart-button.others {
  background-color: #fff;
  color: #000;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .cart-button.others:after {
  content: "";
  display: block;
  background-image: url(../img/external-window-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .interview-button {
  background-color: #fff000;
}
#pc-contents-view-fixed .pc-contents-view-fixed-bottom-button-item .interview-button:after {
  content: "";
  display: block;
  background-image: url(../img/contact-page-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pc-contents-view-fixed .pc-contents-view-copy {
  position: absolute;
  left: 0;
  bottom: 25px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pc-contents-view-fixed .pc-contents-view-copy p {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#pc-contents-view-fixed .pc-contents-view-copy.section01, #pc-contents-view-fixed .pc-contents-view-copy.section02, #pc-contents-view-fixed .pc-contents-view-copy.section05, #pc-contents-view-fixed .pc-contents-view-copy.section06 {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 924px) {
  #pc-contents-view-fixed .pc-contents-view-fixed-title-wrap {
    height: 47vh;
  }
}
@media screen and (min-width: 1000px) {
  #pc-contents-view-fixed .pc-contents-view-fixed-title-wrap {
    height: 33vh;
  }
}
@media screen and (min-width: 1270px) {
  #pc-contents-view-fixed .pc-contents-view-fixed-title-wrap {
    height: 50vh;
  }
}
@media (max-width: 1200px) {
  #pc-contents-view-fixed {
    width: calc(100% - 710px);
    left: 40px;
  }
  #pc-contents-view-fixed .pc-contents-view-fixed-bottom {
    width: 100%;
  }
  #pc-contents-view-fixed .pc-contents-view-fixed-bottom-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #pc-contents-view-fixed .pc-contents-view-fixed-link {
    gap: 30px;
  }
  #pc-contents-view-fixed .pc-contents-view-fixed-link a {
    font-size: 13px;
  }
  #pc-contents-view-fixed .pc-contents-view-fixed-link-item:first-child:after {
    right: -15px;
  }
}
@media (max-width: 1000px) {
  #pc-contents-view-fixed {
    width: calc(100% - 420px);
  }
}
@media (max-width: 768px) {
  #pc-contents-view-fixed {
    display: none;
  }
}
#menu_btn {
  display: none;
}

@media (max-width: 1000px) {
  #menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 15;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #menu_btn.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: auto;
  }
  #menu_btn .menu_btn_inner {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    width: 34px;
    height: 21px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #menu_btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #menu_btn span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #menu_btn span:nth-child(1) {
    top: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #menu_btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #menu_btn span:nth-child(3) {
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #menu_btn.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  #menu_btn.active span:nth-child(2) {
    opacity: 0;
  }
  #menu_btn.active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}
#menu-list {
  position: fixed;
  bottom: 170px;
  right: 80px;
  z-index: 2;
}
#menu-list[data-section=section01] .menu-list-item a, #menu-list[data-section=section02] .menu-list-item a, #menu-list[data-section=section05] .menu-list-item a, #menu-list[data-section=section06] .menu-list-item a {
  color: #fff;
}
#menu-list .menu-list-item:not(:last-child) {
  margin-bottom: 20px;
}
#menu-list .menu-list-item a {
  font-size: 16px;
}
#menu-list .menu-list-item a.active {
  color: #fc1718;
}
#menu-list .menu-list-item.minus {
  padding-left: 15px;
}

@media (max-width: 1200px) {
  #menu-list {
    right: 40px;
  }
}
@media (max-width: 1000px) {
  #menu-list {
    width: 375px;
    height: 100vh;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 14;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
  }
  #menu-list .menu-list-inner {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  #menu-list.active {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
  #menu-list.active .menu-list-inner {
    opacity: 1;
  }
  #menu-list[data-section=section01] .menu-list-item a, #menu-list[data-section=section02] .menu-list-item a, #menu-list[data-section=section03] .menu-list-item a, #menu-list[data-section=section04] .menu-list-item a, #menu-list[data-section=section05] .menu-list-item a, #menu-list[data-section=section06] .menu-list-item a {
    color: #242424;
  }
  #menu-list[data-section=section01] .menu-list-item a.active, #menu-list[data-section=section02] .menu-list-item a.active, #menu-list[data-section=section03] .menu-list-item a.active, #menu-list[data-section=section04] .menu-list-item a.active, #menu-list[data-section=section05] .menu-list-item a.active, #menu-list[data-section=section06] .menu-list-item a.active {
    color: #fc1718;
  }
}
@media (max-width: 768px) {
  #menu-list {
    width: 100%;
  }
}
.button-contents-wrap {
  padding: 48px 0;
}
.button-contents-wrap.black {
  padding: 65px 0 50px 0;
  background-color: #242424;
  border-radius: 38px;
  margin: 70px 0 0 0;
}
.button-contents-wrap.black .amazon-ranking {
  max-width: 348px;
  width: 100%;
  margin: 0 auto 60px;
}
.button-contents-wrap.black .button-contents-title {
  padding-left: 20px;
  margin-bottom: 10px;
}
.button-contents-wrap.black .button-contents-title p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
.button-contents-wrap.black .button-contents-day {
  padding: 0 20px;
}
.button-contents-wrap.black .button-contents-day p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.2em;
}
.button-contents-wrap.black .button-contents-day .day {
  font-size: 50px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
}
.button-contents-wrap.black .button-contents-day .hatsubai {
  font-size: 24px;
  color: #fff;
}
.button-contents-wrap.black .button-contents-price {
  padding: 0 20px;
  margin-bottom: 5px;
}
.button-contents-wrap.black .button-contents-price p {
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
.button-contents-wrap.black .button-contents-price span {
  font-size: 14px;
  color: #fff;
  margin-left: 3px;
}
.button-contents-wrap.black .button-contents-code {
  padding: 0 20px;
  margin-bottom: 50px;
}
.button-contents-wrap.black .button-contents-code p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}
.button-contents-wrap.black .button-contents-bottom-text {
  text-align: center;
}
.button-contents-wrap.black .button-contents-bottom-text p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
.button-contents-wrap.black .button-contents-bottom-text p:first-child {
  font-size: 14px;
  margin-bottom: 30px;
}
.button-contents-wrap.interview {
  padding: 45px 0 100px 0;
}
.button-contents-wrap .button {
  width: 100%;
  max-width: 335px;
  height: 66px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}
.button-contents-wrap .button.button-comingsoon {
  background-color: #ff9900;
  font-size: 30px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  margin: 0 auto 25px auto;
}
.button-contents-wrap .button.button-interview {
  background-color: #e6e6e6;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin: 0 auto 0 auto;
}
.button-contents-wrap .button.button-interview:after {
  content: "▶";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #000;
}
.button-contents-wrap .button span {
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .button-contents-wrap .button:hover span {
    -webkit-animation: fadeZoom 0.4s ease forwards;
            animation: fadeZoom 0.4s ease forwards;
  }
}
@-webkit-keyframes fadeZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.button-contents-wrap .button-profile {
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
.button-contents-wrap .media-btn {
  background-color: #fff000;
}
.button-contents-wrap .page-inner-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-image: url(../img/page-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.button-contents-wrap .button-cart {
  background-color: #ff9900;
  font-size: 21px;
  font-weight: 600;
  padding-right: 20px;
}
.button-contents-wrap .button-cart.store {
  background-color: #ff3200;
  color: #fff;
}
.button-contents-wrap .button-cart.store:after {
  content: "";
  background-image: url(../img/external-window-icon-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.button-contents-wrap .button-cart.others {
  background-color: #fff;
}
.button-contents-wrap .button-cart:after {
  content: "";
  background-image: url(../img/external-window-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 360px) {
  .button-contents-wrap.black .button-contents-title p {
    font-size: 28px;
  }
  .button-contents-wrap.black .button-contents-code p {
    font-size: 13px;
  }
}
#page {
  margin: 0 340px 0 auto;
  max-width: 375px;
}
@media (max-width: 1200px) {
  #page {
    margin: 0 270px 0 auto;
  }
}
@media (max-width: 1000px) {
  #page {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  #page {
    max-width: 450px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 90px;
  }
}
@media (max-width: 450px) {
  #page {
    max-width: 100%;
  }
}
#page #section01 .book-title-wrap {
  background-image: url(../img/book-title-bg.png);
  background-size: cover;
  background-position: top left;
  padding: 45px 0 20px 0;
}
#page #section01 .book-title-headtext {
  margin-bottom: 95px;
  position: relative;
}
#page #section01 .book-title-headtext:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 50%;
  height: 10px;
  background-color: #8cd7ff;
}
#page #section01 .book-title-headtext:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 50%;
  height: 10px;
  background-color: #ff3200;
}
#page #section01 .book-title-headtext p {
  font-size: 24px;
  color: #fff;
  line-height: 1.8333333333;
  letter-spacing: 0.18em;
}
#page #section01 .book-title {
  margin-bottom: 30px;
}
#page #section01 .book-subtitle {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
}
#page #section01 .book-author {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.6206896552;
}
#page #section01 .book-author span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  left: -2px;
}
#page #section01 .book-image-wrap {
  position: relative;
}
#page #section01 .book-image-text {
  position: absolute;
  left: 20px;
  bottom: 70px;
  right: 0;
  margin: auto;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.13em;
}
#page #section01 .book-image-text p {
  line-height: 1.65625;
}
#page #section01 .vertical-text-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 50px;
  padding: 40px 0 0 0;
}
#page #section01 .vertical-text-contents p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.72;
  white-space: nowrap;
}
@media (max-width: 360px) {
  #page #section01 .book-author span {
    font-size: 16px;
  }
  #page #section01 .book-image-text {
    font-size: 28px;
  }
}
#page #section02 {
  padding: 95px 0 0 0;
  overflow: hidden;
}
#page #section02 .text-line-wrap {
  background-color: #e8e7e2;
}
#page #section02 .section02-headline {
  background-color: #242424;
  padding: 60px 0 65px 0;
}
#page #section02 .section02-headline img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
#page #section02 .noize-bg-title {
  background-image: url(../img/noize-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 50px 0 45px;
  border-bottom: 12px solid #242424;
}
#page #section02 .noize-bg-title p {
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.7058823529;
  font-weight: 700;
  position: relative;
  left: 14px;
}
#page #section02 .noize-bg-text {
  padding: 42px 15px 0;
  margin-bottom: 35px;
}
#page #section02 .noize-bg-text p {
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
}
#page #section02 .noize-bg-text p:first-child {
  margin-bottom: 35px;
}
#page #section02 .noize-bg-text p:last-child {
  font-weight: 700;
}
#page #section02 .responsibility-title {
  margin-bottom: 35px;
}
#page #section02 .responsibility-subtitle {
  padding: 0 18px;
  margin-bottom: 25px;
}
#page #section02 .responsibility-subtitle p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#page #section02 .responsibility-text {
  padding: 0 18px;
}
#page #section02 .responsibility-text p {
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.06em;
}
#page #section02 .responsibility-text p:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #page #section02 .responsibility-title {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  #page #section02 .noize-bg-title p {
    font-size: 30px;
  }
}
#page #section03 {
  padding-top: 80px;
  padding-bottom: 70px;
}
#page #section03 .ransomware-content-more {
  width: 100%;
  max-width: 78px;
  margin: 10px auto 35px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
#page #section03 .ransomware-content-more:after {
  content: "もっと見る";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #242424;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -140px;
  width: 120px;
  height: 20px;
  margin: auto;
}
#page #section03 .ransomware-content-more img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#page #section03 .ransomware-content-more:hover img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#page #section03 .ransomware-content-box {
  display: none;
  background-color: #ff3200;
  position: relative;
  border-radius: 10px;
  padding-bottom: 70px;
}
#page #section03 .ransomware-content-box-title {
  padding: 90px 15px 0;
  margin-bottom: 60px;
}
#page #section03 .ransomware-content-box-title p:first-child {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6428571429;
  margin-bottom: 30px;
}
#page #section03 .ransomware-content-box-title p:last-child {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.9444444444;
}
#page #section03 .ransomware-content-box-item.first {
  padding-bottom: 75px;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-title {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 30px auto;
  text-align: center;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-data-text {
  margin: 0 auto 20px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-data-text p {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  text-align: right;
  gap: 2px;
  margin-left: -5px;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-data-text .din {
  width: 315px;
  font-size: 83px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  letter-spacing: -0.02em;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-data-text .din .count-up-comma:first-of-type {
  position: relative;
  left: -2px;
  margin-left: -7px;
  margin-right: -7px;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-yaku {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  font-size: 15px;
  background-color: #fff;
  color: #ff3200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 15px;
  left: 3px;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-caption {
  margin-bottom: 40px;
}
#page #section03 .ransomware-content-box-item.first .ransomware-white-box {
  width: 100%;
  max-width: 342px;
  margin: 0 auto 30px auto;
  height: 80px;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page #section03 .ransomware-content-box-item.first .ransomware-white-box p {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  color: #fff;
}
#page #section03 .ransomware-content-box-item.first .ransomware-aroow-white {
  width: 100%;
  max-width: 50px;
  margin: 0 auto 25px auto;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-first-bottom {
  text-align: center;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-first-bottom p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#page #section03 .ransomware-content-box-item.first .ransomware-content-box-item-first-bottom p:last-child {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
#page #section03 .ransomware-content-box-item.second {
  padding-top: 70px;
  padding-bottom: 35px;
  position: relative;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-second-title {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 30px auto;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-second-title p {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-title {
  text-align: center;
  margin-bottom: 30px;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-graph {
  width: 100%;
  max-width: 254px;
  height: 254px;
  margin: 0 auto 0 auto;
  background-image: url(../img/graph-img02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-graph .ransomware-content-box-item-yaku {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  position: absolute;
  top: 100px;
  left: 42px;
  font-size: 15px;
  background-color: #fff;
  color: #ff3200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-graph .ransomware-content-box-item-graph-data {
  width: 100%;
  max-width: 110px;
  height: 70px;
  position: absolute;
  inset: 0;
  bottom: 30px;
  right: 15px;
  margin: auto;
  font-size: 100px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  color: #fff;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-graph .ransomware-content-box-item-graph-data p {
  line-height: 1;
}
#page #section03 .ransomware-content-box-item.second .ransomware-content-box-item-graph .ransomware-content-box-item-per {
  width: 100%;
  max-width: 36px;
  position: absolute;
  bottom: 90px;
  right: 50px;
}
#page #section03 .ransomware-content-box-item.second .people-column {
  width: 100%;
  max-width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1px 3px;
  position: absolute;
  top: 240px;
}
#page #section03 .ransomware-content-box-item.second .people-column img {
  width: 100px;
  max-width: 16px;
  height: auto;
}
#page #section03 .ransomware-content-box-item.second .people-column.left {
  left: 0;
}
#page #section03 .ransomware-content-box-item.second .people-column.right {
  right: 0;
}
#page #section03 .ransomware-content-box-item.third {
  padding-top: 40px;
  padding-bottom: 35px;
  position: relative;
}
#page #section03 .ransomware-content-box-item.third .ransomware-content-box-item-title {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 20px auto;
}
#page #section03 .ransomware-content-box-item.third .ransomware-content-box-item-third-img {
  width: 100%;
  max-width: 310px;
  margin: 0 auto 20px auto;
}
#page #section03 .ransomware-content-box-item.third .ransomware-content-box-item-text {
  text-align: center;
  margin-bottom: 25px;
}
#page #section03 .ransomware-content-box-item.third .ransomware-content-box-item-text p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#page #section03 .ransomware-content-box-item.fourth {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-inner {
  width: 100%;
  height: 375px;
  background-color: #242424;
  border-radius: 100%;
  padding-top: 60px;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-title {
  text-align: center;
  margin-bottom: 30px;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-fourth-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-yaku {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  position: relative;
  bottom: 8px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-graph-data p {
  font-size: 124px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  color: #fff;
  line-height: 1;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-per {
  width: 100%;
  max-width: 36px;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-text {
  text-align: center;
  margin-bottom: 25px;
}
#page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-text p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#page #section03 .ransomware-content-box-item-title p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5555555556;
}
#page #section03 .ransomware-content-box-item-caption {
  text-align: center;
}
#page #section03 .ransomware-content-box-item-caption p {
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8181818182;
}
#page #section03 .ransomware-content-border {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
#page #section03 .ransomware-content-close {
  cursor: pointer;
  width: 100%;
  max-width: 52px;
  margin: 0 auto;
  position: relative;
}
#page #section03 .ransomware-content-close:after {
  content: "とじる";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #242424;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -110px;
  width: 70px;
  height: 20px;
  margin: auto;
}
@media (max-width: 768px) {
  #page #section03 .ransomware-content-box {
    background-size: 100% 100px;
  }
  #page #section03 .ransomware-content-box-item.fourth .ransomware-content-box-item-inner {
    max-width: 375px;
    margin: 0 auto;
  }
}
#page #section04 .pc-contents-view-fourth-inner {
  background-color: #8cd7ff;
  border-radius: 15px;
  padding: 55px 0;
  margin-bottom: 100px;
}
#page #section04 .table-of-contents {
  text-align: center;
  margin-bottom: 30px;
}
#page #section04 .table-of-contents p {
  font-size: 18px;
}
#page #section04 .table-of-contents-list {
  padding: 0 15px 0 20px;
}
#page #section04 .table-of-contents-list-item:not(:last-child) {
  margin-bottom: 25px;
}
#page #section04 .table-of-contents-list-item p {
  font-size: 16px;
}
#page #section04 .table-of-contents-list-item p:first-child {
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}
#page #section04 .table-of-contents-list-item p:last-child {
  line-height: 1.4;
}
#page #section04 .button-contents-wrap {
  margin: 70px 0 90px 0;
}
#page #section04 .president-img {
  width: 100%;
  max-width: 336px;
  margin: 0 auto 20px auto;
}
#page #section04 .president-name {
  width: 100%;
  max-width: 336px;
  margin: 0 auto 15px auto;
}
#page #section04 .president-name p {
  font-size: 21px;
  font-weight: 700;
}
#page #section04 .president-position {
  width: 100%;
  max-width: 336px;
  margin: 0 auto 45px auto;
}
#page #section04 .president-position p {
  font-size: 17px;
}
#page #section04 .president-text {
  width: 100%;
  max-width: 336px;
  margin: 0 auto 20px auto;
}
#page #section04 .president-text p {
  font-size: 17px;
  line-height: 1.9411764706;
}
#page #section04 .president-text p:first-child {
  margin-bottom: 40px;
}
#page #section04 .comingsoon-img {
  position: relative;
  margin-bottom: 65px;
}
#page #section04 .mask-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr); /* 横10分割 */
  -ms-grid-rows: (1fr)[10];
  grid-template-rows: repeat(10, 1fr); /* 縦10分割 */
  pointer-events: none;
  z-index: 2;
}
#page #section04 .mask-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(19) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(20) {
  -ms-grid-row: 2;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(24) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(25) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(26) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(27) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(28) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(29) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(30) {
  -ms-grid-row: 3;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(31) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(32) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(33) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(34) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(35) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(36) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(37) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(38) {
  -ms-grid-row: 4;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(39) {
  -ms-grid-row: 4;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(40) {
  -ms-grid-row: 4;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(41) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(42) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(43) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(44) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(45) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(46) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(47) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(48) {
  -ms-grid-row: 5;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(49) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(50) {
  -ms-grid-row: 5;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(51) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(52) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(53) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(54) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(55) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(56) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(57) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(58) {
  -ms-grid-row: 6;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(59) {
  -ms-grid-row: 6;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(60) {
  -ms-grid-row: 6;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(61) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(62) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(63) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(64) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(65) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(66) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(67) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(68) {
  -ms-grid-row: 7;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(69) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(70) {
  -ms-grid-row: 7;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(71) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(72) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(73) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(74) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(75) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(76) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(77) {
  -ms-grid-row: 8;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(78) {
  -ms-grid-row: 8;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(79) {
  -ms-grid-row: 8;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(80) {
  -ms-grid-row: 8;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(81) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(82) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(83) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(84) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(85) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(86) {
  -ms-grid-row: 9;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(87) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(88) {
  -ms-grid-row: 9;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(89) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(90) {
  -ms-grid-row: 9;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid > *:nth-child(91) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
#page #section04 .mask-grid > *:nth-child(92) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}
#page #section04 .mask-grid > *:nth-child(93) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}
#page #section04 .mask-grid > *:nth-child(94) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}
#page #section04 .mask-grid > *:nth-child(95) {
  -ms-grid-row: 10;
  -ms-grid-column: 5;
}
#page #section04 .mask-grid > *:nth-child(96) {
  -ms-grid-row: 10;
  -ms-grid-column: 6;
}
#page #section04 .mask-grid > *:nth-child(97) {
  -ms-grid-row: 10;
  -ms-grid-column: 7;
}
#page #section04 .mask-grid > *:nth-child(98) {
  -ms-grid-row: 10;
  -ms-grid-column: 8;
}
#page #section04 .mask-grid > *:nth-child(99) {
  -ms-grid-row: 10;
  -ms-grid-column: 9;
}
#page #section04 .mask-grid > *:nth-child(100) {
  -ms-grid-row: 10;
  -ms-grid-column: 10;
}
#page #section04 .mask-grid div {
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#page #section04 .comingsoon-text {
  text-align: center;
  background-color: #242424;
  padding: 6px 0 8px 0;
}
#page #section04 .comingsoon-text p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#page #section04 .button-contents-wrap .button {
  margin: 0 auto 20px auto;
}
#page .media-article-wrap {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding-top: 85px;
}
#page .media-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-image: url(../img/media-title-line.jpg);
  background-repeat: no-repeat;
  background-size: 232px 10px;
  background-position: center bottom;
}
#page .media-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 45px;
}
#page .media-article-list {
  display: block;
  border: 1px solid #000000;
  border-radius: 7px;
  padding: 13px;
  margin-bottom: 16px;
}
#page .media-article-image {
  margin-bottom: 5px;
}
#page .media-article-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 207px;
  width: 100%;
}
#page .media-article-time {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.2415384615;
}
#page .media-article-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.625;
}
#page .media-page-link {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 280px;
  border-radius: 50px;
  margin: 50px auto 85px;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
}
#page .media-page-link .media-arrow {
  width: 24px;
  margin-left: 15px;
}
#page .interview-wrap {
  background-color: #fff000;
  padding: 46px 0 35px;
}
#page .interview-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 26px;
}
#page .interview-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  width: 100%;
  max-width: 340px;
  margin: 0 auto 35px;
}
#page .interview-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 56px;
  width: 280px;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#page .interview-form-btn .media-arrow {
  width: 26px;
  margin-left: 17px;
}
#page .caption {
  padding: 0 20px;
}
#page .caption p {
  font-size: 12px;
}
#page .sp-floating-menu {
  display: none;
}
@media (max-width: 768px) {
  #page .sp-floating-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #page .sp-floating-menu.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #page .sp-floating-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #000;
  }
  #page .sp-floating-menu-item a {
    width: 50%;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-right: 22px;
    padding-bottom: 2px;
    position: relative;
  }
  #page .sp-floating-menu-item a:first-child {
    background-color: #fff000;
  }
  #page .sp-floating-menu-item a:first-child:after {
    content: "";
    background-image: url(../img/page-btn-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
  }
  #page .sp-floating-menu-item a:last-child {
    color: #fff;
    background-color: #fc1718;
  }
  #page .sp-floating-menu-item a:last-child:after {
    content: "";
    background-image: url(../img/page-btn-w-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
  }
}