.top-contents-wrapper {
  overflow: hidden;
  margin: 0 auto 127px;
}

.top-contents-box {
  max-width: calc(1100px + 50px * 2);
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 600px) {
  .top-contents-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.top-common-title {
  display: block;
  text-align: center;
}

.top-common-title-inner {
  display: inline-block;
}

.top-common-title__icon {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.top-common-title__icon.news {
  background-image: url(../images/top/icon_news.svg);
  padding-top: calc(51 / 50 * 100%);
}

.top-common-title__icon.program {
  background-image: url(../images/top/icon_program.svg);
  padding-top: calc(49 / 56 * 100%);
}

.top-common-title__icon.event {
  background-image: url(../images/top/icon_event.svg);
  padding-top: calc(49 / 56 * 100%);
}

.top-common-title__icon-wrapper {
  margin: 0 auto;
  max-width: 60px;
}

@media only screen and (max-width: 1200px) {
  .top-common-title__icon-wrapper {
    max-width: 45px;
  }
}

.top-common-title__main {
  font-size: 3.4rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f2830b;
}

@media only screen and (max-width: 1200px) {
  .top-common-title__main {
    font-size: 2.4rem;
  }
}

.top-common-title__en {
  color: #f2830b;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 5px auto 0;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .top-common-title__en {
    font-size: 1.4rem;
  }
}

.top-common-btn {
  background-color: #4ac099;
  border-radius: 20px;
  padding: 10px 30px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .top-common-btn {
    padding: 13px 30px;
    min-height: 50px;
    border-radius: 25px;
  }
}

.top-common-btn:before {
  content: "";
  border-right: 50px solid transparent;
  border-bottom: 50px solid #2B9271;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.top-common-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 15px;
}

@media only screen and (max-width: 1200px) {
  .top-common-btn::after {
    top: 20px;
  }
}

.top-common-btn:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-common-btn__txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-common-btn__txt {
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.top-common-dot-bg {
  width: 100%;
  background-image: url(../images/top/pattern.png);
  background-repeat: repeat;
  background-size: 20px;
  border-top: 1px dashed #f5a854;
  border-bottom: 1px dashed #f5a854;
}

.top-twitter-btn {
  background-color: #000;
  border-radius: 20px;
  padding: 10px 30px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  max-width: 350px;
  margin: 0 auto;
}

.top-twitter-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .top-twitter-btn {
    min-height: 50px;
    border-radius: 25px;
  }
}

.top-twitter-btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-twitter-btn__img {
  width: 17px;
  margin-right: 5px;
}

.top-twitter-btn__img-inner {
  background-image: url(../images/sns/twitter.svg);
  background-repeat: repeat;
  background-size: contain;
  padding-top: calc(14 / 17 * 100%);
}

.top-twitter-btn__txt {
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .top-twitter-btn__txt {
    font-size: 1.6rem;
  }
}

.top-main-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  position: relative;
}

.top-main-slider__container {
  margin-bottom: 30px;
  position: relative;
}

.top-main-slider.swiper-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-main-slider__inner-wrap {
  width: 100%;
  height: 100%;
}

.top-main-slider__item {
  width: 100%;
  opacity: 0.45;
}

.top-main-slider__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-main-slider__item.swiper-slide-active {
  opacity: 1;
}

.top-main-slider__item.swiper-slide-active:hover {
  opacity: 0.6;
  cursor: pointer;
}

.top-main-slider__item.swiper-slide-active::before {
  display: none;
}

.top-main-slider__item-inner {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: calc(360 / 640 * 100%);
}

.top-main-slider__icon-movie {
  display: block;
  background: url(/assets/images/top/icon_play_w.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

@media only screen and (min-width: 601px) {
  .top-main-slider__icon-movie {
    width: 80px;
    height: 80px;
  }
}

.top-main-slider__parts {
  background-color: transparent;
}

#top-main-btn-prev,
#top-main-btn-next {
  color: #fff;
  top: 48%;
}

#top-main-btn-prev:hover,
#top-main-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-main-btn-prev.swiper-button-next:after,
#top-main-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-main-btn-prev.swiper-button-next:after,
  #top-main-btn-next.swiper-button-next:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 15px;
    height: 15px;
  }
}

#top-main-btn-prev.swiper-button-prev:after,
#top-main-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-main-btn-prev.swiper-button-prev:after,
  #top-main-btn-next.swiper-button-prev:after {
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}

#top-main-btn-prev {
  left: 22%;
}

@media only screen and (max-width: 1200px) {
  #top-main-btn-prev {
    left: 2%;
  }
}

#top-main-btn-next {
  right: 22%;
}

@media only screen and (max-width: 1200px) {
  #top-main-btn-next {
    right: 2%;
  }
}

.top-main-pagination {
  text-align: center;
  display: flex;
  width: 270px;
  margin: 10px auto 0;
}

.top-main-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 5px;
  width: 100%;
  margin-left: 5px;
}

.top-main-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.top-main-pagination .swiper-pagination-bullet-active {
  background-color: #f2830b;
}

.top-main-news {
  margin: 30px auto;
}

.top-main-news__item {
  width: 100%;
  display: block;
  line-height: 16px;
  padding: 12px 30px;
  font-size: 1.6rem;
  background-color: #eeeeee;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.top-main-news__item:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 600px) {
  .top-main-news__item {
    padding: 8px 10px;
  }
}

.top-main-news__item:first-child {
  margin-top: 0px;
}

.top-main-news__attention {
  display: inline-block;
  width: auto;
  background-image: url(../images/top/icon_attention_o.svg);
  background-size: 22px 22px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
}

@media only screen and (max-width: 1200px) {
  .top-main-news__attention {
    background-position: left center;
  }
}

.top-main-news__attention a {
  display: block;
}

.top-feed {
  width: 100%;
  margin: 50px auto 66px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .top-feed {
    margin: 40px auto;
  }
}

.top-feed-left {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .top-feed-left {
    width: 100%;
  }
}

.top-feed-right {
  width: 49%;
}

@media only screen and (max-width: 1200px) {
  .top-feed-right {
    width: 100%;
  }
}

.top-information {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 27px 19px;
}

@media only screen and (max-width: 1200px) {
  .top-information {
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  .top-information {
    padding: 0;
  }
}

.top-information__title {
  border-bottom: 1px solid #f2830b;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .top-information__title {
    text-align: center;
  }
}

.top-information__title-main {
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-information__title-main {
    font-size: 2.4rem;
  }
}

.top-information__title-slash {
  font-size: 2.4rem;
  color: #f2830b;
}

.top-information__title-en {
  font-size: 1.6rem;
  color: #f2830b;
  font-weight: bold;
}

.top-information__main {
  height: 230px;
  overflow-y: auto;
}

.top-information__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e1e1e1;
}

.top-information__item:hover {
  background-color: rgba(242, 131, 11, 0.1);
  cursor: pointer;
}

.top-information__item-icon {
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  width: calc(20% - 12px);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 12px;
}

@media only screen and (max-width: 1200px) {
  .top-information__item-icon {
    width: auto;
  }
}

.top-information__item-icon.information {
  background-color: #4ac099;
}

.top-information__item-icon.program {
  background-color: #f2830b;
}

.top-information__item-icon.event {
  background-color: #44abe5;
}

.top-information__item-icon.cinema {
  background-color: #77b800;
}

.top-information__item-txt {
  width: 80%;
  display: block;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  .top-information__item-txt {
    width: 100%;
    padding-top: 5px;
  }
}

.top-twitter {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 27px 19px;
}

@media only screen and (max-width: 1200px) {
  .top-twitter {
    margin-top: 40px;
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  .top-twitter {
    padding: 0;
  }
}

.top-twitter__wrapper {
  position: relative;
}

.top-twitter__wrapper .top-twitter-btn {
  top: 27px;
  right: 19px;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .top-twitter__wrapper .top-twitter-btn {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 1200px) {
  .top-twitter__wrapper .top-twitter-btn__wrapper {
    margin: 50px 10px 0 10px;
  }
}

.top-twitter__title {
  border-bottom: 1px solid #f2830b;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .top-twitter__title {
    text-align: center;
  }
}

.top-twitter__title-main {
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-twitter__title-main {
    font-size: 2.4rem;
  }
}

.top-twitter__title-slash {
  font-size: 2.4rem;
  color: #f2830b;
}

.top-twitter__title-en {
  font-size: 1.6rem;
  color: #f2830b;
  font-weight: bold;
}

.top-twitter__main {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .top-twitter__main iframe {
    height: 250px;
  }
}

.top-weather {
  background-color: #f2830b;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .top-weather {
    padding: 2px 10px 10px 10px;
  }
}

.top-weather__wrapper {
  width: 100%;
  margin-top: 26px;
}

@media only screen and (min-width: 1201px) {
  .top-weather__wrapper.top-common-dot-bg {
    background-image: none;
    border: none;
  }
}

@media only screen and (max-width: 1200px) {
  .top-weather__wrapper {
    width: 100vw;
    margin: 40px auto 0 -50px;
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .top-weather__wrapper {
    margin-left: -10px;
    padding: 40px 10px;
  }
}

.top-weather__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: break-all;
}

@media only screen and (max-width: 1200px) {
  .top-weather__inner {
    display: block;
  }
}

.top-weather__data {
  color: #fff;
  width: calc((100% - 15px) / 4);
  font-size: 2.6rem;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .top-weather__data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.top-weather__data-date {
  border-bottom: 1px solid #fff;
  line-height: 2.6rem;
  padding-bottom: 8px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-weather__data-date {
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 20px;
  }
}

.top-weather__data-day {
  font-weight: normal;
  font-size: 2rem;
  padding-left: 5px;
}

@media only screen and (max-width: 1200px) {
  .top-weather__data-day {
    font-size: 1.8rem;
  }
}

.top-weather__data-time {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-weather__data-time {
    padding-left: 20px;
  }
}

.top-weather__img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.top-weather__img:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-weather__img {
    width: 354px;
  }
}

.top-weather__img-wrapper {
  width: calc((100% - 15px) / 4 * 3);
  margin: 0 auto 0 15px;
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .top-weather__img-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .top-weather__img-wrapper {
    width: 100%;
  }
}

.top-weather__img-inner {
  margin: 0 auto;
  padding-top: calc(180 / 450 * 100%);
  background-image: url(/weather/images/sticker0.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-news {
  margin: 50px auto 60px auto;
  width: 100%;
  display: block;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .top-news {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .top-news-link {
    margin: 50px 10px 0 10px;
  }
}

.top-news .top-common-btn {
  top: -30px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .top-news .top-common-btn {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-news-main {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.top-news-main__wrapper {
  position: relative;
}

.top-news-main__item {
  margin-left: 20px;
  width: calc((100% - 20px * 3) / 4);
}

@media only screen and (max-width: 1200px) {
  .top-news-main__item {
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
}

@media only screen and (max-width: 600px) {
  .top-news-main__item {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .top-news-main__item:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .top-news-main__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-news-main__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .top-news-main__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

.top-news-main__card {
  display: block;
}

@media only screen and (max-width: 600px) {
  .top-news-main__card {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.top-news-main__card:hover {
  opacity: 0.6;
  cursor: pointer;
}

.top-news-main__card:hover .top-news-main__detail-txt {
  text-decoration: underline;
}

.top-news-main__thumbnail {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 600px) {
  .top-news-main__thumbnail {
    width: calc(40% - 15px);
    margin-right: 15px;
  }
}

.top-news-main__thumbnail-inner {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(360 / 640 * 100%);
}

.top-news-main__detail {
  width: 100%;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 600px) {
  .top-news-main__detail {
    width: 60%;
    margin-top: 0;
    flex-flow: column-reverse;
    justify-content: flex-end;
  }
}

.top-news-main__detail-txt {
  font-size: 1.4rem;
  line-height: 20px;
}

.top-news-main__detail-date {
  display: block;
  font-size: 1rem;
  color: #999999;
}

.top-recommend {
  margin: 0 auto 0;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-link {
    margin: 50px 10px 0 10px;
  }
}

.top-recommend .top-common-btn {
  top: -30px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .top-recommend .top-common-btn {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-recommend-contents {
  position: relative;
}

.top-recommend__inner {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .top-recommend__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .top-recommend__inner.top-contents-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-recommend-main {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.top-recommend-main-MV__inner {
  display: block;
  position: relative;
  background-image: url(../images/top/ohbandesu_pc_bnr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 256px;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-MV__inner {
    background-image: url(../images/top/ohbandesu_sp_bnr.jpg);
    padding-top: calc(320 / 630 * 100%);
  }
}

.top-recommend-main-MV__logo {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-MV__logo {
    width: 40%;
    max-width: 38vw;
  }
}

.top-recommend-main-MV__logo-wrapper {
  position: absolute;
  top: 30px;
  left: 40px;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-MV__logo-wrapper {
    width: 100%;
    top: auto;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-recommend-main-MV__logo-inner {
  width: 100%;
  background-image: url(../images/top/ohbandesu_logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: calc(354 / 630 * 100%);
}

.top-recommend-main-MV__logo-inner:hover {
  opacity: 0.6;
}

.top-recommend-main-MV__logo-txt {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2px 3px #000;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-MV__logo-txt {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.top-recommend-main-summary {
  width: 100%;
  background-color: #f05aa0;
  color: #fff;
  padding: 17px 52px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-summary {
    padding: 10px 10px 0 10px;
    font-size: 1.2rem;
  }
}

.top-recommend-main-info {
  background-color: #fff;
  background-image: url(../images/top/ohbandesu_bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  border: 1px solid #f05aa0;
  padding: 10px;
  width: 278px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-info__wrapper {
    background-color: #f05aa0;
    padding: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-info {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-recommend-main-info__title {
  font-size: 1.8rem;
  padding-bottom: 5px;
  color: #f05aa0;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f05aa0;
}

.top-recommend-main-info__list {
  overflow-y: auto;
  height: 158px;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-main-info__list {
    height: 206px;
  }
}

.top-recommend-main-info__list-item {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #f05aa0;
  display: block;
}

.top-recommend-main-info__list-item:hover {
  background-color: rgba(240, 90, 160, 0.1);
  cursor: pointer;
}

.top-recommend-main-info__list-item__date {
  display: block;
  font-size: 1rem;
  color: #f05aa0;
}

.top-recommend-main-info__list-item__txt {
  display: block;
  font-size: 1.4rem;
}

.top-recommend-slider {
  margin-top: 30px;
  padding: 1px 0;
}

.top-recommend-slider.swiper-container {
  padding: 15px;
}

.top-recommend-slider__wrapper {
  position: relative;
  margin: 0 40px;
}

.top-recommend-slider__wrapper .top-recommend-pagination {
  text-align: center;
  width: 270px;
  margin: 0 auto;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-slider__wrapper .top-recommend-pagination {
    max-width: 500px;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .top-recommend-slider__wrapper .top-recommend-pagination {
    max-width: 188px;
  }
}

.top-recommend-slider__wrapper .top-recommend-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 5px;
  width: 100%;
  margin-left: 5px;
}

.top-recommend-slider__wrapper .top-recommend-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.top-recommend-slider__wrapper .top-recommend-pagination .swiper-pagination-bullet-active {
  background-color: #f2830b;
}

.top-recommend-slider__inner {
  position: relative;
}

.top-recommend-slider__item {
  border: solid 1px #f2830b;
  background-color: #fff;
  display: block;
  position: relative;
}

.top-recommend-slider__item.is-new::before {
  content: "NEW";
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f31803;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: anime1 3s reverse infinite;
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-recommend-slider__item.is-new::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 35px;
  border: 8px solid transparent;
  border-left: 8px solid #f31803;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.top-recommend-slider__item:hover {
  opacity: 0.6;
  cursor: pointer;
}

.top-recommend-slider__item.swiper-slide {
  height: auto;
}

.top-recommend-slider__item-img-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(146 / 260 * 100%);
}

.top-recommend-slider__item-txt {
  padding: 15px;
}

.top-recommend-slider__item-txt-title {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .top-recommend-slider__item-txt-title {
    font-size: 1.6rem;
  }
}

.top-recommend-slider__item-txt-subtitle {
  font-size: 1.4rem;
  color: #f2830b;
}

.top-recommend-slider__item-txt-detail {
  font-size: 1.2rem;
  margin-top: 10px;
}

#top-recommend-btn-prev,
#top-recommend-btn-next {
  color: #f2830b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

#top-recommend-btn-prev:hover,
#top-recommend-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-recommend-btn-prev.swiper-button-next:after,
#top-recommend-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-right: 3px solid #f2830b;
  border-bottom: 3px solid #f2830b;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-recommend-btn-prev.swiper-button-next:after,
  #top-recommend-btn-next.swiper-button-next:after {
    width: 15px;
    height: 15px;
    border-right: 2px solid #f2830b;
    border-bottom: 2px solid #f2830b;
  }
}

#top-recommend-btn-prev.swiper-button-prev:after,
#top-recommend-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-left: 3px solid #f2830b;
  border-top: 3px solid #f2830b;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-recommend-btn-prev.swiper-button-prev:after,
  #top-recommend-btn-next.swiper-button-prev:after {
    width: 15px;
    height: 15px;
    border-left: 2px solid #f2830b;
    border-top: 2px solid #f2830b;
  }
}

#top-recommend-btn-prev {
  left: -35px;
}

@media only screen and (max-width: 600px) {
  #top-recommend-btn-prev {
    left: -25px;
  }
}

#top-recommend-btn-next {
  right: -35px;
}

@media only screen and (max-width: 600px) {
  #top-recommend-btn-next {
    right: -25px;
  }
}

.top-sdgs {
  background-color: #E9F3F6;
  color: #444;
}

.top-sdgs img {
  display: block;
  max-width: 100%;
  height: auto;
}

.top-sdgs .top-sdgs__inner {
  margin: 0 auto;
  padding: 50px;
  max-width: calc(1100px + 50px* 2);
}

@media only screen and (max-width: 600px) {
  .top-sdgs .top-sdgs__inner {
    padding-inline: 0;
  }
}

.top-sdgs .top-sdgs__body {
  margin-top: 30px;
}

.top-sdgs .top-sdgs__slider {
  margin: 30px 40px 0;
  position: relative;
}

.top-sdgs-title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.top-sdgs-title .top-sdgs-title__icon {
  margin: 0 auto;
  max-width: 50px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .top-sdgs-title .top-sdgs-title__icon {
    max-width: 30px;
  }
}

.top-sdgs-title .top-sdgs-title__upper {
  border-bottom: 0;
  font-size: 3.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-sdgs-title .top-sdgs-title__upper {
    font-size: 2.4rem;
  }
}

.top-sdgs-title .top-sdgs-title__lower {
  color: #50B7D3;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1200px) {
  .top-sdgs-title .top-sdgs-title__lower {
    font-size: 1.4rem;
  }
}

.top-sdgs-title .top-sdgs-title__lower::before {
  position: absolute;
  content: "";
  top: 0;
  left: 2em;
  right: 2em;
  height: 1px;
  background-color: #50B7D3;
}

.top-sdgs-kv .top-sdgs-kv__link[href]:hover {
  opacity: 0.6;
}

.top-sdgs-slider {
  padding: 15px;
}

.top-sdgs-slider .top-sdgs-slider__item {
  border: solid 1px #50B7D3;
  background-color: #fff;
  display: block;
  position: relative;
}

.top-sdgs-slider .top-sdgs-slider__item.swiper-slide {
  height: auto;
}

.top-sdgs-slider .top-sdgs-slider__link {
  display: block;
  height: 100%;
}

.top-sdgs-slider .top-sdgs-slider__link:hover {
  opacity: 0.6;
}

.top-sdgs-slider .top-sdgs-slider__link p {
  padding: 15px;
  font-size: 1.2rem;
}

#top-sdgs-btn-prev,
#top-sdgs-btn-next {
  width: 30px;
  height: 30px;
}

#top-sdgs-btn-prev:hover,
#top-sdgs-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-sdgs-btn-prev.swiper-button-next:after,
#top-sdgs-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-right: 3px solid #50B7D3;
  border-bottom: 3px solid #50B7D3;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-sdgs-btn-prev.swiper-button-next:after,
  #top-sdgs-btn-next.swiper-button-next:after {
    width: 15px;
    height: 15px;
    border-right: 2px solid #50B7D3;
    border-bottom: 2px solid #50B7D3;
  }
}

#top-sdgs-btn-prev.swiper-button-prev:after,
#top-sdgs-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-left: 3px solid #50B7D3;
  border-top: 3px solid #50B7D3;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-sdgs-btn-prev.swiper-button-prev:after,
  #top-sdgs-btn-next.swiper-button-prev:after {
    width: 15px;
    height: 15px;
    border-left: 2px solid #50B7D3;
    border-top: 2px solid #50B7D3;
  }
}

#top-sdgs-btn-prev {
  left: -35px;
}

@media only screen and (max-width: 600px) {
  #top-sdgs-btn-prev {
    left: -25px;
  }
}

#top-sdgs-btn-next {
  right: -35px;
}

@media only screen and (max-width: 600px) {
  #top-sdgs-btn-next {
    right: -25px;
  }
}

.top-sdgs-pagination {
  text-align: center;
  width: 270px;
  margin: 0 auto;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .top-sdgs-pagination {
    max-width: 500px;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .top-sdgs-pagination {
    max-width: 188px;
  }
}

.top-sdgs-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 5px;
  width: 100%;
  margin-left: 5px;
}

.top-sdgs-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.top-sdgs-pagination .swiper-pagination-bullet-active {
  background-color: #50B7D3;
}

.top-event {
  margin: 50px auto;
}

@media only screen and (max-width: 600px) {
  .top-event {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .top-event-link {
    margin: 50px 10px 0 10px;
  }
}

.top-event .top-common-btn {
  top: -30px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .top-event .top-common-btn {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-event-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}

.top-event-list__wrapper {
  position: relative;
}

.top-event-list__item {
  width: calc((100% - 20px * 4) / 5);
  margin-left: 20px;
}

.top-event-list__item a {
  display: block;
}

.top-event-list__item a:hover {
  opacity: 0.6;
}

.top-event-list__item a:hover .top-event-list__txt {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .top-event-list__item {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1201px) {
  .top-event-list__item:nth-child(n + 6) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-event-list__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1201px) {
  .top-event-list__item:nth-child(5n + 1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .top-event-list__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.top-event-list__item.stage .top-event-list__thumbnail-wrapper {
  background-color: #ed881b;
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {
  .top-event-list__item.stage .top-event-list__thumbnail-wrapper {
    border-top: 1px solid #ed881b;
  }
}

.top-event-list__item.stage .top-event-list__tag {
  background-color: #ed881b;
}

.top-event-list__item.event .top-event-list__thumbnail-wrapper {
  background-color: #2c90de;
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {
  .top-event-list__item.event .top-event-list__thumbnail-wrapper {
    border-top: 1px solid #2c90de;
  }
}

.top-event-list__item.event .top-event-list__tag {
  background-color: #2c90de;
}

.top-event-list__item.sports .top-event-list__thumbnail-wrapper {
  background-color: #404eb8;
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {
  .top-event-list__item.sports .top-event-list__thumbnail-wrapper {
    border-top: 1px solid #404eb8;
  }
}

.top-event-list__item.sports .top-event-list__tag {
  background-color: #404eb8;
}

.top-event-list__item.art .top-event-list__thumbnail-wrapper {
  background-color: #399e2d;
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {
  .top-event-list__item.art .top-event-list__thumbnail-wrapper {
    border-top: 1px solid #399e2d;
  }
}

.top-event-list__item.art .top-event-list__tag {
  background-color: #399e2d;
}

.top-event-list__item.movie .top-event-list__thumbnail-wrapper {
  background-color: #7c37a0;
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {
  .top-event-list__item.movie .top-event-list__thumbnail-wrapper {
    border-top: 1px solid #7c37a0;
  }
}

.top-event-list__item.movie .top-event-list__tag {
  background-color: #7c37a0;
}

.top-event-list__thumbnail {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}

.top-event-list__thumbnail.is-new::before {
  content: "NEW";
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f31803;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: anime1 3s reverse infinite;
}

@keyframes anime1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-event-list__thumbnail.is-new::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 35px;
  border: 8px solid transparent;
  border-left: 8px solid #f31803;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.top-event-list__thumbnail-wrapper {
  width: 100%;
  margin: 0 auto;
}

.top-event-list__thumbnail-inner {
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(320 / 320 * 100%);
}

.top-event-list__tag {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-event-list__txt {
  font-size: 1.4rem;
  padding-top: 14px;
}

.top-announce {
  margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
  .top-announce-link {
    margin: 50px 10px 0 10px;
  }
}

.top-announce .top-common-btn {
  top: -30px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .top-announce .top-common-btn {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-announce__inner {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .top-announce__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-announce__title {
  margin: 0 auto;
  max-width: 367px;
  width: 100%;
}

.top-announce__title-inner {
  padding-top: calc(208 / 734 * 100%);
  background-image: url(../images/top/announce_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.top-announce__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.top-announce__list-wrapper {
  position: relative;
  margin-top: 30px;
}

.top-announce-item {
  display: flex;
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  min-height: 230px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .top-announce-item {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    min-height: 208px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-announce-item:first-child {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1201px) {
  .top-announce-item:nth-child(2n + 1) {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1201px) {
  .top-announce-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.top-announce-item-person {
  width: 50%;
}

.top-announce-item-person__txt {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-announce-item-person__name {
  width: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  .top-announce-item-person__name {
    width: 100%;
    text-align: center;
  }
}

.top-announce-item-person__tag {
  width: auto;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 15.5px;
  padding: 5px 10px;
  flex-shrink: 0;
}

@media only screen and (max-width: 600px) {
  .top-announce-item-person__tag {
    margin: 10px auto 0;
    padding: 2px 10px;
  }
}

.top-announce-item-person__img {
  width: 100%;
  position: relative;
}

.top-announce-item-person__img-inner {
  padding-top: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media only screen and (max-width: 1200px) {
  .top-announce-item-person__img-inner {
    background-position: center;
  }
}

.top-announce-item-summary {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.top-announce-item-summary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border: 15px solid transparent;
  border-right: 15px solid #fee2e9;
}

@media only screen and (max-width: 600px) {
  .top-announce-item-summary::before {
    border: 10px solid transparent;
    border-right: 10px solid #fee2e9;
  }
}

.top-announce-item-summary__img {
  max-width: 260px;
  position: relative;
}

.top-announce-item-summary__img.is-new::before {
  content: "NEW";
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f31803;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: anime1 3s reverse infinite;
}

@keyframes anime1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-announce-item-summary__img.is-new::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 35px;
  border: 8px solid transparent;
  border-left: 8px solid #f31803;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media only screen and (max-width: 1200px) {
  .top-announce-item-summary__img {
    max-width: none;
  }
}

.top-announce-item-summary__img-inner {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: calc(146 / 260 * 100%);
  transition: background-size 0.3s ease;
}

.top-announce-item-summary__txt {
  font-size: 1.4rem;
  padding-top: 10px;
  color: #393939;
}

.top-announce-item-summary__date {
  font-size: 1rem;
  line-height: 1;
  margin: auto auto 0 0;
}

@media only screen and (max-width: 767px) {
  .top-announce-item-summary__date {
    font-size: 1.2rem;
  }
}

.top-announce-item-summary:hover {
  cursor: pointer;
}

.top-announce-item-summary:hover .top-announce-item-summary__img-inner {
  background-size: 120% auto;
}

.top-announce-item.woman {
  border: 1px solid #ed2868;
}

.top-announce-item.woman .top-announce-item-person__txt {
  background-color: #ed2868;
}

.top-announce-item.woman .top-announce-item-person__tag {
  color: #ed2868;
}

.top-announce-item.woman .top-announce-item-person__tag:hover {
  background-color: #fee2e9;
  cursor: pointer;
}

.top-announce-item.woman .top-announce-item-summary {
  background-color: #fee2e9;
  position: relative;
}

.top-announce-item.woman .top-announce-item-summary__date {
  color: #ed2868;
}

.top-announce-item.woman .top-announce-item-summary::before {
  border-right: 15px solid #fee2e9;
}

@media only screen and (max-width: 600px) {
  .top-announce-item.woman .top-announce-item-summary::before {
    border-right: 10px solid #fee2e9;
  }
}

.top-announce-item.man {
  border: 1px solid #738cfe;
}

.top-announce-item.man .top-announce-item-person__txt {
  background-color: #738cfe;
}

.top-announce-item.man .top-announce-item-person__tag {
  color: #738cfe;
}

.top-announce-item.man .top-announce-item-person__tag:hover {
  background-color: #dfe5fd;
  cursor: pointer;
}

.top-announce-item.man .top-announce-item-summary {
  background-color: #dee5ff;
  position: relative;
}

.top-announce-item.man .top-announce-item-summary__date {
  color: #738cfe;
}

.top-announce-item.man .top-announce-item-summary::before {
  border-right: 15px solid #dee5ff;
}

@media only screen and (max-width: 600px) {
  .top-announce-item.man .top-announce-item-summary::before {
    border-right: 10px solid #dee5ff;
  }
}

.top-motto {
  margin: 50px auto;
}

@media only screen and (max-width: 600px) {
  .top-motto {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .top-motto-link {
    margin: 50px 10px 0 10px;
  }
}

.top-motto .top-common-btn {
  top: -30px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .top-motto .top-common-btn {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-motto-title {
  margin: 0 auto;
  max-width: 434px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .top-motto-title {
    max-width: 316px;
  }
}

.top-motto-title__inner {
  width: 100%;
  padding-top: calc(117 / 630 * 100%);
  background-image: url(../images/top/motto_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.top-motto-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.top-motto-list-wrapper {
  position: relative;
}

.top-motto-list__item {
  display: flex;
  width: calc((100% - 20px * 3) / 4);
  margin-left: 20px;
  border: 1px solid #0060c3;
  flex-direction: column;
  justify-content: flex-start;
}

.top-motto-list__item:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .top-motto-list__item {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-motto-list__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .top-motto-list__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .top-motto-list__item:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .top-motto-list__item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.top-motto-list__img-inner {
  content: "";
  display: block;
  padding-top: calc(376 / 669 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-motto-list__title {
  padding: 5px 15px;
  font-size: 1.4rem;
  min-height: 90px;
  background-color: #fff;
}

.top-motto-list__tag {
  padding: 8px 15px;
  font-size: 1rem;
  color: #fff;
  background-color: #0060c3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 0 0;
  min-height: 38px;
  line-height: 11px;
}

@media only screen and (max-width: 600px) {
  .top-motto-list__tag {
    padding: 8px 10px;
  }
}

.top-motto-category {
  margin: 30px auto 50px auto;
  position: relative;
}

.top-motto-category__title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-motto-category__title-slash {
  display: block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.top-motto-category__title-main {
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .top-motto-category__title-main {
    font-size: 2.6rem;
  }
}

.top-motto-category__title-backslash {
  display: block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.top-motto-slider {
  margin-top: 25px;
}

.top-motto-slider__wrapper {
  transition: all .5s ease;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media only screen and (max-width: 1200px) {
  .top-motto-slider__wrapper {
    margin: 0 40px;
  }
}

.top-motto-slider__wrapper.swiper-container {
  padding: 1px;
}

.top-motto-slider__wrapper.is-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.top-motto-slider__item {
  width: 100%;
}

.top-motto-slider__item.cat-26 .top-motto-slider__card {
  border: 7px solid rgba(228, 0, 127, 0.5);
}

.top-motto-slider__item.cat-26 .top-motto-slider__img {
  border: 7px solid #e4007f;
  background-color: #e4007f;
}

.top-motto-slider__item.cat-18 .top-motto-slider__card {
  border: 7px solid rgba(0, 161, 233, 0.5);
}

.top-motto-slider__item.cat-18 .top-motto-slider__img {
  border: 7px solid #00a1e9;
  background-color: #00a1e9;
}

.top-motto-slider__item.cat-1 .top-motto-slider__card {
  border: 7px solid rgba(255, 178, 126, 0.5);
}

.top-motto-slider__item.cat-1 .top-motto-slider__img {
  border: 7px solid #ffb27e;
  background-color: #ffb27e;
}

.top-motto-slider__item.cat-11 .top-motto-slider__card {
  border: 7px solid rgba(245, 178, 172, 0.5);
}

.top-motto-slider__item.cat-11 .top-motto-slider__img {
  border: 7px solid #f5b2ac;
  background-color: #f5b2ac;
}

.top-motto-slider__item.cat-19 .top-motto-slider__card {
  border: 7px solid rgba(189, 104, 86, 0.5);
}

.top-motto-slider__item.cat-19 .top-motto-slider__img {
  border: 7px solid #bd6856;
  background-color: #bd6856;
}

.top-motto-slider__item.cat-8 .top-motto-slider__card {
  border: 7px solid rgba(189, 104, 86, 0.5);
}

.top-motto-slider__item.cat-8 .top-motto-slider__img {
  border: 7px solid #ea618e;
  background-color: #ea618e;
}

.top-motto-slider__item.cat-2 .top-motto-slider__card {
  border: 7px solid rgba(253, 135, 149, 0.5);
}

.top-motto-slider__item.cat-2 .top-motto-slider__img {
  border: 7px solid #fd8795;
  background-color: #fd8795;
}

.top-motto-slider__item.cat-13 .top-motto-slider__card {
  border: 7px solid rgba(190, 143, 104, 0.5);
}

.top-motto-slider__item.cat-13 .top-motto-slider__img {
  border: 7px solid #be8f68;
  background-color: #be8f68;
}

.top-motto-slider__item.cat-10 .top-motto-slider__card {
  border: 7px solid rgba(159, 194, 77, 0.5);
}

.top-motto-slider__item.cat-10 .top-motto-slider__img {
  border: 7px solid #9fc24d;
  background-color: #9fc24d;
}

.top-motto-slider__item.cat-3 .top-motto-slider__card {
  border: 7px solid rgba(244, 223, 125, 0.5);
}

.top-motto-slider__item.cat-3 .top-motto-slider__img {
  border: 7px solid #f4df7d;
  background-color: #f4df7d;
}

.top-motto-slider__item.cat-6 .top-motto-slider__card {
  border: 7px solid rgba(148, 196, 255, 0.5);
}

.top-motto-slider__item.cat-6 .top-motto-slider__img {
  border: 7px solid #94c4ff;
  background-color: #94c4ff;
}

.top-motto-slider__card {
  display: block;
  border-radius: 50%;
}

.top-motto-slider__card:hover {
  opacity: 0.6;
  cursor: pointer;
}

.top-motto-slider__img {
  border-radius: 50%;
}

.top-motto-slider__img-inner {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: calc(200 / 200 * 100%);
}

.top-motto-slider__txt {
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: center;
}

#top-motto-btn-prev,
#top-motto-btn-next {
  color: #f2830b;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f2830b;
  width: 30px;
  height: 30px;
  top: 55%;
}

#top-motto-btn-prev:hover,
#top-motto-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  #top-motto-btn-prev,
  #top-motto-btn-next {
    width: 22px;
    height: 22px;
  }
}

#top-motto-btn-prev.swiper-button-next:after,
#top-motto-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #f2830b;
  border-bottom: 2px solid #f2830b;
  margin: auto 10px auto auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-motto-btn-prev.swiper-button-next:after,
  #top-motto-btn-next.swiper-button-next:after {
    width: 7px;
    height: 7px;
    margin: auto 7px auto auto;
  }
}

#top-motto-btn-prev.swiper-button-prev:after,
#top-motto-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #f2830b;
  border-top: 2px solid #f2830b;
  margin: auto auto auto 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-motto-btn-prev.swiper-button-prev:after,
  #top-motto-btn-next.swiper-button-prev:after {
    width: 7px;
    height: 7px;
    margin: auto auto auto 7px;
  }
}

#top-motto-btn-prev {
  left: -50px;
}

@media only screen and (max-width: 1200px) {
  #top-motto-btn-prev {
    left: 5px;
  }
}

#top-motto-btn-next {
  right: -50px;
}

@media only screen and (max-width: 1200px) {
  #top-motto-btn-next {
    right: 5px;
  }
}

.top-footer-banner {
  margin: 50px auto;
}

@media only screen and (max-width: 600px) {
  .top-footer-banner.top-contents-box {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.top-footer-banner__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 1201px) {
  .top-footer-banner__item {
    width: calc((100% - 15px * 4) / 5);
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-footer-banner__item {
    width: calc((100% - 16px * 2) / 3);
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top-footer-banner__item {
    width: calc((100% - 5px) / 2);
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-footer-banner__item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-footer-banner__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .top-footer-banner__item:nth-child(5n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .top-footer-banner__item:nth-child(n + 6) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-footer-banner__item:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top-footer-banner__item:nth-child(n + 3) {
    margin-top: 5px;
  }
}

.top-footer-banner__item-inner {
  display: block;
  padding-top: calc(80 / 208 * 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-footer-banner__item-inner:hover {
  opacity: 0.6;
  cursor: pointer;
}

.top-banner {
  width: 100%;
  height: calc((100vw - 15px - 20px) / 2 * 100 / 260 * 2 + 15px);
}

@media only screen and (min-width: 601px) {
  .top-banner {
    height: calc((100vw - 15px - 100px) / 2 * 100 / 260 * 2 + 15px);
  }
}

@media only screen and (min-width: 1201px) {
  .top-banner {
    height: 100%;
  }
}

.top-banner__wrapper {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.top-banner__container {
  position: relative;
}

.top-banner__item {
  height: calc((100% - 16px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1201px) {
  .top-banner__item {
    margin-top: 0 !important;
  }
}

.top-banner__item-inner {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(100 / 260 * 100%);
}

.top-banner__item-inner:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-banner-btn-prev,
#top-banner-btn-next {
  color: #f2830b;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f2830b;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

#top-banner-btn-prev:hover,
#top-banner-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-banner-btn-prev.swiper-button-disabled,
#top-banner-btn-next.swiper-button-disabled {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #top-banner-btn-prev,
  #top-banner-btn-next {
    display: none;
  }
}

#top-banner-btn-prev.swiper-button-next:after,
#top-banner-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #f2830b;
  border-bottom: 2px solid #f2830b;
  margin: auto 10px auto auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-banner-btn-prev.swiper-button-prev:after,
#top-banner-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #f2830b;
  border-top: 2px solid #f2830b;
  margin: auto auto auto 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-banner-btn-prev {
  left: 10px;
}

#top-banner-btn-next {
  right: 10px;
}

.top-banner-pagination {
  text-align: center;
  display: none;
  width: 270px;
  margin: 10px auto 0;
}

@media only screen and (max-width: 1200px) {
  .top-banner-pagination {
    display: flex;
  }
}

.top-banner-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 5px;
  width: 100%;
  margin-left: 5px;
}

.top-banner-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.top-banner-pagination .swiper-pagination-bullet-active {
  background-color: #f2830b;
}

#top-banner2-btn-prev,
#top-banner2-btn-next {
  color: #f2830b;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f2830b;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

#top-banner2-btn-prev:hover,
#top-banner2-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-banner2-btn-prev.swiper-button-disabled,
#top-banner2-btn-next.swiper-button-disabled {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #top-banner2-btn-prev,
  #top-banner2-btn-next {
    display: none;
  }
}

#top-banner2-btn-prev.swiper-button-next:after,
#top-banner2-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #f2830b;
  border-bottom: 2px solid #f2830b;
  margin: auto 10px auto auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-banner2-btn-prev.swiper-button-prev:after,
#top-banner2-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #f2830b;
  border-top: 2px solid #f2830b;
  margin: auto auto auto 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-banner2-btn-prev {
  left: 10px;
}

#top-banner2-btn-next {
  right: 10px;
}

.top-banner2-pagination {
  text-align: center;
  display: none;
  width: 270px;
  margin: 10px auto 0;
}

@media only screen and (max-width: 1200px) {
  .top-banner2-pagination {
    display: flex;
  }
}

.top-banner2-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 5px;
  width: 100%;
  margin-left: 5px;
}

.top-banner2-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.top-banner2-pagination .swiper-pagination-bullet-active {
  background-color: #f2830b;
}

.top-sns__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .top-sns__inner.top-contents-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-sns-dayon {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    padding: 0 20px;
  }
}

.top-sns-dayon__wrapper {
  width: 21%;
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__wrapper {
    width: 100%;
    padding-right: 20px;
  }
}

.top-sns-dayon__img {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  padding-top: calc(178 / 245 * 100%);
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__img {
    width: 125px;
    height: 114px;
    position: relative;
    padding-top: 0;
    margin: 0 16px 0 0;
    flex-shrink: 0;
  }
}

.top-sns-dayon__img-inner {
  width: 100%;
  background-image: url(../images/top/dayon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: calc(236 / 258 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__img-inner {
    position: relative;
  }
}

.top-sns-dayon__balloon {
  position: relative;
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__balloon {
    -webkit-transform: none;
            transform: none;
  }
}

.top-sns-dayon__balloon-inner {
  background: #fff;
  border: solid 2px #f2830b;
  border-radius: 5px;
  padding: 15px 5px;
  position: relative;
  font-weight: bold;
}

@media only screen and (min-width: 1201px) {
  .top-sns-dayon__balloon-inner:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
  }
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__balloon-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 8px solid #fff;
    z-index: 2;
  }
}

@media only screen and (min-width: 1201px) {
  .top-sns-dayon__balloon-inner:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #f2830b;
    z-index: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__balloon-inner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #f2830b;
    z-index: 1;
  }
}

.top-sns-dayon__balloon-txt {
  color: #f2830b;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__balloon-txt {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

.top-sns-dayon__balloon-logo {
  max-width: 116px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .top-sns-dayon__balloon-logo {
    max-width: 86px;
  }
}

.top-sns-dayon__balloon-logo-inner {
  width: 100%;
  background-image: url(../images/top/miyatere_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: calc(185 / 630 * 100%);
}

.top-sns-slider__wrapper .swiper-container {
  padding: 1px;
}

.top-sns-slider__container {
  width: 74%;
  margin-left: 5%;
  padding: 45px 0;
  position: relative;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.top-sns-slider__container.is-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media only screen and (max-width: 1200px) {
  .top-sns-slider__container {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
}

.top-sns-slider__item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.top-sns-slider__item.swiper-slide {
  height: auto;
}

.top-sns-slider__item:hover {
  opacity: 0.6;
  cursor: pointer;
}

.top-sns-slider__item-img {
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 1200px) {
  .top-sns-slider__item-img {
    width: 50%;
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .top-sns-slider__item-img {
    width: 80%;
    top: 0;
  }
}

.top-sns-slider__item-img-inner {
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: calc(100 / 100 * 100%);
}

.top-sns-slider__item-txt {
  margin-top: 37%;
  padding: 65px 10px 10px 10px;
  background-color: #fff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

@media only screen and (max-width: 1200px) {
  .top-sns-slider__item-txt {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .top-sns-slider__item-txt {
    padding: 45% 5px 5px 5px;
  }
}

.top-sns-slider__item-tag {
  font-size: 1.2rem;
  padding: 6px auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-sns-slider__item-tag.insta {
  background-color: #cf2e92;
}

.top-sns-slider__item.line .top-sns-slider__item-img {
  border: 5px solid #00b900;
}

.top-sns-slider__item.line .top-sns-slider__item-txt {
  border: 1px solid #00b900;
}

.top-sns-slider__item.line .top-sns-slider__item-tag {
  background-color: #00b900;
}

.top-sns-slider__item.twitter .top-sns-slider__item-img {
  border: 5px solid #000;
}

.top-sns-slider__item.twitter .top-sns-slider__item-txt {
  border: 1px solid #000;
}

.top-sns-slider__item.twitter .top-sns-slider__item-tag {
  background-color: #000;
}

.top-sns-slider__item.youtube .top-sns-slider__item-img {
  border: 5px solid #c4302b;
}

.top-sns-slider__item.youtube .top-sns-slider__item-txt {
  border: 1px solid #c4302b;
}

.top-sns-slider__item.youtube .top-sns-slider__item-tag {
  background-color: #c4302b;
}

.top-sns-slider__item.facebook .top-sns-slider__item-img {
  border: 5px solid #3b5998;
}

.top-sns-slider__item.facebook .top-sns-slider__item-txt {
  border: 1px solid #3b5998;
}

.top-sns-slider__item.facebook .top-sns-slider__item-tag {
  background-color: #3b5998;
}

.top-sns-slider__item.insta .top-sns-slider__item-img {
  border: 5px solid #cf2e92;
}

.top-sns-slider__item.insta .top-sns-slider__item-txt {
  border: 1px solid #cf2e92;
}

.top-sns-slider__item.insta .top-sns-slider__item-tag {
  background-color: #cf2e92;
}

#top-sns-btn-prev,
#top-sns-btn-next {
  color: #f2830b;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f2830b;
  width: 30px;
  height: 30px;
  top: 58%;
}

#top-sns-btn-prev:hover,
#top-sns-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  #top-sns-btn-prev,
  #top-sns-btn-next {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
  }
}

#top-sns-btn-prev.swiper-button-disabled,
#top-sns-btn-next.swiper-button-disabled {
  display: none;
}

#top-sns-btn-prev.swiper-button-next:after,
#top-sns-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #f2830b;
  border-bottom: 2px solid #f2830b;
  margin: auto 11px auto auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-sns-btn-prev.swiper-button-next:after,
  #top-sns-btn-next.swiper-button-next:after {
    width: 10px;
    height: 10px;
  }
}

#top-sns-btn-prev.swiper-button-prev:after,
#top-sns-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto auto auto 12px;
  border-left: 2px solid #f2830b;
  border-top: 2px solid #f2830b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  #top-sns-btn-prev.swiper-button-prev:after,
  #top-sns-btn-next.swiper-button-prev:after {
    width: 10px;
    height: 10px;
  }
}

#top-sns-btn-prev {
  left: -35px;
}

@media only screen and (max-width: 1200px) {
  #top-sns-btn-prev {
    left: -25px;
  }
}

#top-sns-btn-next {
  right: -35px;
}

@media only screen and (max-width: 1200px) {
  #top-sns-btn-next {
    display: none;
  }
}

.top-program {
  width: 100%;
  background-color: #3e3e3e;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 110;
}

.top-program-title {
  position: relative;
}

.top-program-title__attention {
  color: #fff;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 30px;
  background-image: url(../images/top/icon_attention_w.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  padding-left: 16px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1200px) {
  .top-program-title__attention {
    left: 10px;
    font-size: 1.1rem;
  }
}

.top-program-title__detail {
  position: absolute;
  top: -12px;
  left: 30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 254px;
  padding: 10px;
  background-color: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 2px solid #f2830b;
}

@media only screen and (max-width: 1200px) {
  .top-program-title__detail {
    left: 10px;
    width: calc(100% - 10px * 2);
  }
}

.top-program-title__detail:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 15%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .top-program-title__detail:before {
    left: 30px;
  }
}

.top-program-title__detail:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 15%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f2830b;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .top-program-title__detail:after {
    left: 30px;
  }
}

.top-program-title__detail-title {
  display: block;
  color: #f2830b;
}

.top-program-title__main {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  line-height: 1rem;
}

@media only screen and (max-width: 1200px) {
  .top-program-title__main {
    font-size: 1.2rem;
  }
}

.top-program-title__link {
  color: #fff;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #4ac099;
  border-radius: 50%;
  width: 83px;
  height: 83px;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  top: -11px;
  right: 23px;
}

.top-program-title__link:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .top-program-title__link {
    right: 5px;
    top: -5px;
  }
}

.top-program-slider a:hover {
  opacity: 0.6;
}

.top-program-slider__container {
  position: relative;
  height: 100%;
  padding: 2px 0;
  background-color: #3e3e3e;
}

.top-program-slider__wrapper {
  position: relative;
  margin: 0 23px;
}

.top-program-slider__item {
  display: block;
  background-color: #fff;
  padding: 10px;
  height: auto;
}

.top-program-slider__item.is-now {
  background-color: #ffe4c7;
}

.top-program-slider__item-head {
  display: flex;
  align-items: center;
}

.top-program-slider__item-time {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333333;
}

.top-program-slider__item-icon {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #f2830b;
  padding: 3px 5px;
  border-radius: 10px;
}

.top-program-slider__item-txt {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333333;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top-program-btn-prev,
#top-program-btn-next {
  background-color: #f2830b;
  color: #fff;
  width: 20px;
  margin: 0;
  font-size: 16px;
  height: calc(100% - 2px * 2);
  top: 2px;
}

#top-program-btn-prev:hover,
#top-program-btn-next:hover {
  opacity: 0.6;
  cursor: pointer;
}

#top-program-btn-prev.swiper-button-next:after,
#top-program-btn-next.swiper-button-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: auto 7px auto auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-program-btn-prev.swiper-button-prev:after,
#top-program-btn-next.swiper-button-prev:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  margin: auto auto auto 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-program-btn-prev {
  left: 0;
}

#top-program-btn-next {
  right: 0;
}

.top-modal {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  padding: 10px;
}

.top-modal-main {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.top-modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
}

.top-modal-close::before, .top-modal-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.top-modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-modal-uliza {
  position: relative;
  width: 100%;
}

.top-modal-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.top-modal-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-main-saigai {
  border: solid 5px #f20b0b;
  border-radius: 5px;
  margin: 30px auto;
  max-width: 1100px;
  width: calc(100% - 100px);
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 600px) {
  .top-main-saigai {
    border-width: 2px;
    width: calc(100% - 20px);
  }
}

.top-main-saigai * {
  letter-spacing: inherit;
}

.top-main-saigai__title {
  background-color: #f20b0b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  .top-main-saigai__title {
    font-size: 16px;
    padding: 10px;
  }
}

.top-main-saigai__title img {
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .top-main-saigai__title img {
    width: 16px;
  }
}

.top-main-saigai__desc {
  color: #333;
  font-size: 18px;
  line-height: 1;
  margin: 18px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .top-main-saigai__desc {
    font-size: 14px;
  }
}

.top-main-saigai__button {
  position: relative;
  display: table;
  font-size: 16px;
  line-height: 1;
  margin: 20px auto;
  padding: 17px 68px;
  border-radius: 100px;
  background-color: #333;
  color: #fff;
  transition: 0.5s;
}

.top-main-saigai__button:hover {
  opacity: 0.6;
}

.top-main-saigai__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
