@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
.link-mark {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 125px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
}

body.change-poiner {
  cursor: url(../imgs/btn.png), auto;
  cursor: none;
}
body.change-poiner .link-mark {
  display: block;
}

#top .main-visual {
  position: relative;
}
#top .main-visual .mv-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .mv-slides li {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b0d19;
  transition: opacity 1.7s;
  opacity: 0;
}
#top .main-visual .mv-slides li.on {
  opacity: 1;
}
#top .main-visual .mv-slides li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .main-visual .mv-slides .slide03 .text,
#top .main-visual .mv-slides .slide01 .text {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 49px;
  letter-spacing: 0.25em;
  color: #c3b9a2;
  animation: slide01Text 1.5s ease forwards;
  opacity: 0;
  line-height: 1.6;
  transform: translateY(-50%);
  animation: slide01Text 1.8s ease 1s forwards;
}
#top .main-visual .mv-slides .slide03.on .text,
#top .main-visual .mv-slides .slide01.on .text {
  opacity: 1;
}
#top .main-visual .mv-slides .slide01 .text {
  animation: slide01Text 1.8s ease 1s forwards;
}
#top .main-visual .mv-slides .slide01.on .text {
  opacity: 0;
}
@keyframes slide01Text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top .main-visual .mv-slides .slide02 .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .mv-slides .slide03 .text {
  font-size: 40px;
}
#top .main-visual .mv-slides .slide04 .text {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 49%;
  transform: translateY(-50%);
  margin-top: 50px;
  opacity: 0;
  transition: margin 1.5s 1.7s, opacity 1.5s 1.7s;
}
#top .main-visual .mv-slides .slide04.on .text {
  opacity: 1;
  margin-top: 0;
}
#top .main-visual .bg {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .main-visual .mv-slides .slide03 .text,
  #top .main-visual .mv-slides .slide01 .text {
    font-size: 24px;
  }
  #top .main-visual .mv-slides .slide03 .text {
    font-size: 21px;
  }
  #top .main-visual .mv-slides .slide04 .text {
    top: 17%;
    left: 23%;
    width: 54%;
  }
  #top .main-visual .bg {
    opacity: 0;
  }
}
#top .main-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#top .top-infoes-wrap.none {
  display: none !important;
}
#top .top-infoes-wrap .btns {
  margin: 0;
  padding-top: 8px;
  float: right;
  display: none;
}
#top .top-infoes-wrap .btns li {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  border: none;
}
#top .top-infoes-wrap .btns li:not(:last-child) {
  margin-right: 1px;
}
#top .top-infoes-wrap .btns li a {
  border-color: #000;
  color: #000;
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
}
#top .top-infoes-wrap .btns li .caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  line-height: 1;
  font-size: 10px;
  color: #000;
}
#top .top-infoes-wrap .links {
  float: right;
  padding: 18px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}
#top .top-infoes-wrap .links li a {
  position: relative;
  padding-left: 8px;
  color: #000;
  overflow-x: hidden;
}
#top .top-infoes-wrap .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .links li a:hover {
    opacity: 0.7;
  }
}
#top .top-infoes-wrap .links li:first-child {
  padding-bottom: 8px;
}
#top .top-infoes-wrap {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0 4px;
  z-index: 99;
}
#top .top-infoes-wrap .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}
#top .top-infoes-wrap .base {
  position: absolute;
  padding: 10px 5% 6px 5%;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  z-index: 20;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.9s;
}
#top .top-infoes-wrap .base.fadeIn {
  opacity: 1;
}
#top .top-infoes-wrap .base:not(.fixed) {
  opacity: 1;
  display: block;
}
#top .top-infoes-wrap .base.fixed {
  position: fixed;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 1200px;
}
#top .top-infoes-wrap .inner:after {
  content: "";
  width: 1px;
  height: 1px;
  display: table;
  clear: both;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 900px;
}
#top .top-infoes-wrap a {
  transition: opacity 0.7s;
}
#top .top-infoes-wrap a:hover {
  opacity: 0.65;
}
#top .top-infoes-wrap img {
  max-width: 100%;
  height: auto;
}
#top .top-infoes-wrap .contact .num {
  pointer-events: none;
}
#top .top-infoes-wrap .contact {
  margin-bottom: 0;
  padding: 0 0 0;
  float: left;
  width: 54%;
  letter-spacing: 0.1em;
  text-align: left;
}
#top .top-infoes-wrap .contact a {
  color: #000;
}
#top .top-infoes-wrap .contact .title {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 12px;
}
#top .top-infoes-wrap .contact .number {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  font-size: 36px;
}
#top .top-infoes-wrap .contact .number span.pc {
  line-height: 0.8;
}
@media screen and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
#top .top-infoes-wrap .contact .number a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#top .top-infoes-wrap .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
  background: url(../common/imgs/icon-freecall.svg) no-repeat;
}
#top .top-infoes-wrap .contact .businessHours {
  display: inline-block;
  padding-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap {
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
  }
  #top .top-infoes-wrap .infoes-base {
    height: auto;
    background: none;
  }
  #top .top-infoes-wrap .links {
    display: none;
  }
  #top .top-infoes-wrap .btns {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    width: 70%;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    margin-right: 0 !important;
  }
  #top .top-infoes-wrap .btns li a {
    width: auto;
  }
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
  #top .top-infoes-wrap .base {
    position: static !important;
    background: none;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  #top .top-infoes-wrap .contact .title {
    float: none;
    width: auto;
    line-height: 1.4;
  }
  #top .top-infoes-wrap .contact .title img {
    margin-bottom: 0;
  }
  #top .top-infoes-wrap .contact .businessHours {
    padding-top: 0;
    float: none;
    width: auto;
  }
  #top .top-infoes-wrap .contact .businessHours span.sp {
    display: inline !important;
  }
  #top .top-infoes-wrap .contact .businessHours br {
    display: none;
  }
  #top .top-infoes-wrap .contact .businessHours img {
    margin: 0 auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns {
    padding-bottom: 30px;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    width: auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns li:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
  }
  #top .top-infoes-wrap .btns li img {
    margin: 0 0 0 auto;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    clear: both;
    width: auto;
  }
  #top .top-infoes-wrap .contact .title {
    padding-bottom: 10px;
  }
  #top .top-infoes-wrap .contact .title .pc {
    display: none !important;
  }
  #top .top-infoes-wrap .contact .title .sp {
    display: block !important;
  }
  #top .top-infoes-wrap .contact .number {
    float: none;
    clear: both;
    padding: 0 0px 10px 0;
    position: relative;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap .contact .number a {
    box-sizing: border-box;
    padding: 18px 0 18px 28px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #212933;
  }
  #top .top-infoes-wrap .contact .number a .sp {
    display: inline-block !important;
    width: auto;
  }
  #top .top-infoes-wrap .contact .number a:before {
    left: 50%;
    margin: -14px 0 0 -110px;
    width: 28px;
    height: 27px;
    background-image: url("../imgs/icon_tel.png");
    background-size: 100% auto;
  }
  #top .top-infoes-wrap .contact .businessHours {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  #top .sp-container {
    transform: translateY(0) !important;
  }
}
#top .image {
  position: relative;
}
#top img {
  width: 100%;
}
#top .pas, #top .panels-wrap .header::before, #top .panels-wrap .header::after, #top .page-content::before, #top .page-content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#top .merit {
  position: relative;
  margin: 30px 5% 0;
  background: linear-gradient(225deg, #674a3a -20%, #ad967b 55%, #3c2815 140%);
  padding: 25px;
}
#top .merit .merit-list {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
#top .merit .merit-list li {
  width: 32%;
}
#top .page-content {
  position: relative;
  margin: 0 5%;
  border-left: 1px solid #c3b9a2;
  border-right: 1px solid #c3b9a2;
  border-bottom: 1px solid #c3b9a2;
}
#top .page-content::before, #top .page-content::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../imgs/square.svg);
  background-size: cover;
}
#top .page-content::before {
  left: auto;
  right: 0;
}
#top .page-content::after {
  top: auto;
  bottom: 0;
}
#top .content-info .page-content {
  padding: 140px 5%;
}
#top .content-info {
  text-align: center;
}
#top .content-info .text00 {
  font-size: 14px;
  line-height: 2.2;
  padding-bottom: 90px;
}
#top .content-info .header {
  padding-bottom: 70px;
}
#top .content-info .title {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 40px;
}
#top .content-info .button a {
  padding: 25px;
  max-width: 330px;
}
#top .content-info .text01 {
  font-size: 11px;
  line-height: 2.3;
  text-align: center;
}
#top .content-info .top-annotation {
  text-align: center;
}
#top .downsides {
  height: 1800vh;
  position: relative;
  transition: transform 1s;
}
#top .downsides.on {
  transform: translateY(-100vh);
}
#top .section-concept {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#top .section-concept .page-content {
  height: 100vh;
}
#top .section-concept .page-content::after, #top .section-concept .page-content::before {
  display: none;
}
#top .section-concept .header {
  position: absolute;
  top: 100px;
  left: 59%;
  transform: translateY(100px);
  transition: transform 1s, opacity 1s;
  opacity: 0;
}
#top .section-concept .title {
  font-size: 100px;
  font-size: 6.5vw;
  color: #c3b9a2;
  line-height: 1.15;
}
#top .section-concept .lead {
  font-size: 17px;
  font-size: 1.2vw;
  line-height: 2;
}
#top .section-concept .imgs {
  position: absolute;
  transition: transform 1s, opacity 1s;
  opacity: 0;
}
#top .section-concept.on .imgs {
  opacity: 1;
  transform: translateY(0);
}
#top .section-concept.on .header {
  transform: translateY(0px);
  opacity: 1;
}
#top .section-concept .img01 {
  top: 40px;
  left: 2%;
  width: 33%;
  transform: translateY(300px);
}
#top .section-concept .img03 {
  top: 440px;
  right: 4%;
  width: 19%;
  transform: translateY(100px);
}
#top .section-concept .img02 {
  top: 0;
  left: -12%;
  right: -8%;
  bottom: 0;
  transform: translateY(200px);
}
#top .section-concept .img02 .images {
  overflow: hidden;
  clip-path: inset(25% 42%);
}
#top .section-concept .img02 .images .caption {
  right: 2%;
}
#top .panels-wrap {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
}
#top .panels-wrap .panels {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
  box-sizing: border-box;
}
#top .panels-wrap .panels.no-link {
  pointer-events: none;
}
#top .panels-wrap .panels::after, #top .panels-wrap .panels::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: #e8e4db;
  top: 0%;
}
#top .panels-wrap .panels::after {
  left: 5%;
}
#top .panels-wrap .panels::before {
  right: 5%;
}
#top .panels-wrap .panels.on {
  display: block;
}
#top .panels-wrap .panels a {
  display: block;
  color: #fff;
}
#top .panels-wrap .panels a:hover {
  opacity: 1 !important;
}
#top .panels-wrap .panels .page-content {
  border-top: 1px solid #e8e4db;
  border-bottom: 1px solid #e8e4db;
}
#top .panels-wrap .panels .page-content::after {
  display: none;
}
#top .panels-wrap .in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#top .panels-wrap .header {
  width: 52%;
  box-sizing: border-box;
  padding: 20px 5% 100px;
  position: relative;
  border-right: 1px solid #e8e4db;
  display: flex;
  align-items: center;
}
#top .panels-wrap .header::before, #top .panels-wrap .header::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../imgs/square.svg);
  background-size: cover;
}
#top .panels-wrap .header::before {
  left: 0;
}
#top .panels-wrap .header::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
#top .panels-wrap .img {
  width: 38%;
  margin-right: 4%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
#top .panels-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .panels-wrap .pc-img {
  bottom: 0;
  left: 0;
  width: 12%;
  position: absolute;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.3s, opacity 1s 0.3s;
}
#top .panels-wrap .title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.1s, opacity 1s 0.1s;
}
#top .panels-wrap .ja {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.3s, opacity 1s 0.3s;
}
#top .panels-wrap .lead {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.5s, opacity 1s 0.5s;
}
#top .panels-wrap .text {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.7s, opacity 1s 0.7s;
}
#top .panels-wrap .nums {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
#top .panels-wrap .panels.at .img {
  transform: translateY(0px);
  opacity: 1;
}
#top .panels-wrap .panels.at .pc-img {
  transform: translateY(0px);
  opacity: 1;
}
#top .panels-wrap .panels.at .title {
  transform: translateY(0px);
  opacity: 1;
}
#top .panels-wrap .panels.at .ja {
  transform: translateY(0px);
  opacity: 1;
}
#top .panels-wrap .panels.at .lead {
  transform: translateY(0px);
  opacity: 1;
}
#top .panels-wrap .panels.at .text {
  transform: translateY(0px);
  opacity: 1;
}
#top .panels-wrap .panels.at .nums {
  transform: translateY(0px);
  opacity: 1;
}
#top .sp-panels .title,
#top .panels-wrap .title {
  font-size: 80px;
  font-size: 6vw;
  color: #c3b9a2;
  padding-bottom: 4px;
}
#top .sp-panels .ja,
#top .panels-wrap .ja {
  font-size: 10px;
  font-size: 0.75vw;
  line-height: 1.5;
  padding-bottom: 70px;
  padding-bottom: 5vw;
}
#top .sp-panels .lead,
#top .panels-wrap .lead {
  font-size: 18px;
  font-size: 1.31vw;
  line-height: 2.3;
  padding-bottom: 10px;
  padding-bottom: 0.1vw;
}
#top .sp-panels .text,
#top .panels-wrap .text {
  font-size: 12px;
  font-size: 0.9vw;
  line-height: 2.8;
}
#top .sp-panels .nums,
#top .panels-wrap .nums {
  display: flex;
  justify-content: left;
  line-height: 1.8;
  font-family: "Cinzel", serif;
  gap: 10px;
  padding-bottom: 35px;
}
#top .sp-panels .nums span,
#top .panels-wrap .nums span {
  display: block;
  line-height: 1.8;
}
#top .sp-panels .nums .num,
#top .panels-wrap .nums .num {
  font-size: 15px;
  color: #e8e4db;
}
#top .sp-panels .nums .bar,
#top .panels-wrap .nums .bar {
  width: 100px;
  position: relative;
}
#top .sp-panels .nums .bar::after,
#top .panels-wrap .nums .bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e4db;
}
#top .sp-panels {
  display: none;
}
#top .pageAnnotationArea {
  z-index: 9;
  background-color: #04081c;
  padding: 0;
}
#top .pageAnnotationArea .page-content {
  padding: 50px 0;
}
#top .pageAnnotationArea .page-content::after, #top .pageAnnotationArea .page-content::before {
  display: none;
}
#top .top-annotation {
  text-align: left;
  font-size: 14px;
  line-height: 2.2;
}
#top .top-annotation.text-nextday {
  padding: 0 0 0px;
}
#top .pageAnnotationArea {
  position: relative;
  z-index: 11;
}
#top .commonBannerArea {
  position: relative;
  z-index: 11;
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .uppers {
    padding-top: 90px;
  }
  #top .information {
    text-align: center;
  }
  #top .information .text00 {
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 18px;
  }
  #top .information .text00 br {
    display: none;
  }
  #top .information .header {
    padding-bottom: 18px;
  }
  #top .information .title {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  #top .information .button a {
    padding: 25px;
    max-width: 330px;
  }
  #top .information .text01 {
    font-size: 11px;
    line-height: 1.9;
    text-align: center;
  }
  #top .information .top-annotation {
    text-align: center;
  }
  #top .information .content {
    padding: 15px 0;
  }
  #top .merit {
    position: relative;
    margin: 30px 0 0;
    padding: 25px 5%;
  }
  #top .merit .merit-list {
    width: 90%;
    display: block;
  }
  #top .merit .merit-list li {
    width: auto;
    padding-bottom: 20px;
  }
  #top .content-info .page-content {
    padding: 60px 5% 55px;
  }
  #top .content-info .text00 {
    padding-bottom: 80px;
  }
  #top .content-info .header {
    padding-bottom: 70px;
  }
  #top .content-info .title {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 40px;
  }
  #top .content-info .content {
    padding: 0;
  }
  #top .content-info .button a {
    padding: 25px;
    max-width: 330px;
  }
  #top .content-info .text01 {
    font-size: 11px;
    line-height: 2.3;
    text-align: center;
  }
  #top .content-info .top-annotation {
    text-align: center;
  }
  #top .top-height-base {
    padding-bottom: 200svh;
  }
  #top .downsides {
    height: auto;
    position: relative;
  }
  #top .section-concept {
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    margin-bottom: 40px;
  }
  #top .section-concept .header {
    position: absolute;
    top: 50px;
    left: 15%;
    width: 70%;
  }
  #top .section-concept .title {
    font-size: 40px;
  }
  #top .section-concept .lead {
    font-size: 14px;
  }
  #top .section-concept .img01 {
    display: none;
  }
  #top .section-concept .img03 {
    display: none;
  }
  #top .section-concept .img02 {
    top: 0;
    left: -12%;
    right: -8%;
    bottom: 0;
    transform: translateY(200px);
  }
  #top .section-concept .img02 .images {
    position: absolute;
    top: 0;
    bottom: 0;
    clip-path: inset(35% 35%);
  }
  #top .section-concept .img02 .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top .sp-panels {
    display: block;
    position: relative;
    padding-bottom: 50px;
  }
  #top .sp-panels .annotation {
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    top: -40px;
    right: 0;
  }
  #top .sp-panels .sp-panel.no-link a {
    pointer-events: none;
  }
  #top .sp-panels .sp-panel.no-link a::after {
    background: #999;
  }
  #top .sp-panels .sp-panel .page-content {
    padding: 50px 0;
  }
  #top .sp-panels .sp-panel.sp-access .page-content {
    border-top: 1px solid #C3B9A2;
  }
  #top .sp-panels .images {
    position: relative;
    margin-bottom: 25px;
  }
  #top .sp-panels .title {
    font-size: 34px;
    margin: 0 auto;
    width: 90%;
  }
  #top .sp-panels .ja {
    font-size: 10px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px;
  }
  #top .sp-panels .lead {
    font-size: 16px;
    padding-bottom: 23px;
    margin: 0 auto;
    width: 90%;
  }
  #top .sp-panels .text {
    font-size: 12px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
  }
  #top .sp-panels .nums {
    margin: 0 auto;
    width: 90%;
    display: flex;
    padding-bottom: 35px;
  }
  #top .sp-panels .nums .num {
    font-size: 15px;
  }
  #top .sp-panels .nums .bar {
    width: 26px;
  }
  #top .pageAnnotationArea {
    position: relative;
  }
  #top .pageAnnotationArea::after, #top .pageAnnotationArea::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #E8E4DB;
    bottom: 100%;
  }
  #top .pageAnnotationArea::after {
    left: 5%;
  }
  #top .pageAnnotationArea::before {
    right: 5%;
  }
  #top .pageAnnotationArea .page-content {
    padding: 0px 0 50px;
  }
  #top .top-annotation {
    text-align: left;
    font-size: 14px;
    line-height: 2.2;
  }
  #top .top-annotation.text-nextday {
    padding: 0 0 0px;
  }
  #top .pageAnnotationArea {
    position: relative;
    z-index: 11;
  }
  #top .commonBannerArea {
    position: relative;
    z-index: 11;
  }
}/*# sourceMappingURL=top.css.map */