@charset "UTF-8";
#page.top {
  /* モーダル　アニメーション　*/
}
#page.top .mv {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
#page.top .mv-left-icon {
  width: 128px;
  height: 128px;
  position: absolute;
  left: -35px;
  top: 50px;
  z-index: 1;
}
#page.top .mv-right-icon {
  width: 128px;
  height: 128px;
  position: absolute;
  right: -30px;
  top: 60px;
}
#page.top .mv-bk .night {
  display: none;
}
#page.top .mv-bk.night-mode .morning {
  display: none;
}
#page.top .mv-bk.night-mode .night {
  display: block;
}
#page.top .mv-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 42px;
  width: 83.8%;
}
#page.top .mv-scroll-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35%;
  width: 35.3%;
}
#page.top .mv-icon-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  bottom: 10%;
}
#page.top .mv-icon-area.night-mode {
  display: none;
}
#page.top .mv-icon-list {
  width: 46px;
  margin-right: 10px;
  position: relative;
}
#page.top .mv-icon-list .mv-icon-text-box {
  position: absolute;
  background-image: url(../img/top/mv-icon-text-box.png);
  background-repeat: no-repeat;
  background-size: 100px 50px;
  background-position: left top;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
  top: -60px;
  left: 0;
}
#page.top .mv-icon-list:nth-child(2) {
  width: 54px;
}
#page.top .mv-icon-list:nth-child(3) {
  width: 70px;
}
#page.top .mv-icon-list:nth-child(4) {
  width: 50px;
  margin-right: 0;
}
#page.top .mv-icon-night-area {
  display: none;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  bottom: 10%;
}
#page.top .mv-icon-night-area.night-mode {
  display: flex;
}
#page.top .mv-icon-night-list {
  width: 64px;
  padding-bottom: 50px;
}
#page.top .mv-icon-night-list:nth-child(1) {
  margin-right: 10px;
}
#page.top .mv-icon-night-list:nth-child(2) {
  width: 60px;
  padding-bottom: 0;
  padding-top: 45px;
  position: relative;
  margin-right: 5px;
}
#page.top .mv-icon-night-list:nth-child(3) {
  width: 52px;
  padding-bottom: 0;
  padding-top: 50px;
  margin-right: 25px;
}
#page.top .mv-icon-night-list .mv-icon-text-box {
  position: absolute;
  background-image: url(../img/top/mv-icon-night-list-text.png);
  background-repeat: no-repeat;
  background-size: 132px 50px;
  background-position: center;
  width: 132px;
  height: 50px;
  top: -10px;
  left: 10px;
  padding-top: 11px;
  padding-left: 11px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
#page.top .contens-start-area {
  position: relative;
  margin-top: -102px;
  margin-top: -25%;
}
#page.top .contens-start-bk-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#page.top .contens-start-inner {
  padding-top: 102px;
  padding-top: 25%;
}
#page.top .contens-start-inner-bk {
  background-color: #00e0ec;
  padding-bottom: 40px;
}
#page.top .contens-start-text-box {
  background-image: url(../img/top/start-text-box.png);
  background-repeat: no-repeat;
  background-size: 338px 234px;
  background-position: center;
  max-width: 338px;
  width: 100%;
  margin: 0 auto 35px;
  height: 234px;
  position: relative;
  z-index: 1;
  padding: 22px 0;
}
#page.top .contens-start-text-box .box-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.9285714286;
}
#page.top .form-link-btn {
  background-image: url(../img/top/btn.png);
  background-repeat: no-repeat;
  background-size: 294px 62px;
  background-position: center;
  position: relative;
  z-index: 1;
  max-width: 294px;
  height: 62px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-shadow: #9b4128 -3px -2px;
}
#page.top .welcome-contens {
  background-image: url(../img/top/welcome-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding-top: 69px;
  padding-bottom: 45px;
}
#page.top .welcome-contens-text-box {
  background-image: url(../img/top/welcome-text-box.png);
  background-repeat: no-repeat;
  background-size: 286px 46px;
  background-position: center;
  max-width: 286px;
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 33%;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
}
#page.top .welcome-contens-title {
  margin: 0 auto 20px;
  font-size: 30px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: #000 0px 4px;
  height: 84px;
}
#page.top .welcome-contens-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.8571428571;
  text-align: center;
  text-shadow: #000 0px 3px;
  margin-bottom: 35px;
  height: 182px;
}
#page.top .welcome-skill-box {
  background-image: url(../img/top/skill-box.png);
  background-repeat: no-repeat;
  background-size: 292px 320px;
  background-position: center;
  max-width: 292px;
  width: 100%;
  height: 320px;
  margin: 0 auto 30px;
  padding-top: 34px;
}
#page.top .welcome-skill-box-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 0.7625;
  text-align: center;
  text-shadow: #df9c5f 0px 2px;
  margin: 0 auto 14px;
}
#page.top .welcome-skill-box-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: #f0c17c 0px 3px;
  margin-bottom: 15px;
  height: 105px;
}
#page.top .welcome-skill-box-icon {
  width: 188px;
  margin: 0 auto;
}
#page.top .welcome-contens-catch-text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
  text-shadow: #000 0px 3px;
  height: 90px;
}
#page.top .skill-contens {
  background-image: url(../img/top/skill-contens-bk.png);
  background-repeat: repeat-x;
  background-size: 375px 178px;
  background-position: top center;
  margin-top: -40px;
  padding-top: 82px;
  position: relative;
  z-index: 1;
}
#page.top .skill-contens-title-icon {
  width: 48px;
  margin: 0 auto 10px;
}
#page.top .skill-contens-title {
  width: 112px;
  margin: 0 auto 8px;
}
#page.top .skill-contens-sub {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  font-weight: 600;
  margin-bottom: 32px;
}
#page.top .skill-contens-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5714285714;
  margin-bottom: 32px;
}
#page.top .skill-slider-box {
  background-image: url(../img/top/skill-slider-bk.png);
  background-repeat: no-repeat;
  background-size: 162px 270px;
  background-position: center;
  height: 270px;
  padding: 35px 20px;
}
#page.top .skill-slide-icon {
  width: 54px;
  margin: 0 auto 13px;
}
#page.top .skill-slide-name {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 13px;
}
#page.top .skill-slide-name.leter {
  letter-spacing: 0.04em;
}
#page.top .skill-slide-text {
  font-size: 10px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
  width: 120px;
  margin: 0 auto;
}
#page.top .skill-slider {
  position: relative;
  box-sizing: border-box;
  padding: 0 5px 50px;
  width: 100%;
  overflow-x: hidden;
  max-width: 400px;
  margin: 0 auto;
}
#page.top .skill-slider .swiper-button-prev {
  background-image: url(../img/top/slider-prev.png);
  background-repeat: no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  top: -50px;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  z-index: 1;
}
#page.top .skill-slider .swiper-button-prev::after {
  display: none;
}
#page.top .skill-slider .swiper-button-next {
  background-image: url(../img/top/slider-next.png);
  background-repeat: no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  top: -50px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  z-index: 1;
}
#page.top .skill-slider .swiper-button-next::after {
  display: none;
}
#page.top .skill-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url(../img/top/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
#page.top .skill-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../img/top/dot-active.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#page.top .skill-bottom-area {
  margin-top: -250px;
  position: relative;
}
#page.top .skill-bottom-text {
  width: 338px;
  height: 120px;
  background-image: url(../img/top/skill-text-box.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 15px;
  display: block;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding-bottom: 14px;
  font-size: 17px;
  letter-spacing: 0.18em;
  line-height: 1.4705882353;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34%;
  margin: 0 auto 0;
  z-index: 1;
}
#page.top .party-contens {
  background-color: #55eaf2;
  background-image: url(../img/gif/bk.gif), url(../img/gif/bk.gif);
  background-position: left -30px top 20px, right -30px top 100px;
  background-size: 128px, 128px;
  background-repeat: no-repeat, no-repeat;
  padding: 55px 0;
}
#page.top .patry-contens-title-img {
  width: 132px;
  margin: 0 auto 10px;
}
#page.top .patry-contens-title-text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
#page.top .patry-contens-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  margin-bottom: 15px;
}
#page.top .party-contens-modal-explanation {
  background-image: url(../img/top/party-name-frame.png);
  background-repeat: no-repeat;
  background-size: 316px 42px;
  background-position: center;
  width: 316px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  padding: 0 5px 3px;
}
#page.top .party-contens-modal-explanation .modal-icon {
  width: 28px;
}
#page.top .party-contens-modal-explanation .modal-explanation-text {
  width: calc(100% - 35px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 2;
}
#page.top .party-contens-modal-box {
  position: relative;
  background-image: url(../img/gif/bk.gif), url(../img/gif/bk.gif);
  background-position: left -35px bottom 80px, right -30px bottom 10px;
  background-size: 128px, 128px;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 20px;
}
#page.top .party-contens-modal-box.modal-second {
  background-image: url(../img/gif/bk.gif);
  background-position: left -35px bottom 0px;
  background-size: 128px;
  background-repeat: no-repeat;
}
#page.top .party-contens-modal-box.modal-third {
  background-image: url(../img/gif/bk.gif);
  background-position: right -20px top 0px;
  background-size: 128px;
  background-repeat: no-repeat;
}
#page.top .party-contens-modal-box.modal-four {
  background-image: url(../img/gif/bk.gif), url(../img/gif/bk.gif);
  background-position: left -30px top 0px, right -20px top 70px;
  background-size: 128px, 128px;
  background-repeat: no-repeat, no-repeat;
}
#page.top .party-contens-people-icon {
  width: 276px;
  height: 276px;
  margin: 0 auto;
  background-image: url(../img/top/party-people.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#page.top .party-contens-people-icon .gif-first {
  width: 75px;
  margin-top: 10px;
}
#page.top .party-contens-people-icon .gif-second {
  width: 70px;
  margin-top: 10px;
}
#page.top .party-contens-people-icon .gif-third {
  width: 70px;
  margin-top: 10px;
}
#page.top .party-contens-people-icon .gif-four {
  width: 89px;
  margin-top: 10px;
}
#page.top .party-contens-modal-obi {
  background-image: url(../img/top/party-name-frame-02.png);
  background-repeat: no-repeat;
  background-size: 252px 42px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 252px;
  margin: -35px auto 7px;
  position: relative;
  padding-bottom: 3px;
}
#page.top .party-contens-modal-obi .modal-icon {
  width: 28px;
  margin-right: 5px;
}
#page.top .party-contens-modal-obi .modal-text {
  font-size: 16px;
  letter-spacing: 0.12em;
}
#page.top .party-contens-modal-obi .modal-text .parentheses {
  letter-spacing: 0.03em;
}
#page.top .party-contens-modal-obi.second {
  background-image: url(../img/top/party-name-frame-03.png);
  background-repeat: no-repeat;
  background-size: 272px 42px;
  background-position: center;
  width: 272px;
}
#page.top .party-contens-modal-obi.third {
  background-image: url(../img/top/party-name-frame-04.png);
  background-repeat: no-repeat;
  background-size: 272px 42px;
  background-position: center;
  width: 272px;
}
#page.top .party-contens-modal-obi.four {
  background-image: url(../img/top/party-name-frame-05.png);
  background-repeat: no-repeat;
  background-size: 286px 42px;
  background-position: center;
  width: 286px;
}
#page.top .party-contens-modal-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
}
#page.top .modal {
  display: none;
  position: fixed;
  bottom: 0;
  top: 0px;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow-y: scroll;
  z-index: 9999;
}
#page.top .modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
#page.top .modal .modal-content {
  background: #000000;
  background: rgba(0, 0, 0, 0.95);
  padding: 30px 35px 60px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
#page.top .modal .modal-content.death {
  background-color: #e50012;
  padding-top: 80px;
}
#page.top .modal .close-btn {
  position: absolute;
  top: 30px;
  right: 35px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 18px;
  height: 18px;
}
#page.top .modal .close-btn.death-close {
  position: static;
  background-image: url(../img/top/btn.png);
  background-repeat: no-repeat;
  background-size: 294px 62px;
  background-position: center;
  max-width: 294px;
  height: 62px;
  width: 294px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
#page.top .modal .close-btn.death-close-text {
  position: static;
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
}
#page.top .modal .modal-name-box {
  background-image: url(../img/top/modal-name.png);
  background-repeat: no-repeat;
  background-size: 204px 124px;
  background-position: center;
  width: 204px;
  height: 124px;
  margin: 0 auto -30px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
#page.top .modal .modal-year {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
}
#page.top .modal .modal-name-text {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.12em;
  line-height: 1;
}
#page.top .modal .modal-pic-change {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 24px;
  cursor: pointer;
}
#page.top .modal .modal-pic-change .change-off {
  display: none;
}
#page.top .modal .modal-pic-change.active .change-off {
  display: block;
}
#page.top .modal .modal-pic-change.active .change-on {
  display: none;
}
#page.top .modal .birthplace {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.5333333333;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
#page.top .modal .affiliation {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.5333333333;
  max-width: 330px;
  width: 100%;
  margin: 0 auto 20px;
}
#page.top .modal .modal-content-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.5333333333;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
#page.top .modal .modal-death-message {
  background-image: url(../img/header/menu-box-top.png), url(../img/header/menu-box-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 292px 24px, 292px 22px;
  background-position: top center, bottom center;
  max-width: 292px;
  width: 100%;
  margin: 0 auto 52px;
  padding: 24px 0 22px;
}
#page.top .modal .modal-death-message-inner {
  background-image: url(../img/header/menu-box-center.png);
  background-repeat: repeat-y;
  background-size: 292px 26px;
  background-position: center;
  padding: 0 10px;
}
#page.top .modal .message-text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.85;
  text-align: center;
}
#page.top .modal .modal-death {
  width: 228px;
  margin: 0 auto 28px;
}
#page.top .modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#page.top .status-contens {
  background-image: url(../img/top/status-contens-bk.png);
  background-repeat: repeat-x;
  background-size: 375px 22px;
  background-position: top center;
  margin-top: -20px;
  padding-top: 20px;
}
#page.top .status-contens-bk {
  background-color: #fbeedc;
  padding-top: 65px;
  padding-bottom: 80px;
}
#page.top .status-contens-title-img {
  width: 154px;
  margin: 0 auto 10px;
}
#page.top .status-contens-title-text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  margin-bottom: 15px;
}
#page.top .status-contens-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto 24px;
}
#page.top .status-contens-box {
  width: 344px;
  margin: 0 auto;
  background-image: url(../img/top/status-box-top.png), url(../img/top/status-box-bottom.png);
  background-position: center top, center bottom;
  background-size: 344px 84px, 344px 65px;
  background-repeat: no-repeat, no-repeat;
  padding: 35px 0 30px;
}
#page.top .status-contens-box-inner {
  background-image: url(../img/top/status-box-repeat.png);
  background-position: center;
  background-size: 344px 62px;
  background-repeat: repeat-y;
}
#page.top .status-contens-box-title {
  background-image: url(../img/top/status-text-bk.png);
  background-position: center;
  background-size: 252px 42px;
  background-repeat: no-repeat;
  width: 252px;
  height: 42px;
  margin: 16px auto 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.top .box-title-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}
#page.top .status-contens-box-text {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 0.8888888889;
}
#page.top .status-contens-box-note-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
}
#page.top .status-contens-box-note-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  margin-top: 8px;
}
#page.top .status-box-icon {
  width: 258px;
  margin: 25px auto 12px;
  background-image: url(../img/top/status-box-icon-left.png), url(../img/top/status-box-icon-right.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 28px 40px, 24px 46px;
  background-position: left 25px top 10px, right 35px top 15px;
}
#page.top .status-box-icon-gif {
  width: 110px;
  margin: 0 auto -30px;
}
#page.top .status-box-icon-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
}
#page.top .status-box-welfare-list {
  width: 272px;
  margin: 15px auto 30px;
  padding-left: 5px;
}
#page.top .status-box-welfare-text {
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 2.1288888889;
  position: relative;
  padding-left: 38px;
}
#page.top .status-box-welfare-text::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/diamond-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.top .status-box-welfare-text span {
  letter-spacing: 0;
}
#page.top .message-contens {
  background-image: url(../img/top/message-contens-bk.png);
  background-repeat: repeat-x;
  background-size: 375px 18px;
  background-position: top center;
  margin-top: -18px;
  padding-top: 18px;
}
#page.top .message-contens-bk {
  background-color: #000;
  padding: 75px 0 60px;
}
#page.top .message-contens-box {
  width: 332px;
  margin: 0 auto;
  background-image: url(../img/top/message-box-top.jpg), url(../img/top/message-box-bottom.jpg);
  background-position: center top, center bottom;
  background-size: 332px 16px, 332px 16px;
  background-repeat: no-repeat, no-repeat;
  padding: 16px 0;
}
#page.top .message-contens-inner {
  background-image: url(../img/top/message-box-repeat.jpg);
  background-position: center;
  background-size: 332px 9px;
  background-repeat: repeat-y;
  padding-bottom: 40px;
}
#page.top .message-contens-title-img {
  width: 190px;
  margin: 0px auto 10px;
  padding: 50px 0 0;
}
#page.top .message-contens-title-text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  margin-bottom: 45px;
}
#page.top .message-contens-iamge {
  width: 280px;
  margin: 0 auto 35px;
}
#page.top .message-contens-text {
  color: #fff;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.16em;
  line-height: 2;
  width: 280px;
  margin: 0 auto;
}
#page.top .message-contens-open-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top/open-btn.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left center;
  height: 40px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  padding-left: 45px;
  width: 190px;
  margin: 40px auto 0;
  cursor: pointer;
}
#page.top .message-contens-open-text.active {
  display: none;
}
#page.top .message-contens-close-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top/close-btn.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left center;
  height: 40px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  padding-left: 45px;
  width: 190px;
  margin: 40px auto 0;
}
#page.top .message-contens-close-area {
  display: none;
}
#page.top .message-contens-close-area.active {
  display: block;
}
#page.top .faq-contens {
  background-color: #55eaf2;
  padding-top: 46px;
  padding-bottom: 72px;
}
#page.top .faq-title-text-box {
  background-image: url(../img/top/faq-title-text-box.png);
  background-repeat: no-repeat;
  background-size: 180px 56px;
  background-position: center;
  width: 180px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
}
#page.top .faq-title-icon {
  width: 138px;
  margin: 0 auto 20px;
}
#page.top .faq-contens-title-img {
  width: 84px;
  margin: 0 auto 15px;
}
#page.top .faq-contens-title-text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  font-weight: 600;
  margin-bottom: 15px;
}
#page.top .faq-contens-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  width: 360px;
  margin: 0 auto 10px;
}
#page.top .faq-contens-box-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#page.top .faq-contens-box-question-icon {
  width: 50px;
  margin-right: 5px;
}
#page.top .faq-contens-box-question-text-box {
  background-image: url(../img/top/faq-q-box.png);
  background-repeat: no-repeat;
  background-size: 280px 86px;
  background-position: center;
  width: 280px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
#page.top .faq-contens-box-question-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  padding-left: 32px;
  padding-right: 12px;
  text-align: justify;
}
#page.top .faq-contens-box-answer-icon {
  width: 58px;
  margin-left: 5px;
}
#page.top .faq-contens-box-answer-icon.second {
  width: 50px;
  margin-left: 7px;
  margin-right: 8px;
}
#page.top .faq-contens-box-answer-text-box {
  background-image: url(../img/top/faq-a-box.png);
  background-repeat: no-repeat;
  background-size: 280px 132px;
  background-position: center;
  width: 280px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
#page.top .faq-contens-box-answer-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.7142857143;
  padding-left: 15px;
  padding-right: 24px;
  text-align: justify;
}
#page.top .requirements-contens {
  background-image: url(../img/top/requirements-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 70px 0 40px;
}
#page.top .requirements-contens-title-img {
  margin: 0 auto 20px;
  width: 260px;
}
#page.top .requirements-contens-title-text {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: -10px;
}
#page.top .requirements-box {
  background-image: url(../img/top/requirements-box.png);
  background-repeat: no-repeat;
  background-size: 375px 500px;
  background-position: center;
  height: 500px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 55px 0;
}
#page.top .requirements-box-inner {
  width: 268px;
  width: 296px;
  padding-left: 15px;
  height: 400px;
  margin: 0 auto;
  overflow-y: auto;
}
#page.top .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
#page.top .mCSB_scrollTools {
  width: 13px;
  opacity: 1;
}
#page.top .requirements-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/top/requirements-title-line.png);
  background-repeat: no-repeat;
  background-size: 268px 8px;
  background-position: bottom center;
  padding-bottom: 10px;
  margin-bottom: 7px;
}
#page.top .requirements-box-title .title-icon {
  width: 30px;
}
#page.top .requirements-box-title .title-text {
  width: calc(100% - 35px);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5555555556;
}
#page.top .requirements-box-explanation {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7857142857;
  text-align: justify;
  margin-bottom: 25px;
}
#page.top .form-contens {
  background-image: url(../img/top/message-contens-bk.png);
  background-repeat: repeat-x;
  background-size: 375px 18px;
  background-position: top center;
  margin-top: -18px;
  padding-top: 18px;
}
#page.top .form-contens-bk {
  background-color: #000;
  padding: 36px 0 60px;
}
#page.top .form-contens-catch-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 30px;
}
#page.top .form-contens-title-img {
  width: 92px;
  margin: 0 auto 15px;
}
#page.top .form-contens-title-text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  font-weight: 600;
  margin-bottom: 10px;
}
#page.top .form-contens-cat-area {
  position: relative;
  overflow: hidden;
  height: 36px;
}
#page.top .right-cat, #page.top .left-cat {
  position: absolute;
  top: 0;
  display: none;
  width: 50px;
  pointer-events: none;
}
@keyframes moveRightToLeft {
  0% {
    left: 100%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: -70px;
    opacity: 0;
  }
}
@keyframes moveLeftToRight {
  0% {
    left: -70px;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
#page.top .form-area {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
#page.top .required-text {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2.3333333333;
  color: #fff;
}
#page.top .form-list {
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.6470588235;
  color: #fff;
  margin-bottom: 7px;
}
#page.top .form-list .required {
  font-size: 12px;
  vertical-align: super;
}
#page.top .form-input {
  margin-bottom: 7px;
}
#page.top .form-input .input-box {
  background-image: url(../img/top/input-bk.png);
  background-repeat: no-repeat;
  background-size: 330px 40px;
  background-position: center;
  width: 330px;
  height: 40px;
  outline: none;
  padding-left: 15px;
  font-size: 16px;
}
#page.top .form-input textarea {
  background-image: url(../img/top/textarea-bk.png);
  background-repeat: no-repeat;
  background-size: 330px 134px;
  background-position: center;
  width: 330px;
  height: 134px;
  outline: none;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 16px;
}
#page.top .form-input .form-radio-flex .wpcf7-list-item {
  margin: 0;
}
#page.top .form-input .form-radio-flex label {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.8666666667;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
}
#page.top .form-input .form-radio-flex label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#page.top .form-input input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}
#page.top .form-input.last {
  /* ○の外枠（ラジオ風） */
  /* 選択中の ●（中の点） */
}
#page.top .form-input.last .wpcf7-list-item {
  margin: 0;
}
#page.top .form-input.last .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.8666666667;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
}
#page.top .form-input.last .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#page.top .form-input.last .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}
#page.top .logo-aera {
  background-image: url(../img/top/pcc-book.png);
  background-repeat: no-repeat;
  background-size: 64px 88px;
  width: 64px;
  height: 88px;
  margin: 20px auto;
  display: block;
}
#page.top .form-submit .wpcf7-submit {
  background-image: url(../img/top/submit-btn.png);
  background-repeat: no-repeat;
  background-size: 332px 66px;
  background-position: center;
  display: flex;
  width: 332px;
  height: 66px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #fff;
  padding-bottom: 5px;
}
#page.top .wpcf7 form.invalid .wpcf7-response-output, #page.top .wpcf7 form.unaccepted .wpcf7-response-output, #page.top .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  margin-top: 0;
}
#page.top .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
#page.top .wait-text {
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2.75;
  margin-top: -20px;
  cursor: pointer;
}
#page.top .wait-text::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/wait-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  margin-right: 5px;
  margin-bottom: -3px;
}
#page.top .left-menu {
  display: none;
  background-image: url(../img/top/main-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  width: 100%;
}
#page.top .left-menu.night-mode {
  background-image: url(../img/top/main-night-bk.jpg);
}
#page.top .left-menu-inner {
  height: 100vh;
  position: relative;
}
#page.top .left-menu-logo {
  max-width: 510px;
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
}
#page.top .left-menu-left-icon {
  position: absolute;
  width: 128px;
  height: 128px;
  position: absolute;
  left: -60px;
  top: 50px;
  z-index: 1;
}
#page.top .left-menu-right-icon {
  position: absolute;
  width: 128px;
  height: 128px;
  position: absolute;
  right: -50px;
  top: 60px;
  z-index: 1;
}
#page.top .left-menu-btn {
  background-image: url(../img/top/btn.png);
  background-repeat: no-repeat;
  background-size: 294px 62px;
  background-position: center;
  width: 294px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#page.top .left-menu-bottom-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  bottom: 7.5%;
}
#page.top .left-menu-bottom-icon-list {
  width: 74px;
  position: relative;
}
#page.top .left-menu-bottom-icon-list:nth-child(2) {
  width: 62px;
  margin-left: 15px;
}
#page.top .left-menu-bottom-icon-text-box {
  position: absolute;
  background-image: url(../img/top/left-menu-bottom-icon-text-box.png);
  background-repeat: no-repeat;
  background-size: 198px 58px;
  background-position: left top;
  width: 198px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  top: -64px;
  left: -32px;
  font-size: 16px;
  letter-spacing: 0.12em;
}
#page.top .right-menu {
  background-image: url(../img/top/right-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  width: 100%;
  max-width: 310px;
  display: none;
}
#page.top .right-menu.night-mode {
  background-image: url(../img/top/right-night-bk.jpg);
}
#page.top .right-menu-top {
  background-image: url(../img/top/pc-top-left.png), url(../img/top/pc-top-ceter.png), url(../img/top/pc-top-right.png);
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: 50px 42px, 48px 6px, 50px 42px;
  background-position: left top 6px, center top, right top 6px;
  height: 48px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#page.top .right-menu-box {
  background-image: url(../img/header/menu-box-top.png), url(../img/header/menu-box-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 292px 24px, 292px 22px;
  background-position: top center, bottom center;
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 22px;
}
#page.top .right-menu-box-ul {
  background-image: url(../img/header/menu-box-center.png);
  background-repeat: repeat-y;
  background-size: 292px 26px;
  background-position: center;
  padding: 0 10px;
}
#page.top .right-menu-box-list {
  padding-left: 40px;
}
#page.top .right-menu-box-list.active {
  background-image: url(../img/header/sp-menu-icon.png);
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: center left 18px;
}
#page.top .right-menu-box-link {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 2.3;
}
@media (min-width: 767px) {
  #page.top {
    display: flex;
    justify-content: space-between;
  }
  #page.top .page-center-contens {
    max-width: 500px;
    width: calc(100% - 310px);
    border-left: 5px solid #000;
    border-right: 5px solid #000;
  }
  #page.top .page-center-contens .right-menu-top {
    position: fixed;
    z-index: 2;
    max-width: 500px;
    width: calc(99% - 310px);
  }
  #page.top .right-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media (min-width: 824px) {
  #page.top .page-center-contens {
    width: calc(100% - 378px);
  }
  #page.top .right-menu {
    max-width: 378px;
  }
}
@media (min-width: 824px) {
  #page.top .page-center-contens {
    width: 500px;
  }
  #page.top .page-center-contens .right-menu-top {
    width: 500px;
  }
  #page.top .right-menu {
    max-width: 100%;
    width: calc(100% - 500px);
  }
}
@media (min-width: 1000px) {
  #page.top {
    justify-content: flex-start;
  }
  #page.top .right-menu {
    max-width: 100%;
    width: 310px;
  }
  #page.top .page-center-contens {
    margin-left: auto;
    margin-right: 310px;
    width: 375px;
  }
  #page.top .page-center-contens .right-menu-top {
    width: 375px;
  }
  #page.top .left-menu {
    display: block;
    width: calc(100% - 685px);
    position: fixed;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1120px) {
  #page.top .right-menu {
    width: 330px;
  }
  #page.top .page-center-contens {
    margin-right: 330px;
    width: 375px;
  }
  #page.top .page-center-contens .right-menu-top {
    width: 375px;
  }
  #page.top .left-menu {
    width: calc(100% - 705px);
  }
}
@media (min-width: 1280px) {
  #page.top .right-menu {
    width: 350px;
  }
  #page.top .page-center-contens {
    margin-right: 350px;
    width: 500px;
  }
  #page.top .page-center-contens .right-menu-top {
    width: 500px;
  }
  #page.top .left-menu {
    width: calc(100% - 850px);
  }
}
@media (min-width: 1450px) {
  #page.top .left-menu-left-icon {
    left: -65px;
  }
  #page.top .left-menu-right-icon {
    right: -75px;
  }
}
@media (hover: hover) {
  #page.top .right-menu-box-list:hover {
    background-image: url(../img/header/sp-menu-icon.png);
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: center left 18px;
  }
}/*# sourceMappingURL=top.css.map */