@charset "UTF-8";
body a:hover {
  color: #ff4295;
}

main {
  background: transparent;
}

@media screen and (min-width: 960px) {
  main {
    padding-top: 64px;
  }
}
.debut-wrap {
  margin: 0 auto;
  width: 100%;
  border-radius: 0;
  background: url(../img/st.jpg) #fef2f7 repeat;
  background-size: 40px;
  padding: 70px 0 0 0;
}
@media screen and (min-width: 960px) {
  .debut-wrap {
    padding: 20px 0 0 0;
  }
}

.debut-wrap p {
  text-shadow: none;
}

@media screen and (min-width: 960px) {
  .debut-wrap {
    width: 960px;
    margin: 30px auto;
    border-radius: 10px;
  }
}
.debut-head {
  position: relative;
  text-align: center;
  padding: 0 12px;
  overflow: visible;
}

.debut-head-catch {
  position: relative;
  display: inline-block;
  margin: 18px auto -20px;
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  background: #5ab9ff;
  text-shadow: none;
}

.debut-head-catch::before,
.debut-head-catch::after {
  position: absolute;
  content: "";
}

.debut-head-catch::before {
  content: "<";
  color: #fdd835;
  font-size: 25px;
  line-height: 1;
  top: 0;
  left: -12px;
}

.debut-head-catch::after {
  top: -2px;
  left: -10px;
  width: 0;
  height: 160%;
  border: 2px solid #f29da7;
  border-radius: 2px;
  transform: rotate(-2deg);
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .debut-head-catch {
    margin: 28px auto -20px;
    font-size: 1.05em;
  }
}
.debut-head h1 {
  width: 100%;
  margin: 0 auto;
  padding: 14px 0 4px;
}

@media screen and (min-width: 960px) {
  .debut-head {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
  }
  .debut-head h1 {
    width: 55%;
    margin: 0 auto;
  }
}
.debut-head h1 img {
  width: 100%;
}

.debut-head span {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 6px 0 0;
}

@media screen and (min-width: 960px) {
  .debut-head span {
    width: 16%;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 34px;
    top: 14px;
  }
}
.debut-head span img {
  width: 100%;
}

.debut-body {
  /* -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0;
  border-radius: 0 0 8px 8px; */
  /* background-color: #fdeef5; */
  padding: 10px 0 30px;
}

.debut-video {
  width: 100%;
  /* margin: 8px 0 18px; */
  padding: 0 28px 20px;
}

@media screen and (min-width: 960px) {
  .debut-video {
    width: min(100%, 720px);
    margin: 15px auto 0;
  }
  .debut-body {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 8px;
  }
}
.debut-video iframe {
  width: 100%;
  height: 47vw;
  border-radius: 5px;
}

@media screen and (min-width: 960px) {
  .debut-video iframe {
    height: 405px;
    border-radius: 5px;
  }
}
.tokuten {
  background-color: #fff;
  background-image: radial-gradient(#ffdae6 0%, transparent 20%);
  background-size: 13px 13px;
  background-position: 0 0, 20px 20px;
  /* margin: 0 0 30px; */
  width: 100%;
  margin: 0 auto 40px;
}

.tokuten::before {
  display: none;
}

.tokuten.tokuten--in-box-c {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px dotted #fc6262;
}

@media screen and (min-width: 960px) {
  .tokuten.tokuten--in-box-c {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding: 12px 18px 22px;
  }
}
.tokuten-ttl {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
}

.tokuten-ttl-ribbon {
  position: relative;
  display: block;
  width: fit-content;
  max-width: min(100%, 440px);
  margin: 0 auto 14px;
  padding: 12px 28px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.04em;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.tokuten-ttl-ribbon::before,
.tokuten-ttl-ribbon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fc6161;
  border-bottom: 4px solid #e54b4b;
  content: "";
  z-index: -1;
}

.tokuten-ttl-ribbon::before {
  transform: skew(14deg);
}

.tokuten-ttl-ribbon::after {
  transform: skew(-14deg);
}

.tokuten-ttl-lead {
  margin: 0 auto;
  color: #38abfe !important;
  font-weight: bold;
  font-size: 1.5em !important;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 0 1px rgb(255, 252, 220), 0 0 4px rgba(255, 230, 120, 0.9), 0 0 8px rgba(255, 205, 70, 0.5);
  filter: drop-shadow(0 0 2px rgba(255, 236, 150, 0.9)) drop-shadow(0 0 5px rgba(255, 210, 80, 0.45));
  display: block;
  width: fit-content;
  max-width: 100%;
}

.tokuten-ttl-sub {
  display: inline-block;
  font-size: 0.72em;
  line-height: 1.35;
  margin-bottom: 0.15em;
}

.tokuten-lead {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  width: fit-content;
  max-width: 98%;
  margin: 0 auto;
  padding: 0.35em 1em;
  background: #5ab9ff;
  border-radius: 9999px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: none;
}

.tokuten-lead span {
  display: block;
  font-size: 0.7em;
}

.tokuten-img {
  width: 100%;
  margin: 0 auto;
}

.tokuten-info {
  font-size: 0.7em !important;
  line-height: 1.54545;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-shadow: none;
  color: #4b4b4b !important;
}

.tokuten-heading {
  background: #34c252;
  color: #fff;
  margin: 30px auto 20px;
  text-align: center;
  width: 100%;
  border-radius: 50px;
}

.cp-banner-link {
  width: 85%;
  margin: 0 auto 40px;
}

@media screen and (min-width: 960px) {
  .tokuten-heading {
    width: 60%;
  }
  .tokuten {
    width: 100%;
    max-width: 780px;
    padding: 10px 62px 40px;
  }
  .tokuten-ttl-ribbon {
    max-width: min(100%, 520px);
    padding: 14px 40px;
    font-size: 1.35rem;
  }
  .tokuten-ttl-lead {
    font-size: 1.75em;
  }
  .tokuten-lead span {
    display: block;
    font-size: 0.8em;
  }
  .tokuten-img {
    width: 65%;
    margin: 15px auto 0;
  }
  .cp-banner-link {
    width: 45%;
    margin: 30px auto 40px;
  }
  .tokuten-info {
    line-height: 1.54545;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
.debut-program {
  padding: 0 28px;
  /* background: #f7edff; */
  margin: 0 0 30px;
}

@media screen and (min-width: 960px) {
  .debut-program {
    margin: 0 0 30px;
  }
}
.debut-program h2 {
  background-color: #ed85a1;
  padding: 13px 22px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 60px;
  text-align: center;
  margin: 0 0 30px;
  background: #fc6161;
  border-color: #e54b4b;
}

@media screen and (min-width: 960px) {
  .debut-program h2 {
    width: 95%;
    margin: 10px auto;
  }
}
.debut-program h2 img {
  width: 80%;
}

@media screen and (min-width: 960px) {
  .debut-program h2 img {
    width: 292px;
  }
}
.debut-program h4 {
  margin: 12px auto 0;
  width: 90%;
}

@media screen and (min-width: 960px) {
  .debut-program h4 {
    margin: 21px auto 8px;
    width: 632px;
  }
}
.debut-program h4 img {
  width: 100%;
}

.debut-program h4 img.debut-pc {
  display: none;
}

@media screen and (min-width: 960px) {
  .debut-program h4 img.debut-pc {
    display: block;
  }
}
.debut-program h4 img.debut-sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .debut-program h4 img.debut-sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .debut-intens {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.debut-box {
  text-align: center;
  background-size: 100px;
  box-sizing: border-box;
  background-image: url(../assets/img/debut-border.png);
  /* margin: 16px 0; */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
}

.debut-box p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.53333;
  color: #fc6262;
  text-align: center;
}

.debut-box p span {
  display: block;
  padding: 10px 0 0 0;
  font-size: 0.7em;
  text-align: center;
}

.debut-box p .debut-box-c-main {
  display: block;
  font-size: 1em;
  line-height: 1.53333;
  letter-spacing: 0;
  padding-top: 0;
}

.debut-box p .debut-box-c-sub {
  display: block;
  padding: 10px 0 0 0;
  font-size: 0.7em;
  line-height: 1.45;
  text-align: center;
}

.debut-box-img img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  height: auto;
  border-radius: 10px;
}

@media screen and (min-width: 960px) {
  .debut-box p {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 960px) {
  .debut-box {
    width: 100%;
    max-width: 680px;
    margin: 5px auto;
    text-align: left;
  }
}
.program-info {
  font-size: 0.8em;
  text-align: center;
}

.survey-result {
  width: 90%;
  margin: 0 auto 36px;
  padding: 22px 18px;
  border-radius: 6px;
  background: #f9fad7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow: visible;
}

.survey-result-ttl-wrap {
  font-size: 18px;
  text-align: center;
  overflow: visible;
}

.survey-result-ttl {
  display: block;
  width: 100%;
  position: relative;
  min-height: 50px;
  margin: 0;
  padding: 10px 36px 12px;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.45;
  font-weight: bold;
  background: #5ab9ff;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .survey-result-ttl {
    font-size: 1.3em;
  }
}

.survey-result-ttl::before,
.survey-result-ttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}

.survey-result-ttl::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #f9fad7;
}

.survey-result-ttl::after {
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 25px 15px 25px 0;
  border-color: transparent #f9fad7 transparent transparent;
}

.survey-result-ttl-icon {
  display: inline-flex;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.25em;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffe774 0%, #ed85a1 100%);
  border: 1px solid #faa3b3;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
}

.survey-result-ttl-sub {
  display: block;
  margin: 25px auto 0;
  max-width: 100%;
  padding: 0 0.5em;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.45;
}

.survey-result-group {
  width: 95%;
  margin: 30px auto 0;
}
@media screen and (min-width: 960px) {
  .survey-result-group {
    width: 80%;
  }
}

.survey-result-group:not(:last-child) {
  padding-bottom: 26px;
  border-bottom: 1px dotted rgba(130, 130, 130, 0.28);
}

.survey-result > .survey-result-ttl-wrap + .survey-result-group {
  margin-top: 30px;
}

.survey-result-group h4 {
  position: relative;
  margin: 0 0 26px;
  padding: 0.7rem 2.4rem;
  border-radius: 30px;
  background-color: #ff8fb1;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.survey-result-group h4::before,
.survey-result-group h4::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "★";
  color: #ffcc00;
  font-size: 1.4em;
  line-height: 1;
}

.survey-result-group h4::before {
  left: 8px;
}

.survey-result-group h4::after {
  right: 8px;
}

.survey-result-row {
  margin: 0 0 16px;
}

.survey-result-row .label {
  display: block;
  margin: 0 0 6px;
  color: #3f3f3f;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
}

.survey-result-row .bar {
  display: block;
  position: relative;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.survey-result-row .bar i {
  display: block;
  height: 100%;
  min-width: 8px;
  border-radius: 10px;
}

.survey-result-row .bar .value {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3f3f3f;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.survey-result-group .survey-result-row:nth-of-type(1) .bar i {
  background: #8fd8ec;
}

.survey-result-group .survey-result-row:nth-of-type(2) .bar i {
  background: #f3c1d8;
}

.survey-result-group .survey-result-row:nth-of-type(3) .bar i {
  background: #b0e4cc;
}

.survey-result-group .survey-result-row:nth-of-type(4) .bar i {
  background: #fbe7a1;
}

.survey-result-group .survey-result-row:nth-of-type(5) .bar i {
  background: #d8c2f4;
}

.survey-result-group .survey-result-row:nth-of-type(6) .bar i {
  background: #a5d8f0;
}

.survey-result-group .survey-result-row:nth-of-type(7) .bar i {
  background: #f5c6d8;
}

@media screen and (min-width: 960px) {
  .survey-result {
    width: 100%;
    max-width: 780px;
    padding: 28px 28px 50px 28px;
    margin-bottom: 42px;
  }
}
.debut-intens {
  counter-reset: debut-box-num;
}

.debut-box-inner {
  position: relative;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 4px solid #ffe1ea;
  background-image: radial-gradient(#ffdae6 0%, transparent 20%);
  background-size: 13px 13px;
  background-position: 0 0, 20px 20px;
}

.debut-box-inner::before {
  counter-increment: debut-box-num;
  content: counter(debut-box-num);
  position: absolute;
  top: -22px;
  left: -42px;
  width: 105px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 0.92;
  padding: 0 0 14px;
  background: #ff8fb1;
  clip-path: polygon(50% 12%, 58% 30%, 78% 34%, 62% 48%, 68% 70%, 50% 58%, 32% 70%, 38% 48%, 22% 34%, 42% 30%);
  border-radius: 10px;
  color: #fff;
  font-size: 1.35em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff);
}

@media screen and (min-width: 960px) {
  .debut-box-inner {
    /* height: 115px; */
  }
}
.debut-box.debut-box-a .debut-box-inner {
  background-image: url(../assets/img/debut-bg01.png);
}

@media screen and (min-width: 960px) {
  .debut-intens-ft {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .debut-intens-ft-right {
    margin: 21px 0 0 18px;
  }
}
.debut-intens-ft-right h5 {
  width: 90%;
  margin: 20px auto 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #ff607b;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {
  .debut-intens-ft-right h5 {
    width: 360px;
    margin: 0 0 10px;
    text-align: justify;
  }
}
.debut-intens-ft-right h5 img {
  width: 100%;
}

.debut-intens-ft-right p {
  font-size: 11px;
  font-size: 1.1em;
  line-height: 1.54545;
  text-align: center;
}

.debut-intens-ft-left {
  margin: 20px auto 0;
  width: 60%;
}

@media screen and (min-width: 960px) {
  .debut-intens-ft-left {
    margin: 10px 0 0 0;
    width: 219px;
  }
  .debut-intens-ft-right p {
    text-align: justify;
  }
}
.debut-intens-ft-left img {
  width: 100%;
}

.debut-tweet {
  margin: 34px 0 30px;
}

@media screen and (min-width: 960px) {
  .debut-tweet {
    margin: 34px 0 44px;
  }
}
.debut-tweet h3 {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .debut-tweet h3 {
    margin: 0 0 28px;
  }
}
.debut-tweet h3 img {
  height: 52px;
}

@media screen and (min-width: 960px) {
  .debut-tweet h3 img {
    height: 66px;
  }
}
.debut-tweet-box {
  max-height: 480px;
  overflow-x: auto;
  margin: 16px 0 0;
}

@media screen and (min-width: 960px) {
  .debut-tweet-box {
    max-height: 740px;
    overflow-x: auto;
    margin: 16px auto 0;
    width: 614px;
  }
}
@media screen and (min-width: 960px) {
  .debut-body {
    padding: 10px 62px 50px;
  }
}
.ticket {
  width: 100%;
}

#mvtk-widgets-container {
  margin: 60px auto 30px;
}

@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 60px auto 40px;
  }
}
.annotation {
  font-size: xx-small;
  vertical-align: text-bottom;
  text-align: center !important;
}

.cp-inner {
  width: 100%;
  margin: 20px auto 0;
  padding: 0 0 40px;
  background: #6bc8f8;
}

@media screen and (min-width: 960px) {
  .cp-inner {
    width: 100%;
    padding: 10px 62px 20px;
    background: #6bc8f8;
    border: 4px solid #85cff5;
    border-radius: 10px;
  }
}
.cp-ttl {
  width: 92%;
  margin: 0 auto 10px;
  padding: 30px 0 0;
}

.cp-ttl span {
  font-size: 0.5em;
  display: block;
  padding: 8px 0 0 0;
}

@media screen and (min-width: 960px) {
  .cp-ttl {
    padding: 20px 0;
    width: 70%;
  }
}
.example {
  padding: 0 0 20px 0;
}

.caution, .caution2 {
  background: #fff;
  padding: 50px 62px 50px;
  font-size: 12px;
  color: #666;
  line-height: 1.7em;
  letter-spacing: 2px;
  border-radius: 0 0 10px 10px;
}

.caution2 {
  padding: 50px 62px 100px;
}

.form-caution {
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 40px;
  font-family: "M PLUS Rounded 1c";
}

.tokuten-caution {
  color: #333 !important;
  margin: 0 !important;
}

.hash {
  color: #ff607c;
}

.post-info-ttl {
  font-size: 1.4em;
  max-width: 280px;
  width: 90%;
  background: #fe7d93;
  padding: 4px;
  margin: 5px auto 20px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

.post-info-box {
  width: 95%;
  color: #fff;
  font-size: 1.6em;
  /* background: #ff607b; */
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin: 30px auto;
  line-height: 1.8;
}

.post-info-box a {
  display: block;
  color: #fff;
  line-height: 1.5;
}

.post-info-box a:hover {
  color: #f6f21b;
}

.post-info {
  font-weight: bold;
  color: #444;
  text-align: center;
  width: 90%;
  margin: 30px auto;
  font-size: 1.3em;
  line-height: 1.8em;
}

.ng {
  background: #d2a3fa;
}

.cp-photo {
  width: 80%;
  margin: 30px auto;
}

.cp-photo img {
  border-radius: 10px;
  /* border: 3px solid #f8bdcf; */
}

.cp-photo-txt {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.cp-photo-txt span {
  display: block;
  font-size: x-small;
  margin: 10px auto;
}

.photo-info {
  color: #ff607b;
  margin: 10px auto;
  line-height: 1.5;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  background-image: radial-gradient(#ffdae6 0%, transparent 20%);
  background-size: 13px 13px;
  background-position: 0 0, 20px 20px;
}

@media screen and (min-width: 960px) {
  .post-info-box {
    width: 90%;
    font-size: 1.9em;
  }
  .post-info {
    font-size: 1.5em;
    text-align: center;
  }
  .cp-inner {
    /* width: 100%;
    margin: 30px auto 0;
    padding: 10px 62px 20px;
    border-radius: 30px;
    background-color: #fff; */
  }
  .cp-photo {
    width: 60%;
    margin: 0 auto 50px;
  }
  .cp-ttl {
    font-size: 1.7em;
    width: 80%;
    margin: 20px auto 0;
    padding: 10px 0;
  }
  .form-caution {
    font-size: 1.8em;
  }
}
#form_check {
  color: #fff;
}

.confirm-button {
  width: 95%;
  max-width: 400px;
  margin: 50px auto 0;
}

.caution-box-title {
  padding: 15px 10px 3px 0px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

.caution2-title {
  padding: 15px 10px 3px 0px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.debut-catch-copy {
  margin: 0 auto 28px;
  max-width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
}

.debut-catch-copy-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  gap: 16px;
  margin: 30px auto 0;
}

.debut-catch-copy-bubble {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: 100%;
  max-width: 17em;
  min-width: 0;
  position: relative;
  margin: 0 auto;
  padding: 1em 1.25em 1.1em;
  text-align: center;
  background: #fff5f6;
  border: 3px solid #ff9ec4;
  border-radius: 9999px;
}

.debut-catch-copy-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  margin-left: -14px;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #ff9ec4 transparent transparent transparent;
}

.debut-catch-copy-bubble p {
  margin: 0;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
  text-shadow: none;
}

.debut-catch-copy-bubble p + p {
  margin-top: 0.15em;
}

.debut-catch-copy-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.debut-catch-copy-img img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.debut-catch-copy-img--left {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  width: 100%;
  max-width: 100px;
}

.debut-catch-copy-img--right {
  grid-column: 1;
  grid-row: 3;
  justify-self: center;
  width: 100%;
}

.debut-catch-copy-img--right img {
  transform: scaleX(-1);
}

@media screen and (min-width: 960px) {
  /* 要素2つ（アンパンマン＋吹き出し）を横並びでブロック全体を中央に */
  .debut-catch-copy-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 28px 36px;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .debut-catch-copy-bubble {
    grid-column: auto;
    grid-row: auto;
    flex: 0 1 auto;
    width: auto;
    max-width: 42em;
    margin: 0;
  }
  .debut-catch-copy-bubble::after {
    display: block;
    left: -14px;
    top: 50%;
    bottom: auto;
    margin-left: 0;
    transform: translateY(-50%);
    border-width: 14px 14px 14px 0;
    border-color: transparent #ff9ec4 transparent transparent;
  }
  .debut-catch-copy-img--left {
    grid-column: auto;
    grid-row: auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    justify-self: auto;
  }
  .debut-catch-copy-img--right {
    grid-column: auto;
    grid-row: auto;
    flex: 0 0 auto;
    width: auto;
  }
  .debut-catch-copy-img img {
    max-width: 200px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .debut-catch-copy-img img {
    max-width: 120px;
  }
}
.to-top {
  width: 200px;
  margin: 30px auto 30px;
}

.to-top a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.to-top a:hover {
  opacity: 0.88;
  transform: scale(1.04);
}

.to-top a:focus-visible {
  outline: 2px solid #ff8c43;
  outline-offset: 4px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .to-top a {
    transition: none;
  }
  .to-top a:hover {
    transform: none;
  }
}
.to-top-text {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 5px auto 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #ff8c43;
  font-size: 1.6em;
}

.copyright-area {
  text-align: center;
  font-size: xx-small;
  line-height: 1.7em;
}

.form-area.top {
  margin: 0;
  display: none;
}

.form-area {
  box-sizing: border-box;
  border-radius: 0 !important;
  margin: 30px auto 0;
  padding: 30px 0;
  text-align: center;
  color: #666;
  background: #fef3f8;
  padding: 30px;
  border-radius: 20px;
  margin: 60px auto;
  padding: 50px 0;
}

.input-title {
  width: 80%;
  max-width: 500px;
  text-align: left;
  margin: 0 auto 10px;
  font-weight: bold;
}

.input-title span {
  font-size: x-small;
}

.post-photo {
  padding: 0 0 30px;
  width: 80%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 960px) {
  .form-area {
    width: 90vw;
    max-width: 700px;
    padding: 70px 0;
    border-radius: 20px !important;
  }
  .input-title {
    max-width: 500px;
  }
}
.input-area input, .input-area select, .input-area textarea {
  box-sizing: border-box;
  width: 80%;
  max-width: 500px;
  padding: 10px 20px;
  margin: 0 0 30px;
  border-radius: 8px;
  border: 1px solid #999;
  font-size: 16px;
  color: #757575;
}

.input-area textarea {
  max-height: 200px;
}

.input-agree {
  margin: 10px 0;
}

.input-agree a {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}

.post-photo input {
  width: 80%;
  max-width: 500px;
  /* margin: 0 0 30px; */
}

.post-photo-text {
  color: #000;
}

label {
  background: url(../img/post_photo_btn.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 360px;
  height: 65px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.3s;
  border-radius: 10px;
}

label:hover {
  opacity: 0.7;
  /* border: 3px solid #fff; */
}

.input-txt {
  padding: 15px 0;
  font-size: small;
}

input[type=file] {
  display: none;
}

.form-caution {
  text-align: left;
  width: 95%;
  max-width: 700px;
  margin: 0 auto 20px;
}

.form-caution p {
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .form-caution {
    width: 98%;
  }
  .form-caution p {
    font-size: 1.9em;
    text-align: center;
  }
  .confirm-button input {
    width: 400px;
    max-width: 600px;
  }
  .post-photo {
    margin: 0 auto 30px;
  }
}
.movie-size-text {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.6em;
  color: #1e90ff;
}

.over-size-text {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.index-link {
  width: 100%;
  margin: 30px 0 10px;
  background: #fff028;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 40px;
  border: 2px solid #fff028;
}

.index-link a {
  color: #ff4295;
  font-size: 18px;
  display: block;
}

.index-link:hover {
  color: #ff4295;
  background: #fff;
}

.caution-image {
  text-align: center;
  margin: 20px 0 60px;
}

.caution-image img {
  width: 90vw;
  max-width: 722px;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  text-align: center;
  display: none;
}

.loading img {
  width: 40%;
  max-width: 475px;
}

/* confirm.php */
.form-area.con {
  width: 90%;
  border-radius: 10px !important;
}

.input-result {
  font-size: 18px;
  text-align: left;
  margin: 10px auto 30px;
  width: 80%;
  max-width: 500px;
}

.result-video-area {
  margin: 0 0 30px;
}

.result-video-area video {
  max-width: 80%;
}

.mvtk-txt {
  color: #222;
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  padding: 18px;
  background: #e60012;
  color: #ffffff;
  transition: 0.3s;
  border: 2px solid #e60012;
  margin: 0 0 20px 0;
}

.button:hover {
  color: #e60012;
  background: #ffffff;
}

.input-title.confirm-txt {
  margin: 0 auto 30px;
  color: #fff;
  background: #fc7ebe;
  padding: 8px;
}

/* thanks.php */
.form-area.than {
  width: 90%;
  padding: 0 0 30px;
  border-radius: 10px !important;
  border: 4px solid #f5b2b2;
}

.main-image img {
  width: 90vw;
  max-width: 696px;
}

.term-image {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.term-image img {
  width: 90vw;
  max-width: 650px;
}

.main-text img {
  width: 80vw;
  max-width: 586px;
}

.example-movie video {
  border-radius: 8vw;
  border: 8px solid #fff;
  width: 80vw;
  max-width: 640px;
}

.thanks-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  padding: 20px;
  color: #0ea0dc;
}

.thanks-caution-text {
  text-align: left;
  width: 80vw;
  max-width: 500px;
  margin: 30px auto 60px;
  line-height: 1.6em;
}

@media screen and (min-width: 960px) {
  .thanks-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 20px;
  }
  .thanks-caution-text {
    text-align: left;
    width: 80vw;
    max-width: 500px;
    margin: 30px auto 60px;
    line-height: 1.6em;
  }
}
.caution {
  background: #fff;
  padding: 50px 15px 0;
  font-size: 12px;
  color: #666;
  line-height: 1.7em;
  letter-spacing: 2px;
  border-radius: 0 0 10px 10px;
  display: none;
}

.caution2 {
  background: #fff;
  padding: 50px 15px;
  font-size: 12px;
  color: #666;
  line-height: 1.7em;
  letter-spacing: 2px;
  border-radius: 0 0 10px 10px;
  display: none;
}

.line {
  border-bottom: 1.5px dashed #fe7d93;
  display: table;
  margin: 5px 0;
}

.line2 {
  border-bottom: 1.5px dashed #fe7d93;
  display: initial;
}

@media screen and (min-width: 960px) {
  .caution {
    background: #fff;
    padding: 20px 40px 0px;
    font-size: 12px;
    color: #666;
    line-height: 1.7em;
    letter-spacing: 2px;
    border-radius: 0 0 10px 10px;
  }
  .caution2 {
    background: #fff;
    padding: 15px 40px 50px;
    font-size: 12px;
    color: #666;
    line-height: 1.7em;
    letter-spacing: 2px;
    border-radius: 0 0 10px 10px;
  }
  .copyright-area {
    text-align: center;
  }
  label {
    background: url(../img/post_photo_btn.png) no-repeat;
    background-size: 100%;
    height: 76px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
  }
  .footer-twitter iframe {
    height: 700px !important;
  }
}
.link-black {
  color: #fe7d93;
}

.footer-twitter iframe {
  width: 100% !important;
  max-width: 0 auto;
  height: 450px !important;
}

.header-img img {
  border-radius: 6px 6px 0 0;
}/*# sourceMappingURL=debut.css.map */