/*========= ふわっと出す ===============*/
.animation {
/*  margin: 50px 0; */
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*========= デフォルトデザイン打消 ===============*/
body {
  background: #e98da6;
  background-position: right 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 12%;
  border: none;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bolder;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 2rem;
}
h1,h2,h3 {
  font-family: serif;
}
a:visited {
  color: #fff;
}
div#sysAside {
    display: none !important;
}
footer {
  background: #fff;
  height: 224px;
  color: #666;
}
footer .credit {
  width: 100%;
  margin: auto;
  text-align: center;
}
footer .credit .logo {
    margin: 24px auto;
    width: 400px;
}
footer .credit p {
    font-size: smaller;
}
footer small {
  width: fit-content;
  margin: 24px auto;
  display: block;
  font-size: xx-small;
}
.pagetop {
  display: none;
}
/*========= デフォルトデザイン打消 ===============*/
a {
  color: #ffffff;
}
.lp-header {
  border: none;
  height: auto;
  margin: 24px auto;
  width: fit-content;
}
.lp-header .img, .mv {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.lp-main {
  margin-bottom: 200px;
}
.lp-pageMain {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.scroll {
  color: #fff;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.scroll .line {
  width: 2px;
  height: 34px;
  background-color: #fff;
  margin: auto;
}
.mv {
  margin: auto;
  max-width: 100%;
}
.mv img {
  width: 100%;
  object-fit: cover;
  object-position: 0 30%;
}
.title-area {
  margin: 80px auto 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title-area img {
  margin: 16px;
}
.title-area .title {
  width: 72%;
}
.title-area .time {
  width: 30%;
}
.sopen {
  font-size: 1.4em;
  margin: 16px auto;
}
.sopen .sopen-time {
  font-size: 0.7em;
}
.ticket {
  margin: 24px auto;
}
.ticket .large {
  font-size: 1.8em;
  margin: 24px auto;
}
.space {
  margin: 64px auto;
}
.description {
  text-align: center;
}
.venue {
  width: 480px;
  padding: 8px;
  border: solid 1px;
}
.venue::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: solid 3px; /* 外枠のスタイル */
  z-index: -1;
}
.venue .name {
  font-size: xx-large;
  text-align: center;
}
.venue .address {
  width: fit-content;
  margin: auto;
}
.venue .address .map {
  border: solid;
  width: fit-content;
  padding: 4px;
  margin: 12px auto 0px;
  text-decoration: underline;
}
.decoration .name {
  font-size: 1.8em;
  margin: 24px auto;
}
.program{
  text-align: center;
}
.program .sec-title {
  width: 240px;
  margin: auto;
}
.program .txt {
  font-size: 1em;
  margin: 24px auto;
}
.program .txt .emoji {
  width: 24px;
  margin: 4px;
  vertical-align: middle;
}
.program .exhibition {
  margin: 24px auto;
}
.exhibition-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
}
.exhibition-grid .member {
  width: 30%;
  margin-bottom: 40px;
}
.exhibition-grid .member .image {
  position: relative;
  width: 300px;
  margin: auto;
}
.exhibition-grid .member .sop-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: -24px;
}
.exhibition-grid .member .thumbnail {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border: solid;
  padding: 4px;
  margin-top: 16px;
}
.exhibition-grid .member .info {
  font-size: small;
  text-decoration: underline;
}
.program .txt {
  font-size: 1em;
  margin: 24px auto;
}
.program .txt .emoji {
  width: 24px;
  margin: 4px;
  vertical-align: middle;
}
.program .artist {
  margin: 72px auto;
}
.program .artistInfo {
  margin: 32px auto;
  width: 438px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.program .artistInfo::before, .program .artistInfo::after {
  content:"" ;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://www.tokyo-lolita.com/img/asm/rose.png);
  background-size: contain;
  vertical-align: middle;
}
.program .artistInfo .show-title {
  border-bottom: solid;
}
.program .artistInfo .name {
  font-size: 1.8em;
}
.program .artistInfo .name .small {
  font-size: 1.6rem;
}
.program .artist img {
  border: solid 2px;
  padding: 4px;
  width: 360px;
  height: 360px;
  object-fit: cover;
}
.tokyololita {
  margin: 40px auto;
  width: 400px;
}
.program .plan-name {
  font-size: 1.8em;
  margin: 32px auto;
  /*width: 400px;*/
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.program .plan-name::before, .program .plan-name::after {
  content:"" ;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://www.tokyo-lolita.com/img/asm/rose.png);
  background-size: contain;
  vertical-align: middle;
}
.program .plan .price {
  font-size: xx-large;
  border-bottom: solid;
}
.program .plan .price .small {
  font-size: small;
}

.tokyololita .attention {
  margin: 48px auto;
}
.tokyololita .attention h2 {
  width: fit-content;
  margin: auto;
  border-bottom: dotted;
}
.tokyololita .attention .bring {
  width: fit-content;
  text-align: left;
}
.fortune {
  width: 400px;
}
.fortune .thumbnail {
  width: 80%;
  margin: 40px auto 0px;
  border: solid 2px;
  padding: 2px;
}
.topics {
  width: 480px;
  margin: 160px auto;
  color: #6e6e6e;
  background-color: #fff;
  padding: 24px;
  overflow: scroll;
}
.topics h1 {
  font-family: serif;
  text-align: center;
  margin-bottom: 24px;
}
.contact {
  width: 400px;
  border: solid;
  padding: 8px;
  text-align: center;
}
.contact a {
  color: #fff;
  text-decoration: underline;
}
.sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sns .footerSns_item {
    width: 56px;
    margin: 24px;
}
.attention-mssg {
  width: 640px;
  margin: auto;
  background: #fff;
  color: #5e5e5e;
  padding: 8px;
  font-size: 1.8rem;;
}
.attention-mssg h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2vw;
}
.attention-mssg a {
  text-decoration: underline;
  color: #5e5e5e;
}
/* report */
.report-btn {
  width: fit-content;
  font-size: 2em;
  text-align: center;
}
.report-btn a {
  border: solid 1px;
  padding: 8px;
  background: #fff;
  color: #ea8da6;
}
.report-btn::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: solid 3px;
  z-index: -1;
}
.report-btn a:hover {
  background: #ea8da6;
  color: #fff;
}
.report h1 {
  font-size: 48px;
}
.report .text {
  width: 80%;
}
.report .text p {
  width: fit-content;
  margin: auto;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.report .ImgArea {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.report .ImgArea img {
  width: 640px;
  margin: auto;
}
.report .flexImgArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
.report .flexImgArea img {
  width: 480px;
  margin: 24px;
}
.report .flexImgArea .withlink {
  display: grid;
  margin-bottom: 24px;
  justify-items: center;
}
.report .flexImgArea a {
  width: fit-content;
  font-size: small;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  body {
    /*font-size: 0.8em;*/
  }
  footer {
    height: 178px;
  }
  footer .credit .logo {
    width: 200px;
  }
  footer .credit p {
    font-size: 12px;
  }
  .lp-header {
    margin: 8px auto;
    width: 50%;
  }
  .title-area {
    margin: 40px auto;
  }
  .title-area .title {
      width: 96%;
  }
  .title-area .time {
    width: 60%;
  }
  .sopen {
    font-size: 0.8em;
    margin: 0 auto;
  }
  .description {
    width: 90%;
    font-size: 3vw;
  }
  .venue {
    width: 240px;
  }
  .venue .name {
    font-size: 24px;
  }
  .venue .address {
    font-size: 0.6em;
  }
  /*
  .decoration .name {
    font-size: 1.4em;
  }
  */
  .program {
    font-size: 0.8em;
  }
  .exhibition-grid .member {
    width: 45%;
  }
  .exhibition-grid .member p {
    font-size: 12px;
  }
  .exhibition-grid .member .image {
    width: 100%;
  }
  .exhibition-grid .member .sop-icon {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 0;
  }
  .exhibition-grid .member .thumbnail {
    width: 160px;
    height: 160px;
  }
  .program .artistInfo {
    width: 312px;
  }
  .program .artist img {
    width: 240px;
    height: 240px;
  }
  .tokyololita {
    width: 300px;
  }
  .program .plan-name {
    font-size: 1.4em;
    margin: 16px auto;
    /*width: 300px;*/
  }
  .fortune {
    width: 300px;
  }
  .topics {
    width: 272px;
    padding: 16px;
  }
  .topics h1 {
    margin-bottom: 16px;
  }
  .topics ul {
    font-size: 14px;
  }
  .contact {
    width: 300px;
    font-size: 14px;
  }
  .sns .footerSns_item {
    width: 40px;
  }
  .attention-mssg {
    width: 100%;
    font-size: 1.2rem;
  }
  .attention-mssg h2 {
    font-size: 4vw;
  }
  /* report */
  .report {
    font-size: 3.6vw;
  }
  .report h1 {
    font-size: 32px;
  }
  .report .ImgArea img {
    width: 100%;
  }
  .report .flexImgArea img {
      width: 100%;
      margin: 8px;
  }
}
