@charset "UTF-8";
/* colors */
/* page */
.inner {
  margin: 0 auto;
}

.ttl {
  width: 100%;
  text-align: center;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f24 {
  font-size: 18px;
}

.hover-fx {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hover-fx:hover {
  opacity: 0.7;
}

.section-ttl {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #323C46;
  font-size: 45px;
  line-height: 53px;
  width: 100%;
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 30px;
  }
}

.spbr {
  display: none;
}

@media screen and (max-width: 768px) {
  .spbr {
    display: inline;
  }
}

.mdbr {
  display: none;
}

@media screen and (max-width: 1000px) {
  .mdbr {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .mdbr {
    display: none;
  }
}

.top .hero .main-title {
  width: 100%;
  position: relative;
  z-index: 10;
}

.top .hero .main-title .main-img {
  width: 100%;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.top .hero .main-title h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 30;
}

@media screen and (max-width: 1200px) {
  .top .hero .main-title h1 {
    padding: 0 60px;
  }
}

@media screen and (max-width: 480px) {
  .top .hero .main-title h1 {
    padding: 0 20px;
  }
}

.top .hero .main-title h1 img {
  max-width: 700px;
  width: 100%;
}

.top .hero .main-title .pc-menu {
  width: 100%;
  position: absolute;
  bottom: 45px;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  .top .hero .main-title .pc-menu {
    display: none;
  }
}

.top .hero .main-title .pc-menu ul {
  width: 750px;
  height: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.top .hero .main-title .pc-menu ul li a {
  list-style-type: none;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  color: #F0FE04;
  cursor: pointer;
}

.top .hero .main-title .pc {
  display: block !important;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .top .hero .main-title .pc {
    display: none !important;
  }
}

.top .hero .main-title .sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .top .hero .main-title .sp {
    display: block !important;
  }
}

.top button {
  display: none;
  background-color: #FF00AA;
  border: none;
  padding: 0 6px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  text-align: center;
  outline: none;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .top button {
    display: block;
  }
}

.top button span.bar {
  display: block;
  height: 2px;
  background-color: #ffffff;
  margin: 8px 8px;
  border-radius: 1px;
}

.top button .close {
  letter-spacing: 0.08em;
  display: none;
}

.top button .menu {
  display: block;
}

.top button.active {
  background-color: #FF00AA;
}

.top button.active span.bar {
  background-color: #ffffff;
  width: 24px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top button.active .bar1 {
  -webkit-animation: rotation-r 0.6s;
          animation: rotation-r 0.6s;
}

@-webkit-keyframes rotation-r {
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translatex(-2px) translateY(5px) rotate(225deg);
            transform: translatex(-2px) translateY(5px) rotate(225deg);
  }
}

@keyframes rotation-r {
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translatex(-2px) translateY(5px) rotate(225deg);
            transform: translatex(-2px) translateY(5px) rotate(225deg);
  }
}

.top button.active .bar2 {
  -webkit-animation: rotation-l 0.6s;
          animation: rotation-l 0.6s;
}

@-webkit-keyframes rotation-l {
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translatex(-2px) translateY(-5px) rotate(-225deg);
            transform: translatex(-2px) translateY(-5px) rotate(-225deg);
  }
}

@keyframes rotation-l {
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translatex(-2px) translateY(-5px) rotate(-225deg);
            transform: translatex(-2px) translateY(-5px) rotate(-225deg);
  }
}

.top button.active .menu {
  display: none;
}

.top button.active .close {
  display: block;
}

.top .sp-menu {
  width: 100%;
  height: 100%;
  background-color: #323C46;
  padding: 100px 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.top .sp-menu.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.top .sp-menu-main-ttl {
  max-width: 360px;
  margin: 0 auto 100px auto;
}

.top .sp-menu-main-ttl img {
  width: 100%;
}

.top .sp-menu-main ul {
  max-width: 295px;
  margin: 0 auto;
  color: #F0FE04;
}

.top .sp-menu-main ul li {
  width: 100%;
  text-align: center;
  list-style-type: none;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 30px;
  color: #F0FE04;
  display: block;
  cursor: pointer;
}

.top .sp-menu-main ul li a {
  color: #F0FE04;
}

.top .sp-menu-inner {
  border-top: 1px solid #ffffff;
}

.top .sp-menu-inner ul {
  max-width: 295px;
  margin: 0 auto;
  color: #ffffff;
}

.top .sp-menu-inner ul li {
  width: 100%;
  text-align: center;
  list-style-type: none;
  font-size: 14px;
  padding-top: 25px;
  color: #ffffff;
  display: block;
  cursor: pointer;
}

.top .sp-menu-inner ul li a {
  color: #ffffff;
}

.top .intro {
  width: 100%;
  background-color: #323C46;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .top .intro {
    padding: 50px 40px;
  }
}

.top .intro .inner {
  max-width: 584px;
  width: 100%;
}

.top .intro .inner h2 {
  max-width: 400px;
  width: 100%;
  height: 45px;
  margin: 0 auto 18px;
}

@media screen and (max-width: 480px) {
  .top .intro .inner h2 {
    margin: 0;
  }
}

.top .intro .inner img {
  width: 100%;
}

.top .intro .inner p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  margin: 0;
}

.top .intro .inner .bold {
  font-weight: 900;
}

.top .intro .inner .content-top {
  margin: 20px 0 35px;
}

@media screen and (max-width: 768px) {
  .top .intro .inner .content-top {
    margin: 10px 0 20px;
  }
}

.top .intro .inner .content-bottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top .intro .inner .content-bottom {
    margin-bottom: 0;
  }
}

.top .intro .inner .content-bottom .intro-text-emphasis {
  font-size: 17px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top .intro .inner .content-bottom .intro-text-emphasis {
    font-size: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .top .intro .inner .content-bottom .intro-text {
    font-size: 13px;
  }
}

.top .intro .inner .f30 {
  font-size: 30px;
  font-weight: 900;
}

.top .intro .inner .tiket-here {
  max-width: 584px;
  height: 80px;
  background-color: #FF00AA;
  border-radius: 4px;
  margin: 40px 0 50px 0;
  text-align: center;
  padding-top: 28px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .top .intro .inner .tiket-here {
    margin: 30px 0;
  }
}

.top .intro .inner .tiket-here a {
  font-size: 18px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .top .intro .inner .tiket-here .f18 {
    font-size: 16px;
  }
}

.top .intro .inner .tiket-here a {
  display: block;
  color: #ffffff;
  cursor: pointer;
}

.top .intro .inner .sns-share {
  margin: 35px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .top .intro .inner .sns-share {
    width: 140px;
    gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  .top .intro .inner .sns-share-item {
    width: 41px;
  }
}

.top .intro .inner .sns-share-item img {
  width: 35px;
}

.top .news {
  width: 100%;
  padding: 100px 0;
  color: #323C46;
}

@media screen and (max-width: 768px) {
  .top .news {
    padding: 50px 20px 0 20px;
  }
}

.top .news .inner {
  max-width: 900px;
}

.top .news-area {
  border: 1px solid #E6E6E6;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .top .news-area {
    max-height: 270px;
  }
}

.top .news-area dl {
  margin: 20px 40px;
}

@media screen and (max-width: 1200px) {
  .top .news-area dl {
    margin: 20px;
  }
}

.top .news-area dl dt {
  width: 204px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  float: left;
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top .news-area dl dt {
    border: none;
    height: 15px;
    line-height: 23px;
    text-align: left;
  }
}

.top .news-area dl dd {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #E6E6E6;
  text-indent: 40px;
  color: #323C46;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top .news-area dl dd {
    clear: both;
    height: auto;
    line-height: 23px;
    text-indent: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.top .news #news-area::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.top .news #news-area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.top .artist {
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .top .artist {
    padding: 50px 0 0;
  }
}

.top .artist .inner {
  max-width: 900px;
}

.top .artist-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .top .artist-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .top .artist-area {
    padding: 0 40px;
  }
}

.top .artist-area-item {
  width: 400px;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  .top .artist-area-item {
    width: 250px;
    margin: 0 0 30px 0;
  }
}

.top .artist-area-item img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.top .artist-area-item p {
  font-size: 18px;
  font-weight: 700;
}

.top .artist-mc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.top .artist-mc img {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 480px) {
  .top .artist-mc img {
    width: 110px;
    height: 110px;
  }
}

.top .artist-mc .mc-text {
  line-height: 23px;
  font-size: 15px;
  color: #323C46;
  font-weight: 500;
}

.top .artist-mc span {
  font-size: 13px;
}

.top .artist .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(50, 60, 70, 0.9);
}

.top .artist .modal .modal__bg {
  height: 100vh;
  width: 100%;
  position: absolute;
}

.top .artist .modal .modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .top .artist .modal .modal__content {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

.top .artist .modal .modal__content-image {
  width: 40%;
  padding: 0 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .artist .modal .modal__content-image {
    width: 100%;
    height: 40%;
    padding: 0 0 20px 0;
  }
}

.top .artist .modal .modal__content-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.top .artist .modal .modal__content-detail {
  padding-bottom: 20px;
  width: 60%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top .artist .modal .modal__content-detail {
    width: 100%;
    height: 60%;
  }
}

.top .artist .modal .modal__content-detail h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top .artist .modal .modal__content-detail h4 {
    font-size: 18px;
  }
}

.top .artist .modal .modal__content-detail .textarea {
  overflow-y: scroll;
  height: 80%;
}

@media screen and (max-width: 768px) {
  .top .artist .modal .modal__content-detail .textarea {
    height: 70%;
  }
}

.top .artist .modal .modal__content-detail .textarea p {
  font-size: 15px;
  line-height: 25px;
}

.top .artist .modal .modal__content-detail .textarea p a {
  color: #3399CC;
}

.top .artist .modal .modal__content-detail .more {
  width: 100%;
  text-align: right;
  padding-bottom: 20px;
  font-size: 13px;
}

.top .artist .modal .modal__content-detail .more a {
  display: block;
  color: #3399CC;
  cursor: pointer;
  font-weight: 900;
}

.top .artist .modal .modal__content-detail .more .open-link:hover {
  opacity: 0.7;
}

.top .timetable {
  width: 100%;
  padding: 100px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .top .timetable {
    padding: 50px 0;
  }
}

.top .timetable .inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .top .timetable .inner {
    margin: 0 40px;
  }
}

.top .timetable .inner .info {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #323C46;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner .info {
    font-size: 12px;
  }
}

.top .timetable .inner .title-adjustment {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner .title-adjustment {
    margin-top: 50px;
    font-size: 33px;
  }
}

.top .timetable .inner-item dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner-item dl {
    margin-bottom: 8px;
  }
}

.top .timetable .inner-item dl p {
  display: block;
  line-height: 30px;
  text-indent: 0;
  position: relative;
  top: 20px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner-item dl p {
    left: 20px;
  }
}

.top .timetable .inner-item dl dt {
  width: 20%;
  height: 80px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-right: 4px solid #F5F5F5;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner-item dl dt {
    height: 56px;
    width: 104px;
    font-size: 12px;
    line-height: 56px;
  }
}

.top .timetable .inner-item dl dd {
  width: 65%;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  line-height: 35px;
  background-color: #ffffff;
  color: #323C46;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner-item dl dd {
    height: 56px;
    font-size: 14px;
    padding-left: 20px;
  }
}

.top .timetable .inner-item .high {
  height: 115px;
}

@media screen and (max-width: 768px) {
  .top .timetable .inner-item .high {
    height: 200px;
  }
}

@media screen and (min-width: 480px) {
  .top .timetable .inner-item .high .br-sp {
    display: none;
  }
}

.top .timetable .inner-item .time-pink {
  background-color: #FF00AA;
  color: #ffffff;
}

.top .timetable .inner-item .time-green {
  background-color: #00EBC8;
  color: #323C46;
}

.top .timetable .inner-item .time-yellow {
  background-color: #F0FE04;
  color: #323C46;
}

.top .ticket {
  width: 100%;
  padding: 100px 0 30px;
}

@media screen and (max-width: 768px) {
  .top .ticket {
    padding: 50px 0;
  }
}

.top .ticket .inner {
  max-width: 580px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .top .ticket .inner {
    padding: 0 20px;
  }
}

.top .ticket-detail {
  border: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 768px) {
  .top .ticket-detail {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}

.top .ticket-detail-item {
  margin: 24px 30px;
}

@media screen and (max-width: 768px) {
  .top .ticket-detail-item {
    margin: 0;
  }
}

.top .ticket-detail-item h4 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 8px;
}

.top .ticket-detail-item h4 span {
  color: #FF00AA;
}

@media screen and (max-width: 768px) {
  .top .ticket-detail-item h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.top .ticket-detail-item .date {
  font-size: 18px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .top .ticket-detail-item .date {
    font-size: 16px;
  }
}

.top .ticket-detail-item .price {
  font-size: 24px;
  font-weight: 900;
  margin-top: 15px;
}

.top .ticket-detail-item .price span {
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .top .ticket-detail-item .price .display-pc {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .top .ticket-detail-item .price .br-sp {
    display: none;
  }
}

.top .ticket-detail-item .lottery {
  background-color: #ffffff;
  padding: 10px 15px;
  margin-top: 5px;
}

.top .ticket-detail-item .lottery p {
  font-size: 15px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .top .ticket-detail-item .lottery p {
    line-height: 25px;
  }
  .top .ticket-detail-item .lottery p .br-sp {
    display: none;
  }
}

.top .ticket-detail-item .lottery span {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .top .ticket-detail-item .lottery span {
    display: block;
  }
}

.top .ticket .btn-tiket {
  width: 100%;
  height: 80px;
  background-color: #323C46;
  border-radius: 4px;
  line-height: 80px;
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .ticket .btn-tiket {
    margin-top: 30px;
  }
}

.top .ticket .btn-tiket a {
  display: block;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.top .ticket-notice {
  width: 100%;
  margin-top: 40px;
}

.top .ticket-notice p {
  font-size: 15px;
  line-height: 23px;
}

.top .ticket-notice .bold {
  font-weight: 900;
}

.top .ticket-notice .light-blue {
  color: #3399CC;
}

.top .contents {
  width: 100%;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .top .contents {
    padding-top: 20px;
  }
}

.top .contents-detail {
  color: #323C46;
  width: 100%;
  height: 707px;
  background: url(../images/image-contents-bg.png) center bottom/cover no-repeat;
  padding-top: 50px;
  position: relative;
  z-index: -3;
}

@media screen and (max-width: 768px) {
  .top .contents-detail {
    padding: 230px 20px 20px 20px;
    height: 937px;
  }
}

.top .contents-detail::before {
  content: " ";
  display: block;
  width: 317px;
  height: 487px;
  background: url(../images/image-contents-picture1.png) no-repeat right;
  background-size: cover;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .top .contents-detail::before {
    width: 252px;
    height: 389px;
    top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .top .contents-detail::before {
    width: 190px;
    height: 292px;
    top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .top .contents-detail::before {
    width: 185px;
    height: 210px;
    top: 10px;
  }
}

.top .contents-detail::after {
  content: " ";
  display: block;
  width: 326px;
  height: 487px;
  background: url(../images/image-contents-picture2.png) no-repeat left;
  background-size: cover;
  position: absolute;
  top: 54px;
  right: 0;
  z-index: -2;
}

@media screen and (max-width: 1200px) {
  .top .contents-detail::after {
    width: 252px;
    height: 389px;
  }
}

@media screen and (max-width: 768px) {
  .top .contents-detail::after {
    width: 190px;
    height: 292px;
    top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .top .contents-detail::after {
    width: 185px;
    height: 210px;
  }
}

.top .contents-detail h4 {
  margin: 0 auto 50px auto;
  width: 461px;
  height: 112px;
}

@media screen and (max-width: 768px) {
  .top .contents-detail h4 {
    max-width: 461px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .top .contents-detail h4 {
    max-width: 295px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.top .contents-detail img {
  width: 100%;
}

.top .contents-detail p {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .top .contents-detail p {
    width: 500px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .top .contents-detail p {
    width: 100%;
    padding: 0 40px;
    font-size: 13px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .top .contents-detail p {
    padding: 0 10px;
  }
}

.top .contents-detail-date {
  max-width: 584px;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 20px;
  background-color: #323C46;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .top .contents-detail-date {
    font-size: 13px;
    padding: 20px 10px;
  }
}

.top .contents-detail-point {
  max-width: 640px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 50px auto;
}

@media screen and (max-width: 768px) {
  .top .contents-detail-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top .contents-detail-point-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .contents-detail-point-item {
    font-size: 15px;
    margin-bottom: 13px;
  }
}

.top .contents-detail-point-item span {
  display: inline-block;
  width: 98px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  font-size: 15px;
  background-color: #F5F5F5;
  text-align: center;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .top .contents-detail-point-item span {
    font-size: 12px;
    line-height: 26px;
    width: 88px;
    height: 28px;
  }
}

.top .contents-detail-point-item .tag {
  background-color: #00baff;
}

.top .contents-detail-point-item .good {
  background-color: #ff00aa;
}

.top .contents-detail-point-item .good:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../images/icon-heart.png);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top .contents-detail-point-item .good:after {
    width: 14px;
    height: 13px;
  }
}

.top .contents-step {
  background-color: #F5F5F5;
  height: 200px;
}

@media screen and (max-width: 1200px) {
  .top .contents-step {
    height: 840px;
  }
}

.top .contents-step-area {
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: -150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .top .contents-step-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top .contents-step-area-item {
  width: 280px;
  height: 300px;
  background-color: #ffffff;
  border: 2px solid #323C46;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .top .contents-step-area-item {
    margin-bottom: 30px;
  }
}

.top .contents-step-area-item-ttl {
  height: 50px;
  background-color: #323C46;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-weight: 700;
  font-size: 14px;
}

.top .contents-step-area-item .step {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin: 14px 14px 7px 14px;
}

.top .contents-step-area-item .ex {
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  color: #00baff;
  margin: 0 14px;
  padding: 0;
  position: relative;
}

.top .contents-step-area-item .ex span {
  display: inline-block;
  position: absolute;
  left: 20px;
}

.top .contents-step-area .step1 {
  background: #ffffff url(../images/img-contents-step1.png) no-repeat center bottom;
  background-size: 169px;
}

.top .contents-step-area .step2 {
  background: #ffffff url(../images/img-contents-step2.png) no-repeat center bottom;
  background-size: 169px;
}

.top .contents-step-area .step3 {
  background: #ffffff url(../images/img-contents-step3.png) no-repeat center bottom;
  background-size: 253px;
}

.top .contents-notice {
  background-color: #ffffff;
  color: #323C46;
}

.top .contents-notice-outline {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 30px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .top .contents-notice-outline {
    padding: 20px 20px 30px 20px;
  }
}

.top .contents-notice-detail {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
}

.top .contents-notice-detail h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top .contents-notice-detail h5 {
    text-align: center;
    font-size: 16px;
  }
}

.top .contents-notice-detail-text {
  border: 1px solid #E6E6E6;
  max-width: 900px;
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding: 10px;
  font-size: 13px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .top .contents-notice-detail-text {
    height: 270px;
  }
}

.top .contents-notice-detail-text ul {
  list-style-type: none;
  margin: 0 10px 10px 20px;
}

.top .contents-notice-detail-text ul li {
  line-height: 23px;
}

.top .contents-notice-detail-text ul li::before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #323C46;
  position: relative;
  left: -10px;
  top: -3px;
}

.top .contents-notice #notice-area::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.top .contents-notice #notice-area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.top .access {
  width: 100%;
  padding: 50px 0 100px 0;
}

@media screen and (max-width: 768px) {
  .top .access {
    padding: 0 0 30px 0;
  }
}

.top .access .inner {
  width: 100%;
  max-width: 900px;
}

.top .access .inner .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
}

.top .access .inner .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top .access .inner h4 {
  margin: 33px 0 15px 0;
}

@media screen and (max-width: 1000px) {
  .top .access .inner h4 {
    padding: 0 40px;
  }
}

.top .access .inner p {
  font-size: 15px;
  color: #323C46;
  line-height: 25px;
}

@media screen and (max-width: 1000px) {
  .top .access .inner p {
    padding: 0 40px;
  }
}

.top .about {
  width: 100%;
  padding: 50px 0 80px;
  border-top: 2px solid #E6E6E6;
  color: #323C46;
}

@media screen and (max-width: 1000px) {
  .top .about {
    padding: 50px 40px 80px;
  }
}

@media screen and (max-width: 768px) {
  .top .about {
    padding: 30px 40px 50px;
  }
}

@media screen and (min-width: 480px) {
  .top .about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    gap: 110px;
  }
}

.top .about-item {
  max-width: 500px;
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .top .about-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top .about-item h4 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 900;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top .about-item h4 {
    text-align: center;
  }
}

.top .about-item p {
  font-size: 15px;
  line-height: 23px;
}

.top .notice {
  width: 100%;
  background-color: #F5F5F5;
  color: #323C46;
}

.top .notice .inner {
  max-width: 900px;
  padding: 50px 0 100px 0;
}

@media screen and (max-width: 1000px) {
  .top .notice .inner {
    padding: 30px 20px 50px 20px;
  }
}

.top .notice .inner h5 {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 23px;
}

@media screen and (max-width: 1000px) {
  .top .notice .inner h5 {
    text-align: center;
  }
}

.top .notice .inner p {
  font-size: 13px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .top .notice .inner p {
    line-height: 20px;
  }
}

.top .notice .inner .guide-line {
  margin-bottom: 40px;
}

.footer {
  width: 100%;
}

.footer-middle {
  background-color: #323C46;
  padding: 86px 0;
}

@media screen and (max-width: 768px) {
  .footer-middle {
    padding: 30px 0;
  }
}

.footer-middle-area {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .footer-middle-area {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-middle-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-middle-area-item img {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .footer-middle-area-item img {
    width: 200px;
    margin-bottom: 12px;
  }
}

.footer-middle-area-item p {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .footer-middle-area-item p {
    font-size: 9px;
  }
}

.footer-bottom {
  background-color: #F5F5F5;
  color: #323C46;
  padding: 30px 0;
}

.footer-bottom-area {
  width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 20px;
  }
}

.footer-bottom-area-item {
  text-align: center;
}

.footer-bottom-area-item img {
  width: 66px;
}

@media screen and (max-width: 768px) {
  .footer-bottom-area-item img {
    width: 60px;
  }
}

.footer-bottom-area-item p {
  color: #323C46;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer-bottom-area-item p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
}

html {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","Noto Sans CJK JP","メイリオ", sans-serif;
  font-size: 15px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  cursor: pointer;
}

p {
  line-height: 1.5;
  word-wrap: break-word;
}

li {
  line-height: 1.5;
}
/*# sourceMappingURL=app.css.map */