@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top_common.css
Description :   共通トップ・各トップ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.top-ttl {
  position: relative;
  margin-bottom: 5rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .top-ttl {
    font-size: 1.76rem;
  }
}
.top-ttl.is-appear .top-ttl-word img {
  -webkit-animation: textanimation 1s forwards;
          animation: textanimation 1s forwards;
}
.top-ttl-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.top-ttl-word img {
  display: inline-block;
  width: auto;
  height: 5.69em;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.top-ttl-word img:nth-child(1) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.top-ttl-word img:nth-child(2) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.top-ttl-word img:nth-child(3) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.top-ttl-word img:nth-child(4) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.top-ttl-word img:nth-child(5) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.top-ttl-word img:nth-child(6) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.top-ttl-word img:nth-child(7) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.top-ttl-word img:nth-child(8) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.top-ttl-word img:nth-child(9) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.top-ttl-word img:nth-child(10) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.top-ttl .ja {
  display: block;
  text-align: center;
  margin-top: 0.8em;
  padding-left: 0.8em;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.8em;
}

@-webkit-keyframes textanimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textanimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =====================================================================
    mv
======================================================================*/
.mv-head {
  position: relative;
}
.mv-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  pointer-events: none;
}
.mv-movie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-img {
  position: relative;
  min-height: 136em;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 106.6em;
    aspect-ratio: 1/0.555;
  }
}
.mv-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top_common/img_mv-sp.jpg) no-repeat center bottom/cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (min-width: 768px) {
  .mv-img::before {
    background-image: url(../images/top_common/img_mv-pc.jpg);
  }
}
.mv-wavy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
  z-index: 2;
}
.mv-blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 1;
}
.mv.is-appear .mv-img {
  opacity: 1;
}
.mv.is-appear .mv-img::before {
  opacity: 1;
}
.mv.is-appear .mv-wavy {
  -webkit-animation: anime-wavy 2s ease-in 0.3s forwards;
          animation: anime-wavy 2s ease-in 0.3s forwards;
}
.mv.is-appear .mv-blur {
  -webkit-animation: anime-blur 1.5s ease-in-out 2s forwards;
          animation: anime-blur 1.5s ease-in-out 2s forwards;
}
.mv h1 {
  margin: 61.1em 0 0 8em;
  width: 64.3em;
  -webkit-filter: drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7)) drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7)) drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7));
          filter: drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7)) drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7)) drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7));
}
@media screen and (min-width: 768px) {
  .mv h1 {
    margin: 5em 0;
    width: 61.7em;
  }
}
.mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
  gap: 1.7rem 0;
}
@media screen and (min-width: 768px) {
  .mv-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4.2rem;
  }
}
.mv-date {
  width: 45.2rem;
}
@media screen and (max-width: 767px) {
  .mv-date {
    margin: 0 auto;
  }
}
.mv-venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .mv-venue > *:not(:last-child) {
    padding-right: 0.8em;
    border-right: 2px solid #ab9317;
  }
}
@media screen and (min-width: 768px) {
  .mv-venue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.2rem;
  }
  .mv-venue dt {
    font-size: 181%;
  }
}

#top .mv-img {
  min-height: 118.9em;
}
@media screen and (min-width: 768px) {
  #top .mv-img {
    min-height: 93.1em;
    aspect-ratio: 1/0.485;
  }
}
#top .mv-img::before {
  background-image: url(../images/top/img_mv-sp.jpg);
}
@media screen and (min-width: 768px) {
  #top .mv-img::before {
    background-image: url(../images/top/img_mv-pc.jpg);
  }
}

@media screen and (min-width: 768px) {
  .osaka#top .mv-img {
    display: block;
  }
}
.osaka#top .mv-img::before {
  background-image: url(../../osaka/images/top/img_mv-sp.jpg);
}
@media screen and (min-width: 768px) {
  .osaka#top .mv-img::before {
    background-image: url(../../osaka/images/top/img_mv-pc.jpg);
  }
}
.osaka#top .mv h1 {
  margin: 80em 0 0 8em;
  -webkit-filter: drop-shadow(0px 0px 1.5em rgba(61, 30, 5, 0.5)) drop-shadow(0px 0px 1.5em rgba(61, 30, 5, 0.5)) drop-shadow(0px 0px 1.5em rgba(61, 30, 5, 0.5));
          filter: drop-shadow(0px 0px 1.5em rgba(61, 30, 5, 0.5)) drop-shadow(0px 0px 1.5em rgba(61, 30, 5, 0.5)) drop-shadow(0px 0px 1.5em rgba(61, 30, 5, 0.5));
}
@media screen and (min-width: 768px) {
  .osaka#top .mv h1 {
    margin: 5.8em 0 0 6.2em;
  }
}

/* =====================================================================
    intro
======================================================================*/
.intro {
  padding: 10rem 0 0;
}
.intro-ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .intro-ttl {
    text-align: center;
  }
}
.intro-ttl span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#a38d36), to(#f3dd84));
  background: linear-gradient(to right, #a38d36 0%, #f3dd84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.678;
  font-size: 180%;
}
.intro p {
  font-size: 113%;
  line-height: 2.1;
}

/* =====================================================================
    venue
======================================================================*/
.venue {
  padding: 13rem 0 22vw;
  background: url(../images/common/bg_pattern01.jpg) repeat center/102.5rem auto;
}
@media screen and (min-width: 768px) {
  .venue {
    padding: 13rem 0 18vw;
  }
}
.venue-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9rem 0;
}
@media screen and (max-width: 767px) {
  .venue-list {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .venue-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.venue-list li {
  position: relative;
  padding: 3.9rem 0;
}
.venue-list li::before, .venue-list li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/top_common/bg_frame_tokyo.png) no-repeat center top/100% 100%;
}
.venue-list li::after {
  top: auto;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .venue-list li {
    padding: 3.4rem 0;
    width: calc(585 / 1240 * 100%);
  }
  .venue-list li::before, .venue-list li::after {
    height: 3.5rem;
  }
}
.venue-list li.osaka::before, .venue-list li.osaka::after {
  background-image: url(../images/top_common/bg_frame_osaka.png);
}
.venue-list li.osaka .venue-list-inner {
  background-color: #2c0e35;
}
.venue-list li.osaka .venue-list-desc dl dt {
  color: #8b5c99;
}
.venue-list-inner {
  position: relative;
  padding: 7rem calc(50 / 650 * 100%);
  background-color: #59021c;
}
@media screen and (min-width: 768px) {
  .venue-list-inner {
    padding-left: 8.547008547%;
    padding-right: 8.547008547%;
    height: 100%;
  }
}
.venue-list-inner .top-ttl {
  padding-bottom: 1.5em;
}
.venue-list-inner .top-ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  background: url(../images/common/img_dot.svg) space center/auto 100%;
}
.venue-list-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem 0;
}
@media screen and (min-width: 768px) {
  .venue-list-desc dl {
    font-size: 110%;
  }
}
.venue-list-desc dl dt {
  font-family: "Noto Serif JP", serif;
  color: #c8869a;
  letter-spacing: 0.3em;
}
.venue-list-desc dl dd {
  margin-top: 2rem;
}
.venue-list-desc dl em {
  font-style: normal;
  font-size: 160%;
}
.venue-list-desc dl .ff-en {
  font-size: 150%;
  font-size: 4.4rem;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .venue-list-desc dl .ff-en {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .venue-list .btn01 {
    margin-left: auto;
    margin-right: auto;
    width: 90.7216494845%;
  }
}
.venue-list .btn01.cs {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  color: #737373;
  background-color: #353535;
}
.venue-list .btn01.cs::before {
  background-color: #737373;
}
.venue-list .btn01.cs::after {
  content: "";
  position: absolute;
  bottom: -1.06em;
  right: 2.06em;
  width: 9.6em;
  height: 2.1em;
  background: url(../images/top_common/text_btn_COMINGSOON.png) no-repeat center/contain;
}

/* =====================================================================
    sns
======================================================================*/
.sns {
  margin-top: -14.5vw;
  padding: 21vw 0;
  background: url(../images/common/bg_pattern02.jpg) repeat center/24rem auto;
  -webkit-mask: url("../images/top_common/bg_sns_path-sp.png") no-repeat center/cover;
          mask: url("../images/top_common/bg_sns_path-sp.png") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sns {
    margin-top: -14.5vw;
    padding: 11.5vw 0 18vw;
    -webkit-mask-image: url(../images/top_common/bg_sns_path-pc.png);
            mask-image: url(../images/top_common/bg_sns_path-pc.png);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.sns .top-ttl .ja {
  color: #000000;
}
.sns-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem 0;
}
@media screen and (min-width: 768px) {
  .sns-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sns-grid-right {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .sns-grid-right {
    width: calc(552 / 1240 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .sns-grid.widget-none .sns-grid-right {
    width: 100%;
  }
  .sns-grid.widget-none .sns-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sns-grid.widget-none .sns-list > li {
    width: calc(552 / 1240 * 100%);
  }
}
.sns-widget {
  position: relative;
  padding: 6.4rem 0;
}
.sns-widget::before, .sns-widget::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
  background: url(../images/top_common/bg_frame01.png) no-repeat center/100% 100%;
}
.sns-widget::after {
  top: auto;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .sns-widget {
    width: calc(550 / 1240 * 100%);
  }
}
.sns-widget-inner {
  padding: 2rem 4rem;
  height: 420px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #ffffff;
}
.sns-widget-tweet .twitter-tweet {
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
.sns-list li a {
  -webkit-filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}

/* =====================================================================
    news
======================================================================*/
.news {
  padding: 14.6rem 0;
  background: url(../images/common/bg_pattern03.jpg) repeat center/13.4rem auto;
}
@media screen and (min-width: 768px) {
  .news > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .top-ttl-word {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news .top-ttl .ja {
  padding-left: 0;
  text-align: left;
}
.news-list li {
  position: relative;
  padding: 4rem 0;
  position: relative;
  border-bottom: 1px solid #605419;
}
.news-list li::before, .news-list li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.news-list li::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news-list li:last-child {
  border-image-width: 0;
}
.news-list li h3 {
  margin-top: 0.8em;
  line-height: 1.8;
}
.news-list li time {
  font-family: "Syne", sans-serif;
  font-size: 93%;
  color: #ab9317;
}
@media screen and (min-width: 768px) {
  .news-list {
    width: calc(850 / 1240 * 100%);
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  background: url(../images/top/bg_movie-sp.jpg) no-repeat top center/100% auto;
}
@media screen and (min-width: 768px) {
  .movie {
    background-image: url(../images/top/bg_movie-pc.jpg);
  }
}
.movie-wavy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
  z-index: 1;
}
.movie.is-appear .movie-wavy {
  -webkit-animation: anime-wavy 1s ease-in forwards;
          animation: anime-wavy 1s ease-in forwards;
}
.movie > .inner {
  padding: 61.8rem 0 33rem;
}
@media screen and (min-width: 768px) {
  .movie > .inner {
    padding: 21.3rem 0 46.3rem;
  }
}
.movie .top-ttl {
  position: absolute;
  top: 4.8rem;
  left: 0;
  margin-left: 1.9em;
}
@media screen and (max-width: 767px) {
  .movie .top-ttl-word {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 768px) {
  .movie .top-ttl-word img {
    height: 12.8em;
  }
}
@media screen and (min-width: 768px) {
  .movie .top-ttl {
    top: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8.8em;
  }
}
.movie .top-ttl .ja {
  margin: 0 0 0 0.8em;
  padding: 0;
  width: 0.92em;
}
@media screen and (min-width: 768px) {
  .movie .top-ttl .ja {
    margin-top: 2.8em;
  }
}
.movie-wrap {
  -webkit-filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  .movie-wrap {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .movie-wrap {
    margin-left: calc(120 / 1240 * 100%);
    width: calc(647 / 1240 * 100%);
  }
}

/* =====================================================================
    outline
======================================================================*/
.outline {
  padding-bottom: calc(28vw - 19rem);
  background: url(../images/common/bg_pattern01.jpg) repeat center/102.5rem auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .outline {
    padding-bottom: calc(18vw - 26rem);
  }
}
.outline-wrap {
  top: -19rem;
  padding: 12rem calc(50 / 550 * 100%);
  background-color: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .outline-wrap {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.outline-wrap::before, .outline-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/img_check.jpg) space center/auto 100%;
}
@media screen and (min-width: 768px) {
  .outline-wrap::before, .outline-wrap::after {
    height: 2.8rem;
  }
}
.outline-wrap::after {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .outline-wrap {
    top: -26rem;
    padding: 10rem calc(120 / 1240 * 100%) 20rem;
  }
}
.outline .top-ttl {
  margin-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .outline .top-ttl {
    margin-bottom: 10rem;
  }
}
.outline .top-ttl .ja {
  position: relative;
  right: -0.8em;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  width: 16.8em;
}
.outline-list li {
  position: relative;
  margin-bottom: 2.8em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .outline-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 110%;
  }
}
.outline-list li:last-child {
  margin-bottom: 0;
}
.outline-list li h3 {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  letter-spacing: 0.3em;
  font-family: "Noto Serif JP", serif;
  color: #ab9317;
}
.outline-list li h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  left: 0;
  width: 0.36em;
  height: 0.36em;
  background-color: currentColor;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .outline-list li h3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10em;
    margin: 0;
    padding-right: 1em;
  }
}
.outline-list li p em {
  font-style: normal;
  font-size: 133%;
}
.outline-list li p small {
  display: block;
  margin-top: 0.5em;
  font-size: 86%;
}
.outline-list .btn-map {
  position: relative;
  display: inline-block;
  margin-top: 0.6em;
  padding: 0.2em 1.5em;
  font-size: 80%;
  font-weight: bold;
  border-radius: 2em;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #605419;
  text-decoration: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.outline-list .btn-map:hover {
  color: #ffffff;
}/*# sourceMappingURL=top_common.css.map */