@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype"),
    url("/common/fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype"),
    url("/common/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("/common/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Light.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Regular.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Medium.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-Bold.otf") format("opentype"),
    url("/common/fonts/NotoSerifJP/NotoSerifJP-SemiBold.otf") format("opentype");
}


* {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
a:hover {
  opacity: 0.7;
}
.for-pc {
  display: inherit;
}
.for-sp {
  display: none;
}
.for-narrow__none {
  display: inherit;
}
@media screen and (max-width: 640px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  .for-narrow__none {
    display: inherit;
  }
}
@media screen and (max-width: 400px) {
  .for-narrow__none {
    display: none;
  }
}

/* movie */
.movie {
  position: relative;
  color: #460a00;
  text-align: center;
  font-size: 14px;
}
.movie section {
  /* padding-top: 40px; */
}
.movie section:first-of-type {
  padding-top: 0;
}
.movie section:last-of-type {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .movie section {
    /* padding-top: 20px; */
  }
  .movie section:first-of-type {
    padding-top: 0;
  }
  .movie section:last-of-type {
    padding-bottom: 20px;
  }
}

/* margin */
.movie .mt10-pc {
  margin-top: 10px !important;
}
.movie .mt20-pc {
  margin-top: 20px !important;
}
.movie .mt30-pc {
  margin-top: 30px !important;
}
.movie .mt40-pc {
  margin-top: 40px !important;
}
.movie .mt50-pc {
  margin-top: 50px !important;
}
.movie .mt80-pc {
  margin-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  .movie .mt10-sp {
    margin-top: 10px !important;
  }
  .movie .mt15-sp {
    margin-top: 15px !important;
  }
  .movie .mt20-sp {
    margin-top: 20px !important;
  }
  .movie .mt25-sp {
    margin-top: 25px !important;
  }
  .movie .mt30-sp {
    margin-top: 30px !important;
  }
  .movie .mt40-sp {
    margin-top: 40px !important;
  }
}

/***** bg *****/

#contents {
  background-color: #e1f3ff;
}

/***** mv *****/

h1.mv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.roadshow {
  background-color: #305ada;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.roadshow p {
	font-family: "Noto Serif JP", '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif !important;
	font-weight: 700;
	font-size: 40px;
}

@media only screen and (max-width: 640px) {

	.roadshow {
		padding: 10px 0;
	}
	
	.roadshow p {
		font-size: 20px;
		line-height: 1.5;
	}
	
}

/***** content *****/

.content_block {
  padding-top: 100px;
}

h2.content_title {
	border-bottom: none;
	margin: 0 0 30px;
}

.content_block .content_l {
  max-width: max-content;
  width: 100%;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto;
}
.content_block .content_l .content_txt {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.content_block .content_l .theater_note {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

@media only screen and (max-width: 640px) {

	.content_block {
		padding-top: 50px;
	}

	h2.content_title {
		padding: 0;
		margin: 0 0 20px;
	}

	h2.content_title img {
		width: 230px;
		height: auto;
	}

	h2.content_title.goods img {
		width: 335px;
		height: auto;
	}
}

/* goods */

.goods_head {
  background-color: #bf9329;
	color: #ffffff;
	text-align: center;
  padding: 10px 0;
  margin-top: 40px;
}

.goods_head p {
	font-family: "Noto Serif JP", '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif !important;
	font-weight: bold;
	font-size: 28px;
}

@media only screen and (max-width: 640px) {

	.goods_head {
		padding: 8px 0;
    margin-top: 30px;
	}
	
	.goods_head p {
		font-size: 18px;
		line-height: 1.5;
	}

	.goods_list + .goods_head {
    margin-top: 40px;
  }
}

ul.goods_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

ul.goods_list li {
  width: 48.5%;
  background-color: #fff;
	border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

ul.goods_list li:nth-of-type(n+3):nth-of-type(-n+4) {
	margin-bottom: 0;
}

ul.goods_list li h3 {
	position: relative;
  background: #305ada;
	color: #fff;
  font-size: 24px;
	font-weight: 700;
  line-height: 1.4;
  text-align: center;
	border-bottom: 5px solid #bf9329;
	border-radius: 10px 10px 0 0;
  padding: 20px 0 30px;
	margin: 0;
}

ul.goods_list li h3::before,
ul.goods_list li h3::after {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 5px;
}

ul.goods_list li h3::before {
	bottom: 5px;
	background-color: #bf9329;
}

ul.goods_list li h3:after {
	bottom: 0;
	background-color: #dec797;
}

ul.goods_list li h3 small {
  font-size: 16px;
	font-weight: 500;
}

ul.goods_list li h3 span {
	font-size: 20px;
}

ul.goods_list li picture {
	display: block;
	padding: 10px 30px;
}

ul.goods_list li img {
  width: 100%;
  height: auto;
}

ul.goods_list li p {
	display: block;
	font-size: 12px;
	text-align: left;
	padding: 0 20px 20px;
}


@media only screen and (max-width: 640px) {
  ul.goods_list {
    margin-top: 25px;
  }

	ul.goods_list li {
		border-radius: 5px;
		width: 100%;
	}

	ul.goods_list li:nth-of-type(n+3):nth-of-type(-n+4) {
		margin-bottom: 25px;
	}
	
  ul.goods_list li h3 {
    font-size: 16px;
		line-height: 1.5;
		border-bottom: 3px solid #bf9329;
		border-radius: 5px 5px 0 0;
		padding: 15px 0 20px;
  }

	ul.goods_list li h3::before,
	ul.goods_list li h3::after {
		height: 3px;
	}

	ul.goods_list li h3::before {
		bottom: 3px;
	}

	ul.goods_list li h3 small {
		font-size: 11px;
	}
	
	ul.goods_list li h3 span {
		font-size: 16px;
	}

	ul.goods_list li picture {
		padding: 20px 20px;
	}

	ul.goods_list li p {
		font-size: 7px;
	}
}


/* theater */

.content_block.theater {
	padding-bottom: 30px;
}

@media only screen and (max-width: 640px) {
	.content_block.theater {
		padding-bottom: 40px;
	}
}

.theater_catch {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.theater_catch {
		font-size: 22px;
		line-height: 1.5;
	}	
}


/* video */
.movie .video {
  position: fixed;
}
.movie .video.iframe {
  position: relative;
  width: 100%;
  margin: 30px 0;
  box-shadow: 0 0 20px 10px #890000;
}
.movie .video.mt80 {
  margin-top: 80px;
}
.movie .video .video__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movie .video .video__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}


@media only screen and (max-width: 640px) {

  .movie .video.iframe {
    box-shadow: 0 0 15px 5px #670000;
  }
  
}


/* inner */
.movie .inner {
  max-width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}


/* inner_s */
.movie .inner_s {
  max-width: 780px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .movie .inner,
  .movie .inner_s {
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }
}


/* official-link */
#official-link {
	background-color: #e1f3ff;
	padding-top: 80px;
}

.description-link {
	width: 560px;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.description-link {
		width: 100%;
	}
}

.description-link a {
	display: block;
	background: #305ada url(../images/bnr-circle.png) no-repeat;
	background-position: calc(100% - 20px) 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 4px solid #fff;
	border-radius: 10px;
	padding: 1em 0;
}

@media only screen and (max-width: 640px) {
	.description-link a {
		background-size: 18px auto;
		font-size: 16px;
	}
}

.movie .official-link {
  display: block;
  max-width: 100%;
  width: auto;
  text-align: center;
  margin: 30px auto 50px;
}
.movie .official-link a {
  position: relative;
  width: auto;
  text-decoration: none;
}
.movie .official-link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
	#official-link {
		padding-top: 40px;
	}

  .movie .official-link {
    display: block;
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: 15px auto;
  }

  .movie .official-link a {
    width: 100%;
  }

	.movie .official-link img {
		height: auto;
	}
}


/* copyright */

.copyright {
  font-size: 14px;
  text-align: center;
  padding-bottom: 50px;
}


/* pagetop */

#pagetop {
  text-align: right;
  padding-bottom: 30px;
}

.pagetop_btn:hover {
  cursor: pointer;
}

@media only screen and (max-width: 640px) {

  #pagetop {
    padding-bottom: 0;
  }
  
  .pagetop_btn img {
    width: 50px;
		height: auto;
  }

}