<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.opacity:hover {
  opacity: .6;
  transition: .3s;
}
.contents {
  max-width: 1920px;
  margin: 0 auto;
}
.title {
  max-width: 700px;
  margin: 0 auto;
  padding: 3% 2% 2%;
  text-align: center;
}
.manga_title {
  font-size: 40px;
  font-weight: bold;
  border-bottom: solid 2px #ec0140;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 5px;
 color: #000;
}

#js-lp-cta-fixed {
  display: none;
  margin: 0;
}
#js-lp-cta-fixed.is-fixed {
  display: block;
}
.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1100px;
}
.label {
  margin-bottom: 20px;
}
.label li{
  background-color:#ff0576;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 5px;
}
.label li:last-child{
  margin-right: 0;
}
.image_txt {
  width: 76%;
  margin: 20px auto 0;
}
.list {
  margin-top: 40px;
}

.flex .text .bubble {
	position: absolute;
	top: -55px;
	right:25%;
}
.flex .text.close {
  background-image: url(../images/ribbon_02.gif);
}
.flex.relate {
  justify-content: center;
  flex-wrap: wrap;
}
.flex.relate li{
 width: 31.11%;
 display:flex;
 flex-direction: column;
 margin-left: 3.3%;
}
.flex.relate li:nth-child(3n+1){
  margin-left: 0;
}
.flex.relate li:nth-child(n+4){
  margin-top: 40px;
}
.detail {
  background-color: #FFF;
  margin-left: 48px;
  padding:30px 40px 40px;
}
.detail_link {
  margin-top: auto
}
.premium {
  width: 38%;
  margin: 50px auto 40px;
}
.copyright_txt {
 margin-top: 40px;
 font-size: 12px; 
}
footer {
   color: #FFF;
   position: relative;
   background: #fc8e3d;
   background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
   background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
   background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   z-index: 1;
   font-size: 12px;
}
.no-scroll{
  padding-right: 15px;
  overflow:hidden;
}

/* ==========================================================================
btn
========================================================================== */
.btn a {
   margin-top: 30px;
   display: block;
   background-color: #ceebff;
   color: #151515;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   width: 100%;
   height: 48px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   padding-left: 10px;
   box-sizing: border-box;
}

.btn a span {
   display: block;
   background-image: url(/ft/teaser/common/images/playbtn.png);
   background-size: 100% 100%;
   width: 20px;
   height: 20px;
   margin-left: 10px;
}
.btn_more {
  text-align:center;
  margin-top: 50px;
}
.btn_other {
  margin-top: 10px;
}

/*.common_footer_wrapper {
 overflow: hidden;
}*/
.footer_logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%;
  width: calc(130px);
  height: calc(130px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.shake {
  position: relative;
  max-width: 470px;
}
#dbook .shake {
  max-width: 550px;
}
.shake a {
  display: block;
}
.shake span {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 4%;
  animation: shake 0.5s ease-in-out infinite; 
  display: flex;
}
#dbook .shake span {
  right: 5%;
  width: 3%;
}
.shake span img {
  width: 100%;
}
@keyframes shake {
  0%, 100% {
    transform: translateY(-50%) translateX(-5px);
  }
  50% {
    transform: translateY(-50%) translateX(5px);
  }
}
/* ==========================================================================
mv_area
========================================================================== */
.mv_area {
  position: relative;
  padding-top: 78px;
}
.mv_area h1,
.mv_area .h1-bg {
  position: absolute;
  transform: translateX(-50%);
}
.mv_area h1 {
  z-index: 2;
  top: 47%;
  left: 48%;
  width: 31%;
  z-index: 3;
}
.mv_area .h1-bg {
  z-index: 1;
  top: 48%;
  left: 53%;
  width: 47%;
  opacity: .9;
}
.mv_area .h1-fuki {
 position: absolute;
  z-index: 4;
  top: 68%;
  left: 24%;
  width: 13.6%;
}
.mv_area .mv_btn{
  position: absolute;
  width: 24.5%;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  z-index:3;
}
@keyframes pop {
  0% {
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

/* onomatope */
.h1-onomatope {
  height: 0;
  z-index: 10;
}
.h1-onomatope .ban{
  position: absolute;
  left:14%;
  top: 62%;
  width: 11.4%;
  animation: bang .4s ease-in-out;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;

}
.h1-onomatope .doki{
  position: absolute;
  left:15%;
  top: 24%;
  width: 12%;
  animation: dokidoki 1s infinite;
}
.h1-onomatope .zeen{
  position: absolute;
  left:73%;
  top: 36%;
  width: 7.5%;
  animation: jeen 2s ease-in-out;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.h1-onomatope .gogo{
  position: absolute;
  left: 80%;
  top: 18%;
  width: 18.4%;
  animation: gogogo 0.6s infinite;
}
.h1_movie {
  position: absolute;
   right: 22%;
   top:  calc(2% + 77px);
   width:14.2%;
   max-width:272px;
}
.h1_movie a {
  position: relative;
  z-index: 5;
}
.h1_movie .movie_inner{
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
}
.h1_movie .movie_inner iframe {
  position: absolute;
  top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 20px;
   overflow: hidden;
   padding-bottom: 9%;
}
.h1_movie .movie_inner .movie_bg {
  position: absolute;
  bottom:0;
}
@keyframes bang {
  0% {
    transform: translate(-100px, -100px) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translate(0,0) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(0,0) scale(1);
    opacity: 1;
  }
}
@keyframes dokidoki {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
@keyframes gogogo {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}
@keyframes jeen {
  0% { transform: scale(0.95); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* ==========================================================================
.news_ticker
========================================================================== */
.news_ticker {
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  border-bottom:4px solid #0d0d0d;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_ticker p {
  font-family: "MS Pゴシック",sans-serif;
  font-weight: bold;
}
@keyframes hscroll2 {
  0% { transform:translateX(4px); }
  100% { transform:translateX(-100%); }
}
.news_ticker p {
  display:inline-block;
  margin:0;
  padding:1.04% 0;
  animation:hscroll2 20s linear infinite;
  font-size: 1.8vh;
  font-weight: bold;
}

/* ==========================================================================
section
========================================================================== */
section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#about {
  background-image: url(../images/bg_pink.png);
  width: 100%;
  z-index: 100;
}
section#cast {
  background-image: url(../images/bg_green.png);
  width: 100%;
  margin-top: -7%;
  z-index: 99;
}
section#info {
  background-image: url(../images/bg_yellow.png);
  width: 100%;
  margin-top: -5.5%;
  z-index: 98;
}
section#dbook {
  background-image: url(../images/bg_blue.png);
  width: 100%;
  margin-top: -7%;
  z-index: 97;
}
section#osusume .inner,
section#method .inner{
  max-width: 1000px;
  margin: 0 auto;
  width: auto;
}
section#osusume {
  background: #efefef;
  padding: 25px 0 80px;
}
section#method {
  background: #e8e8e8;
  padding: 40px 0 80px;
}

/* ==========================================================================
title-image
========================================================================== */

section .title-image {
  position: absolute;
}

section#about .title-image {
  top: 3%;
  left: 0;
  width: 39.73%;
}

section#cast .title-image {
  top: 4.6%;
  right: 8%;
  width: 27.76%;
}

section#info .title-image {
  top: 15%;
  left: 2%;
  width: 38.2%;
}

/* ==========================================================================
section details
========================================================================== */

section .details{
  position: relative;
}

section#about .anchor {
  margin: 0 auto;
  padding-top: 6.2%;
  width: 91%;
}
section#about .details {
  padding-top: 7%;
  padding-bottom: 12%;
}
section#about .details_btn {
    position: absolute;
    width: 22.7%;
    bottom: 23%;
    left: 48.5%;
    transform: translateX(-50%);
}
section#about .details_btn span {
  font-size: 1.8vh;
}

section#cast .details {
  padding-top: 14%;
  padding-bottom: 12.3%;
}
section#cast .mc_block {
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
section#cast ul.mc {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
section#cast ul.mc li {
  width: 46.1%;
}
section#cast ul.mc li .profile_btn {
  margin-top: 5%;
  text-align: center;
}
section#cast .judge_block,
section#cast .voice_block {
  position: absolute;
  top: 55.5%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
section#cast .voice_block {
  top: 81%;
}
section#cast ul.judge,
section#cast .voice {
  display: flex;
  justify-content: space-between;
  width: 78.2%;
  
  
}
section#cast ul.judge li,
section#cast ul.voice li {
  width: 18.25%;
}
section#cast ul.judge li .profile_btn,
section#cast ul.voice li .profile_btn {
  margin-top: 5%;
}
section#cast .special_block {
  position: absolute;
  top: 30.5%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
section#cast .special_block .special {
  position: absolute;
  top: -28%;
  left: 16%;
  width: 31.7%;
}

section#cast .special_block .profile_btn img{
  margin-top: 6%;
  width: 90%;
  margin-left: 11%;
}
section#cast .guest_block {
  position:absolute;
  width: 100%;
  top: 33%;
}
section#cast .guest_block .guest {
  position: absolute;
  right:12%;
  top:20%;
  display: flex;
  width: 30.4%;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#cast .guest_block .guest li{
  width: 47%;
  margin-bottom: 4%;
}

section#cast .guest_block .guest ul {
  display: flex;
}
section#info .details {
  padding-top: 8%;
  padding-bottom: 12.4%;
}

section#info .details_btn {
    position: absolute;
    width: 31.8%;
    bottom: 28.5%;
    left: 50%;
    transform: translateX(-50%);
}
section#info .details_btn span {
  font-size: 1.8vh;
}

section#dbook .details {
  padding-top: 12%;
  padding-bottom: 10.5%;
  text-align: center;
}
section#dbook h2 {
  width: 81.3%;
  margin: 0 auto;
}
section#dbook .dbook_btn {
    margin: 5% auto 0;
    width: 55%;
}
section#dbook .dbook_btn span {
  font-size: 1.6vh;
}
section#dbook .caution {
  width: 26%;
  margin: 4% auto 0;
}

/* ==========================================================================
sns
========================================================================== */
.sns {
  padding: 2% 0 ;
}
.sns .inner{
  width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sns .logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%;
  width: calc(186px);
  height: calc(186px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.sns .sns_icon {
  display: flex;
  align-items: center;
}
.sns .sns_icon ul {
  display: flex;
  justify-content: space-between;
  width: 175px;
}

/* ==========================================================================
osusume
========================================================================== */

section#osusume .osusume_list {
  display: flex;
  justify-content: start;
  
}
section#osusume .osusume_list li {
  width: 22.5%;
  margin-right: 3.33%;
  text-align: center;
}
section#osusume .osusume_list li:nth-child(4n) {
  margin-right: 0;
}
section#osusume .osusume_list li div {
  margin-bottom: 8%;
}
section#osusume .osusume_list li a {
  width: 68.44%;
  display: block;
  margin: 0 auto;
}
/* ==========================================================================
modal
========================================================================== */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 752px;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid #000;
    background-image: url(../images/modal_title_bg.png);
    background-size: 752px auto;
    background-repeat: no-repeat;
}
.modal-close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    font-size: 24px;
    color: #FFF;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align :center;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;/*safari用*/
    z-index: 1;
}
.modal-button {
    cursor: pointer;
}
.modal-content h3 {
  margin: 20px 30px 0;
}
.modal-content-inner {
  padding: 30px 40px 40px;
}
.modal-content-inner .modal-flex{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.modal-content-inner .modal-text {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}
.modal-content-inner .modal-image{
  width: 166px;
}
.modal-content-inner .book {
  margin-top: 10px;
}

@media screen and (max-width: 812px) {
  body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
  .mt80-45 {
    margin-top: 45px;
  }
  .is-pc {
    display: none;
  }
  .sp_center {
    text-align: center;
  }
  .manga_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .btn a {
    margin-top: 20px;
    padding-right: 0.5em;
    font-size: 13px;
    font-weight: bold;
  }
  .btn a span {
    margin-left: 5px;
  }
  .btn_more {
    margin-top: 30px;
  }
  .download {
    background: #000;
    margin-top: 60px;
    padding: 20px;
  }
  .download p.dl_txt{
    font-size: 15px;
  }
  .download ul.dl_btn {
    max-width: 264px;
  }
  .download .app {
    max-width: 112px;
  }
  .download .google {
    max-width: 138px;
  }
  .premium {
    width: 60%;
    margin: 30px auto;
  }
  .copyright_txt {
    margin-top: 20px;
  }
  .footer_logo a {
    width: calc(20vw);
    height: calc(20vw / 494.58 * 217.28);
  }
  .flex .text .bubble {
    width: 34.8%;
    max-width: 115px;
    top: -10px;
    left: 100px;
  }
  .inner {
    width: 100%;
  }
  .shake span {
    font-size: 3vh;
  }
  section#osusume .inner,
  section#method .inner{
    padding: 0 5%;;
  }
  @keyframes shake {
    0%, 100% {
      transform: translateY(-50%) translateX(-4px);
    }
    50% {
      transform: translateY(-50%) translateX(4px);
    }
  }
  footer{
    height: 50px;
  }
  body.no-scroll{
    padding-right: 0;
  }

/* ==========================================================================
sp section
========================================================================== */
  section {
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  section#about {
    background-image: url(../images/bg_pink_sp.png);
  }
  section#cast {
    background-image: url(../images/bg_green_sp_231207.png);
    margin-top: -8.5%;
  }
  section#info {
    background-image: url(../images/bg_yellow_sp.png);
    margin-top: -7.5%;
  }
  section#dbook {
    background-image: url(../images/bg_blue_sp_231208.png);
    margin-top: -10.8%;
  }
/* ==========================================================================
title-image
 ========================================================================== */


  section#about .title-image {
    top: 3%;
    left: 1%;
    width: 57%;
  }

  section#cast .title-image {
    top: 2%;
    right: 9%;
    width: 40%;
  }

  section#info .title-image {
    top: 6%;
    left: 2%;
    width: 60%;
  }
/* ==========================================================================
sp mv_area
========================================================================== */
  .mv_area {
    position: relative;
    padding-top: 33px;
    overflow: hidden
  }
  .mv_area h1,
  .mv_area .h1-bg {
    transform: translateX(-50%);
  }
  .mv_area h1 {
    top: 19%;
    left: 35%;
    width: 65%;
    z-index: 0;
  }
  .mv_area .h1-bg {
    z-index: 0;
    top: 20%;
    left: 48%;
    width: 91%;
    opacity: .9;
  }
  .mv_area .mv_btn{
    position: absolute;
    width: 72.5%;
    max-width: 480px;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_area .h1-fuki {
    z-index: 10;
    top: 75%;
    left: 10%;
    width: 24.6%;
  }
  /* onomatope */
  .h1-onomatope {
    width: 100%;
    height: auto;
    z-index: 10;
  }
  .h1-onomatope .ban{
    left:16%;
    top: 45%;
    width: 18%;

  }
  .h1-onomatope .doki{
    left:24%;
    top: 14%;
    width: 16%;
  }
  .h1-onomatope .zeen{
    left:70%;
    top: 60%;
    width: 13.5%;
  }
  .h1-onomatope .gogo{
    left:63%;
    top: 45%;
    width: 38.4%;
  }
  .h1_movie{
    display: none;
  }
  .h1_movie_sp {
    position: absolute;
    top:  calc(1% + 77px);
    right:1%;
    width: 28.9%;
    cursor: pointer;
  }
  #modalMovie .modal-content {
    background: none;
  }
  #modalMovie .modal-content-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25% !important;
    overflow: hidden;
  }
  #modalMovie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
  }
/* ==========================================================================
sp .news_ticker
========================================================================== */
  .news_ticker {
    position: relative;
  }
  @keyframes hscroll2 {
    0% { transform:translateX(4px); }
    100% { transform:translateX(-100%); }
    }
    .news_ticker p {
    display:inline-block;
    margin:0;
    padding:1.04% 0;
    animation:hscroll2 20s linear infinite;
    font-size: 1.8vh;
    font-weight: bold;
  }
/* ==========================================================================
sp section details
========================================================================== */

  section#about .anchor {
    margin: 0 auto;
    padding-top: 5.2%;
    width: 90%;
  }
  section#about .details {
    padding-top: 10%;
    padding-bottom: 19%;
  }
  section#about .details_btn {
      position: absolute;
      width: 70%;
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
  }
  section#about .details_btn span {
    font-size: 3vh;
  }

  section#cast .details {
    padding-top: 17%;
    padding-bottom: 20.5%;
  }
  section#cast .mc_block {
    position: absolute;
    top: 7.5%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section#cast ul.mc {
    display: flex;
    justify-content: space-between;
    width: 74%;
  }
  section#cast ul.mc li {
    width: 46.1%;
  }
  section#cast ul.mc li .profile_btn {
    margin-top: 5%;
  }
  section#cast .judge_block,
  section#cast .voice_block {
    position: absolute;
    top: 44.5%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section#cast ul.judge,
  section#cast ul.voice {
    display: flex;
    justify-content: space-between;
    width: 72%;
    flex-wrap: wrap;
    
  }
  section#cast ul.judge li,
  section#cast ul.voice li {
    width: 48%;
  }
  section#cast ul.judge li:nth-child(n+3),
  section#cast ul.voice li:nth-child(n+3) {
    margin-top: 7%;
  }
  section#cast ul.judge li .profile_btn,
  section#cast ul.voice li .profile_btn {
    margin-top: 5%;
  }
  section#cast .special_block {
    top: 16.5%;
  }
  section#cast .special_block .special {
    left: 33%;
    width: 49%;
  }
  section#cast .special_block .special .profile_btn img{
    position: absolute;
    left: 0;
    width:70%;
    margin-top:0;
    margin-left: 0;
  }
  section#cast .guest_block {
    top:27%;
  }
  section#cast .guest_block .guest {
    width: 75%;
  }
  section#cast .voice_block {
    top:72%;
  }
  section#info .details {
    padding-top: 8%;
    padding-bottom: 18.5%;
  }

  section#info .details_btn {
      position: absolute;
      width: 71.5%;
      bottom: 30%;
      left: 50%;
      transform: translateX(-50%);
  }
  section#info .details_btn span {
    font-size: 3vh;
  }

  section#dbook .details {
    padding-top: 19%;
    padding-bottom: 13.5%;
    text-align: center;
  }
  section#dbook h2 {
    width: 88.5%;
  }
  section#dbook .dbook_btn {
      margin: 5% auto 0;
      width: 68%;
  }
  section#dbook .dbook_btn span {
    font-size: 2.4vh;
  }
  section#dbook .caution {
    width: 48%;
    margin: 4% auto 0;
  }
/* ==========================================================================
sp sns
========================================================================== */
  .sns {
    padding: 2% 10% ;
  }
  .sns .inner{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .sns .logo a {
    display: block;
    background-image: url(../images/logo.svg);
    background-size: 100% 100%;
    width: calc(112px);
    height: calc(112px / 494.58 * 217.28);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .sns .sns_icon {
    display: flex;
    align-items: center;
  }
  .sns .sns_icon ul {
    display: flex;
    justify-content: space-between;
    width: 120px;
    align-items: center;
  }
  .sns .sns_icon ul li {
    width: 25%;
  }
/* ==========================================================================
sp osusume
========================================================================== */
  section#osusume .osusume_list{
    flex-wrap: wrap;
  }
  section#osusume .osusume_list li {
    width: 48%;
    margin-right: 4%;
    text-align: center;
  }
  section#osusume .osusume_list li img {
    width: 100%;
  }
  section#osusume .osusume_list li:nth-child(2n) {
    margin-right: 0;
  }
  section#osusume .osusume_list li:nth-child(n+3) {
    margin-top: 4%;
  }
  section#osusume .osusume_list li div {
    margin-bottom: 8%;
  }
  section#osusume .osusume_list li a {
    width: 68.44%;
    display: block;
    margin: 0 auto;
  }
/* ==========================================================================
sp modal
========================================================================== */
  .modal-content {
    width: 90%;

  }

  .modal-button {
      cursor: pointer;
  }
  .modal-content h3 {
    margin: 20px 30px 0;
  }
  .modal-content-inner {
    padding: 30px 40px 40px;
    max-height: 70vh;
    overflow-y: auto;
  }
  #modalMovie .modal-content-inner {
    padding: 0;
  }
  .modal-content-inner .modal-flex{
    flex-flow: column;
  }
  .modal-content-inner .modal-text {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.6;
    flex: 1;
  }
  .modal-content-inner .modal-image{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal-content-inner .book {
    margin-top: 20px;
  }
}

@media screen and (min-width: 813px) {
  .is-sp {
    display: none;
  }
  .h1_movie_sp,
  #modalMovie {
    display: none !important;
  }
}

</pre></body></html>