@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html {
	font-size: 62.5%;
	height: 100%;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
#contentsWrapper .cover {
	width: 100%;
	height: auto;
}
#includeFooter {
	position: relative;
	z-index: 50;
}
#bgFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url("../images/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.85);
background-image: -moz-linear-gradient( 0deg, rgb(204,238,255) 0%, rgba(204,238,255,0) 30%, rgba(204,238,255,0) 50%, rgba(204,238,255,0) 70%, rgb(204,238,255) 100%, rgb(204,238,255) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(204,238,255) 0%, rgba(204,238,255,0) 30%, rgba(204,238,255,0) 50%, rgba(204,238,255,0) 70%, rgb(204,238,255) 100%, rgb(204,238,255) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(204,238,255) 0%, rgba(204,238,255,0) 30%, rgba(204,238,255,0) 50%, rgba(204,238,255,0) 70%, rgb(204,238,255) 100%, rgb(204,238,255) 100%);
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	padding: 0 2.5%;
	box-sizing: border-box;
	overflow: hidden;
}
#contentsWrapper .widthWrapperNarrow {
	position: relative;
	width: 100%;
	padding: 0 12.5%;
	box-sizing: border-box;
	overflow: hidden;
}
#contentsWrapper .kv {
	width: 100%;
	padding-top: 56.25%;
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
/*	border-bottom: 8px solid #ff4000;*/
}
#contentsWrapper .bgLoop {
	background-image: url("../images/bgLoop.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
@media screen and (max-width: 800px) {
	#bgFixed {
		background-position: right -20vw top;
		background-size: cover;
	}
	#contentsWrapper .widthWrapperNarrow {
		padding: 0 10%;
	}
	#contentsWrapper .kv {
		padding-top: 121.25%;
		border-bottom-width: 1vw;
	}
	#contentsWrapper .bgLoop {
		background-size: 100% auto, 150% auto;
	}
}
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexAlignCenter {
	align-items: center;
}
#contentsWrapper .flexList2 > li {
	width: 50%;
}
#contentsWrapper .flexList4 > li {
	width: 25%;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexList2 > li {
		width: 100%;
	}
	#contentsWrapper .flexList4 > li {
		width: 50%;
	}
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontBold {
	font-weight: 700;
}
#contentsWrapper .text34 {
	font-size: 34px;
}
#contentsWrapper .text16 {
	font-size: 16px;
}
#contentsWrapper .text12 {
	font-size: 12px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .text34 {
		font-size: 2.65625vw;
	}
	#contentsWrapper .text16 {
		font-size: 1.25vw;
	}
	#contentsWrapper .text12 {
		font-size: 0.9375vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text34 {
		font-size: 4vw;
	}
	#contentsWrapper .text16 {
		font-size: 3vw;
	}
	#contentsWrapper .text12 {
		font-size: 2.4vw;
	}
}
#contentsWrapper .lineHeight130 {
	line-height: 130%;
}
#contentsWrapper .lineHeight200 {
	line-height: 200%;
}
#contentsWrapper .marginTopHarf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1em {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2em {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3em {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4em {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper a {
	color: #a09943;
	padding-left: 0.25em;
	padding-right: 0.25em;
	background-color: transparent;
	text-decoration: none!important;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.hover {
	color: #fff;
	background-color: #710213;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper a.opacity {
	opacity: 1;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper .textWhite {
	color: #fff;
}
#contentsWrapper .textBlack {
	color: #121212;
}
#contentsWrapper .textRed {
	color: #f00;
}
#contentsWrapper a.textRed {
	display: block;
	color: #fff;
	padding: 0.5em 2em;
	background-color: #f00;
	border-radius: 5px;
}
a.deactive {
	pointer-events: none;
}
/*footer*/
#specialFooter {
	position: relative;
	margin: 4em 0 0;
	padding: 1em 0;
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
@media screen and (max-width: 800px) {
	#specialFooter {
		margin: 2em 0 0;
	}
	#contentsWrapper .snsBlock {
		margin-top: 1em;
	}
}
#contentsWrapper nav ul li {
	width: 47.185%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper nav ul li:nth-child(even) {
padding-right: .625%;
}
#contentsWrapper nav ul li:first-child {
	width: 94.995%;
	padding-bottom: .625%;
}
#contentsWrapper nav ul li img {
	width: 100%;
	height: auto;
}
#contentsWrapper nav ul li a {
	padding: 0;
}
#contentsWrapper nav ul li a.hover {
	border-color: #ffff00;
	background-color: transparent;
}
@media screen and (max-width: 800px) {
	#contentsWrapper nav ul li a {
		border: none;
	}
}
/*movie*/
#contentsWrapper .movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
}
#contentsWrapper .movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* series */
#series {
  margin-top: 10.0em;
}
#series div {
  display: flex;
}
#series p img {
  max-width: 100%;
}
.colorYello {
  color: #ffea00;
}
#series p a:hover {
	opacity: 0.75;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
  #series {
    margin-top: 8.0vw;
  }
}

/* point05 */
#point05 .flexBlock {
  width: 90%;
  margin: auto;
  justify-content: flex-start;
}
#point05 ul li {
  width: 24.5%;
  margin-bottom: 12%;
  margin-right: 0.66%;
  position: relative;
}
#point05 ul li:nth-child(4n) {
  margin-right: 0;
}
#point05 ul li img {
  max-width: 100%;
  height: auto;
}
#point05 ul li p {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  width: 85%;
  margin: auto;
}
#point05 ul li p:first-of-type {
  margin-bottom: 1.0em;
  width: 100%;
}
#point05 ul li p:nth-child(2) {
	font-weight: bold;
}
#point05 ul li p:nth-child(3) {
  position: absolute;
  bottom: -1.8em;
  right: 0;
  left: 0;
  font-size: 2rem;
  line-height: 1;
}
#point05 ul li p:nth-child(3) span {
	font-size: .75em;
}
#point05 ul li p:last-child {
  width: 100%;
  height: 42px;
  margin: 0.5em 0 0;
  color: #ff4000;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  background-color: rgba(255,255,255,.6);
  background-image: url("../images/bgDateLeft.png"),url("../images/bgDateRight.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: -5.2em;
}
#point05 ul li p:last-child:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid #ff4000;
box-sizing: border-box;
}
#point05 p:last-child {
  width: 90%;
  margin: auto;
}
#point05 p:first-of-type {
  margin-bottom: 2.0em;
}
@media screen and (max-width: 800px) {
  #point05 ul li {
    width: 49%;
    margin-bottom: 18%;
  }
  #point05 ul li:nth-child(2n - 1) {
    margin-right: 1%;
  }
  #point05 ul li p {
    font-size: 3.0vw;
  }
  #point05 ul li p:nth-child(3) {
    bottom: -5.2vw;
  font-size:4vw;
  }
  #point05 ul li p:last-child {
    height: 6.4vw;
    line-height: 6.4vw;
    bottom: -12.2vw;
  }
  #contentsWrapper #point05 .marginTop4em,
  #contentsWrapper #series .marginTop4em {
    margin-top: 4.0vw!important;
  }
}
#point06 p span:first-child {
  color: #ff4000;
}
#point06 p span:last-child {
	font-size: .7em;
}
#contentsWrapper {
  padding-top: 48px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  #contentsWrapper {
    padding-top: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  #contentsWrapper {
    padding-top: 15vw;
	width: 96%;
  }
}
.banner_PB {
	width: 93.9%;
	margin: auto;
}