@charset "UTF-8";
.p-hero {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-hero {
    margin-bottom: 6.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-hero__img .p-slideBlock {
    margin: 0 -15px;
  }
}
.p-hero__img .p-slideBlock__slides li .insertDummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__img .p-slideBlock__slides p {
  position: relative;
}
.p-hero__img .p-slideBlock__slides p span {
  position: absolute;
  bottom: 5px;
  right: 18px;
  color: rgba(255, 255, 255, 0.5647058824);
}
@media screen and (max-width: 767.98px) {
  .p-hero__img .p-slideBlock__slides p span {
    top: 4px;
    bottom: initial;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7333333333);
  }
}
.p-hero__img .p-slideBlock__imgText {
  position: absolute;
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 991.98px) {
  .p-hero__img .p-slideBlock__imgText {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__img .p-slideBlock__imgText {
    font-size: 1.24rem;
  }
}
.p-hero__img .p-slideBlock__imgText--name {
  top: 10px;
  left: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-hero__img .p-slideBlock__imgText--name {
    left: 0;
  }
}
.p-hero__img .p-slideBlock__imgText--name span {
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .p-hero__img .p-slideBlock__imgText--name span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__img .p-slideBlock__imgText--name span {
    font-size: 0.9em;
  }
}
.p-hero__img .p-slideBlock__imgText--desc {
  bottom: 42px;
  right: 15px;
  text-align: right;
}
@media screen and (max-width: 575.98px) {
  .p-hero__img .p-slideBlock__imgText--desc {
    bottom: 15px;
    right: 0;
    font-size: 1rem;
  }
}
.p-hero__img .p-slideBlock__imgText--info {
  top: 10px;
  right: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-hero__img .p-slideBlock__imgText--info {
    font-size: 0.8rem;
    right: 0;
    top: 18px;
  }
}
.p-hero__img .p-slideBlock__imgText--credit {
  bottom: 10px;
  right: 15px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 0.8rem;
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .p-hero__img .p-slideBlock__imgText--credit {
    bottom: 0;
    right: 0;
    font-size: 0.6rem;
  }
}

.p-hero__body .desc {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-hero__body .desc {
    text-align: justify;
  }
}
.p-hero__body .caution {
  font-size: 0.8rem;
  padding-left: 0.8rem;
}
.p-hero__body .caution__item {
  position: relative;
  padding-left: 0.8rem;
}
.p-hero__body .caution__item::before {
  content: "※";
  display: inline;
  position: absolute;
  right: 100%;
}

@media screen and (min-width: 768px) {
  .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .event {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .event {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .event__banner {
    width: 48%;
  }
}
.event__banner img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
}

@media screen and (min-width: 768px) {
  .event__body {
    width: 51%;
    padding-left: 1.6rem;
  }
}
.event__body .heading {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .event__body .heading {
    margin-top: 0.4rem;
  }
}
.event__body .schedule {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .event__body .schedule {
    margin-top: initial;
  }
}
.event__body .schedule td:first-of-type {
  white-space: nowrap;
  padding-right: 0.4rem;
}

.event__btn {
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .event__btn {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-saleEvent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-saleEvent .c-btnBlock {
  margin-top: 2.4rem;
}
.p-saleEvent__phpto {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-saleEvent__phpto {
    width: 44%;
  }
}
@media screen and (min-width: 992px) {
  .p-saleEvent__phpto {
    width: 38.4%;
  }
}
@media screen and (min-width: 1200px) {
  .p-saleEvent__phpto {
    width: 37.1%;
  }
}

@media screen and (min-width: 768px) {
  .p-saleEvent__body {
    width: 53%;
  }
}
@media screen and (min-width: 992px) {
  .p-saleEvent__body {
    width: 59.6%;
  }
}
@media screen and (min-width: 1200px) {
  .p-saleEvent__body {
    width: 61%;
  }
}
@media screen and (max-width: 575.98px) {
  .p-saleEvent__body {
    font-size: 0.9rem;
  }
}
.p-saleEvent__body .caution {
  padding: 0.8rem;
  border: 1px dashed #484848;
  font-size: 0.8rem;
  display: inline-block;
  margin-top: 0.7rem;
}
@media screen and (min-width: 1200px) {
  .p-saleEvent__body .caution {
    text-align: center;
  }
}

.p-eventcaution {
  padding: 0.8rem;
  border: 1px dashed #484848;
  font-size: 0.8rem;
}

.p-poinnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-poinnt p {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-poinnt p {
    width: 48.9%;
  }
}
.p-poinnt .c-fullscreen img {
  padding-bottom: initial;
}
.p-poinnt .c-fullscreen img.is-full {
  max-height: 90%;
}
.p-poinnt .c-fullscreen::after {
  padding: 0.4rem 0.8rem;
  color: #fff;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-poinnt .c-fullscreen::after {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-Details__caution {
    font-size: 0.8rem;
    text-indent: -2rem;
    padding-left: 2rem;
  }
}

.p-Details__plan {
  margin-bottom: 2.4rem;
}
.p-Details__plan h2 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-Details__plan h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-Details__plan h2 {
    font-size: initial;
  }
}
@media screen and (max-width: 767.98px) {
  .p-Details__plan .desc {
    text-align: justify;
  }
}

@media screen and (max-width: 991.98px) {
  .p-Details__img {
    margin-top: 3.2rem;
  }
}

.p-photo {
  margin-top: 1.6rem;
}

.p-photo__heading {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  border-left: 5px solid #484848;
  border-bottom: 1px dotted #484848;
}

.p-photo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-photo__img .imgGroup {
  margin-bottom: 2.4rem;
}
.p-photo__img .imgGroup__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-photo__img .imgGroup__img .img {
  margin-bottom: 0;
}
.p-photo__img .img {
  margin-bottom: 2.4rem;
  width: 49%;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-photo__img .img--mod1 {
    width: 45.3%;
  }
  .p-photo__img .img--mod2 {
    width: 53.2%;
  }
}
@media screen and (max-width: 575.98px) {
  .p-photo__img .img {
    width: 100%;
  }
}
.p-photo__img .img__photo {
  position: relative;
}
.p-photo__img .img__photo span {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 767.98px) {
  .p-photo__img .img__photo span {
    font-size: 0.8rem;
  }
}
.p-photo__img .img__photo .insertDummy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-photo__img .img .c-fullscreen img {
  padding-bottom: initial;
}
.p-photo__img .img .c-fullscreen img.is-full {
  max-height: 90%;
}
.p-photo__img .img .c-fullscreen::after {
  padding: 0.4rem 0.8rem;
  color: #fff;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-photo__img .img .c-fullscreen::after {
    display: none;
  }
}

.p-flow {
  display: inline-block;
  margin-bottom: 2.4rem;
}

.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.p-flow__item:last-of-type {
  margin-bottom: 0;
}
.p-flow__item:last-of-type::after {
  display: none;
}
.p-flow__item::after {
  display: none;
}
.p-flow__item::after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .p-flow__item::after {
    left: 29px;
  }
}
.p-flow__item .icon {
  width: 80px;
  border: 1px solid #ccc;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .icon {
    width: 17%;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .desc {
    width: 80%;
  }
}
.p-flow__item .desc__heading {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .desc__body {
    font-size: 0.78rem;
  }
}

@media screen and (min-width: 768px) {
  .p-ProjectOutline__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-planned {
    width: 47%;
  }
}

.p-planned__heading {
  font-weight: bold;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767.98px) {
  .p-planned__table {
    margin-bottom: 1.6rem;
    font-size: 0.9rem;
  }
}
.p-planned__table td:first-of-type {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-planned__table td:first-of-type {
    padding-right: 1rem;
  }
}

.p-junbityuu {
  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;
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
  text-align: center;
  padding: 2rem;
  border: 1px solid red;
  height: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-junbityuu {
    padding: 0;
    height: 10rem;
  }
}
.p-junbityuu--mod {
  border: 1px dashed red;
  height: 4rem;
  color: red;
}
@media screen and (max-width: 767.98px) {
  .p-junbityuu--mod {
    padding: 0.4rem;
    font-size: initial;
  }
}

@media screen and (max-width: 575.98px) {
  .p-resale_update {
    font-size: 0.8rem;
    margin-bottom: 1.6rem;
  }
}

.p-gallery h1 small {
  font-size: 0.8rem;
  padding-left: 1.6rem;
}
.p-gallery .caution {
  font-size: 0.9rem;
  text-indent: -15px;
  padding-left: 15px;
}

.p-gallery__btn a:active, .p-gallery__btn a:focus {
  text-decoration: none;
  color: #484848;
}

/*-----------------------------------
共通
-----------------------------------*/
.color-orange {
  color: #FF9900 !important;
}

.color-blue {
  color: #2B7AE6 !important;
}

@media screen and (min-width: 768px) {
  .Photo-vertical {
    display: block;
    width: 50%;
    margin: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .sp-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

@media screen and (max-width: 767.98px) {
  .pc-hide {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

.p-goToArchives {
  position: fixed;
  bottom: 30px;
  right: -100%;
  display: inline-block;
  color: #ccc;
  font-size: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-goToArchives {
    bottom: 40px;
  }
}
.p-goToArchives.is-active {
  right: 0;
}
.p-goToArchives a {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
  background-color: rgba(0, 0, 0, 0.5019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-goToArchives a:hover {
  background-color: #11A2E3;
  color: #fff;
  color: #fff;
  text-decoration: none;
}

.modal {
  position: relative;
  display: inline-block;
}

.modal__input {
  display: none;
}

.modal__label {
  position: fixed;
  bottom: 25px;
  right: 0.8rem;
  border-radius: 6rem;
  padding: 0.5rem 1.2rem;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.7803921569);
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: auto;
}
.modal__label.is-button-animate {
  -webkit-animation: buttonPulse 1s ease-out;
          animation: buttonPulse 1s ease-out;
}
.modal__label.is-button-animate--footer {
  -webkit-animation: buttonPulse2 1s ease-out;
          animation: buttonPulse2 1s ease-out;
}
@-webkit-keyframes buttonPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  17% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  51% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes buttonPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  17% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  51% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes buttonPulse2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  17% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  51% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  85% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
}
@keyframes buttonPulse2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  17% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  51% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  85% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(233, 233, 233, 0.8156862745);
    color: #484848;
  }
}

.modal__input:checked ~ .modal__label {
  background-color: rgba(0, 0, 0, 0.537254902);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  z-index: -1;
}

.modal__overlay {
  position: fixed;
  right: -100%;
  bottom: 0;
  border-radius: 10px 0 0 0;
  background: rgba(0, 0, 0, 0.7803921569);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  height: calc(100% - 70px - 42px - 50px);
  min-height: 1px;
  max-height: 371px;
}
@media screen and (min-width: 768px) {
  .modal__overlay {
    max-height: 460px;
  }
}

.modal__input:checked ~ .modal__overlay {
  opacity: 1;
  right: 0%;
}

.overlay {
  padding: 0.8rem 0.8rem;
  height: 100%;
  position: relative;
}

.overlay__label {
  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;
  cursor: pointer;
  color: #ccc;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.overlay__label .close--x {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
  height: 1rem;
  padding-bottom: 4px;
}

.overlay__menu {
  text-align: right;
  margin-top: 0.8rem;
  height: calc(100% - 50px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.overlay__menu .menu {
  width: 100%;
  height: 100%;
  position: relative;
  /*なにもアニメーションしない*/
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
.overlay__menu .menu.scroll {
  overflow-y: auto;
}
.overlay__menu .menu.scroll::-webkit-scrollbar {
  width: 3px;
}
.overlay__menu .menu.scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}
.overlay__menu .menu.scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #00BCD4), to(#2E96EB));
  background: linear-gradient(to bottom, #00BCD4 30%, #2E96EB);
}
.overlay__menu .menu.scroll::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.overlay__menu .menu.animate {
  -webkit-animation: firstmove 1s ease-in-out 1, fadeIn 1s ease-out 1;
          animation: firstmove 1s ease-in-out 1, fadeIn 1s ease-out 1;
}
.overlay__menu .menu.animate--none {
  -webkit-animation: nonanimetion 0.2s ease-in-out 1;
          animation: nonanimetion 0.2s ease-in-out 1;
}
@-webkit-keyframes nonanimetion {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nonanimetion {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes firstmove {
  0% {
    top: 0%;
  }
  40% {
    top: -80%;
  }
  70% {
    top: -80%;
  }
  100% {
    top: 0%;
  }
}
@keyframes firstmove {
  0% {
    top: 0%;
  }
  40% {
    top: -80%;
  }
  70% {
    top: -80%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.overlay__menu .menu__inner, .overlay__menu .menu__inner--common {
  padding-bottom: 0.8rem;
}
.overlay__menu .menu__inner li, .overlay__menu .menu__inner--common li {
  margin: 0.2rem;
}
.overlay__menu .menu__inner a, .overlay__menu .menu__inner--common a {
  display: block;
  text-decoration: none;
  color: #ccc;
  font-size: 0.8rem;
  padding: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .overlay__menu .menu__inner a, .overlay__menu .menu__inner--common a {
    font-size: 0.9rem;
  }
}
.overlay__menu .menu__inner a:hover, .overlay__menu .menu__inner--common a:hover, .overlay__menu .menu__inner a.highlights, .overlay__menu .menu__inner--common a.highlights {
  background: rgba(255, 255, 255, 0.7019607843);
  font-weight: normal; /* 太字にしない */
  color: #484848;
}
@media screen and (min-width: 768px) {
  .overlay__menu .menu__inner a:hover, .overlay__menu .menu__inner--common a:hover, .overlay__menu .menu__inner a.highlights, .overlay__menu .menu__inner--common a.highlights {
    text-shadow: 0 0 1px #484848, 0 0 1px #484848; /* シャドウで擬似的に太く見せる */
  }
}
.overlay__menu .menu__inner--common {
  border-top: 1px dashed #ccc;
  padding-top: 0.8rem;
}
.overlay__menu .menu__inner--common i {
  padding-left: 0.4rem;
}/*# sourceMappingURL=style-page.css.map */