@charset "UTF-8";

body a:hover {
  color: #ff4295;
}

/* index.php */

main {
  background: #f9dbe7;
  background: linear-gradient(-225deg, #0aa3e3 0%, #fffab8 56%, #8ac674 100%);
}

@media screen and (min-width: 960px) {
main {
  padding-top: 64px;
}
}

#particles-js {
  /* background-image: radial-gradient(#7b5da6, #6266ff); */
  background-image: radial-gradient(#795ba5, #1d2089);
}

.night_wrap {
  margin: 0 auto;
  width: 100%;
  border-radius: 0;
  /* background: url(../img/st2.jpg) #fef2f7 repeat;
  background-size: 60px; */
}

@media screen and (min-width: 960px) {
  .night_wrap {
    width: 960px;
    margin: 48px auto ;
    border-radius: 10px
  }
}

.night_wrap .night_head {
  position: relative;
}

.night_wrap .night_head h1 {
  width: 70%;
  margin: 0 auto;
  padding: 14px 0 4px;
}

@media screen and (min-width: 960px) {

  .night_wrap .night_head {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
  }

  .night_wrap .night_head h1 {
    width: 36%;
    margin: 0 auto;
    padding: 0;
  }
}

.night_wrap .night_head h1 img {
  width: 100%;
}

.night_wrap .night_head span {
  width: 33%;
  display: block;
  margin: 0 auto;
  padding: 6px 0 0;
}

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

.night_wrap .night_head span img {
  width: 100%;
}

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

.night_wrap .night_body .night_video {
  width: 100%;
  /* margin: 8px 0 18px; */
  padding: 10px 28px 0;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_video {
    width: 553px;
    margin: 15px auto 0;
  }

  .night_wrap .night_body {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 8px;
  }

}

.night_wrap .night_body .night_video iframe {
  width: 100%;
  height: 47vw;
  border-radius: 5px;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_video iframe {
    height: 280px;
    border-radius: 5px;
  }
}

.tokuten {
  padding: 0px 10px 30px;
    border: 4px solid #ffe1ea;
    width: 90%;
    margin: 0 auto 40px;
    border-radius: 10px;
    background: url(../img/st.jpg) #fef2f7 repeat;

    background-size: 60px;
    /* background-color: #e6f6ff;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 24px); */

}

.tokuten::before {
  display: none;
}

.tokuten_ttl {
  color: #4590fc;
  font-weight: bold;
  font-size: 1.3em;
  width: 98%;
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: dotted 2px #4590fc;
  text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0 5px #fff, -5px 0 5px #fff, 0 5px 5px #fff, 0 -5px 5px #fff;
}

.tokuten_ttl span {
  display: block;
  font-size: .6em;
}

.tokuten_lead {
  /* color: #ff607b; */
  font-weight: bold;
  font-size: 1.3em;
  width: 98%;
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0 5px #fff, -5px 0 5px #fff, 0 5px 5px #fff, 0 -5px 5px #fff;
}

.tokuten_lead span {
  display: block;
  font-size: .8em;
}

.tokuten_img {
  width: 100%;
  margin: 20px auto 20px;
  background: #ffe3ec;
}

.tokuten_info {
  font-size: x-small;
  line-height: 1.54545;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.tokuten_heading {
  background: #34c252;
  color: #fff;
  margin: 30px auto 20px;
  text-align: justify;
  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%;
    padding: 10px 62px 40px;
  }

  .tokuten_ttl {
    width: 90%;
    font-size: 1.7em;
  }

  .tokuten_ttl span {
    display: block;
    font-size: .7em;
  }

  .tokuten_lead span {
    display: block;
    font-size: 1em;
  }

  .tokuten_img {
    width: 73%;
    margin: 30px auto;
    padding: 50px 20px;
    background: #ffe3ec;
  }

  .cp-banner_link {
    width: 45%;
    margin: 30px auto 40px;
}

  .tokuten_info {
    font-size: 1.1rem;
    line-height: 1.54545;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}

.night_program {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .night_program {
    /* border-radius: 10px;
    border: 4px solid #f6b8cc; */
  }
}

.night_wrap .night_body .night_program h2 {
  background-color: #f46d85;
  padding: 18px 0 ;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 60px;
  text-align: center;
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  /* background: linear-gradient(90deg, #ff607b 0%, #ffb86c 100%); */
  background: #ff7990;
  box-shadow: 0 2px 16px #ff607b22;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program h2 {
    width: 95%;
    margin: 10px auto;
    font-size: 2.5rem;
  }
}

.night_wrap .night_body .night_program h2 img {
  width: 80%;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program h2 img {
    width: 292px;
  }
}

.night_wrap .night_body .night_program h4 {
  margin: 12px auto 0;
  width: 90%;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program h4 {
    margin: 21px auto 8px;
    width: 632px;
  }
}

.night_wrap .night_body .night_program h4 img {
  width: 100%;
}

.night_wrap .night_body .night_program h4 img.night-pc {
  display: none;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program h4 img.night-pc {
    display: block;
  }
}

.night_wrap .night_body .night_program h4 img.night-sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program h4 img.night-sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program .night_intens {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}

.night_wrap .night_body .night_program .night_intens .night_box {
  text-align: center;
  background-size: 100px;
  box-sizing: border-box;
  background-image: url(../assets/img/night-border.png);
  /* margin: 16px 0; */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
}

.night_wrap .night_body .night_program .night_intens .night_box p {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  color: #ff607b;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program .night_intens .night_box p {
    font-size: 17px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program .night_intens .night_box {
    width: 45%;
    /* width:100%; */
    margin: 5px auto;
    text-align: left;
  }
}

.program-info {
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}

.night_box_inner {
  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;
}

@media screen and (min-width: 960px) {
  .night_box_inner {
    /* height: 115px; */
  }
}

.night_wrap .night_body .night_program .night_intens .night_box.night_box_a .night_box_inner {
  background-image: url(../assets/img/night-bg01.png);
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program .night_intens_ft {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_right {
    margin: 21px 0 0 18px;
  }
}

.night_wrap .night_body .night_program .night_intens_ft .night_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) {
  .night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_right h5 {
    width: 360px;
    margin: 0 0 10px;
    text-align: justify;
  }
}

.night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_right h5 img {
  width: 100%;
}

.night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_right p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.54545;
  text-align: center;
}

.night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_left {
  margin: 20px auto 0;
  width: 60%;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_left {
    margin: 10px 0 0 0;
    width: 219px;
  }
  .night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_right p {
    text-align: justify;
  }
}

.night_wrap .night_body .night_program .night_intens_ft .night_intens_ft_left img {
  width: 100%;
}

.night_wrap .night_body .night_tweet {
  margin: 34px 0 30px;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_tweet {
    margin: 34px 0 44px;
  }
}

.night_wrap .night_body .night_tweet h3 {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_tweet h3 {
    margin: 0 0 28px;
  }
}

.night_wrap .night_body .night_tweet h3 img {
  height: 52px;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_tweet h3 img {
    height: 66px;
  }
}

.night_wrap .night_body .night_tweet .night_tweet_box {
  max-height: 480px;
  overflow-x: auto;
  margin: 16px 0 0;
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body .night_tweet .night_tweet_box {
    max-height: 740px;
    overflow-x: auto;
    margin: 16px auto 0;
    width: 614px;
  }
}

@media screen and (min-width: 960px) {
  .night_wrap .night_body {
    padding: 10px 62px 0;
  }
}

.night_wrap .night_body .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;
}

.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: .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.7rem;
  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.4rem;
  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.6rem;
  /* 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.3rem;
  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.9rem;
    
  }

  .post_info {
    font-size: 1.5rem;
    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.8rem;
  }

}

#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;
}

.to_top {
  width: 230px;
  margin: 10px auto 50px;
}

.copyright_area {
  text-align: center;
  font-size: xx-small;
  line-height: 1.7em;
  letter-spacing: 2px;
}

.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: .3s ;
  border-radius: 10px;
}

label:hover{
  opacity: .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.6rem;
  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.9rem;
    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: .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;
    font-size: 12px;
  }
  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;
}

 .anpan-night-lead {
  font-size: 1.6rem;
  line-height: 2.1;
  color: #3a3566;
  background: #fff;
  border-radius: 20px;
  border: 2.5px solid #a6c8ff;
  box-shadow: 0 6px 32px rgba(98,102,255,0.10);
  padding: 28px 32px;
  margin: 36px auto 44px;
  width: 90%;
  max-width: 780px;
  text-align: center;
  position: relative;
  letter-spacing: 0.01em;
  overflow: hidden;
}
.anpan-night-lead::before {
  content: '★';
  position: absolute;
  left: 22px;
  top: 18px;
  font-size: 2.1rem;
  color: #ffe066;
  opacity: 0.7;
  filter: blur(0.5px);
  z-index: 1;
}
.anpan-night-lead::after {
  content: '★';
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-size: 1.7rem;
  color: #ffe066;
  opacity: 0.5;
  filter: blur(0.5px);
  z-index: 1;
}

.anpan-night-lead span {
  color: #ff607b;
  position: relative;
  z-index: 2;
}

.night_intens {
  display: block;
  gap: unset;
  justify-content: unset;
  flex-direction: unset;
  flex-wrap: unset;
  max-width: 100%;
  margin: 36px auto 32px;
}
@media (max-width: 900px) {
  .night_intens {
    flex-direction: unset;
    gap: unset;
    align-items: unset;
    flex-wrap: unset;
    overflow-x: unset;
    display: block;
  }

  .anpan-night-lead {
    font-size: 1.4rem;
  }

  .anpan-night-lead::before {
    left: 15px;
  }

}

.night-point {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 32px rgba(98,102,255,0.10);
  border: 4px dotted #ffb6d5;
  color: #3a3566;
  padding: 38px 30px 30px 30px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
  background: url(../img/st3.jpg) #fef2f7 repeat;
  background-size: 55px;
    
}





.night-point-title {
  margin-bottom: 0.2rem;
  padding: 1.2rem 1rem 1rem 1rem;
  border-bottom: 4px dotted #ffb6d5;
  background: linear-gradient(90deg, #fffab8 0%, #ffb6d5 100%);
  color: #6e68c7;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 16px #ffb6d533;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px #fff, 0 0 8px #ffe06633;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}

.night-point-title::before,
.night-point-title::after {
  content: "★";
  position: absolute;
  font-size: 1.5rem;
  color: #ffe066;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
}

.night-point-title::before {
  left: 18px;
}

.night-point-title::after {
  right: 18px;
}


.night-point-desc {
  font-size: 1.45rem;
  color: #3a3566;
  line-height: 2;
  text-shadow: 0 1px 8px #fff;
  text-align: center;
  margin: 0 0 20px;
  text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0 5px #fff, -5px 0 5px #fff, 0 5px 5px #fff, 0 -5px 5px #fff;
}

.theater-info-box, .theater-iframe {
  box-sizing: border-box;
}

.theater-info-box {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto 0 auto;
  /* background: #fff;
  border: 3px solid #ffe1ea; */
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(98,102,255,0.08);
  padding: 24px 12px 18px 12px;
  text-align: center;
}
.theater-info-box-title {
  font-size: 2.2rem;
  color: #fff;
  background: linear-gradient(90deg, #ff607b 0%, #ffb86c 100%);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  padding: 18px 0;
  box-shadow: 0 2px 16px #ff607b22;
  background: #ff7990;
  max-width: 700px;
  margin: 0 auto 30px;
}
.theater-iframe {
  width: 100%;
  min-height: 1100px;
  border: none;
  border-radius: 10px;
  background: #f9f9ff;
  margin: 0 auto 24px auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .theater-iframe {
    width: 100%;
    max-width: 100%;
    min-height: 800px;
    margin: 0 auto 32px auto;
    box-shadow: 0 4px 24px rgba(98,102,255,0.10);
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .theater-info-box-title {
    font-size: 1.8rem;
    padding: 10px;
    margin-bottom: 16px;
  }
  .theater-iframe {
    min-height: 700px;
  }
  .night-point {
    padding: 38px 20px 30px 20px;
  }

  .night-point-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .night-point-desc {
    font-size: 1.4rem;
    text-align: justify;
  }
}

@media screen and (min-width: 960px) {
  .theater-iframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
}