@charset "UTF-8";
@import url("reset.css");

/*
font-family: 'Lato', sans-serif;

font-family: 'Montserrat', ;
font-family: 'Quicksand', ;
font-family: 'Julius Sans One', ;
font-family: Montserrat,sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
font-family: "Noto Sans JP", sans-serif;
*/

body {
font-family: "IBM Plex Sans JP", sans-serif;
font-weight: normal;
/*color: #222;*/
color: #222;
}

body.error404 .wrapper {
  background-image: url(../img/bg2.png);
  background-repeat: repeat;
}
body.error404 .wrapper:before {
  content: "";
  width: 100%;
  height: 100%; 
  display: block;
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.wrapper {
  background-image: url(../img/bg.png);
  background-repeat: repeat;
}
.wrapper::before {
  content: "";
  width: 100%;
  height: 100%; 
  display: block;
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  opacity: 1;
}
main {
  margin: 0;
  padding: 0;
}



main {
    min-height: calc(100vh - 125px);
}

.lato {
  font-family: 'Lato', sans-serif;
}
/* inner */
.inner { margin:0 auto; }
.inner.width-1100 { width:1100px; }


@media screen and (max-width:1100px) {
.inner { padding:0; }
.inner.width-1100 { width:100%; } 
}





.post, .page {
    margin: 0!important;
}

#mbtm50 {
padding-bottom: 100px;
}


@media screen and (max-width: 768px) {
#mbtm50 {
padding-bottom: 50px;
}
.inner {
  padding: 0 20px;
}
.wrapper {
  background-image: url(../img/bg_sp.png);
  background-repeat: repeat;
}
}


/*=======================================================
kv
 =======================================================*/

 #slideshow {
  position: relative;
  width:  100%;
  height: auto;
  display: flex;
  min-height: 100%;
  justify-content: space-between;
margin: 60px auto;
flex-wrap: wrap;
/*min-height: calc( 100vh - 60px );*/
}

 #slideshow::before {
  content: "";
  display: block;
padding-top: 71.133333333333333%;
}
 #slideshow .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#slideshow img {
  position: absolute;
  top: 0;
  left:0;
  z-index: 8;
  opacity: 0.0;
  width:  100%;
  height: auto;
}
#slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}
#slideshow img.last-active {
  z-index: 9;
}

@media screen and (max-width:768px) {
 #slideshow {
  position: relative;
  width:  100%;
  height: auto;
  display: flex;
  min-height: 100%;
  justify-content: space-between;
margin: 60px auto 0;
flex-wrap: wrap;
min-height: 300px;
}
}


/*=======================================================
 header
 =======================================================*/

 header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}



header .logo {
  padding: 0 0 0 20px;
  font-size: 36px;
display: inline-block;
  background: linear-gradient(180deg, #ed9047 0%, #7bc0be 50%, #efea74 100%);
  background: -webkit-linear-gradient(-90deg, #ed9047 0%, #ed9047 50%, #efea74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Anton', sans-serif;
}
header .logo img {
height: 30px;
 
}



nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;

}
nav li {
  margin: 0 0 0 25px;
  list-style-type: none;
}

nav li:last-child {
  margin: 0 25px;

}





header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
  background-image: url(../img/bg.png);
}
nav .navbox {
  text-align: center;
}
nav .navbox a {
color: #000;
}
nav .navbox a:hover {
color: #000;
opacity: 0.8;
}
.size{
  font-size:1.5em; /*1.5倍にする*/
}
.fa-x-twitter {
color: #000;
}

nav ul .menu_en {
font-size: 30px;
letter-spacing: 0.05em;
color: #222;
font-family: "Mouse Memoirs", sans-serif;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}

nav ul a {
  color: #222;
}

nav ul a:hover {
opacity: 0.8;
  color: #ebeefa;
}


@media screen and (max-width:1240px) {
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



header .logo {

  padding: 0 0 0 10px;
  font-size: 36px;
    font-weight: 400;
}


nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
nav li {
  margin: 0 0 0 20px;
  list-style-type: none;
}



nav ul .menu_en {
font-size: 30px;
font-weight: 300;
letter-spacing: 0.05em;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}}


@media screen and (max-width: 1100px) {

header .logo {

  padding: 0 0 0 10px;
  font-size: 24px;
    font-weight: 400;
}
}



/* humburger */
@media screen and (max-width: 768px) {

#gloval-nav ul li:nth-child(8) {
margin: 0;
}

header .phonebox {
    display: none;
}

header .logo {

    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: 400;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}



header .logo {

  padding: 0 0 0 10px;

}
nav li {
  margin: 0;
  list-style-type: none;
}

nav ul a .contact {
    background: transparent;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: auto;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
nav ul a .contact img {

  height:  30px;
  vertical-align:  middle;
}


#nav-toggle {
  /*position: fixed;
  top: 15px;
  right: 15px;*/
  padding-right: 10px;
  height: 32px;
  cursor: pointer;

}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 90%;
  height: 2px;
  left: 0;
  display: block;
  background: #222;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 24px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 21px;
}

.open #nav-toggle span {
  background: #222;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background-color: #fff;
  color: #c9bc9c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #c9bc9c;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
	
}
#gloval-nav a:hover {
  color: #666;
}

nav {
  width: 100%;
}

nav ul {
  margin: 0;
  display: block;

}
nav ul li {
width: 100%;

}

nav ul.sns {
    display: inline-flex;
}
nav ul.sns li {
    margin: 0 20px;
}
nav li:last-child {
    margin: 0;
}
nav ul .menu_en {
font-size: 30px;
}
nav ul .menu_jp {
font-size: 12px;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .10s;
          transition-delay: .10s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/* humberger */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

}


.home main {
    min-height: 100%;
    min-height: calc( 100vh - 124px);

}
/*main {
    min-height: 100%;
    min-height: calc( 100vh - 210px);

}*/



/* home */

.topvisual{
  display: flex;
  min-height: 100%;
  justify-content: space-between;
  max-width: 1000px;
  margin: 100px auto;
  flex-wrap: wrap;
}


.poster{
width: 100%;
margin-bottom: 40px;
}

.topcontents{
  width: 100%;
  margin: 00;
align-items:center;}

.topcontents .presite {
	display:block;
}

.topcontents h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
.topcontents h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.topcontents h2:after{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.topcontents h2 .underline {
	border-bottom: 1px solid #af1e24;

}

.topcontents .cast {
	text-align:center;
	font-size: 18px;
	color:#222;
	line-height:34px;
	margin-bottom: 30px;
}

.toplogo {
	width: 100%;
	max-width: 600px;
	margin: 150px auto;
	padding: 0 30px;
}
.toplogo img {
	width: 100%;
	height: auto;
}

.poster {
    height: 100%;
}

.poster {
 width:100%;
 height:auto;
 background: url(../img/mv.jpg);
  background-size:100%;  
  /*background-size: cover;*/
  background-repeat: no-repeat;

}

.poster:before {
  display:block;
  content:"";
    padding-top: 100%;
  }
.topcontents .news {
  margin: 0 auto;

} 

p.posterimg {
	margin: 0 auto!important;
}
p.posterimg img {
	margin: 0 auto!important;
	width: 100%;
	max-width: 1000px;
}

.topcontents h1 {
text-align: center;
font-size: 3.6vw;

color: #C92A28;
}
.topcontents .aniversary {
  text-align: center;
font-size: 4vw;
margin-bottom: 30px;
  font-weight:bold;
  color: transparent;
  background: linear-gradient(0deg, #f8f8f8 0%, #f4f4f4 45%, #f7f7f7 70%, #f4f4f4 85%, #f8f8f8 90% 100%); 
  -webkit-background-clip: text;
  }
  .topcontents .aniversary .large {
    font-size: 3.8vw;
  }

.topcontents .logo {
  text-align: center;
  margin-bottom: 80px;
}
.topcontents .logo img {
  width: 100%;
  max-width: 500px;
}

.topcontents .stage  {
font-size: 30px;
text-align: center;
}

.topcontents .map  {
  text-align: center;
  color: #000;
  background: #f08533;
  display: inline;
  padding: 2px 10px;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  }

.topcontents .date  {
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222;
	font-weight: bold;
  }
  .topcontents .date .number  {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
	font-weight: bold;
    }

.topcontents .hall  {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
	font-weight: bold;
    }
    .topcontents .hall .small  {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center;
	font-weight: bold;

      }

.topcontents .information  {
      font-size: 20px;
      margin-bottom: 20px;
      text-align: center;
      line-height: 36px;
      background: #060d1d;
      border: 1px solid #65a4f6;
      padding: 20px;
      box-shadow: 0 0 8px #65a4f6;
      letter-spacing: 0.03em;

      }
      
.topcontents .information .large  {
      font-size: 30px;
      }
      
      .topcontents .information .link  {
        font-size: 22px;
        color: #65a4f6;
        }
        .topcontents .information .link a {
          font-size: 22px;
          color: #65a4f6!important;
          text-decoration: underline;
          }
        

          .topcontents ul.list_cast {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 100%;
            font-size: 22px;
            margin-bottom: 30px;
            white-space: nowrap;
           
          }
          .topcontents ul.list_cast li {
            line-height: 36px;
          }
          
          .topcontents ul.list_cast li.left {
            width: calc( 50% - 40px );
            text-align: right;
          
          }
          
          
          .topcontents ul.list_cast li.line {
            width: 80px;
            text-align: center;
          }
          
          .topcontents ul.list_cast li.line img {
            width: 80px;
            vertical-align: middle;
            width: 60px;
          }
          
          
          .topcontents ul.list_cast li.right {
            width: calc( 50% - 40px );
            text-align: left;
          
          }
          
          
          .topcontents .text {
            text-align: left;
            font-size: 1.8vw;
            line-height: 1.6em;
          
          }
          .topcontents .small {
            text-align: center;
              font-size: 12px;
              vertical-align: middle;
            
          }
          
          .topcontents .textbox {
            display: table;
            margin: 0 auto 60px;
          }

/*
@media screen and (max-width: 1500px) {
  .poster{
width: 55%;

}

.topcontents{
width: 45%;

}}*/





@media screen and (max-width: 768px) {
  .topvisual {
    display: flex;
    min-height: 100%;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
    flex-wrap: wrap;
    margin: 40px 0;
}
.poster {
  width: 100%;
}
.topcontents {
  width: 100%;
}
.topcontents h1 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #C92A28;
  margin: 40px auto 0;
}
.topcontents h2 {
text-align: center;
font-size: 30px;
margin-bottom: 20px;
font-weight: bold;
position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
.topcontents h2:before{
  content: '';
  display: inline-block;
  width: 75px;
  height: 81px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.topcontents h2:after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 81px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}


.topcontents .aniversary {
  text-align: center;
font-size: 26px;
line-height: 34px;
margin-bottom: 30px;
  font-weight:bold;
  color: transparent;
  background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
  -webkit-background-clip: text;
  }
  .topcontents .aniversary .large {
    font-size: 34px;
  }
  .topcontents .logo_60th img {
    width: 130px;
}
.topcontents .stage {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.topcontents .date  {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  }
  .topcontents .date .number  {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    }

.topcontents .hall  {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
  }
  .topcontents .hall .small  {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;

    }

.topcontents .information  {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 32px;
    background: #060d1d;
    border: 1px solid #65a4f6;
    padding: 20px;
    box-shadow: 0 0 8px #65a4f6;
    }
    .topcontents .information .large  {
      font-size: 24px;
      }
      
.topcontents ul.list_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}

.topcontents ul.list_cast.end {
  margin-bottom: 0;
}
.topcontents .small {
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
.topcontents .textbox {
  display: table;
  margin: 0 auto;
}

.topcontents ul.list_cast li.left {
  width: calc( 70% - 20px );
  text-align: right;

}


.topcontents ul.list_cast li.line {
  width: 40px;
}

.topcontents ul.list_cast li.line img {
  width: 30px;
  vertical-align: middle;

}


.topcontents ul.list_cast li.right {
  width: calc( 30% - 20px );
  text-align: left;

}

.topcontents ul.list_cast#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

.topcontents ul.list_cast#first li.right {
  width: calc( 50% - 20px );
  text-align: left;

}
}

@media screen and (max-width:1000px) {
.topcontents .date  {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  }
  .topcontents .date .number  {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    }

.topcontents .hall  {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  }
  .topcontents .hall .small  {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.toplogo {
	margin: 80px auto 30px;
padding: 0 15px;
}
}
/*_______________________________

news
_______________________________*/
.topnewsarea {
  width: 100%;
}

@media screen and (max-width:1000px) {
  .topnewsarea {
    width: 100%;
  }}
  
.topnews {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 100px 0;
  text-align: center;
}
.topnews h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
.topnews h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.topnews h2:after{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}


.topnews ul.sns {
  padding: 25px 0 25px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.topnews ul.sns a {
color: #f08533!important;
}
.topnews ul.sns li {
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight:100;
    margin-right: 15px;
  }
  .topnews ul.sns li:last-child {
  
      margin-right: 0;
    }
  

    .topnews ul.sns img {
      margin:0 5px;
      }
      .topnews ul.sns .fa-brands {
        font-weight: 400;
        font-size: 30px;
      }
      
@media screen and (max-width:768px) {
.topnews h2 {
text-align: center;
font-size: 30px;
margin-bottom: 30px;
font-weight: bold;
position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
      }}
/*アコーディオン全体*/

.topnews .txt {
	margin-bottom: 20px;
}

.topnews .nob {
	margin-bottom: 0;
}


.topnews .emphasize {
	font-weight:bold;
}


.topnews .accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}


.topnews .accordion-area li{
    margin: 10px 0;
}


.topnews .accordion-area section {
  padding:0;
  background: #fff;
  border: 2px solid #222;
  padding: 20px;
  /* box-shadow: 0 0 8px #d7c079; */
  /* background: linear-gradient(-20deg, #ccc; 0%, #222 100%); */
  background-color: #fff;
}



.topnews .accordion-area .contents_wrap {
  padding:0!important;
}


@media screen and (max-width:1000px) {
  .topnews {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 200px 30px;
    text-align: center;
  }
}


@media screen and (max-width:768px) {
  .topnews {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 40px 15px;
    text-align: center;
  }
  .topnews h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
    }
    .topnews h2:before{
      content: '';
      display: inline-block;
      width: 75px;
      height: 81px;
      vertical-align: middle;
      background: url(../img/apartment.png);
      background-size: 75px auto;
      background-repeat: no-repeat;
      margin-right: 20px;
    }
    .topcontents h2:after {
      content: '';
      display: inline-block;
      width: 75px;
      height: 81px;
      vertical-align: middle;
      background: url(../img/apartment.png);
      background-size: 75px auto;
      background-repeat: no-repeat;
      margin-left: 20px;
    }
    
}


/*_______________________________

catch
_______________________________*/
.catch {
width: 100%;
max-width: 800px
margin: 0 auto;
padding: 0 0 60px;
}

.catch .text {
	font-size: 30px;
	text-align: center;
}

@media screen and (max-width:768px) {
.catch {
width: 100%;
max-width: 800px
margin: 0 auto;
padding:20px 0;
}
.catch .text img {
width: 100%;
padding: 0 30px;
}
}
/*_______________________________

story
_______________________________*/
.story {
  width: 100%;
}

@media screen and (max-width:1000px) {
  .story {
    width: 100%;
  }}
  
  .story {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 100px 0;
  text-align: center;
}
.story h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
.story h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.story h2:after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.story .storybox {
    padding: 0;
    background: #fff;
    border: 2px solid #000;
    padding: 50px 20px 20px 20px;
    /* box-shadow: 0 0 8px #d7c079; */
    /* background: linear-gradient(-20deg, #ccc; 0%, #222 100%); */
    background-color: #fff;
    color: #000;
}
.story .storybox .text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8em;
}

.story .storybox .text .one {
  color: white;
  -webkit-text-fill-color: #fff; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .two {
  color: white;
  -webkit-text-fill-color: #0433ff; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .three {
color: white;
  -webkit-text-fill-color: #ff9300; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .four {
  color: white;
  -webkit-text-fill-color: #ff2600; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .five {
  color: white;
  -webkit-text-fill-color: #fffb00; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .six {
  color: white;
  -webkit-text-fill-color: #ff8ad8; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .seven {
  color: white;
  -webkit-text-fill-color: #00fdff; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .eight {
  color: white;
  -webkit-text-fill-color: #9929bd; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .nine {
  color: white;
  -webkit-text-fill-color: #35db5f; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .charles {
  color: white;
  -webkit-text-fill-color: #f8d748; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .nicola {
  color: white;
  -webkit-text-fill-color: #e9339f; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .chroe {
  color: white;
  -webkit-text-fill-color: #72f8ba; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .zoi {
  color: white;
  -webkit-text-fill-color: #4faeea; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}

.story .storybox .text .izabella {
  color: white;
  -webkit-text-fill-color: #68349c; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}
.story .storybox .text .vivi {
  color: white;
  -webkit-text-fill-color: #132be9; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px black;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 800;
}



@media screen and (max-width:768px) {
  .story  {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 40px 15px;
    text-align: center;
}
  .story h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
.story h2:before{
  content: '';
  display: inline-block;
width: 75px;
height: 93px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-right: 20px;

}
.story h2:after {
  content: '';
  display: inline-block;
width: 75px;
height: 93px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.story .storybox .text {
  font-size: 14px;
  margin-bottom: 20px;
line-height: 1.6em;
text-align: left;
}
}

/*=======================================================
movie
 =======================================================*/

article.movie {
  margin: 80px auto;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-bottom: 80px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

article.movie a.linkbtn {
  line-height: 18px;
background: #060d1d;
border: 1px solid #65a4f6;
padding: 20px;
box-shadow: 0 0 8px #65a4f6;
letter-spacing: 0.03em;
}
article.movie a.linkbtn:hover {
opacity: 0.7;
}



/*=======================================================
アコーディオン

 =======================================================*/


.topnews .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    color: #000;
    text-align: left;
    margin-bottom:0;
}

/*アイコンの＋と×*/

.topnews .title::before,

.topnews .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #f08533;
}

.topnews .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}

.topnews .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/

.topnews .title.close::before{
  transform: rotate(45deg);
}

.topnews .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.topnews .box {
 display: none;/*はじめは非表示*/
  margin: 0;
    padding:0 3% 3% 3%;
  text-align: left;
  width: 100%;
  background:none;
  color: #000;
}
.topnews .box .text {
  color: #000;
  text-align: left;
  margin-bottom:20px;
  font-size: 14px;
}
.topnews .box .lead {
  color: #fff;
  text-align: left;
  margin-bottom:0;
  font-size: 14px;
}

.topnews ul.lists {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.topnews ul.lists li {
  position: relative;
  padding-left: 16px;
}
.topnews ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}



.topnews ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.topnews ul.caution li {
  position: relative;
  padding-left: 16px;
}
.topnews ul.caution li:before {
 content: '※';
left: 0;
  position: absolute;
}

.topnews ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.topnews ul.caution li {
  position: relative;
  padding-left: 16px;
  margin: 0;
}
.topnews ul.caution li:before {
  content: "※";
  left: 0;
  position: absolute;
}


.topnews .indent {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
  margin-bottom:0;
}

.topnews a {
    color: #f08533;
    text-decoration: none;
}
.contents_btn {
  color: #fff;
  cursor:pointer;
  text-align:center;
  margin-top:30px;
}

.topnews ul.newslist {
  width: 100%;
  display:flex;
  justify-content:left;
  align-items:left;
  color: #000;
}

.topnews ul.newslist li:nth-child(odd) {
  width: 100px;
  justify-content:left;
  align-items:left;
  color: #f08533;
  font-weight: bold;
}
.topnews ul.newslist li:nth-child(even) {
  width: calc( 100% - 100px );

}



@media screen and (max-width:768px) {
.topnews .title {

  padding: 3% 30px 3% 5%;

}
.topnews ul.newslist {
  width: 100%;
  display:flex;
  justify-content:left;
  align-items:left;
  flex-wrap: wrap;
}

.topnews ul.newslist li:nth-child(odd) {
  width: 100%;
  justify-content:left;
  align-items:left;
  margin-bottom: 0;
  font-size: 14px;
}
.topnews ul.newslist li:nth-child(even) {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
}
.topnews .box {
  display: none;
  margin: 0;
  padding: 0 30px 3% 5%;
  text-align: left;
  width: 100%;
  background: none;
  font-size: 14px;
  width: auto;
}
.topnews h2 {
  text-align: center;
font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
.topnews h2:before{
  content: '';
  display: inline-block;
width: 75px;
height: 93px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-right: 20px;

}
.topnews h2:after {
  content: '';
  display: inline-block;
width: 75px;
height: 93px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}
}

/*　new rule */

.topnews .box ul {
	margin-left: 20px;
}
.topnews .box ul li {
	list-style: disc;
	font-size: 16px;
}
.topnews .box ol {
	margin-left: 20px;
}
.topnews .box ol li {
	list-style: decimal;
		font-size: 16px;
}

.topnews .box h1 {
font-size: 24px;
}
.topnews .box h2 {
font-size: 22px;
text-align: left;
margin-bottom: 0;
font-weight: normal;
position: static;
    color: #222;
    text-shadow: none;
font-family: "IBM Plex Sans JP", sans-serif;
    letter-spacing: 0;
}
.topnews .box h2:before {
display: none;
}
.topnews .box h2:after {
display: none;
}
.topnews .box h3 {
font-size: 20px;
}
.topnews .box h4 {
font-size: 18px;
}
.topnews .box h5 {
font-size: 16px;
font-weight: bold;
}
.topnews .box h6 {
font-size: 14px
}
.topnews .box p {
font-size: 16px
}
/*.topnews .box img {
	width: 100%;
	height: auto;
}*/
@media screen and (max-width:768px) {
.topnews .box ul {
	margin-left: 16px;
}
.topnews .box ul li {
	list-style: disc;
	font-size: 14px;
}
.topnews .box ol {
	margin-left: 16px;
}
.topnews .box ol li {
	list-style: decimal;
	font-size: 14px;
}

.topnews .box h1 {
font-size: 22px;
}
.topnews .box h2 {
font-size: 20px;
text-align: left;
margin-bottom: 0;
font-weight: normal;
position: static;
    color: #222;
    text-shadow: none;
font-family: "IBM Plex Sans JP", sans-serif;
    letter-spacing: 0;
}
.topnews .box h2:before {
display: none;
}
.topnews .box h2:after {
display: none;
}
.topnews .box h3 {
font-size: 18px;
}
.topnews .box h4 {
font-size: 16px;
}
.topnews .box h5 {
font-size: 14px;
font-weight: bold;
}
.topnews .box h6 {
font-size: 12px;
}
.topnews .box p {
font-size: 14px;
}
}
/*_______________________________

cast
_______________________________*/

.castarea {
  width: 100%;
}



section.cast {
  margin: 0 auto;
  width: 100%;
  padding:120px 0;
  text-align: center;
}

section.cast .logo {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
section.cast .logo img {
  width: 100%;
  max-width: 20vw;
  margin: 0 auto;
}
.cast h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
.cast h2 .rubyposition_under{
  display: inline-block;
}
.cast h2 .rubyposition_under ruby{
  display: flex;
  flex-direction: column;
  text-align: justify;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: justify;
  line-height: 40px
}
.cast h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.cast h2:after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
 
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #ccc;;
      text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
}
 
.head-border:before {
    left: 0;
}
 
.head-border:after {
    right: 0;
}

section .cast .abox {
  display: table;
  margin: 60px auto 0;
  border: 3px solid #000;
  padding: 30px;
  background: #fff;
width: 100%;
max-width: 500px;
}

section.cast h3 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 30px;
  font-weight: bold;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
section.cast .txt {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

.rubyposition_under{
  display: inline-block;
line-height: 24px
}
.rubyposition_under ruby{
  display: flex;
  flex-direction: column;
  text-align: center;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: center;
}

section.cast .name {
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
font-weight: bold;
}


section.cast ul.list_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 22px;
  max-width: 1000px;
  margin: 0 auto 30px;
  white-space: nowrap;
}
section.cast ul.list_cast#nospace {
  margin: 0 auto;
}
section.cast ul.list_cast li {
 line-height: 30px;
margin-bottom: 10px;
}

section.cast ul.list_cast li.left {
  width: calc( 50% - 40px );
  text-align: right;

}


section.cast ul.list_cast li.line {
  width: 80px;
}

section.cast ul.list_cast li.line img {
  vertical-align: middle;
  width: 60px;
  height: auto;
  font-size: 0;
}


section.cast ul.list_cast li.right {
  width: calc( 50% - 40px );
  text-align: left;

}


section.cast .text {
  text-align: center;
  font-size: 1.8vw;
  line-height: 1.6em;

}
section.cast .small {
  text-align: center;
    font-size: 12px;
    vertical-align: middle;
  
}

section.cast .textbox {
  /*display: table;*/
  margin: 0 auto 60px;
}

section.cast .text2 {
  font-size: 1.8vw;
  line-height: 1.6em;
  margin-bottom: 30px;
}

section.cast ul.castlist {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
margin: 0 auto;
width: 100%;
max-width: 1000px;
	
}
section.cast ul.castlist#last {
  margin-bottom: 80px;
}

section.cast ul.castlist li {
	width: 32%;
	margin-right:2%;
	margin-bottom: 20px;
	background: #fff;

}
section.cast ul.castlist li:nth-child(3n) {
	margin-right:0;
}
section.cast ul.castlist li img {
	width: 100%;
    /*aspect-ratio: 2 / 3;
    object-fit: cover;*/
/*border-radius: 30px;*/

}


section.cast ul.castlist li .over img:first-child:hover {

}

section.cast ul.castlist li .over img:hover {
transition: opacity 3s;

}
.switch_image {
    position: relative;
}

.switch_image img {
    transition: opacity 2s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0;
	left: 0;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}

section.cast ul.castlist li:first-child img {
box-shadow: 4px 4px 16px #888;
}

section.cast ul.castlist li:nth-child(2) img {
box-shadow: 4px 4px 16px #0433ff;
}

section.cast ul.castlist li:nth-child(3) img {
box-shadow: 4px 4px 16px #ff9300;
}
section.cast ul.castlist li:nth-child(4) img {
box-shadow: 4px 4px 16px #ff2600;
}
section.cast ul.castlist li:nth-child(5) img {
box-shadow: 4px 4px 16px #fffb00;
}
section.cast ul.castlist li:nth-child(6) img {
box-shadow: 4px 4px 16px #ff8ad8;
}
section.cast ul.castlist li:nth-child(7) img {
box-shadow: 4px 4px 16px #00fdff;
}
section.cast ul.castlist li:nth-child(8) img {
box-shadow: 4px 4px 16px #9929bd;
}
section.cast ul.castlist li:nth-child(9) img {
box-shadow: 4px 4px 16px #35db5f;
}


section.cast ul.castlist li .caption span {
	font-size:14px;
	text-align:center;
}

section.cast ul.castlist li .caption {
	font-size:20px;
	text-align:center;
	margin-bottom: 10px;
	line-height: 1.2em;
}
section.cast ul.castlist li .character {
    margin: 0 5px 5px;
	font-size: 16px;
	border: 2px dotted #000;
	background: #fff;
	padding:10px;
	text-align: left;
}

section.cast ul.castlist img {
  width: 100%;
}

section.cast .title {
    font-size: 30px;
    font-weight: bold;
    margin: 50px auto 20px;
    text-align: center;
text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
}
section.cast .name {
    font-size: 24px;
    text-align: center;
}
section.cast .storybox {
    padding: 0;
    background: #fff;
    border: 2px solid #000;
    padding: 50px 20px 20px 20px;
    /* box-shadow: 0 0 8px #d7c079; */
    /* background: linear-gradient(-20deg, #ccc; 0%, #222 100%); */
    background-color: #fff;
    color: #000;
	max-width: 1000px;
	margin: 0 auto;
}
section.cast .storybox .text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8em;
}

@media screen and (max-width:1360px) {
  section.cast {
  padding:150px 30px;
}}

@media screen and (max-width:768px) {
  section.cast {
  padding:40px 15px;
  margin: 0 auto;
    width: 100%;
    max-width: 100%;
    width: 100%;
}
section.cast#last {
  padding:40px 15PX 40px;
}
section.cast .logo img {
  width: 100%;
  max-width: 130px;
    margin: 0 auto;
}

section.cast h2 {
  text-align: center;
font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
section.cast h2:before{
  content: '';
  display: inline-block;
  width: 75px;
  height: 93px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-right: 20px;

}
section.cast h2:after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 93px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}
section.cast .txt {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

section.cast .name {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
section.cast ul.list_cast {

  font-size: 14px;

}
section.cast ul.castlist#last {
  margin-bottom: 40px;
}
section.cast .small {
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
section.cast .textbox {
  display: table;
  margin: 0 auto;
width: 100%;
}
	section.cast ul.list_cast li {
		margin-bottom: 0;
	}
section.cast ul.list_cast li.left {
  width: calc( 70% - 20px );
  text-align: right;

}


section.cast ul.list_cast li.line {
  width: 40px;
}

section.cast ul.list_cast li.line img {
  width: 30px;
  vertical-align: middle;

}


section.cast ul.list_cast li.right {
  width: calc( 30% - 20px );
  text-align: left;

}

section.cast ul.list_cast li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

section.cast ul.list_cast li.right {
  width: calc( 50% - 20px );
  text-align: left;

}	
	
section.cast ul.list_cast#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

section.cast ul.list_cast#first li.right {
  width: calc( 50% - 20px );
  text-align: left;
  line-height: 1.4em;

}
section.cast h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
section.cast .text2 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.cast .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;

}
section.cast ul.castlist {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
  margin-bottom: 0;
}
section.cast ul.castlist li:first-child {
	width: 49%;
	margin: 0 2% 0 0;
}
section.cast ul.castlist li {
	width: 49%;
	margin-right:2%;
	margin-bottom:20px;
}
section.cast ul.castlist li:nth-child(2n){
	margin-right:0;
}
section.cast ul.castlist li:nth-child(5) {
	margin-right:2%;
}
section.cast ul.castlist li:nth-child(3n) {
	margin-right:2%;
}	
section.cast ul.castlist li:nth-child(6) {
	margin-right:0;
}
section.cast ul.castlist li img {
	width: 100%;
	
}
section.cast .title {
        font-size: 22px;
        font-weight: bold;
        margin: 30px auto 20px;
        text-align: center;
}
section.cast .name {
        font-size: 16px;
        text-align: center;
}
section.cast .storybox {
    padding: 0;
    background: #fff;
    border: 2px solid #000;
    padding: 50px 20px 20px 20px;
    /* box-shadow: 0 0 8px #d7c079; */
    background-color: #fff;
    color: #000;
}
section.cast .storybox .text {
font-size: 14px;
margin-bottom: 20px;
line-height: 1.6em;
text-align: left;
}

section.cast ul.castlist li:first-child img {
box-shadow: 3px 2px 8px #888;
}

section.cast ul.castlist li:nth-child(2) img {
box-shadow: 3px 2px 8px #0433ff;
}

section.cast ul.castlist li:nth-child(3) img {
box-shadow: 3px 2px 8px #ff9300;
}
section.cast ul.castlist li:nth-child(4) img {
box-shadow: 3px 2px 8px #ff2600;
}
section.cast ul.castlist li:nth-child(5) img {
box-shadow: 3px 2px 8px #fffb00;
}
section.cast ul.castlist li:nth-child(6) img {
box-shadow: 3px 2px 8px #ff8ad8;
}
section.cast ul.castlist li:nth-child(7) img {
box-shadow: 3px 2px 8px #00fdff;
}
section.cast ul.castlist li:nth-child(8) img {
box-shadow: 3px 2px 8px #9929bd;
}
section.cast ul.castlist li:nth-child(9) img {
box-shadow: 3px 2px 8px #35db5f;
}
section.cast ul.castlist li .caption {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2em;
}

section.cast ul.castlist li .caption span {
    font-size: 12px;
    text-align: center;
}
section.cast ul.castlist li .character {
    margin: 0 5px 5px;
	font-size: 14px;
	border: 2px dotted #000;
	background: #fff;
	padding:5px;
}
section .cast .abox {
  display: table;
  margin: 40px auto 0;
  border: 3px solid #000;
  padding: 20px;
  background: #fff;
width: 100%;
max-width: 80%;
}
section .cast .presented {
font-size:14px;
text-align: center;
}
section .cast .presented img {
font-size:14px;
	margin: 0 5px;
width: 30px;
}
}


/*_______________________________

pic
_______________________________*/


.cast .picture {
  cursor: pointer;
  margin-inline: auto;
  margin-top: 0;
  position: relative;
}
/* 画像のスタイル */
.cast .picture img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
/* 2枚目の画像は最初透明 */
.cast .picture img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.cast .picture:hover img {
  opacity: 1;
}
section ul.list50 li .picture img {
  padding-right: 0;
  width: 100%;
	padding-right: 50px;
}

/*_______________________________

production
_______________________________*/

.production {
  width: 100%;
  /*background: rgba(0,0,0,0.5);*/
  text-align: center;
  /*background: url(../img/cast_bottom.png) center top no-repeat;*/
  height: auto;
  background-size: contain;

}

section.introduction {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding:120px 0;
}

section.introduction h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}

section.introduction .text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 40px;
}

section.introduction .text .small {
  font-size: 0.8em;
  vertical-align: middle;
}


@media screen and (max-width:1350px) {
  section.introduction {
  padding:120px 30px;
}}

@media screen and (max-width:768px) {
  section.introduction {
  padding:30px 15px;
}
section.introduction h2 {
  text-align: center;
font-size: 30px;
  margin-bottom: 30px;
  line-height: 28px;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
section.introduction .text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
section.introduction .text .small {
  font-size: 0.8em;
  vertical-align: middle;
}
}


/*_______________________________

production
_______________________________*/

.production {
  width: 100%;
  /*background: rgba(0,0,0,0.5);*/
  text-align: center;
  /*background: url(../img/cast_bottom.png) center top no-repeat;*/
  height: auto;
  background-size: contain;

}

section.introduction {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding:120px 0;
}

section.introduction h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}

section.introduction .text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 40px;
}

section.introduction .text .small {
  font-size: 0.8em;
  vertical-align: middle;
}


@media screen and (max-width:1350px) {
  section.introduction {
  padding:120px 30px;
}}

@media screen and (max-width:768px) {
  section.introduction {
  padding:30px 15px;
}
section.introduction h2 {
  text-align: center;
font-size: 30px;
  margin-bottom: 30px;
  line-height: 28px;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
section.introduction .text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
section.introduction .text .small {
  font-size: 0.8em;
  vertical-align: middle;
}
}

/*_______________________________

トップページ　footer
_______________________________*/



footer {
   background:none;

}


footer .footermenu {
  text-align: center;
  margin: 0 auto;
  padding: 20px auto;
  color: #222;
}
footer ul {
  padding: 25px 0 25px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;

}
footer ul.sns li {
font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight:100;
  margin-right: 15px;
}
footer ul.sns li:last-child {

    margin-right: 0;
  }

footer .copy {
  text-align: center;
  font-size: 10px;
  color: #222;
}



footer ul.sns img {
margin:0 5px;
}
footer ul.sns .fa-brands {
  font-weight: 400;
  font-size: 30px;
}



footer .copy {
  padding: 25px 0 25px;
}


@media screen and (max-width: 768px) {
footer {
padding-top: 10px;
padding-bottom: 0;
}
footer .copy {
  padding: 0 0 10px;
}
}


.copy {
    font-size: 12px;
    letter-spacing: 0.03em;
    padding-top: 10px;
    text-align: center;
}

/* modal */

.works_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.works_list li.works_item {
  list-style: none;
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.works_list li.works_item:nth-child(2n) {
  margin-right: 0;
}
.works_modal_open {
  text-align: center;
display: inline-block;
}
.works_modal_open p {
	background:#ccc;;
	font-size: 14px;
	padding: 5px 4px;
	line-height: 14px;
	margin-left: 5px;
	background: #f08533;
	cursor: pointer;
}

.works_list img {
  width: 100%;
  height: auto;
}

.works_list .castname {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.works_list .castandname {
margin-bottom: 10px;
font-size: 18px;
color:#000;
text-align: center;
}
.works_list .comments {
	font-size: 14px;
  text-align: left;
}

.works_image_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}
.mask_text {
  text-align: center;
  display: block;
  padding: 10px;
  border: 1px solid #000;
  margin-top: 10px;
  font-size: 14px;
}
.works_modal_content{
  text-align: center;
}


.works_image:hover .works_image_mask {
  opacity: 1;
  padding-top: 13%;
}
/* ------works_modal css------ */
.works_modal_wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}
.works_modal_window {
  width: 90vw;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding: 30px;
  background: #fff;
  z-index: 1;
  overflow-y: hidden;
    background: #fff;
    border: 1px solid #222;
    padding: 20px;
    /* box-shadow: 0 0 8px #d7c079; */
    /* background: linear-gradient(-20deg, #ccc; 0%, #f8f8f8 100%); */
    background-color: #fff;
    background-repeat: no-repeat;
}
.works_modal_content {
  margin: 0 auto;
  width: 100%;
  height: auto;
  color: #000;
}

.works_modal_content h1 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #f08533;
}
.works_modal_content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.works_modal_content p#nospace {
	margin-bottom: 0;
}

.works_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.works_modal_close {
  z-index: 300;
  position: absolute;
  top: 0;
  right: 6px;
color: #f08533;
  font-size: 1.5rem;
  cursor: pointer;
}
.works_modal_close:hover {
color: #f08533;
  transition: all .5s;
}
html.is_open, body.is_open {
  overflow: hidden;
}
.works_modal_wrapper.is_open {
  animation: works_modal_wrapper_open .5s ease forwards;
}
.works_modal_wrapper.is_open .works_modal_window {
  animation: works_modal_window_open .5s ease forwards;
}
.works_modal_wrapper.is_close {
  animation: works_modal_wrapper_close .5s ease forwards;
}
.works_modal_wrapper.is_close .works_modal_window {
  animation: works_modal_window_close .5s ease forwards;
}


@media screen and (max-width: 768px) {
.works_modal_content h1 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
}
.works_modal_content p {
	font-size: 14px;
	margin-bottom: 15px;
}
.works_modal_content p#nospace {
	margin-bottom: 0;
}

}


@keyframes works_modal_wrapper_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes works_modal_window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes works_modal_wrapper_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes works_modal_window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}


/*_______________________________

staff
_______________________________*/

section.staff {
width: 100%;
margin: 0 auto;
max-width: 1000px;
text-align: center;
padding: 120px 0;
}

section.staff h2 {
  text-align: center;
  font-size: 4vw;
  margin: 0 auto 30px;
  font-weight: bold;
  position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}

section.staff ul.stafflist {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
  margin-bottom: 80px;
}

section.staff ul.stafflist li {
	width: 32%;
	margin-right:2%;
	margin-bottom:40px;
}
section.staff ul.stafflist li:nth-child(3n) {
	margin-right:0;
}
section.staff ul.stafflist li img {
	width: 100%;
	
}

section.staff ul.stafflist li .caption span {
	font-size:16px;
	text-align:center;
}

section.staff ul.stafflist li .caption {
	font-size:14px;
	text-align:center;
}

section.staff ul.stafflist img {
  width: 100%;
}


section.staff ul.list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}
section.staff ul.list_staff li {
 line-height: 30px;
}

section.staff ul.list_staff li.left {
  width: calc( 50% - 40px );
  text-align: right;

}


section.staff ul.list_staff li.line {
  width: 80px;
  text-align: center;
}

section.staff ul.list_staff li.line img {
  width: 80px;
  vertical-align: middle;
  width: 60px;
}


section.staff ul.list_staff li.right {
  width: calc( 50% - 40px );
  text-align: left;

}


section.staff .text {
  text-align: left;
  font-size: 1.8vw;
  line-height: 1.6em;

}
section.staff .small {
  text-align: center;
    font-size: 12px;
    vertical-align: middle;
  
}

section.staff .textbox {
  display: table;
  margin: 0 auto 60px;
}

section.staff .text2 {
  font-size: 1.8vw;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.staff .text2 {
  font-size: 1.8vw;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width:1350px) {
  section.staff {
  padding:120px 30px;
}}

@media screen and (max-width:768px) {
  section.staff {
  padding:80px 15px;
}
section.staff h2 {
  text-align: center;
font-size: 30px;
  margin-bottom: 30px;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}
section.staff .text2 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.staff ul.list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
section.staff .small {
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
section.staff .textbox {
  display: table;
  margin: 0 auto 30px;
}

section.staff ul.list_staff li.left {
  width: calc( 30% - 20px );
  text-align: right;

}


section.staff ul.list_staff li.line {
  width: 40px;
}

section.staff ul.list_staff li.line img {
  width: 30px;
  vertical-align: middle;

}


section.staff ul.list_staff li.right {
  width: calc( 70% - 20px );
  text-align: left;

}

section.staff ul.list_staff#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

section.staff ul.list_staff#first li.right {
  width: calc( 50% - 20px );
  text-align: left;

}


section.staff ul.stafflist {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
  margin-bottom: 60px;
}
section.staff ul.stafflist li:first-child {
	width: 49%;
	margin: 0 25.5% 30px;
}
section.staff ul.stafflist li {
	width: 49%;
	margin-right:2%;
	margin-bottom:30px;
}
section.staff ul.stafflist li:nth-child(3), section.staff ul.stafflist li:nth-child(5), section.staff ul.stafflist li:nth-child(7) {
	margin-right:0;
}
	section.staff ul.stafflist li:nth-child(4) {
	margin-right:2%;
}
section.staff ul.stafflist li img {
	width: 100%;
	
}

section.staff ul.stafflist li .caption {
	font-size:12px;
	text-align:center;
}
section.staff ul.stafflist li .caption span {
	font-size:14px;
	text-align:center;
}
}



/*_______________________________

schedule
_______________________________*/

section.schedule {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  padding: 120px 0;
  }
  
  section.schedule h2 {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 80px;
    font-weight: bold;
    position: relative;
    color: #222;
    /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
    /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
  section.schedule h2:before{
    content: '';
    display: inline-block;
    width: 125px;
    height: 162px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 125px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  }
  section.schedule h2:after {
    content: '';
    display: inline-block;
    width: 125px;
    height: 162px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 125px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }

section.schedule .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  }
  
section.schedule .card {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  }

section.schedule .card .small {
	font-size: 18px;
}
  
  section.schedule .date  {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.05em;
    }
    section.schedule .date .number  {
      font-size: 30px;
      margin-bottom: 30px;
      text-align: center;
      }
  
  section.schedule .hall  {
      font-size: 24px;
      margin-bottom: 40px;
      text-align: center;
      }
      section.schedule .hall .small  {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
  
        }
        section.schedule .hall .map  {     
          text-align: center;
          color: #000;
          background: #f08533;
          display: inline;
          padding: 2px 10px;
          margin-left: 5px;
          vertical-align: middle;
          font-weight: 500;
          font-size: 20px;
        }

        section.schedule .textbox {
          display: table;
          margin: 0 auto 60px;
        }
        section.schedule .textbox img {
          width: 100%;
          height: auto;
        }
        section.schedule ul.caution {
          margin: 0 auto 20px;
          padding: 0;
          color: #000!important;
          line-height: 24px;
        }
        section.schedule ul.caution li {
          list-style: none;
          padding-left: 1em;
          text-indent: -1em;
          text-align: left;
          margin-bottom: 0;
          color: #000!important;
          font-size:14px;
        }

section.schedule ul.schedulelist {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          max-width: 1000px;
          margin: 0 auto 50px;
          /*border: 1px solid #c9caca;*/
          padding: 20px;
          /* box-shadow: 0 0 8px #d7c079; */
          /* background: linear-gradient(-20deg, #bf9042 0%, #c9caca 100%); */
          background-repeat: no-repeat;
          /*background-image: url(../img/corner.svg), url(../img/corner2.svg), url(../img/corner4.svg), url(../img/corner3.svg);*/
          background-position: top left, top right, bottom left, bottom right;
          border: 2px solid #000;
          background: #fff;
        }
section.schedule ul.schedulelist li.time {
	width:80px;
}
section.schedule ul.schedulelist li.time2 {
	width:80px;
}
        
section.schedule ul.schedulelist li.date {
        width: 170px;
        font-size: 18px;
        line-height: 44px;
        font-weight: bold;
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
        margin-bottom: 0;
        color: #000;

        }
        section.schedule ul.schedulelist li.date#first {
          padding-left: 0;
        }        
section.schedule ul.schedulelist li {
        width: calc( 50% - 165px );
        font-size: 18px;
        line-height: 44px;
        border-right: 1px dotted #c9caca;
        border-bottom: 1px dotted #c9caca;
        text-align:center;
        font-weight: bold;
        padding: 5px;
        color: #000;
        }

section.schedule ul.schedulelist li .blank {
	color: transparent;
}
section.schedule ul.schedulelist li span img {
width: 20px;
    height: auto;
    vertical-align: middle;
	margin-right: 5px;
}
section.schedule ul.schedulelist li .red {
	color: #cc0000;
}

section.schedule ul.schedulelist li:nth-child(5n) {
         border-right: none;
}
    
    	  section.schedule ul.schedulelist li:nth-child(36) {
		  border: none;
		  width: 100%;
	  }    
section.schedule ul.schedulelist li .castname {
    padding: 6px 5px;
    background: #65a4f6;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    background: #D78CDA;
    line-height: 0.9em;
        }
        section.schedule ul.schedulelist.osaka li .castname {
background: #ae89d2;

        }
        section.schedule ul.schedulelist li .castname2 {
          padding: 5px 5px;
          background: #ade6fe;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          height: 40px;
          color: #000;
          font-weight: normal;
          font-size: 16px;

        }
        section.schedule ul.schedulelist.osaka li .castname2 {
          background: #ae89d2;
        }
        section.schedule ul.schedulelist li .castname#spacing {
          line-height: 30px;
        }
        section.schedule ul.schedulelist li .castname2#spacing {
          line-height: 30px;
        }

        section.schedule ul.schedulelist li .castname span {
          margin-top: 5px;
          font-size: 12px;
        }     

  

section.schedule ul.schedulelist li dl.guest {
	display: flex;
}
section.schedule ul.schedulelist li dl.guest dt {
	width: 30px;
	text-align: center;
}
section.schedule ul.schedulelist li dl.guest dd {
	width: calc(100% - 30px);
	text-align: center;
}
section.schedule ul.schedulelist li dl.guest2 {
	display: flex;
}
section.schedule ul.schedulelist li dl.guest2 dt {
	width: 15px;
	text-align: center;
}
section.schedule ul.schedulelist li dl.guest2 dd {
	width: calc(100% - 30px);
	text-align: center;
}
section.schedule .frame .title {
	font-size: 20px;
	/* text-shadow: 0px 0px 10px rgba(113, 192, 197, 1); */
	text-align: left;
}

.hide-small {
	display: none;
}

section.schedule .frame .title {
	font-size: 18px;
	width: 100%;
	font-weight: bold;
}
section.schedule .frame .text {
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	margin-bottom: 20px;
	width: 100%;
}
section.schedule .frame .red {
	color: #cc0000;
}
section.schedule .frame .transparent {
	color: transparent;
}

section.schedule #mb {
margin-bottom: 20px;
}
section.schedule hr {
color:#ccc;
width: 100%;
margin: 20px 0;
}
section.schedule .text  {
          font-size: 20px;
          text-align: left;
			 line-height: 28px;
}

 section.schedule .txt  {
          font-size: 16px;
          text-align: left;
			 line-height: 26px;
width: 100%;
}

section.schedule .txt#mb  {
	margin-bottom: ２0px;
}

section.schedule .caution {
  text-indent: -1em;
  padding-left: 1em;
font-size: 14px;
line-height: 24px;
text-align: left;
}
section.schedule .frame ul.talk {
	margin-bottom:30px;
}

section.schedule .frame ul.talk li {
        list-style: none;
        padding-left: 1.2em;
        text-indent: -1.2em;
        text-align: left;
	font-size: 16px;
	line-height: 28px;
	}
section.schedule .frame ul.talk .enph {
	font-weight: bold;
}
section.schedule ul.schedulelist li:nth-child(56) {
width: 100%;
border:none;
}


section.schedule ul.schedulelist .txt {
	font-size: 16px;
}

section.schedule .small {
	font-size: 12px;
}
section.schedule .frame {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #000;
    background: #fff;
    color: #000;
}
         
  @media screen and (max-width:1350px) {
    section.schedule {
    padding:120px 30px;
  }}


  @media screen and (max-width:935px) {
section.schedule ul.schedulelist li .castname {
          padding: 5px 5px;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          color: #000;
          font-weight: normal;
          font-size: 15px;
line-height: 1em;
        }
        section.schedule ul.schedulelist li .castname2 {
          padding: 5px 5px;

          display: inline-block;
          vertical-align: middle;
          width: 100%;
          height: 40px;
          color: #000;
          font-weight: normal;
          font-size: 15px;

        }
} 
  @media screen and (max-width:805px) {

section.schedule ul.schedulelist li .castname {
          padding: 5px 5px;
          background: #a12ac9;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          max-width: 140px;
          margin-left: 5px;
          height: 40px;
          color: #000;
          font-weight: normal;
          font-size: 14px;

        }
        section.schedule ul.schedulelist li .castname2 {
          padding: 5px 5px;
          background: #f08533;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
              max-width: 140px;
          margin-left: 5px;
          height: 40px;
          color: #000;
          font-weight: normal;
          font-size: 14px;
   
        }
	  section.schedule ul.schedulelist li {
    width: calc(50% - 145px);
    font-size: 16px;
    line-height: 44px;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    color: #000;
}
	  

    section.schedule ul.schedulelist li .castname {
        padding: 5px 5px;
        background: #ade6fe;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 140px;
        margin-left: 0;
        height: 40px;
        color: #000;
        font-weight: normal;
        font-size: 14px;

    }
	      section.schedule ul.schedulelist li .castname2 {
        padding: 5px 5px;
        background: #ade6fe;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 140px;
        margin-left: 0;
        height: 40px;
        color: #000;
        font-weight: normal;
        font-size: 14px;
 
    }
} 
  @media screen and (max-width:768px) {
    section.schedule {
    padding:80px 15px 40px;
  }
  section.schedule h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
  section.schedule h2:before{
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  
  }
  section.schedule h2:after {
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }

section.schedule .stage {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

section.schedule .date  {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  }
  section.schedule .date .number  {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    }
section.schedule .hall .map {
    text-align: center;
    color: #000;
    display: inline;
    padding: 2px 5px;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
}
    section.schedule .hall  {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  }
  section.schedule .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
	section.schedule .card {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
	  
	  section.schedule .card .small {
		  font-size: 14px;
	  } 
	  
  section.schedule .text  {
    font-size: 16px;

    }
  section.schedule .hall .small  {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;

    }
  section.schedule .textbox {
    display: table;
    margin: 0 auto;
  }

section.schedule ul.schedulelist {
  padding: 5px;
}

section.schedule ul.schedulelist li.time {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.schedule ul.schedulelist li.time2 {
	width: 40px;
}

section.schedule .inner {
padding: 0;
}

section.schedule ul.schedulelist li span img {
    width: 15px;
    height: auto;
    vertical-align: middle;
	margin-right:0;
}	  
	  
	 section.schedule ul.schedulelist li dl.guest {
	display: flex;
}
section.schedule ul.schedulelist li dl.guest dt {
	width: 20px;
	text-align: center;
}
section.schedule ul.schedulelist li dl.guest dd {
	width: calc(100% - 20px);
	text-align: center;
}
	 section.schedule ul.schedulelist li dl.guest2 {
	display: flex;
}
section.schedule ul.schedulelist li dl.guest2 dt {
	width: 10px;
	text-align: center;
}
section.schedule ul.schedulelist li dl.guest2 dd {
	width: calc(100% - 20px);
	text-align: center;
}
        section.schedule .frame {
          background: #fff;
          padding: 30px;
          width: 100%;
          margin: 0 auto;
          width: 100%;
          color: #000;
        }
section.schedule ul.schedulelist li.date {
width: 80px;
font-size: 12px;
line-height: 34px;
font-weight: bold;
text-align: right;
padding-left: 0;
padding-right: 5px;
    line-height: 24px;
    display: flex;
justify-content: flex-end;
  align-items: center;
}

section.schedule ul.schedulelist li {width: calc( 50% - 80px );font-size: 12px;line-height: 24px;/* border-right: 1px dotted #fff; *//* border-bottom: 1px solid #fff; */text-align:left;font-weight: bold;padding: 5px 0;}


section.schedule ul.schedulelist li .castname {
        padding: 3px;
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        font-size: 12px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
}
	  section.schedule ul.schedulelist li .castname2 {
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  font-size: 12px;
}
	  
	  section.schedule ul.schedulelist li .castname#spacing {
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

	  	  section.schedule ul.schedulelist li .castname2#spacing {
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

	  
section.schedule ul.schedulelist li img {
height: 15px;
vertical-align: middle;
font-size: 16px;
margin-right: 4px;
}
	  


section.schedule ul.schedulelist li .small {
font-size: 12px;
        text-align: center;
        line-height: 1.2em;
        letter-spacing: -0.1em;
}
	
	  
section.schedule .frame {
  padding: 15px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
section.schedule .frame .title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

section.schedule .text  {
          font-size: 14px;
          text-align: left;
			 line-height: 28px;
}
	  
	  
 section.schedule .txt  {
          font-size: 14px;
          text-align: left;
			 line-height: 20px;
}
section.schedule .txt#mb  {
	margin-bottom: 20px;
}

section.schedule .caution {
text-indent: -0.9em;
 padding-left: 0.9em;
font-size: 12px;
text-align: left;
}




section.schedule .frame ul.talk li {
        list-style: none;
        padding-left: 0.9em;
        text-indent: -0.9em;
        text-align: left;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	} 

section.schedule ul.schedulelist .txt {
	font-size: 12px;
}

}


  @media screen and (max-width:394px) {
section.schedule ul.schedulelist li .castname {
  padding:3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  margin-bottom: 0;
  max-width: 100%;
  margin-left: 0;
font-size: 10px;
letter-spacing: -0.03em;
	
}
	  section.schedule ul.schedulelist li .castname2 {
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  margin-bottom: 0;
  max-width: 100%;
  margin-left: 0;
font-size: 10px;
letter-spacing: -0.03em;
		  
}
section.schedule ul.schedulelist li .castname .tiny {
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: left center;
        display: block;
        white-space: nowrap;
	    margin-top: 0;
}
section.schedule ul.schedulelist li .castname2 .tiny {
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: left center;
        display: block;
        white-space: nowrap;
	    margin-top: 0;
}
}

/*=======================================================
ticket
 =======================================================*/

.ticket {
  text-align: center;
}

section.ticket h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
section.ticket h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
section.ticket h2:after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}


.ticket h4 {
  text-align: center;
  font-size: 24px;
white-space: nowrap;
}

.ticket h4 {
  font-size:24px;
 text-align: center;
margin-bottom: 20px;
display: inline-block;
}
.ticket h4:before{
  content: '';
  display: inline-block;
  width: 300px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/line_g.svg);
  background-size: 300px auto;
  background-repeat: no-repeat;
  margin-right: 0;
}
.ticket h4:after {
  content: '';
  display: inline-block;
  width: 300px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/line_g.svg);
  background-size: 300px auto;
  background-repeat: no-repeat;
  margin-left: 0;
}





.ticket h4:not(:first-child) {
margin-top: 50px;

}


.ticket h4.head-border {
    display: flex;
    align-items: center;
}
 
.ticket h4.head-border:before,
.ticket h4.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000;
    position: static;
    display: flex;
}
 
.ticket h4.head-border:before {
    margin-right: 1rem;
}
 
.ticket h4.head-border:after {
    margin-left: 1rem;
}

.ticket .large {
  text-align: center;
  font-size: 30px;
  line-height:28px;

}

.ticket .kind {
  text-align: center;
  font-size: 28px;
  line-height:28px;
  color:#000;
  font-weight: bold;
margin-bottom: 20px;
}

.ticket .large2 {
  text-align: center;
  font-size: 30px;
  line-height:28px;
  margin-bottom: 10px;
}

.ticket .large_s {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  line-height:28px;
}

.ticket .large_s#tell a {
  font-size: 16px;
}


.ticket .large_s .small {
  font-size: 16px;
}


.ticket .large .small {
  font-size: 16px;
}

.ticket .large2 .small {
  font-size: 16px;
}

.ticket .small_b {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.ticket .kome {
  text-align:center;
  font-size: 16px;
}

.ticket .kome_s {
  text-align:center;
  font-size: 16px;
  margin-bottom: 20px;
}
.ticket ul.list {
margin: 0 auto 30px;
padding: 0;
width: 100%;
  font-weight: normal;
margin-bottom: 30px;
}

.ticket ul.list li {
list-style: none;
padding-left: 1.1em;
text-indent: -1.1em;
text-align: left;
font-size:16px;
line-height:28px;
width: 100%;
}


.ticket .salesbox {
  display: table;
  margin: 0 auto;
    width: 100%;
    max-width: 540px;
}
.ticket .salesbox .sheet {
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
}
.ticket .salesbox#stream {
  display: table;
  margin: 0 auto;
    width: 100%;
    max-width: 580px;
}

.ticket .ticketbox {
  display: table;
  margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.ticket .ticketbox ul.caution {
margin: 0 auto 20px;
    padding: 0;
}
.ticket .ticketbox ul.caution li {
list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    text-align: left;
    font-size: 16px;
}

.ticket .salesbox.autowdth {
  display: table;
  margin: 0 auto;
  width: auto;
}

.ticket .salesbox a {
  color:#ccc;
}


.ticket .salesbox#bg {
width: 100%;
margin: 50px auto 0;
background: #fff;
border: 2px solid #000;
max-width: 1000px;
padding: 30px;
}


.ticket .salesbox .button {
    background: #a92cd3;
    color:#000;
    font-size: 18px;
    position: relative;
    place-items: center;
    line-height: 50px;
    margin: 10px 0;
}
.ticket .salesbox .button a {
	color: #fff;
}



.ticket .salesbox .button:after {
	position: absolute;
	display: block;
	content: "";
	top: 15px;
	width: 1em;
	height: 1em;
	background: no-repeat center url(../img/icon_arrow_r.svg);
	background-size: contain;
	-webkit-transition: .2s;
	transition: .2s;
	right: 10px;
	}
.ticket .salesbox .button#bottom {
margin-bottom: 40px;
}
.ticket .salesbox .title {
  font-weight: 400;
  font-size: 24px;
}
.ticket .salesbox .subtitle {
  font-size: 20px;
  margin-bottom: 13px;
  text-align:left;
}



.ticket .salesbox .subtitle2 {
  font-size: 20px;
  margin-bottom: 40px;
  text-align:left;
}

.ticket .salesbox .subtitle3 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.ticket .salesbox .lead {
font-size: 16px;
  margin-bottom: 0;
  text-align:left;
}

.ticket .salesbox .marker-border{
    background:linear-gradient(transparent 80%, #c9bc9c 0%);
}

.ticket .salesbox ul.caution {
        margin: 0 auto 40px;
        padding: 0;
    }
.ticket .salesbox ul.caution#mb20 {
        margin: 0 auto 20px;
}
.ticket .salesbox ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 16px;
    }


.ticket  ul.membership {
	        margin: 0 auto 40px;
        padding: 0;
	text-align: left;
	width: 100%;
	max-width: 650px;
	margin: 0 auto 30px;
}
.ticket  ul.membership li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 16px;
    }

    @media screen and (max-width:1350px) {
      section.ticket {
      padding: 0 30px 120px;
    }}

    .ticket h4 {
      text-align: center;
      font-size: 24px;
    
    }
    @media screen and (max-width:1024px) { 
    .ticket h4 {
      font-size:24px;
     text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    }
    .ticket h4:before{
      content: '';
      display: inline-block;
      width: 200px;
      height: 20px;
      vertical-align: middle;
      background: url(../img/line_g.svg);
      background-size: 200px auto;
      background-repeat: no-repeat;
      margin-right: 0;
    }
    .ticket h4:after {
      content: '';
      display: inline-block;
      width: 200px;
      height: 20px;
      vertical-align: middle;
      background: url(../img/line_g.svg);
      background-size: 200px auto;
      background-repeat: no-repeat;
      margin-left: 0;
    }}

    @media screen and (max-width:912px) { 
      .ticket h4 {
        font-size:24px;
       text-align: center;
      margin-bottom: 20px;
      display: inline-block;
      }
      .ticket h4:before{
        content: '';
        display: inline-block;
        width: 100px;
        height: 20px;
        vertical-align: middle;
        background: url(../img/line_g.svg);
        background-size: 100px auto;
        background-repeat: no-repeat;
        margin-right: 0;
      }
      .ticket h4:after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 20px;
        vertical-align: middle;
        background: url(../img/line_g.svg);
        background-size: 100px auto;
        background-repeat: no-repeat;
        margin-left: 0;
      }}
  
    


@media screen and (max-width:768px) {
  section.ticket {
    padding:30px 15px;
  }
  section.ticket h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
  section.ticket h2:before{
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  
  }
  section.ticket h2:after {
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }

.ticket  ul.membership {
	margin: 0 auto 20px;
}
.ticket ul.membership li {
    font-size: 14px;
}
.ticket .salesbox .button {
    color: #000;
    font-size: 16px;
    position: relative;
    place-items: center;
    line-height: 40px;
    margin: 10px 0;
}
.ticket .salesbox .button:after {
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    width: 1em;
    height: 1em;
    background: no-repeat center url(../img/icon_arrow_r.svg);
    background-size: contain;
    -webkit-transition: .2s;
    transition: .2s;
    right: 10px;
}
.ticket .salesbox .button#bottom {
margin-bottom: 30px;
}
	
.ticket .salesbox .sheet {
	width: 100%;
	max-width: 60%;
}
.ticket .salesbox#bg {
width: 100%;
margin: 30px auto 0;
background: #fff;
border: 2px solid #000;
max-width: 600px;
padding: 15px;
}

.ticket h4 {
  font-size:16px;
  text-align: center;
  margin-bottom: 20px;
}

.ticket h4:after {
  display: none;
}


.ticket h4:not(:first-child) {
margin-top: 50px;

}


.ticket h4.head-border {
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0;
white-space: nowrap;
}
 
.ticket h4.head-border:before,
.ticket h4.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    position: static;
    display: flex;
}



	
	

.ticket .date {
  text-align:center;
  font-size:14px;
    vertical-align:middle;
  font-weight: 200;
}

.ticket .date .large {
  text-align:center;
  font-size:18px;
}

.ticket .date .hall {
  text-align:center;
  color: #000;
  background:#ccc;
  display:inline;
  padding:3px 10px;
  margin-left: 5px;
  vertical-align:bottom;
  font-weight: 300;
}
.ticket h3 {
  text-align: center;
  font-size: 18px;

}

.ticket h3 {
  font-size:18px;
 text-align: center;
margin-bottom: 20px;

}

.ticket h3:not(:first-child) {
margin-top: 40px;

}


.ticket h3.head-border {
    display: flex;
    align-items: center;
}
 
  
.ticket h3.head-border:before,
.ticket h3.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
 
.ticket h3.head-border:before {
    margin-right: 1rem;
}
 
.ticket h3.head-border:after {
    margin-left: 1rem;
}

.ticket .large {
  text-align: center;
  font-size: 18px;
  line-height:22px;
}
  
.ticket .large2 {
  text-align: center;
  font-size: 18px;
  line-height:22px;
}
  
.ticket .large_s {
  text-align: center;
  font-size: 18px;
  line-height:22px;
}
  
.ticket .large_s .small {
  font-size: 14px;
}

.ticket .large2 .small {
  font-size: 14px;
}

.ticket .large .small {
  font-size: 14px;
}
.ticket .small_b {
  font-size: 14px;
  margin-bottom: 20px;
}

.ticket .kome {
  text-align:center;
  font-size: 12px;
}
  
.ticket .kome_s {
  text-align:center;
  font-size: 12px;
}
.ticket ul.list {
margin: 0 auto 30px;
padding: 0;
width: 100%;
  font-weight: normal;
margin-bottom: 30px;
}

.ticket ul.list li {
list-style: none;
padding-left: 1.1em;
text-indent: -1.1em;
text-align: left;
font-size:14px;
line-height:28px;
width: 100%;
}

.ticket .salesbox {
  display: table;
  margin: 0 auto;
}


.ticket .salesbox .title {
  font-weight: 400;
  font-size: 18px;
}
.ticket .salesbox .subtitle {
  font-size: 14px;
  margin-bottom: 13px;
  text-align:left;
}
.ticket .salesbox .subtitle2 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align:left;
}
.ticket .salesbox .subtitle3 {
  font-size: 14px;
  margin-bottom:20px;
    text-align: center;
}
.ticket .salesbox .lead {
  font-size: 14px;
  margin-bottom: 0;
  text-align:left;
}
.ticket .salesbox .marker-border{
    background:linear-gradient(transparent 80%, #c9bc9c 0%);
}
  .ticket .salesbox ul.caution {
        margin: 0 auto 30px;
        padding: 0;

    }

.ticket .salesbox ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 14px;
    }
	
.ticket .salesbox ul.caution#mb20 {
    margin: 0 auto 20px;
}


.ticket .ticketbox ul.caution {
        margin: 0 auto 20px;
        padding: 0;
}
.ticket .ticketbox ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 14px;
}
}

@media screen and (max-width:380px) {
  .ticket h4 {
    font-size:16px;
   text-align: center;
  margin-bottom: 20px;
  display: block;
  
  }
  .ticket h4:before{
    content: "";
    width: 340px;
    height: 60px;
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/line_g_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    margin: 0;
  
  }
  .ticket h4:after {
    display: none;
  }}
  

/* modal */
*{
  margin: 0;
  padding: 0;

}

.modal_box {

  margin: 50px auto 0;
  max-width: 1000px;
}

.modal_txt {
  margin-bottom:20px;
  text-align:center;
  padding: 10px;
  border: 1px solid #f08533;
color: #fff;
  border: 2px solid #000;
background: #fff;
}

.modal_txt a {
	color: #000!important;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index:99999999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 80%;/* これが無いと「overflow:scroll」が利かない */

  padding: 40px;
}

.modal-content a {
color: #ccc!important;
}

.modal-content .title {
  font-weight:bold;
  margin: 30px 0;
  text-align:center;
  color: #fff;
}
.modal-content .subtitle {
margin-bottom:20px;
font-size:14px;
color: #fff;
}

.modal-content .txt {
  margin-bottom:20px;
  font-size:14px;
text-align: left;
}
.modal-content .txt2 {
  font-size:14px;
text-align: left;
}

.modal-content ul.caution {
  margin: 0 auto 20px;
  padding: 0;
  color: #fff!important;
}
.modal-content ul.caution li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 10px;
  color: #fff!important;
    font-size:14px;
}
.modal-content ul.caution#nospace {
  margin: 0 auto;
}

.js-modal-close {
  float: right!important;
}
	
	.modal-content a {
		color: #f08533!important;
	}
	

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}



@media screen and (max-width: 768px) {
.modal_box {
  margin: 40px auto 0;
    padding: 0 15px;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: 90%;
    width: 90%;
    padding: 0;
}


.modal_txt {
  margin-bottom:20px;
  font-size:14px;
}
.modal-content ul.caution li {

    margin-bottom: 5px;
    color: #fff !important;
    font-size: 14px;
}
}
/*_______________________________

twitter
_______________________________*/

section.twitter {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  padding: 120px 0;
  }
  
  section.twitter h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  
}
section.twitter h2 span {
	font-size: 22px;
}

  
  @media screen and (max-width:1350px) {
    section.twitter {
    padding:120px 30px;
  }}
  
  @media screen and (max-width:768px) {
    section.twitter {
      padding:0 30px 60px;
    }
    section.twitter h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 30px;
      text-shadow: 0px 0px 10px rgba(113, 192, 197, 1);
      font-weight: bold;
      position: relative;
    }
  
    section.twitter span {
      font-size: 14px;
  }
  }


/* ====================================

news

======================================= */



#news2 {
  width: 100%;

}

.news2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding: 120px 0;
  text-align: center;

}
.news2 p {
  text-align: left;;
}

.news2 h2 {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 80px;
    font-weight: bold;
    position: relative;
    color: #222;
    /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
    /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
.news2 h2:before{
    content: '';
    display: inline-block;
    width: 125px;
    height: 162px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 125px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  }
.news2 h2:after {
    content: '';
    display: inline-block;
    width: 125px;
    height: 162px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 125px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }


.news2 ul.news2list {
display: flex;
flex-wrap: wrap;
}
.news2 ul.news2list li {
line-height:  24px;
padding:  30px 0;
border-bottom:  1px solid #222;
  color: #3cb3af;

}

.news2 ul.news2list li a {
text-decoration: none;
color: #000;
}

.news2 ul.news2list li:nth-child(odd) {
width:  100px;
}

.news2 ul.news2list li:nth-child(even) {
width:  calc( 100% - 100px );
color:  #fff;
}



.news2 .date {
color: #3cb3af;
font-size:  16px;
}





.news2 .single_date {
margin-bottom: 10px;
text-align: left;
font-size: 14px;
margin-top: 80px;
  color: #ddc47a;
}
.news2 .single_title {
margin-bottom: 10px;
text-align: left;
font-size: 18px;


}


.news2 .single_title_large {
margin-bottom: 30px;
text-align: left;
font-size: 18px;
color:  #fff;
}
.news2 .single_text {
margin-bottom: 30px;
text-align: left;
font-size: 14px;
color:  #fff;
}



.news2 .page-header h1.page-title {
margin-top: 80px;
margin-bottom:  10px;
}

.news2 .page-content {
margin-top:  0;
}
.news2 .text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
}

.news2 .text2 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}
.news2 .text a {
color: #1cbc8e;
}



.news2 ul.lists {
list-style: none;
margin-bottom: 20px;
text-align: left;
font-size: 14px;
line-height: 24px;
}
.news2 ul.lists li {
position: relative;
padding-left: 16px;
}
.news2 ul.lists li:before {
content: "・";
left: 0;
position: absolute;
}

.news2 ul.caution {
        margin: 0 auto 20px;
        padding: 0;
    line-height: 24px;
      }
.news2 ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        margin-bottom: 0;
          font-size:16px;
}




.news2 .lead {

  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.news2 .lead2 {

  font-size: 14px;
  line-height: 24px;
  text-align: left;
display: block;
border: 1px solid #ab9a7c;
padding: 3px 5px;
}


.news2 a {
  color: #000;

}

.news2 .emphasize {
text-align: left;
  font-size: 16px;

  color: #ab9a7c;
font-weight: bold;
}

.news2 h1.page-title {
	margin-bottom: 30px;
	text-align: left;
}

@media screen and (max-width: 1260px) {
  .news2 {
  padding: 120px 30px;
}
}

@media screen and (max-width: 768px) {
.news2 {
  padding: 80px 15px 40px;
}


.news2 h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
.news2 h2:before{
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  
  }
.news2 h2:after {
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
.news2 ul.news2list {
  margin-bottom: 20px;
}
.news2 ul.schedulelist {
  margin-bottom: 20px;
}
.news2 ul.news2list li {
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #222;
}
.news2 ul.news2list li:nth-child(odd) {
width:  100%;
border:  0;
padding-bottom: 0;
}

.news2 ul.news2list li:nth-child(even) {
width:  100%;

line-height: 24px;
font-size:  14px;
padding: 0 0 15px;
border-bottom: 1px solid #222;
}
.news2 .date {
  color: #ab9a7c;c
  font-size: 14px;
}

.news2 .single_title {margin-bottom: 10px;text-align: left;font-size: 16px;/* color: #ab9a7c; */font-weight: bold;}
.news2 .single_title_large {
margin-bottom: 30px;
text-align: left;
font-size: 16px;
color:  #fff;
}

.news2 ul.lists {
list-style: none;
margin-bottom: 20px;

text-align: left;
font-size: 12px;
line-height: 24px;
}
.news2 ul.lists li {
position: relative;
padding-left: 16px;
}
.news2 ul.lists li:before {
content: "・";
left: 0;
position: absolute;
}





.news2 .lead {

font-size: 12px;
line-height: 24px;
 text-align: left;
}
.news2 .lead2 {

font-size: 12px;
  line-height: 24px;
  text-align: left;
display: block;
border: 1px solid #ab9a7c;
}
.news2 .emphasize {
text-align: left;
  font-size: 14x;
  color: #ab9a7c;
font-weight: bold;
}
}


/*=======================================================
goods
 =======================================================*/

.goods {
  text-align: center;
}

section.goods h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
}
section.goods h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
section.goods h2:after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}
  @media screen and (max-width:1350px) {
      section.goods {
      padding: 0 30px 120px;
    }}


    


@media screen and (max-width:768px) {
  section.goods {
    padding:30px 15px;
  }
  section.goods h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
  section.goods h2:before{
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  
  }
  section.goods h2:after {
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
}


/*=======================================================
guidance
 =======================================================*/



section.guidance {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 120px 0;
}
section.guidance h2 {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 80px;
  font-weight: bold;
  position: relative;
  color: #222;
  /* text-shadow: 1px 0px 10px rgba(215, 192, 121, 1); */
  /* text-shadow: 1px 0px 10px rgba(255, 255, 255, 1); */
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;

}
section.guidance h2:before{
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
section.guidance h2:after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 162px;
  vertical-align: middle;
  background: url(../img/apartment.png);
  background-size: 125px auto;
  background-repeat: no-repeat;
  margin-left: 20px;
}
section.guidance #3cb3af {
    text-align: center;
    font-size: 50px;
    color: #000;
    font-weight: 300;
    margin-bottom: 60px;
    font-family: "Times New Roman", "Yu Mincho", serif;
    letter-spacing: 0.2em;
}

section.guidance .pic_goods {
	margin-bottom:30px;
}
section.guidance#second {
	padding-top: 20px!important;
	
}

section.guidance .streambox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
    border: 2px solid #222;
	padding: 40px;
}

section.guidance .title {
	text-align: left;
	font-size: 18px;
	margin-bottom: 30px;
}

section.guidance .subtitle {
	text-align: left;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
font-family: "Noto Sans JP", sans-serif;
}



section.guidance .txt {
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}
section.guidance .txt2 {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}


section.guidance .txt_b {
		text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	font-weight:bold;
}


section.guidance .red {
	text-align: left;
	font-size: 16px;
	margin-bottom: 0;
	color:#ccc;
}


section.guidance .txt_nospace{
	text-align: left;
	font-size: 16px;
	margin-bottom: 0;
}
section.guidance  ul.caution {
    margin: 0 auto 20px;

	
}
section.guidance .red {
	color: #ff0000;
}

section.guidance  ul.caution#nospace {
    margin: 0 auto;

	
}
section.guidance  ul.caution li {
        list-style: none;
        padding-left: 1.2em;
        text-indent: -1.2em;
        text-align: left;
        margin-bottom: 0;
        font-size: 16px;
    }
section.guidance a {
color: #f08533;
word-break: break-all;
}

section.guidance .enphasize {
	font-weight: bold;
}
section.guidance .underline {
	text-decoration: underline;
}



@media screen and (max-width: 1360px) {
section.guidance {
        padding: 150px 30px;
    }
}

@media screen and (max-width:1260px) {
section.guidance {
  padding:0 30px;
}}
@media screen and (max-width:768px) {
section.guidance {
        padding: 40px 15px;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        width: 100%;
	}	
section.guidance h2 {
    text-align: center;
font-size: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
font-family: "Mouse Memoirs", sans-serif;
letter-spacing: 0.05em;
  }
section.guidance h2:before{
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-right: 20px;
  
  }
section.guidance h2:after {
    content: '';
    display: inline-block;
width: 75px;
height: 93px;
    vertical-align: middle;
    background: url(../img/apartment.png);
    background-size: 75px auto;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
section.guidance .title {
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}

section.guidance .subtitle {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}



section.guidance .txt {
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
}
section.guidance .txt2 {
	text-align: left;
	font-size: 14px;

}

	section.guidance .txt_b {
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight:bold;
}

section.guidance .txt_nospace{
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
}
section.guidance  ul.caution {
    margin: 0 auto 20px;

	
}
section.guidance  ul.caution li {
        list-style: none;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        margin-bottom: 0;
        color: #000!important;
        font-size: 14px;
    }
section.guidance a {
color: #f08533;
word-break: break-all;
}
}

/*=======================================================
archive
 =======================================================*/


.archive {
	margin: 0 auto;
	text-align: center;
	padding: 100px 30px;
}
.archive .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
.archive .visual {
	margin: 0 auto;
width: 100%;
max-width: 500px;
}
.archive .visual img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
.archive {
	padding: 40px 15px;
}	
.archive .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
}