@charset "UTF-8";
/* 調整用スタイル */

main {
  background-color: rgba(0,0,0,0.00);
}
main.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../common/back1.jpg");
  background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}

.top_mar { margin-top: 80px; }
@media screen and (max-width: 960px) {
	.top_mar { margin-top: 60px; }
}

.title_back {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.60) 50%, rgba(255,255,255,0.40) 100%);
	border-top: 1px #D07530 solid;
}
section {
	margin: auto;
  padding: 0px 7% 0px;
}
section.bg_color {
  padding: 10px 7% 90px;
	border-top: 1px rgba(217,193,193,0.70) solid;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.40) 50%, rgba(255,255,255,0.60) 100%);
}
section.bg_color2 {
  padding: 60px 7% 90px;
	border-top: 1px rgba(217,193,193,0.70) solid;
	background-image: linear-gradient(to bottom, rgba(97,64,120,0.50) 50%, rgba(140,54,136,0.50) 100%);
}
.bg_color3 {
  padding: 5rem 7%;
	border-top: 1px rgba(255,255,255,0.50) solid;
	background-image: linear-gradient(to bottom, rgba(31,26,23,0.88) 50%, rgba(31,26,23,1.00) 100%);
}

@media screen and (max-width: 960px) {
	section {
		padding: 0px 5% 0px;
	}
  section.bg_color {
    padding: 10px 7% 50px;
  }
  section.bg_color2 {
    padding: 30px 7% 30px;
  }
  .bg_color3 {
    padding: 2rem 5%;
  }
}

/* タイトル */
.title {
  color: #271D28;
	font-family: serif;
  font-weight: 700;
  letter-spacing: 1.0px;
	text-align: center;
  font-size: 5.0rem;
  line-height: 1;
  margin: 1rem 0 3rem 0;
}

@media screen and (max-width: 960px) {
  /* タイトル */
  .title {
    font-size: 3.2rem;
    margin: 1rem 0 2.5rem 0;
  }
}

/* タイトル小 */
.title_s {
  color: rgba(20,15,12,0.90);
	font-family: serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
  line-height: 1;
  margin: 10px 0 10px 0;
	text-shadow: 0px 0px 0px #000000;
}

@media screen and (max-width: 960px) {
  .title_s {
    font-size: 2.8rem;
    margin: 10px 0 10px 0;
  }
}

/* STORYタイトル */
.story_title {
  color: rgba(20,15,12,0.90);
	font-family: serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.0px;
  font-size: 3.0rem;
  line-height: 1;
  margin: 7rem 0 0rem 0;
}

@media screen and (max-width: 960px) {
  .story_title {
    font-size: 2.3rem;
    margin: 4rem 0 0rem 0;
  }
}

/* テキストエリア */
.text__area {
	margin: 0 auto;
	width: 100%; max-width: 1100px;
}

@media screen and (max-width: 960px) {
  .text__area {
    margin: 0 auto;
    width: 100%;
  }
}

/* イントロ */
.intro_text1 {
	margin-top: 80px;
	color: #9E85AC;
	font-family: serif;
  transform: rotate(.03deg);
  font-size: 2.0rem;
	letter-spacing: 1.3px;
  line-height: 2.4;
}

@media screen and (max-width: 960px) {
  .intro_text1 {
		margin-top: 50px;
    font-size: 1.6rem;
		letter-spacing: 0.3px;
    line-height: 2.0;
  }
}

/* 手紙風 */
.letter {
	box-sizing: border-box;
  max-width: 800px;
  margin: 60px auto 20px;
  padding: 40px;
  background-color: #faf7f2;
  background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.letter-body {
  font-size: 16px;
  line-height: 2.4em;
  padding: 20px;

  /* 罫線 */
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(0,0,0,0.18) 0,
    rgba(0,0,0,0.18) 1px,
    transparent 1px,
    transparent 2.4em
  );

  /* 一番上の罫線を見えない位置まで上にずらす */
  background-position-y: calc(-1.2em);

  /* 罫線の間隔は行の高さと揃えておく */
  background-size: auto 2.4em;
}

@media screen and (max-width: 960px) {
  .letter {
		width: 100%;
    margin: 40px auto 20px;
    padding: 20px;
  }

  .letter-body {
    font-size: 15px;
    line-height: 2.2em; /* 行の高さ */
    padding: 20px 10px;

    /* 罫線（位置調整済み） */
    background-image: repeating-linear-gradient(
      to bottom,
      rgba(0,0,0,0.18) 0,
      rgba(0,0,0,0.18) 1px,
      transparent 1px,
      transparent 2.2em
    );

    background-position-y: calc(-1.1em);
		background-size: auto 2.2em;
  }
}

/* サブタイトル1 */
.text_line1 {
	box-sizing: border-box;
	font-size: 2.4rem; text-align: left;
	color: #F4EDE8; font-weight: bold;
	text-shadow: 1px 1px 2px #3F0E5B;
  letter-spacing: 1px;
	border-left: 10px solid rgba(204,83,165,0.90);
	width: 100%; margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0.9rem 0 0.9rem 2.6rem;
	background-image: linear-gradient(to bottom, rgba(97,64,120,0.50) 50%, rgba(140,54,136,0.50) 100%);
}
@media screen and (max-width: 960px) {
	.text_line1 {
    font-size: 1.9rem;
    border-left: 7px solid rgba(204,83,165,0.90);
		margin-top: 30px;
		margin-bottom: 20px;
    padding: 0.7rem 0 0.7rem 1.6rem;
	}
}

/* サブタイトル2 */
.text_line2 {
	font-size: 2.2rem; text-align: left;
	color: #F4EDE8; font-weight: bold;
	text-shadow: 1px 1px 2px #3F0E5B;
  letter-spacing: 0.1rem;
	border-left: 10px solid #E8286B;
	width: 100%; margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0.9rem 0 0.9rem 2.6rem;
	background-image: linear-gradient(to right, rgba(87,48,120,0.60) 35%, rgba(17,139,182,0.00) 100%);
}
@media screen and (max-width: 960px) {
	.text_line2 {
    font-size: 1.8rem;
    border-left: 7px solid #D72362;
		margin-top: 30px;
		margin-bottom: 20px;
    padding: 0.7rem 0 0.7rem 1.6rem;
	}
}

/* movie */
.movie-wrap {
	position: relative;
	padding-bottom: 55.80%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.30);
	border: 2px solid #a08352;
	border-image: linear-gradient(to right, #EDBC58, #33B5EF);
	border-image-slice: 1;
}

.mov_name1 {
	text-align: center;
  font-size: 150%;
	padding: 0.4em 0px 0.6em 0px;
	font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.4;
}

.mov_text_right {
	text-align: right; width: 100%; margin: 0 auto; margin: 0.7rem 0 1.5rem 0; }

/* movie */
.mov_table1 {
	width: 100%; margin: 0 auto;
	padding: 0px 0px 0px 0px; }

.td_mov { width: 48%; border: 1px #A4965C solid; padding: 9px;
	background-color: rgba(0,0,0,0.50); }
.td_mov_sp { width: 4%; }
.mov_text {
	text-align: center;
	padding: 8px; }
.linkup a{ display: block; }

.td_photo { width: 48%; }

/* ## Rollover set ## */
a:hover.movie_lo { 
    opacity: 0.8; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8; }

/*sp*/
@media screen and (max-width: 700px) {
	
  .movie-wrap {
    padding-bottom: 55.50%; /*アスペクト比 16:9の場合の縦幅*/
  }
	
  .mov_name1 {
    font-size: 1.7rem;
  }
	.td_mov { width: 48.5%; padding: 5px; }
	.td_mov_sp { width: 3%; }
	.mov_text {
		text-align: center;
		padding: 6px; }
	.td_photo { width: 48.5%; }
}

/* news */
.info_box {
	border: solid 0px;
	width: 100%; max-width: 1100px; height: 380px; overflow: auto;
	margin: 0 auto;
  margin-top: 0px;
	margin-bottom: 2em;
}
.divdate {
	text-align: center;
	width: 155px;
  font-family: 'Roboto Condensed', sans-serif;
	padding: 3px 12px 3px 12px;
  margin-top: 30px;
	font-size: 1.6rem;
  font-weight : bold;
  color: #EFE0E2;
	text-shadow: 1px 1px 1px rgba(15,13,13,0.50);
	border: rgba(175,115,196,1.00) solid;
  border-radius: 1.7rem;
  border-width : 0px 4px 4px 0px;
	background-image: linear-gradient(to bottom, rgba(29,22,34,0.85) 0%, rgba(56,30,46,0.75) 100%);
}
.divinfo {
	text-align: left;
	padding: 15px 10px 20px 15px;
  margin-left: 0px;
  overflow: visible;
	border-bottom: 1px #564862 solid;
}
.divinfo {
  position: relative;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.divinfo:hover{
  color: #7F5995;
  background-color: rgba(255,255,255,0.30);
}


@media screen and (max-width: 960px) {
  /* news */
  .info_box {
    width: 100%; height: 380px; overflow: auto;
  }
  .divdate {
    width: 110px;
    padding: 2px 4px 2px 4px;
    margin-top: 20px;
		font-size: 1.5rem;
		border-radius: 1.6rem;
		border-width : 0px 3px 3px 0px;
  }
  .divinfo {
    padding: 12px 10px 16px 10px;
  }
}

/* チケットbox */
.tic_box1 {
	margin: 0 auto;
	width: 100%; max-width: 1100px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px 0px 35px 0px;
	background-color: rgba(255,255,255,0.40);
	opacity: 1.0;
	border: 1px #AF9735 solid;
  border-radius: 1.3rem;
}
.box_text1 {
	text-align: left; width: 92%;margin: 0 auto;
}

@media screen and (max-width: 960px) {
  /* news */
  .tic_box1 {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
		margin-top: 20px;
		margin-bottom: 20px;
    padding: 1.8rem 0px;
  }
	.box_text1 {
    text-align: left; width: 89%; margin: 0 auto; }
}

/* ご案内 */
.guid_text_line_a {
	border-left: 8px solid rgba(130,113,106,0.70);
	margin: 1.5rem 0px 0px 0.0em;
	padding: 0px 0px 0px 0.5em;
}

/* テキスト関連 */
small {
  font-size: 0.85em;
	line-height: 1.5;
}

.title_font1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
  font-weight: 700;
}

.midashi_text1 { color: #877496; font-weight: bold; }
.midashi_text2 { color: #AA4193; font-weight: bold; }
.midashi_text3 { color: #877496; font-weight: bold; }
.midashi_text4 { font-weight: bold;
	background: -webkit-linear-gradient(top, #FFFFFF 20%, #A6A6A6 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.midashi_text5 { color: #8B6A1A; font-weight: bold; text-shadow: 1px 1px 1px rgba(230,212,155,1.00); }

.moji_spacing { letter-spacing: -0.3rem; }
.moji_tume1 { letter-spacing: -1px; }
.moji_ake1 { letter-spacing: 1px; }

.text_arrow { color: #BA3D9E; font-weight: bold; }
.text_arrow2 { color: #071933; font-weight: bold; }

.text1em {
	padding-left: 1em;
  text-indent: -1em; }

.text1em_all {
	padding-left: 1rem; }

.text_yellow1 { color: #E5D6AB; font-weight: bold; }
.text_orange1 { color: #FF4700; font-weight: bold; }
.text_white1 { color: #EFE0E2; font-weight: bold; }
.text_white2 { color: #FFFFFF; text-shadow: 1px 1px 5px #2D2237; }

.text_background {
	color: #ffffff;
  display: inline;
  padding: 0.5em 1.3em;
  background-color: rgba(21,15,4,0.75);
}
.text_background2 {
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-size: 4.5rem; font-weight: bold;
  display: inline;
  padding: 7px 3rem;
  background: linear-gradient(transparent 50%, #e83828 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.text_right {
	text-align: right; width: 100%; margin: 0 auto; margin: 0.5rem 0 2rem 0; }

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
}
.mincho2 {
	font-family: serif;
  transform: rotate(.03deg);
}

/* 未訪問 */
a:link { color: #C83B07; text-decoration: none; }
/* 訪問済み */
a:visited { color: #C83B07; text-decoration: none; }
/* カーソルが上に乗った状態 */
a:hover { color: #DD0249; text-decoration: underline; }


/* footer
------------------------------------------------------------*/
footer { 
	border-top: 2px #6B6763 solid;
	background-image: linear-gradient(to bottom, rgba(29,22,34,0.85) 0%, rgba(56,30,46,0.75) 100%); }
footer #ticket_btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  line-height: 0;
  width: 350px;
}
footer #ticket_btn img {
  width: 100%;
}
footer #footer_items {
  padding: 40px 7% 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: 0.0rem;
}

.copyright1 { font-size: 1.5rem; color: #EFE0E2; }
.copyright2 {
	padding: 7px 0px 10px 0px;
  font-size: 1.3rem; color: #EFE0E2; }
.copyright3 {
	padding: 7px 0px 70px 0px;
  font-size: 1.2rem; color: #EFE0E2; }

@media screen and (max-width: 960px) {
  footer { 
    border-top: 2px #FFFFFF solid;
	}
	
  footer #ticket_btn {
    position: fixed;
    left: 10px;
    bottom: 10px;
		width: 45%;
  }
  footer #ticket_btn img {
		width: 100%;
  }
  footer #footer_items {
    padding: 2.5em 6% 2.5em;
  }
	
  .copyright1 { font-size: 1.4rem; }
  .copyright2 {
    padding: 0rem 0px 0px 0px;
    font-size: 1.0rem; }
}


/* TOPへ戻る NEW!
------------------------------------------------------------*/
.pagetop {
  position: fixed;
	right: 17px;
  bottom: 17px;
  margin: 0;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  position: relative;
  display: flex;
  width: 62px;
  height: 62px;
  justify-content: center;
  background: rgba(56,30,46,0.85);
  transition: opacity .6s ease;
  color: #f1e7d4;
  align-items: center;
  text-decoration: none;
  font-size: 34px;
  border-radius: 100%;
	border: 1px rgba(219,193,191,0.80) solid;
}
.pagetop a:hover {
    opacity: 0.7;
}

#snsicon2 {
  position: fixed;
  right: 17px;
  bottom: 167px;
  line-height: 0;
  border-radius: 100%;
	border: 1px #000000 solid;
}
#snsicon {
  /* display: none; */
  position: fixed;
  right: 17px;
  bottom: 92px;
  line-height: 0;
  border-radius: 100%;
	border: 1px #000000 solid;
}
.snssize {
  width: 62px;
}

@media screen and (max-width: 960px) {
  .pagetop {
    right: 14px;
    bottom: 14px;
  }
	.pagetop a {
		width: 42px;
    height: 42px;
		font-size: 30px;
	}

  #snsicon2 {
    position: fixed;
    right: 14px;
    bottom: 116px;
		z-index: 2;
  }
  #snsicon {
    position: fixed;
    right: 14px;
    bottom: 65px;
		z-index: 2;
  }
  .snssize {
    width: 42px;
  }
}

.mar_sppc { margin-top: 0px; }

@media screen and (max-width: 960px) {
  .mar_sppc { margin-top: 6px; }
}

.img100per { width: 100%; }
.img90per { width: 90%; }
.img80per { width: 80%; }
.img70per { width: 70%; }
.img60per { width: 60%; }
.img50per { width: 50%; }
.img40per { width: 40%; }

.big00 { font-size: 1.4rem; font-weight: bold; line-height: 1; }
.big0 { font-size: 1.6rem; font-weight: bold; line-height: 1; }
.big1 { font-size: 1.9rem; font-weight: bold; line-height: 1.2; }
.big2 { font-size: 2.4rem; font-weight: bold; line-height: 1.2; }
.big3 { font-size: 3.5rem; font-weight: bold; line-height: 1.2; }
.big4 { font-size: 4.5rem; font-weight: bold; line-height: 1.3; }

.small1 { font-size: 90%; }
.small2 { font-size: 80%; }
.small2b { font-size: 80%; line-height: 1.0; }
.small3 { font-size: 70%; }
.small3b { font-size: 70%; line-height: 1; }

.tsume1 { letter-spacing: -0.8px; }

.mar_t01 { margin-top: 1em; }
.mar_t02 { margin-top: 1.5em; }
.mar_t03 { margin-top: 2em; }

.mar_t5 { margin-top: 5px; }
.mar_t10 { margin-top: 10px; }
.mar_t15 { margin-top: 15px; }
.mar_t20 { margin-top: 20px; }
.mar_t25 { margin-top: 25px; }
.mar_t30 { margin-top: 30px; }
.mar_t40 { margin-top: 40px; }
.mar_t45 { margin-top: 45px; }
.mar_t50 { margin-top: 50px; }
.mar_t60 { margin-top: 60px; }
.mar_t70 { margin-top: 70px; }
.mar_t80 { margin-top: 80px; }
.mar_t90 { margin-top: 90px; }
.mar_t100 { margin-top: 100px; }
.mar_t120 { margin-top: 120px; }

.mar_b70 { margin-bottom: 70px; }
.mar_b80 { margin-bottom: 80px; }
.mar_b90 { margin-bottom: 90px; }
.mar_b100 { margin-bottom: 100px; }

@media screen and (max-width: 960px) {
  .big0 { font-size: 1.5rem; }
  .big1 { font-size: 1.7rem; }
  .big2 { font-size: 2.0rem; }
  .big3 { font-size: 2.5rem; }
  .big4 { font-size: 3.7rem; }

  .mar_t10 { margin-top: 8px; }
  .mar_t15 { margin-top: 13px; }
  .mar_t20 { margin-top: 16px; }
  .mar_t25 { margin-top: 20px; }
  .mar_t30 { margin-top: 20px; }
  .mar_t40 { margin-top: 28px; }
  .mar_t45 { margin-top: 32px; }
  .mar_t50 { margin-top: 38px; }
  .mar_t60 { margin-top: 45px; }
  .mar_t70 { margin-top: 50px; }
  .mar_t80 { margin-top: 60px; }
  .mar_t90 { margin-top: 65px; }
  .mar_t100 { margin-top: 75px; }
  .mar_t120 { margin-top: 90px; }

  .mar_b70 { margin-bottom: 50px; }
  .mar_b80 { margin-bottom: 60px; }
  .mar_b90 { margin-bottom: 65px; }
  .mar_b100 { margin-bottom: 75px; }
}