@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Dosis", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}



/*＝＝＝＝＝＝＝＝＝＝
ここから（769px以降）環境の設定
＝＝＝＝＝＝＝＝*/
@media (min-width: 769px) { 
.sp_area {
  display: none;
}
.topvisual {
  position: relative;
}
.topvisual img {
  width: 100%;
}

.logo1 {
  display: block;
  width: 40%;
  margin: 25px auto 30px;
}

.logo {
  display: block;
  width: 60%;
  margin: 10px auto 50px;
}

/* チケプレ */

.present img{
  width: 25%;
}

.present {
  margin-top:20px;
  margin-bottom: 20px;
 }
 
 .present li {
  text-align: center;
}

.present a:hover {
  opacity: 0.5;
}


/* 公開劇場 */
.release_info{
  display: flex;
  justify-content:center;
  margin-top:0px;
  margin-bottom: 0px;
}


.btn-border{
  display: inline;
  vertical-align: middle;
  text-align: left;
  border: 2px solid #95744b;
  font-size: 16px;
  color : #95744b;
  text-decoration: none;
  font-weight: bold;
  padding-top:14px;
  padding-bottom:14px; 
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  vertical-align: middle;
  background-color: #95744b;
  border-color:  #95744b;
  color: #FFF;
}







.release_info li:not(:first-of-type){
  margin-left: 15px;
}

.release {
  margin-right: 10px;
}


.release {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color :#95744b;/*文字色*/
  background: #FFF;  
  border: solid 3px  #95744b;/*線*/
  border-radius: 10px;/*角の丸み*/
}


.release {
  margin-right: 10px;
}

.attention {
  text-align: center;
  font-size:0.8rem;
  padding-top: 15px;
  color:#727171;
}

.line-it-button {
  width: 160px !important;
  height: 37px !important;
  display: block;
  margin: 40px auto 0;
 }

/* クレジット */
/* 問い合わせ先 */
.mgr-5 {
  margin-right: 28px;
}
.mgr-3 {
  margin-right: 10px;
}

.pc_credit p,
.pc_info {
  line-height: 1.7;
  text-align: center;
  font-size: 0.8rem;
}

.pc_info {
  margin-bottom: 50px;
}

/* 会社ロゴ */
.c_logo img{
  display: block;
  width: 30%;
  margin: 20px auto 0;
}
.theater_wrap {
  position: relative;
  width: 100%;
}

.koushien {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
}

.koushien {
  position: absolute;
}

.theater img{
  display: block;
  width: 100%;
  margin: 20px auto 0;
}

.koushien img{
  display: block;
  width: 90%;
  margin: 20px auto 0;
}

.tsuini img{
  display: block;
  width: 80%;
  margin: 40px auto 0;
}

.subete img{
  display: block;
  width: 60%;
  margin: 80px auto 0;
}

.maintxt{
  margin-top: 30px;
  margin-bottom:40px;
}
.maintxt p{
  text-align: center;
  color: #95744b;
  line-height: 1.7;
  font-size: 1.5rem;
}

.photo_under img {
  display: block;
  width: 75%;
  margin: 60px auto 30px;
}

.tsuini_under img{
  display: block;
  width: 80%;
  margin: 0px auto 50px;
}

.subtxt p{
  text-align: center;
  color: #95744b;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 30px;
}
.subtxt {
  margin-bottom: 90px;
}
}




/*＝＝＝＝＝＝＝＝＝＝
ここから（768px以下）環境の設定
＝＝＝＝＝＝＝＝*/
 @media (max-width: 768px){
.pc_area {
    display: none;
  }
img{
     width: 100%;
   }
.mgr-5 {
  margin-right: 7px;
}

.present img{
  width: 50%;
}
.present li {
  text-align: center;
}

.present {
  margin-bottom: 30px; 
}

.release_info {
  display: flex;
  justify-content:center;
  margin-top:10px;
}

.sp_menu_wrap {
  margin: 30px 0; 
}

/* 公開劇場_sp */
.btn-border{
  display: inline-block;
  width: 130px;
  max-height: 60px;
  vertical-align: top;
  text-align: center;
  border: 2px solid #95744b;
  font-size: 14px;
  background-color:#95744b;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 14px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #FFF;
  border-color:hsl(33, 33%, 43%);
  color:#95744b;
}

.release_info li:not(:first-of-type){
  margin-left: 15px;
}

.attention {
  line-height: 1.3;
  text-align: center;
  font-size:0.7rem;
  padding-top: 15px;
  color:#727171;
}
.line-it-button {
  width: 160px !important;
  height: 50px !important;
  display: block;
  margin: 10px auto 0;
 }
 .sp_credit {
  text-align: center;
  line-height: 1.6;
  font-size:8px;
}

.sp_info p{
  text-align: center;
  line-height: 1.5;
}

.sp_info p{
  margin-bottom:50px;
  font-size:8px;
}

.subete img {
  display: block;
  width: 80%;
  margin: 30px auto 0;
}

.sp_c_logo img{
  display: block;
  width: 70%;
  margin: 10px auto 30px;

}
/* sp用テキスト */
.maintxt{
  margin-top: 30px;
  margin-bottom:50px;
}
.maintxt p{
  text-align: center;
  color: #95744b;
  line-height: 1.5;
  font-size: 1.2rem;
}

.subtxt p{
  text-align: center;
  color: #95744b;
  line-height: 1.5;
  font-size: 0.8rem;
  margin-bottom: 40px;
}
.subtxt {
  margin-bottom: 30px;
}
.sp_photo img {
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.tsuini_under img{
  display: block;
  width: 95%;
  margin: 40px auto 30px;
}
.mgr-5 {
  margin-right: 28px;
}
.mgr-3 {
  margin-right: 10px;
}

}










