@charset "UTF-8";
html, body {
  background: #1a163d !important;
}

#commentpage {
  background: transparent !important;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #282453;
}
#commentpage #wrapper {
  background: transparent !important;
  position: relative;
  width: 100%;
  display: block;
}
#commentpage #comment-main {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.section-heading {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 20px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1rem;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 960px) {
  .section-heading {
    padding: 100px 0 40px;
    font-size: 0.9rem;
  }
}
.section-heading span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  padding: 10px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .section-heading span {
    font-size: 1.8rem;
    padding: 15px 30px;
  }
}
.section-heading span::before, .section-heading span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
}
@media screen and (min-width: 960px) {
  .section-heading span::before, .section-heading span::after {
    width: 30px;
    height: 30px;
  }
}
.section-heading span::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.section-heading span::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.section-heading.post-heading span {
  font-size: 1.85rem;
  background: #8893c4;
  padding: 5px 10px;
}
@media screen and (min-width: 960px) {
  .section-heading.post-heading span {
    font-size: 3rem;
    padding: 5px 20px;
  }
}
.section-heading.post-heading span::before, .section-heading.post-heading span::after {
  display: none;
}
.section-heading.post-heading .post-sub-ttl {
  display: inline-block;
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
  background: none;
}
@media screen and (min-width: 960px) {
  .section-heading.post-heading .post-sub-ttl {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.btn-share {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #222;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  font-size: 1.0625rem;
  letter-spacing: 2px;
  margin: 30px auto 0;
  cursor: pointer;
  background: #EAB8B9;
  border: none;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-share:hover {
  color: #FFFFFF;
  background: #8893c4;
}

.tight-dash {
  letter-spacing: -0.1em;
  margin-right: 0.1em;
}

#bg, #bg-sp {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
#bg span, #bg-sp span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  background: url(../img/pt0.png) repeat;
}
#bg video, #bg-sp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #1a163d !important;
}

#bg {
  display: none;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  #bg {
    display: block;
    transform: translateX(0);
  }
}

@media screen and (min-width: 960px) {
  #bg-sp {
    display: none;
  }
}

.campaign-top {
  opacity: 0;
  transition: opacity 1.5s ease;
  background: transparent !important;
}
.campaign-top.is-show {
  opacity: 1;
}

.campaign-section {
  display: block;
  width: 100%;
  background: transparent;
  border-top: 1px solid #EAB8B9;
  border-bottom: 1px solid #EAB8B9;
  padding: 0 0 40px 0;
  text-align: center;
  color: #282453;
  position: relative;
  z-index: 5;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  overflow: hidden;
}
.campaign-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/bg_sp.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.9;
  pointer-events: none;
}
.campaign-section > .campaign-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .campaign-section {
    padding: 0;
  }
  .campaign-section::before {
    background-image: url(../img/bg_pc.webp);
  }
}

.campaign-inner {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .campaign-inner {
    padding: 0 0 60px 0;
  }
}

.campaign-gallery {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .campaign-gallery {
    margin-bottom: 40px;
  }
}
.campaign-gallery .gallery-track {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}
.campaign-gallery .gallery-track.is-reverse {
  animation: marquee-reverse 60s linear infinite;
  animation-delay: -30s;
}
@media screen and (min-width: 960px) {
  .campaign-gallery .gallery-track {
    animation-duration: 80s;
  }
}
.campaign-gallery img {
  height: 28vw;
  width: auto;
  margin-right: 5px;
  object-fit: contain;
  border: 1px solid #EAB8B9;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .campaign-gallery img {
    height: 200px;
    margin-right: 10px;
    border-width: 2px;
  }
}

.campaign-text {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.campaign-title {
  color: #7C4F79;
  font-size: 2.7rem;
  font-weight: normal;
  margin: 20px 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .campaign-title {
    font-size: 3.5rem;
    margin: 40px 0;
  }
}
.campaign-title .title-logo {
  display: block;
  margin: 35px auto 10px;
  width: 95%;
  max-width: 480px;
}
@media screen and (min-width: 960px) {
  .campaign-title .title-logo {
    width: 55%;
    max-width: 600px;
    margin: 50px auto 20px;
  }
}
.campaign-title .title-logo img {
  width: 100%;
  height: auto;
}

.campaign-lead {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #7C4F79;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 30px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.8;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 960px) {
  .campaign-lead {
    font-size: 1.25rem;
    padding: 10px 0 40px;
  }
}

.campaign-description {
  color: #282453;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 960px) {
  .campaign-description {
    font-size: 1.125rem;
    line-height: 2.2;
    margin-bottom: 35px;
  }
}
.campaign-description .hashtag {
  color: #7C4F79;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px 5px;
}
@media screen and (min-width: 960px) {
  .campaign-description .hashtag {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.campaign-description strong {
  color: #7C4F79;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #EAB8B9;
  padding-bottom: 4px;
}
@media screen and (min-width: 960px) {
  .campaign-description strong {
    font-size: 1.25rem;
  }
}

.campaign-period {
  display: inline-block;
  border: 1px solid #EAB8B9;
  color: #282453;
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #EAB8B9;
  width: 100%;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .campaign-period {
    padding: 15px 40px;
    font-size: 1rem;
    width: auto;
  }
}

.present-section {
  max-width: 1140px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .present-section {
    width: 90%;
    padding: 5% 0 0;
  }
}

.present-content {
  text-align: center;
  color: #282453;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 960px) {
  .present-content {
    padding: 60px 40px;
  }
}

.present-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (min-width: 960px) {
  .present-list {
    gap: 40px;
    margin-bottom: 60px;
  }
}

.present-item {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EAB8B9;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .present-item {
    width: calc(33.333% - 27px);
    max-width: 350px;
  }
}

.present-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-bottom: 1px solid #EAB8B9;
}
.present-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.present-info {
  padding: 20px 15px;
}
@media screen and (min-width: 960px) {
  .present-info {
    padding: 25px 20px;
  }
}

.present-name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .present-name {
    font-size: 1.25rem;
  }
}

.present-count {
  display: inline-block;
  background: #282453;
  color: #FFFFFF;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
}
.present-count span {
  font-size: 1.5rem;
  margin-right: 2px;
  color: #EAB8B9;
}
@media screen and (min-width: 960px) {
  .present-count {
    padding: 8px 30px;
    font-size: 1.125rem;
  }
  .present-count span {
    font-size: 1.75rem;
  }
}

.present-notes {
  font-size: 0.8125rem;
  line-height: 1.6;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .present-notes {
    font-size: 0.9375rem;
  }
}
.present-notes p {
  margin-bottom: 5px;
  color: #FFFFFF;
}
.present-notes p:last-child {
  margin-bottom: 0;
}

.howto-section {
  margin: 20px auto 5rem;
  max-width: 1140px;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .howto-section {
    margin: 40px auto 5rem;
    width: 90%;
  }
}

.howto-toggle {
  color: #282453;
  width: 100%;
  padding: 20px;
  background: #EAB8B9;
  border: 1px solid #EAB8B9;
  cursor: pointer;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 50px;
}
.howto-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 23px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../img/tri.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .howto-toggle::after {
    width: 80px;
    right: 0;
  }
}
.howto-toggle.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.howto-toggle .toggle-text {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.3rem;
}

.howto-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.howto-content.is-open {
  max-height: 2000px;
}

.howto-wrapper {
  padding: 30px 3%;
  background: rgba(234, 184, 185, 0.25);
}
@media screen and (min-width: 960px) {
  .howto-wrapper {
    padding: 50px 5%;
  }
}

.howto-inner {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  gap: 10px;
  flex-wrap: wrap;
}
.howto-inner .howto-box {
  width: 100%;
  border: 1px solid #EAB8B9;
  margin: 0 auto;
  padding: 30px 0 0;
  background-color: #FFFFFF;
}
.howto-subtitle {
  border-bottom: 1px dashed #EAB8B9;
  display: block;
  padding: 10px 0 2rem;
  margin: 0 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 960px) {
  .howto-subtitle {
    font-size: 1.25rem;
    margin: 0 20px;
  }
}
.howto-subtitle .subtitle-note {
  font-size: 0.875rem;
  display: block;
  color: #333;
  margin-top: 1rem;
}

.howto-steps {
  padding: 10px 15px 0;
  margin: 1rem 0;
}
@media screen and (min-width: 960px) {
  .howto-steps {
    padding: 10px 5% 0;
  }
}
.howto-steps li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .howto-steps li {
    font-size: 1rem;
  }
}

.howto-links {
  margin-bottom: 3rem;
  padding: 0 20px;
  text-align: center;
}
.howto-links .link-label {
  color: #282453;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.howto-links a {
  display: inline-block;
  background: #EAB8B9;
  padding: 15px 25px;
  border-radius: 50px;
  color: #282453;
  font-weight: bold;
  font-size: 0.9rem;
  border: 1px dashed #EAB8B9;
  width: 100%;
  max-width: 350px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.howto-links a i {
  font-size: 1.25rem;
  margin-right: 1rem;
  vertical-align: baseline;
}

.howto-notes {
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .howto-notes {
    width: 90%;
  }
}
.howto-notes h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.howto-notes .notes-expl {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.howto-notes .notes-title {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.howto-notes p {
  font-size: 1rem;
  line-height: 1.5;
}
.howto-notes ul {
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .howto-notes ul {
    margin-bottom: 2rem;
  }
}
.howto-notes ul li {
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.howto-notes ul li a {
  display: inline;
  color: #04ace9;
  text-decoration: none;
}

.review-section {
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.review-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (min-width: 960px) {
  .review-content {
    padding: 0 40px 60px;
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}

.review-item {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .review-item {
    margin-bottom: 0;
    width: 45%;
  }
}

.review-text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #EAB8B9;
}
@media screen and (min-width: 960px) {
  .review-text {
    font-size: 1.5rem;
  }
}

.review-author {
  font-size: 0.875rem;
  color: #FFFFFF;
  letter-spacing: 0.25rem;
}
@media screen and (min-width: 960px) {
  .review-author {
    font-size: 1rem;
  }
}

.comment-section {
  padding: 0;
  min-height: calc(100vh - 80px);
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.comment-attribution {
  font-size: 0.875rem;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1.5;
  width: 100%;
  color: #FFFFFF;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 960px) {
  .comment-attribution {
    font-size: 1rem;
    margin-bottom: 60px;
  }
}

.comment-section--coming-soon .comment-list {
  display: none;
}

.comment-coming-soon {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 0 20px 50px;
}
.comment-coming-soon-ttl {
  color: #EAB8B9;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.comment-coming-soon-txt {
  font-size: 0.95rem;
  line-height: 1.7;
}

.comment-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.comment-list li {
  color: #000000;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  background: rgba(247, 247, 244, 0.92);
}
@media screen and (min-width: 960px) {
  .comment-list li {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 30px;
    padding: 30px 0 0;
    box-shadow: 0 0 20px rgba(10, 1, 0, 0.5);
  }
}

.comment-inner {
  padding: 30px 20px 30px;
}

.comment-author {
  text-align: left;
  font-size: 1.75rem;
  font-feature-settings: "palt";
  padding: 1em 0;
  width: 100%;
}
.comment-author span {
  font-size: 0.57em;
  margin: 15px 0 0 0;
  line-height: 1.5;
  display: block;
}

.comment-text {
  padding: 0;
  font-size: 1.0625rem;
  letter-spacing: 3px;
  line-height: 2;
  margin: 0 0 60px;
  text-align: justify;
  word-break: break-word;
}

.post-section {
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  padding: 50px 0;
}

.post-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .post-inner {
    max-width: none;
    width: 95%;
  }
}

.post-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .post-btns {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 0;
  }
}
.post-btns .btn-post, .post-btns .btn-more, .post-btns .btn-theater {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  background: #8893c4;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 960px) {
  .post-btns .btn-post, .post-btns .btn-more, .post-btns .btn-theater {
    width: 300px;
    font-size: 1rem;
  }
}
.post-btns .btn-post:hover, .post-btns .btn-more:hover, .post-btns .btn-theater:hover {
  opacity: 0.9;
}
.post-btns .btn-post:active, .post-btns .btn-more:active, .post-btns .btn-theater:active {
  box-shadow: none;
}
.post-btns .btn-more {
  background: #EAB8B9;
  color: #282453;
}
.post-btns .btn-more:hover {
  opacity: 0.9;
}

.grid {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 960px) {
  .grid {
    margin-top: 40px;
  }
}

.grid-item {
  width: 280px;
  border-radius: 5px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .grid-item {
    width: calc((100% - 50px) / 5);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-item {
    width: calc((100% - 60px) / 6);
  }
}

.post-img-container {
  width: 90%;
  margin: 10px auto;
}

.post-img {
  width: 100%;
  border-radius: 3px;
  padding: 0;
}
.post-img:hover {
  transform: scale(1.02, 1.02);
}

.tweet-text {
  line-height: 1.8;
  text-align: justify;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 0.875rem;
}

.tweet-date {
  text-align: right;
  margin: 10px auto;
  width: 90%;
  font-size: 0.5rem;
  color: #9e9e9e;
}

.tweet-link {
  padding: 14px 0;
  border-radius: 0 0 5px 5px;
  font-size: 0.8125rem;
  background: #EAB8B9;
  text-align: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.tweet-link:hover {
  background: #e0a9ad;
  color: #fff;
}
.tweet-link:hover a, .tweet-link:hover .post-from {
  color: #fff;
}
.tweet-link a {
  color: #282453;
  text-decoration: none;
  font-weight: bold;
}

.post-from {
  color: #282453;
  padding-left: 5px;
}

#footer {
  position: relative;
  padding: 60px 0 0 !important;
  z-index: 999;
  background: url(../img/footer/bg_sp.webp) no-repeat center center/cover;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0 !important;
    background-image: url(../img/footer/bg_pc.webp);
    min-height: 850px;
  }
}

.footer-logo {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(94vw, 560px);
  padding: 0 10px;
  box-sizing: border-box;
}
.footer-logo .logo-main {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 12px;
}
.footer-logo .logo-roadshow {
  display: block;
  width: min(30vw, 100px);
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .footer-logo {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    margin-top: 0;
    width: min(48vw, 760px);
    padding: 0 16px;
  }
  .footer-logo .logo-main {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }
  .footer-logo .logo-roadshow {
    width: min(14vw, 140px);
  }
}

.share-container {
  text-align: center;
}

.footer-link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 2rem;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .footer-link {
    margin-top: 100px;
    padding: 0;
  }
}
.footer-link a {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.25em;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .footer-link a {
    width: 300px;
    font-size: 1rem;
  }
}
.footer-link a:hover {
  background: #FFFFFF;
  color: #282453;
}
.footer-link .copyright {
  color: #FFFFFF;
  font-size: 0.5rem;
  margin-top: 60px;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  opacity: 0.8;
}

.share-container {
  text-align: center;
}

.share-title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin: 0 auto 15px;
}
@media screen and (min-width: 960px) {
  .share-title {
    font-size: 1rem;
    margin: 0 auto 20px;
  }
}

.maeuri-container {
  position: fixed;
  right: 0;
  padding: 5px 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.58);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 1000;
}
.maeuri-container.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.maeuri-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.maeuri-container img {
  width: 110px;
  margin: 5px;
}
.maeuri-container img:hover {
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  .maeuri-container img {
    width: 150px;
  }
}

.iziModal .iziModal-header {
  background: none !important;
  padding: 25px 0;
  box-shadow: none !important;
}
.iziModal .iziModal-header-title,
.iziModal .iziModal-header-subtitle {
  display: none;
}
.iziModal .iziModal-button-close {
  background: url(../img/close.png) no-repeat 50% 50%;
}

.preview {
  padding: 3% 10% 3%;
}

.preview-inner {
  box-shadow: 0px 0px 16px 0px rgba(150, 150, 150, 0.6);
}
.preview-inner img {
  padding: 0 10% 10%;
}

.preview-txt {
  color: #000000;
  padding: 5% 10% 3%;
  font-family: "Yu Gothic", "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 1.5;
  font-size: 0.8125rem;
}

.share-info {
  text-align: center;
  color: #607dff;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.5;
  width: 92%;
  margin: 0 auto;
}
.share-info span {
  display: block;
  font-size: 0.8125rem;
  color: #000000;
}

.btn-share-modal-container {
  display: block;
  width: 80%;
  margin: 0 auto 28px;
  max-width: 390px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  font-size: 1.0625rem;
  letter-spacing: 2px;
  cursor: pointer;
  background: #8893c4;
}
.btn-share-modal-container .entry-btn {
  color: #FFFFFF;
  width: 100%;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.btn-share-modal-container .entry-btn:hover {
  color: #EAB8B9;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}/*# sourceMappingURL=comment.css.map */