@charset "UTF-8";

.content {
  margin: 0 auto;
  width: 930px;
}

@media screen and (max-width: 950px) {
  .content {
    width: 90%;
  }
}

.content-in {
  margin: 0 auto;
  width: 640px;
}

@media screen and (max-width: 768px) {
  .content-in {
    width: 100%;
  }
}

.br950 {
  display: none;
}

@media screen and (max-width: 950px) {
  .br950 {
    display: block;
  }
}

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

.tit-style01 {
  border-bottom-width: 4px;
  border-style: solid;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .05em;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tit-style01 {
    border-bottom-width: 2px;
    font-size: 23px;
  }
}

.tit-style01.red {
  border-color: #e63178;
}

.tit-style01.blue {
  border-color: #19b7cd;
}

.tit-style01.green {
  border-color: #c8d929;
}

.tit-style02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tit-style02 {
    font-size: 18px;
  }
}

.tit-style02.top {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .tit-style02.top {
    margin-top: 35px;
  }
}

.tit-style02 span {
  display: inline-block;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .tit-style02 span {
    padding: 0 25px;
  }
}

.tit-style02 span span {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .tit-style02 span span.sp-none {
    display: none;
  }
}

.tit-style02.red span {
  background: url(../assets/images/heart-red.svg) no-repeat left center, url(../assets/images/heart-red.svg) no-repeat right center;
  background-size: 23px 100%, 23px 100%;
}

@media screen and (max-width: 768px) {
  .tit-style02.red span {
    background-size: 18px auto, 18px auto;
  }
}

.tit-style02.red span span {
  background: none;
}

.tit-style02.blue span {
  background: url(../assets/images/heart-blue.svg) no-repeat left center, url(../assets/images/heart-blue.svg) no-repeat right center;
  background-size: 23px 100%, 23px 100%;
}

@media screen and (max-width: 768px) {
  .tit-style02.blue span {
    background-size: 18px auto, 18px auto;
  }
}

.tit-style02.blue span span {
  background: none;
}

.tit-style02.green span {
  background: url(../assets/images/heart-green.svg) no-repeat left center, url(../assets/images/heart-green.svg) no-repeat right center;
  background-size: 23px 100%, 23px 100%;
}

@media screen and (max-width: 768px) {
  .tit-style02.green span {
    background-size: 18px auto, 18px auto;
  }
}

.tit-style02.green span span {
  background: none;
}

.tit-style03 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tit-style03 {
    font-size: 16px;
  }
}

.tit-style03.top {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .tit-style03.top {
    margin-top: 35px;
  }
}

.tit-style03 span {
  display: inline-block;
  margin-left: -35px;
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .tit-style03 span {
    margin-left: -25px;
    padding-left: 25px;
  }
}

.tit-style03 span span {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .tit-style03 span span.sp-none {
    display: none;
  }
}

.tit-style03.red span {
  background: url(../assets/images/heart-red.svg) no-repeat left center;
  background-size: 23px 100%;
}

@media screen and (max-width: 768px) {
  .tit-style03.red span {
    background-size: 18px auto;
  }
}

.tit-style03.red span span {
  background: none;
}

.tit-style03.blue span {
  background: url(../assets/images/heart-blue.svg) no-repeat left center;
  background-size: 23px 100%;
}

@media screen and (max-width: 768px) {
  .tit-style03.blue span {
    background-size: 18px auto;
  }
}

.tit-style03.blue span span {
  background: none;
}

.tit-style03.green span {
  background: url(../assets/images/heart-green.svg) no-repeat left center;
  background-size: 23px 100%;
}

@media screen and (max-width: 768px) {
  .tit-style03.green span {
    background-size: 18px auto;
  }
}

.tit-style03.green span span {
  background: none;
}

.tit-style03.left-txt span {
  text-align: left;
}

.mv {
  padding: 20px 30px;
}

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

.main-tit-wap {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main-tit-wap {
    margin-bottom: 30px;
  }
}

.main-tit-wap h1 {
  margin: 0 auto;
  width: 617px;
}

@media screen and (max-width: 950px) {
  .main-tit-wap h1 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .main-tit-wap h1 {
    width: 75%;
  }
}

.main-tit-wap h1 img {
  left: 7%;
  position: relative;
}

.overview {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .overview {
    margin-top: 35px;
  }
}

.overview .venue {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .overview .venue {
    margin-top: 25px;
  }
}

.overview .venue .end {
  margin-top: 15px;
  position: relative;
}

.overview .venue .end:after {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  content: '終了しました';
  color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  height: 100%;
  left: -2%;
  position: absolute;
  text-align: center;
  top: 0;
  justify-content: center;
  width: 104%;
}

@media screen and (max-width: 768px) {
  .overview .venue .end:after {
    font-size: 18px;
  }
}

.overview .venue dl {
  display: table;
  width: 100%;
}

.overview .venue dl dt {
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  vertical-align: top;
  width: 34.5%;
}

@media screen and (max-width: 768px) {
  .overview .venue dl dt {
    font-size: 15px;
    line-height: 1.5;
    width: 40%;
  }
}

.overview .venue dl dt span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  text-indent: -.5em;
}

@media screen and (max-width: 768px) {
  .overview .venue dl dt span {
    font-size: 13px;
  }
}

.overview .venue dl dd {
  display: table-cell;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .overview .venue dl dd {
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0 10px 10px;
    width: 60%;
  }
}

.overview .venue dl dd p {
  display: inline-block;
}

.overview .venue dl dd p span {
  display: block;
  margin-top: .1em;
  text-align: right;
}

.overview .venue dl dd p span.mordal-btn {
  color: #e63178;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  margin-top: 1.5em;
  text-align: right;
  text-decoration: underline;
}

.overview .venue dl dd p span.mordal-btn:hover {
  text-decoration: none;
}

.overview .venue dl dd p a {
  color: #e63178;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}

.overview .venue dl dd p a:hover {
  text-decoration: none;
}

.overview .venue .ano {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .overview .venue .ano {
    margin-top: 10px;
  }
}

.overview .venue-character-wap {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .overview .venue-character-wap {
    margin-top: 20px;
  }
}

.overview .venue-character-wap img {
  width: 169px;
}

@media screen and (max-width: 768px) {
  .overview .venue-character-wap img {
    width: 30%;
  }
}

.news {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 15px;
  }
}

.news .content-in {
  border: 1px solid #c8c8c8;
}

.news h2 {
  border-bottom: 4px solid #c8d929;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-list {
  font-size: 14px;
  line-height: 1.5;
  max-height: 150px;
  overflow-y: scroll;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .news-list {
    font-size: 13px;
    max-height: 180px;
    padding: 10px;
  }
}

.news-list li + li {
  margin-top: 20px;
}

.news-list li .days {
  font-weight: bold;
  margin-bottom: .3em;
}

.news-list li a {
  text-decoration: underline;
}

.news-list li a:hover {
  text-decoration: none;
}

.twitter {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .twitter {
    margin-top: 40px;
  }
}

.twitter-wap {
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .twitter-wap {
    margin-top: 20px;
  }
  .twitter-wap iframe {
    width: 740px !important;
  }
}

.twitter .policy-btn {
  color: #e63178;
  font-size: 13px;
  margin-top: 1.5em;
  text-align: right;
}

.twitter .policy-btn span {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}

.twitter .policy-btn span:hover {
  text-decoration: none;
}

.mordal.notes-mordal .mordal__in {
  height: 100%;
  max-height: 90vh;
}

.mordal__in-wap {
  padding: 80px 70px;
}

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

.mordal__in .tit {
  color: #e63178;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.mordal__in .tit.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mordal__in .tit {
    font-size: 15px;
  }
}

.mordal__in .tit + .tit {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .mordal__in .tit + .tit {
    margin-top: 1em;
  }
}

.mordal__in .txt {
  line-height: 1.7;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mordal__in .txt {
    margin-top: 20px;
  }
}

.mordal__in .txt p {
  padding-left: 1em;
  text-indent: -1em;
}

.mordal__in .txt p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .mordal__in .txt p + p {
    margin-top: 1em;
  }
}

.mordal__in .txt.no-top p + p {
  margin-top: 0;
}

.mordal__in .txt + .tit {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .mordal__in .txt + .tit {
    margin-top: 40px;
  }
}

.mordal__in .name {
  color: #e63178;
  font-weight: bold;
  text-align: right;
}

.mordal__in .pic {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .mordal__in .pic {
    margin-top: 15px;
  }
}

.copy {
  font-weight: bold;
  margin-top: 90px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy {
    margin-top: 45px;
  }
}

.copy h2 {
  color: #e73278;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .copy h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.copy p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .copy p {
    font-size: 15px;
  }
}

.copy-txt {
  margin-top: 40px;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .copy-txt {
    margin-top: 20px;
  }
}

.copy-txt img {
  position: relative;
  vertical-align: top;
  width: 394px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .copy-txt img {
    width: 60%;
  }
}

.copy-txt .svg-wap {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.copy-txt .svg-wap svg {
  width: 394px;
}

@media screen and (max-width: 768px) {
  .copy-txt .svg-wap svg {
    width: 60%;
  }
}

.copy .character02 {
  position: absolute;
  right: 35px;
  top: -80px;
  width: 110px;
}

@media screen and (max-width: 950px) {
  .copy .character02 {
    right: -3%;
    width: 17%;
  }
}

@media screen and (max-width: 768px) {
  .copy .character02 {
    top: 20%;
    width: 15%;
  }
}

.copy .character03 {
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 232px;
}

@media screen and (max-width: 950px) {
  .copy .character03 {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .copy .character03 {
    bottom: 0;
  }
}

.st0 {
  fill: none;
  stroke: #e73278;
  stroke-width: 10;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #e73278;
  stroke-width: 7;
  stroke-miterlimit: 10;
}

.st2 {
  fill: none;
  stroke: #e73278;
  stroke-width: 6;
  stroke-miterlimit: 10;
}

.exhibition-list {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .exhibition-list {
    margin-top: 85px;
  }
}

.exhibition-list h2 + p {
  margin-top: .5em;
  text-align: center;
}

.exhibition-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}

.exhibition-list ul li {
  margin: 30px;
  width: 160px;
}

@media screen and (max-width: 950px) {
  .exhibition-list ul li {
    margin: 15px;
    width: calc(100% / 4 - 30px);
  }
}

@media screen and (max-width: 768px) {
  .exhibition-list ul li {
    margin: 10px;
    width: calc(100% / 2 - 20px);
  }
}

.exhibition-list ul li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .exhibition-list ul li p {
    font-size: 15px;
    margin-top: 10px;
  }
}

.exhibition-list ul li p span {
  color: #e63178;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .exhibition-list ul li p span {
    font-size: 13px;
  }
}

.exhibition-list .ano {
  margin-top: 10px;
  text-align: center;
}

.info {
  margin-top: 170px;
}

@media screen and (max-width: 768px) {
  .info {
    margin-top: 85px;
  }
}

.info .highlight {
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .info .highlight {
    margin-top: 25px;
  }
}

.info .highlight .content-in {
  width: 670px;
}

@media screen and (max-width: 768px) {
  .info .highlight .content-in {
    width: 100%;
  }
}

.info .highlight ul {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .info .highlight ul {
    margin-top: 25px;
  }
}

.info .highlight ul li {
  align-items: center;
  display: flex;
}

.info .highlight ul li + li {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .info .highlight ul li + li {
    margin-top: 20px;
  }
}

.info .highlight ul li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .info .highlight ul li p {
    font-size: 15px;
    width: calc(100% - 50px - 15px);
  }
}

.info .highlight ul li p.num {
  color: #fff;
  font-size: 33px;
  line-height: 76px;
  margin-right: 30px;
  text-align: center;
  width: 87px;
}

@media screen and (max-width: 768px) {
  .info .highlight ul li p.num {
    font-size: 20px;
    line-height: 46px;
    margin-right: 15px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .info .highlight ul li:nth-of-type(1) {
    padding-right: 23%;
  }
}

.info .highlight ul li:nth-of-type(1) .num {
  background: url(../assets/images/heart-green.svg) no-repeat center center;
  background-size: cover;
}

.info .highlight ul li:nth-of-type(2) .num {
  background: url(../assets/images/heart-red.svg) no-repeat center center;
  background-size: cover;
}

.info .highlight ul li:nth-of-type(3) .num {
  background: url(../assets/images/heart-blue.svg) no-repeat center center;
  background-size: cover;
}

.info .highlight .pic-wap {
  display: flex;
  margin-top: 40px;
  width: 94%;
}

@media screen and (max-width: 768px) {
  .info .highlight .pic-wap {
    margin-top: 20px;
    width: 100%;
  }
}

.info .highlight .pic-wap .left-block {
  width: 54%;
}

.info .highlight .pic-wap .left-bottom {
  display: flex;
  margin-top: 2%;
}

.info .highlight .pic-wap .left-bottom div {
  width: 49%;
}

.info .highlight .pic-wap .left-bottom div + div {
  margin-left: auto;
}

.info .highlight .pic-wap .right-block {
  margin-left: auto;
  width: 44%;
}

.info .highlight .character04 {
  position: absolute;
  right: 25px;
  top: -10px;
  width: 114px;
}

@media screen and (max-width: 768px) {
  .info .highlight .character04 {
    right: 0;
    width: 18%;
  }
}

.info .entrance {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .info .entrance {
    margin-top: 50px;
  }
}

.info .entrance p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .info .entrance p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.info .entrance figure {
  margin: 30px auto 0;
  width: 660px;
}

@media screen and (max-width: 768px) {
  .info .entrance figure {
    margin-top: 15px;
    width: 100%;
  }
}

.info .entrance figure figcaption {
  font-size: 13px;
  margin-top: .5em;
  text-align: right;
}

.info .scene {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .info .scene {
    margin-top: 50px;
  }
}

.info .scene p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .info .scene p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.info .scene .scene-area-tit {
  font-size: 22px;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .info .scene .scene-area-tit {
    font-size: 18px;
    margin-top: 30px;
  }
}

.info .scene .scene-area-tit.top {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .info .scene .scene-area-tit.top {
    margin-top: 50px;
  }
}

.info .scene-slider, .info .scene-slider02 {
  height: 540px;
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .info .scene-slider, .info .scene-slider02 {
    height: 100%;
    margin-top: 15px;
    width: 100%;
  }
}

.info .scene-slider ul, .info .scene-slider02 ul {
  height: 540px;
}

@media screen and (max-width: 768px) {
  .info .scene-slider ul, .info .scene-slider02 ul {
    height: 100%;
  }
}

.info .scene-slider ul li, .info .scene-slider02 ul li {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .info .scene-slider ul li, .info .scene-slider02 ul li {
    height: auto;
  }
}

.info .scene-slider ul li img, .info .scene-slider02 ul li img {
  display: block;
  margin: 0 auto;
  height: calc(100% - (1.5em + 20px));
  width: auto;
}

@media screen and (max-width: 768px) {
  .info .scene-slider ul li img, .info .scene-slider02 ul li img {
    height: auto;
    width: 100%;
  }
}

.info .scene-slider ul li p, .info .scene-slider02 ul li p {
  line-height: 1.5;
}

.info .scene-slider-thumbs, .info .scene-slider-thumbs02, .info .scene-slider02-thumbs, .info .scene-slider02-thumbs02 {
  height: 150px;
  margin: 30px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .info .scene-slider-thumbs, .info .scene-slider-thumbs02, .info .scene-slider02-thumbs, .info .scene-slider02-thumbs02 {
    height: 9vh;
  }
}

.info .scene-slider-thumbs li, .info .scene-slider-thumbs02 li, .info .scene-slider02-thumbs li, .info .scene-slider02-thumbs02 li {
  cursor: pointer;
  height: 150px;
  width: calc((100% / 5));
}

@media screen and (max-width: 768px) {
  .info .scene-slider-thumbs li, .info .scene-slider-thumbs02 li, .info .scene-slider02-thumbs li, .info .scene-slider02-thumbs02 li {
    height: 9vh;
  }
}

.info .scene-slider-thumbs li:not(.swiper-slide-thumb-active), .info .scene-slider-thumbs02 li:not(.swiper-slide-thumb-active), .info .scene-slider02-thumbs li:not(.swiper-slide-thumb-active), .info .scene-slider02-thumbs02 li:not(.swiper-slide-thumb-active) {
  opacity: .3;
}

.info .scene-slider-thumbs li img, .info .scene-slider-thumbs02 li img, .info .scene-slider02-thumbs li img, .info .scene-slider02-thumbs02 li img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.info .scene-slider .slider-arrow, .info .scene-slider02 .slider-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .info .scene-slider .slider-arrow, .info .scene-slider02 .slider-arrow {
    width: 15px;
  }
}

.info .scene-slider .slider-arrow.arrow-prev, .info .scene-slider .slider-arrow.arrow-prev02, .info .scene-slider02 .slider-arrow.arrow-prev, .info .scene-slider02 .slider-arrow.arrow-prev02 {
  left: 15px;
}

.info .scene-slider .slider-arrow.arrow-next, .info .scene-slider .slider-arrow.arrow-next02, .info .scene-slider02 .slider-arrow.arrow-next, .info .scene-slider02 .slider-arrow.arrow-next02 {
  right: 15px;
}

.info .scene-slider {
  height: 580px;
}

@media screen and (max-width: 768px) {
  .info .scene-slider {
    height: 100%;
  }
}

.info .scene .ano {
  font-size: 12px;
  text-align: right;
}

.info .scene .txt-wap {
  margin: 60px auto 0;
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .info .scene .txt-wap {
    margin-top: 30px;
    width: 100%;
  }
}

.info .scene .txt-wap .tit-style03.left-txt {
  line-height: 1.5;
  margin-left: 35px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .info .scene .txt-wap .tit-style03.left-txt {
    margin-left: 23px;
  }
}

.info .scene .txt-wap .tit-style03.left-txt span {
  background-size: 23px auto;
  background-position: left top .25em;
}

@media screen and (max-width: 768px) {
  .info .scene .txt-wap .tit-style03.left-txt span {
    background-size: 18px auto;
  }
  .info .scene .txt-wap .tit-style03.left-txt span br {
    display: none;
  }
}

.info .scene .txt-wap p {
  font-size: 15px;
  font-weight: normal;
  margin-left: 35px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .info .scene .txt-wap p {
    font-size: 13px;
    margin-left: 23px;
  }
}

.info .scene .txt-wap p + .tit-style03.left-txt {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .info .scene .txt-wap p + .tit-style03.left-txt {
    margin-top: 30px;
  }
}

.info .introduction {
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .info .introduction {
    margin-top: 55px;
    width: 100%;
  }
}

.info .introduction h3 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .info .introduction h3 {
    margin-bottom: 40px;
  }
}

.info .introduction h3.soon {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .info .introduction h3.soon {
    margin-bottom: 20px;
  }
}

.info .introduction .block {
  display: flex;
}

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

.info .introduction .block + .block {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .info .introduction .block + .block {
    margin-top: 60px;
  }
}

.info .introduction .block .pic {
  position: relative;
  width: 406px;
}

@media screen and (max-width: 950px) {
  .info .introduction .block .pic {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .info .introduction .block .pic {
    width: calc(100% - 10px);
  }
}

.info .introduction .block .pic img {
  display: block;
  position: relative;
  z-index: 1;
}

.info .introduction .block .pic img.character {
  position: absolute;
}

.info .introduction .block .pic:after {
  content: '';
  display: block;
  height: 260px;
  left: 20px;
  position: absolute;
  width: 100%;
  top: 20px;
}

@media screen and (max-width: 950px) {
  .info .introduction .block .pic:after {
    height: 26vw;
  }
}

@media screen and (max-width: 768px) {
  .info .introduction .block .pic:after {
    height: 100%;
  }
}

.info .introduction .block .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-left: 50px;
  width: calc(100% - 406px - 50px);
}

@media screen and (max-width: 950px) {
  .info .introduction .block .txt {
    width: calc(100% - 50% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .info .introduction .block .txt {
    font-size: 13px;
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }
}

.info .introduction .block .txt .tit {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .info .introduction .block .txt .tit {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
  }
}

.info .introduction .block .txt .top {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .info .introduction .block .txt .top {
    margin-top: 20px;
  }
}

.info .introduction .block.right-pic {
  flex-direction: row-reverse;
}

.info .introduction .block.right-pic .txt {
  margin-right: 40px;
  margin-left: auto;
}

.info .introduction .block.green .pic:after {
  background: #c8d929;
}

.info .introduction .block.green .txt .tit {
  background: url(../assets/images/heart-green.svg) no-repeat left center;
  background-size: 24px 100%;
}

@media screen and (max-width: 768px) {
  .info .introduction .block.green .txt .tit {
    background-size: 20px auto;
  }
}

.info .introduction .block.red .pic:after {
  background: #e63178;
}

.info .introduction .block.red .txt .tit {
  background: url(../assets/images/heart-red.svg) no-repeat left center;
  background-size: 24px 100%;
}

@media screen and (max-width: 768px) {
  .info .introduction .block.red .txt .tit {
    background-size: 20px auto;
  }
}

.info .introduction .block.blue .pic:after {
  background: #19b7cd;
}

.info .introduction .block.blue .txt .tit {
  background: url(../assets/images/heart-blue.svg) no-repeat left center;
  background-size: 24px 100%;
}

@media screen and (max-width: 768px) {
  .info .introduction .block.blue .txt .tit {
    background-size: 20px auto;
  }
}

.info .introduction .block.block01 .pic .character {
  bottom: -60px;
  left: -75px;
  width: 137px;
}

@media screen and (max-width: 768px) {
  .info .introduction .block.block01 .pic .character {
    bottom: -20px;
    left: -5%;
    width: 30%;
  }
}

.info .introduction .block.block02 .pic .character {
  bottom: -50px;
  right: -80px;
  width: 93px;
}

@media screen and (max-width: 1010px) {
  .info .introduction .block.block02 .pic .character {
    right: -13%;
  }
}

@media screen and (max-width: 950px) {
  .info .introduction .block.block02 .pic .character {
    right: -15%;
  }
}

@media screen and (max-width: 768px) {
  .info .introduction .block.block02 .pic .character {
    bottom: -20px;
    right: -5%;
    width: 20%;
  }
}

.info .introduction .block.block03 .pic .character {
  bottom: -70px;
  left: -60px;
  width: 114px;
}

@media screen and (max-width: 768px) {
  .info .introduction .block.block03 .pic .character {
    bottom: -30px;
    left: -5%;
    width: 20%;
  }
}

.info .introduction-comment {
  display: flex;
  margin-top: 120px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .info .introduction-comment {
    margin-top: 60px;
  }
}

.info .introduction-comment .comment {
  width: 509px;
}

@media screen and (max-width: 768px) {
  .info .introduction-comment .comment {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .info .introduction-comment .character {
    width: 15%;
  }
}

.info .introduction .area-ano {
  line-height: 1.3;
  margin-top: 80px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .info .introduction .area-ano {
    margin-top: 40px;
    text-align: left;
  }
}

.ticket {
  margin-top: 150px;
}

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

.ticket h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .ticket h2 {
    margin-bottom: 25px;
  }
}

.ticket .acc-btn {
  background: #e63178;
  border: none;
  color: white;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 30px;
  outline: none;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .ticket .acc-btn {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.ticket .acc-btn::after {
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 50%;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}

@media screen and (max-width: 768px) {
  .ticket .acc-btn::after {
    height: 25px;
    width: 25px;
  }
}

.ticket .acc-btn span {
  display: block;
  position: relative;
}

.ticket .acc-btn span::before, .ticket .acc-btn span::after {
  background: white;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ticket .acc-btn span::before {
  height: 2px;
  right: 20px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .ticket .acc-btn span::before {
    width: 15px;
  }
}

.ticket .acc-btn span::after {
  height: 20px;
  right: 29px;
  width: 2px;
}

@media screen and (max-width: 768px) {
  .ticket .acc-btn span::after {
    height: 15px;
    right: 26.5px;
  }
}

.ticket .acc-btn.isActive span::after {
  opacity: 0;
}

.ticket .acc-wap {
  display: none;
  padding-bottom: 50px;
}

.ticket .block {
  margin: 0 auto;
  width: 95%;
}

@media screen and (max-width: 768px) {
  .ticket .block {
    width: 100%;
  }
}

.ticket .block + .block {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .ticket .block + .block {
    margin-top: 35px;
  }
}

.ticket .block h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .ticket .block h3 {
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.ticket table {
  line-height: 1.3;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ticket table {
    margin-top: 20px;
  }
  .ticket table.sp-only {
    display: table;
  }
}

.ticket table thead th {
  border-top: none;
  border-right: none;
  font-size: 18px;
  width: calc((100% - 33%) / 3);
}

@media screen and (max-width: 768px) {
  .ticket table thead th {
    font-size: 14px;
    width: calc((100% - 25%) / 3);
  }
}

.ticket table thead th:first-child {
  border-right: 2px solid #e63178;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .ticket table thead th:first-child {
    width: 25%;
  }
}

.ticket table.print thead th {
  width: calc((100% - 30%) / 2);
}

@media screen and (max-width: 768px) {
  .ticket table.print thead th {
    width: calc((100% - 20%) / 2);
  }
}

.ticket table.print thead th:first-child {
  border-left: none;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .ticket table.print thead th:first-child {
    width: 20%;
  }
}

.ticket table th {
  box-sizing: border-box;
  border-top: 2px solid #e63178;
  border-right: 2px solid #e63178;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .ticket table th {
    font-size: 14px;
    padding: 10px 0;
  }
}

.ticket table th span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .ticket table th span {
    font-size: 12px;
  }
}

.ticket table td {
  box-sizing: border-box;
  border-top: 2px solid #e63178;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .ticket table td {
    font-size: 13px;
  }
}

.ticket table td span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .ticket table td span {
    font-size: 12px;
  }
}

.ticket .bookmark h3 {
  line-height: 1.3;
}

.ticket .bookmark-sample {
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin: 50px 0;
  padding: 40px;
}

.ticket .bookmark-sample.saga {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample {
    margin: 25px 0;
    padding: 20px 0;
  }
  .ticket .bookmark-sample.saga {
    margin-top: 15px;
  }
}

.ticket .bookmark-sample ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.ticket .bookmark-sample ul.one {
  justify-content: center;
}

.ticket .bookmark-sample ul li {
  color: #e63178;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: calc(100% / 4);
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample ul li {
    font-size: 12px;
    padding: 0 2px;
    width: calc((100% / 3) - 4px);
  }
  .ticket .bookmark-sample ul li:nth-of-type(n + 4) {
    margin-top: 25px;
  }
}

.ticket .bookmark-sample ul li:nth-of-type(n + 5) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample ul li:nth-of-type(n + 5) {
    margin-top: 25px;
  }
}

.ticket .bookmark-sample ul li .days {
  margin-bottom: .5em;
}

.ticket .bookmark-sample ul li .pic {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample ul li .pic {
    width: 80%;
  }
}

.ticket .bookmark-sample ul li .name {
  line-height: 1.3;
  margin-top: .5em;
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample ul li .name {
    font-size: 11px;
  }
}

.ticket .bookmark-sample ul li .name span {
  color: #333;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample ul li .name span {
    font-size: 11px;
  }
}

.ticket .bookmark-sample ul.message-card {
  justify-content: center;
}

.ticket .bookmark-sample ul.message-card li {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .ticket .bookmark-sample ul.message-card li {
    width: 90%;
  }
}

.ticket .bookmark-sample ul.message-card li .pic {
  width: 100%;
}

.ticket .ano {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .ticket .ano {
    font-size: 13px;
  }
}

.ticket .ano a {
  color: #e63178;
}

.ticket .seven-copy {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ticket .seven-copy {
    font-size: 14px;
  }
}

.ticket .print-sample {
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 0 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ticket .print-sample {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 0 10px;
  }
}

.ticket .print-sample h4 {
  font-size: 22px;
}

.ticket .print-sample h4 span {
  background: none;
}

@media screen and (max-width: 768px) {
  .ticket .print-sample h4 {
    font-size: 15px;
    line-height: 1.5;
  }
}

.ticket .print-sample ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .ticket .print-sample ul {
    padding: 0;
  }
}

.ticket .print-sample ul li {
  color: #e63178;
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .ticket .print-sample ul li {
    font-size: 12px;
    margin-top: 25px;
    width: calc(100% / 3);
  }
}

.ticket .print-sample ul li .pic {
  margin: 0 auto 15px;
  width: 96px;
}

@media screen and (max-width: 768px) {
  .ticket .print-sample ul li .pic {
    width: 85%;
  }
}

.ticket .print-sample-ano {
  font-size: 14px;
  margin-top: 40px;
  margin-right: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .ticket .print-sample-ano {
    font-size: 13px;
    margin-top: 20px;
  }
}

.ticket .print-sample .character09 {
  left: -20px;
  position: absolute;
  top: -30px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .ticket .print-sample .character09 {
    left: -5%;
    top: -10px;
    width: 18%;
  }
}

.ticket .print-sample .character10 {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 82px;
}

@media screen and (max-width: 768px) {
  .ticket .print-sample .character10 {
    top: -10px;
    right: -5%;
    width: 20%;
  }
}

.schedule {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .schedule {
    margin-bottom: 25px;
  }
}

.schedule button {
  background: #e63178;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  outline: none;
  padding: 20px 0;
  text-align: center;
  transition: opacity .3s ease-out;
  width: 350px;
}

@media screen and (max-width: 768px) {
  .schedule button {
    background-size: 10px;
    font-size: 18px;
    padding: 15px 0;
  }
}

.schedule button:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .schedule button:hover {
    opacity: 1;
  }
}

.schedule-table {
  margin-top: 20px;
}

.schedule-table dl {
  box-sizing: border-box;
  border: 1px solid #7d7d7d;
  display: flex;
}

.schedule-table dl.closed {
  background: #ccc;
}

.schedule-table dl + dl {
  border-top: none;
}

.schedule-table dl dt {
  box-sizing: border-box;
  border-right: 1px solid #7d7d7d;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  width: 110px;
}

.schedule-table dl dt.saturday {
  color: #18b7cd;
}

.schedule-table dl dt.sunday {
  color: #e6387d;
}

.schedule-table dl dd {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
  width: calc(100% - 110px);
}

.goods {
  margin-top: 190px;
}

@media screen and (max-width: 768px) {
  .goods {
    margin-top: 90px;
  }
}

.goods .tit-wap {
  position: relative;
}

.goods .tit-wap .character11 {
  bottom: 14px;
  position: absolute;
  right: 0;
  width: 272px;
}

@media screen and (max-width: 950px) {
  .goods .tit-wap .character11 {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .goods .tit-wap .character11 {
    bottom: 120%;
    width: 40%;
  }
}

.goods .tit-wap + p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .goods .tit-wap + p {
    font-size: 13px;
    margin-top: 20px;
  }
}

.goods .preceding-tit {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .goods .preceding-tit {
    margin-top: 30px;
  }
}

.goods figure {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .goods figure {
    margin-top: 20px;
  }
}

.goods figure img {
  width: 480px;
}

@media screen and (max-width: 768px) {
  .goods figure img {
    width: 100%;
  }
}

.goods figure figcaption {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .goods figure figcaption {
    font-size: 15px;
    margin-top: 15px;
  }
}

.goods .ano {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: 560px;
}

@media screen and (max-width: 768px) {
  .goods .ano {
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
  }
}

.goods .ano + h3 {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .goods .ano + h3 {
    line-height: 1.3;
    margin-top: 45px;
  }
}

.goods-btn-wap {
  margin: 50px auto 0;
  width: 458px;
}

@media screen and (max-width: 768px) {
  .goods-btn-wap {
    margin-top: 25px;
    width: 90%;
  }
}

.goods-btn-wap .btn a {
  background: url(../images/goods-btn-arrow.svg) no-repeat 95% center, #e63178;
  background-size: 12px 100%;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  transition: opacity .3s ease-out;
}

@media screen and (max-width: 768px) {
  .goods-btn-wap .btn a {
    background-size: 10px;
    font-size: 18px;
    padding: 15px 0;
  }
}

.goods-btn-wap .btn a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .goods-btn-wap .btn a:hover {
    opacity: 1;
  }
}

.goods-btn-wap .link {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
}

.goods-btn-wap .link a {
  color: #e63178;
  cursor: pointer;
  text-decoration: underline;
}

.goods-btn-wap .link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .goods-btn-wap .link a:hover {
    text-decoration: underline;
  }
}

.goods .soon-block {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .goods .soon-block {
    margin-top: 20px;
  }
}

.yokocho {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .yokocho {
    margin-top: 40px;
  }
}

.yokocho-copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .yokocho-copy {
    font-size: 13px;
    margin-top: 25px;
  }
}

.yokocho-pic {
  margin: 90px auto 0;
  width: 614px;
}

@media screen and (max-width: 768px) {
  .yokocho-pic {
    margin-top: 45px;
    width: 90%;
  }
}

.yokocho .btn {
  margin: 50px auto 0;
  width: 550px;
}

@media screen and (max-width: 768px) {
  .yokocho .btn {
    margin-top: 25px;
    width: 100%;
  }
}

.yokocho .btn a {
  background: url(../images/goods-btn-arrow.svg) no-repeat 95% center, #19b7cd;
  background-size: 12px 100%;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  transition: opacity .3s ease-out;
}

@media screen and (max-width: 768px) {
  .yokocho .btn a {
    background-size: 10px;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.yokocho .btn a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .yokocho .btn a:hover {
    opacity: 1;
  }
}

.sns {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .sns {
    margin-top: 70px;
  }
}

.sns ul {
  display: flex;
  margin-top: 70px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sns ul {
    display: block;
    margin: 35px auto 0;
    width: 80%;
  }
}

.sns ul li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .sns ul li {
    font-size: 13px;
    width: 100%;
  }
}

.sns ul li:nth-of-type(2) {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .sns ul li:nth-of-type(2) {
    margin: 10px 0;
  }
}

.sns ul li a {
  border-radius: 8px;
  color: #fff;
  display: block;
  padding: 25px 0;
  transition: opacity .3s ease-out;
}

@media screen and (max-width: 768px) {
  .sns ul li a {
    border-radius: 4px;
    padding: 15px 0;
  }
}

.sns ul li a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sns ul li a:hover {
    opacity: 1;
  }
}

.sns ul li.tw a {
  background: url(../assets/images/twitter-icon.svg) no-repeat 10% center, #1ea2f3;
  background-size: 45px 100%;
}

@media screen and (max-width: 768px) {
  .sns ul li.tw a {
    background-size: 35px auto;
  }
}

.sns ul li.fb a {
  background: url(../assets/images/facebook-icon.svg) no-repeat 13% center, #4267b2;
  background-size: 28px 100%;
}

@media screen and (max-width: 768px) {
  .sns ul li.fb a {
    background-size: 20px auto;
  }
}

.sns ul li.line a {
  background: url(../assets/images/line-icon.svg) no-repeat 9% center, #00b900;
  background-size: 48px 100%;
}

@media screen and (max-width: 768px) {
  .sns ul li.line a {
    background-size: 35px auto;
    background-position: 12%;
  }
}

.landscape {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .landscape {
    margin-top: 70px;
  }
}
