@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: 120vh;
  background-image: url("../images/bg.jpg");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  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;
  background: transparent;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
  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%;
  }
}
#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: 47.65625%;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-bottom: 8px solid #e60012;
}
#contentsWrapper .bgLoop {
  background-image: url("../images/bgLoop.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #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;
}
#point03 {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 800px) {
  #specialFooter {
    margin: 2em 0 0;
  }
  #contentsWrapper .snsBlock {
    margin-top: 1em;
  }
}
#contentsWrapper nav ul li {
  width: 33%;
  max-width: 402px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contentsWrapper nav ul li.nav01 {
  background-image: url("../images/nav01.png");
}
#contentsWrapper nav ul li.nav02 {
  background-image: url("../images/nav02.png");
}
#contentsWrapper nav ul li.nav03 {
  background-image: url("../images/nav03.png");
}
#contentsWrapper nav ul li.nav04 {
  background-image: url("../images/nav04.png");
}
#contentsWrapper nav ul li.nav05 {
  background-image: url("../images/nav05.png");
}
#contentsWrapper nav ul li:not(:nth-child(3n + 1)) {
  margin-left: 0.5%;
}
#contentsWrapper nav ul li:nth-child(n + 4) {
  margin-top: 0.5em;
}
#contentsWrapper nav ul li a {
  display: block;
  width: 100%;
  padding-top: 61%;
  border: 6px solid transparent;
  box-sizing: border-box;
}
#contentsWrapper nav ul li a.hover {
  border-color: #e30002;
  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;
  }
}
/* point04 */
#point04 .flexBlock {
  width: 90%;
  margin: auto;
  justify-content: flex-start;
}
#point04 ul li {
  width: 24.5%;
  margin-bottom: 12%;
  margin-right: 0.66%;
  position: relative;
}
#point04 ul li:nth-child(4n) {
  margin-right: 0;
}
#point04 ul li a img {
  max-width: 100%;
}
#point04 ul li a p {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  width: 85%;
  margin: auto;
}
#point04 ul li a p:first-of-type {
  margin-bottom: 1.0em;
  width: 100%;
}
#point04 ul li a p:nth-child(2) {
  font-weight: bold;
}
#point04 ul li a p:nth-child(3) {
  position: absolute;
  bottom: -1.8em;
  right: 0;
  left: 0;
  font-size: 2rem;
  line-height: 1;
}
#point04 ul li a p:nth-child(3) span {
  font-size: .75em;
}
#point04 ul li a p:last-child {
  width: 100%;
  height: 42px;
  margin: 0.5em 0 0;
  color: #e30002;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  background: #fff;
  border: 2px solid #e30002;
  box-sizing: border-box;
  position: absolute;
  bottom: -5.2em;
}
#point04 p:last-child {
  width: 90%;
  margin: auto;
}
#point04 p:first-of-type {
  margin-bottom: 2.0em;
}
@media screen and (max-width: 800px) {
  #point04 ul li {
    width: 49%;
    margin-bottom: 18%;
  }
  #point04 ul li:nth-child(2n - 1) {
    margin-right: 1%;
  }
  #point04 ul li a p {
    font-size: 3.0vw;
  }
  #point04 ul li a p:nth-child(3) {
    bottom: -5.2vw;
    font-size: 4vw;
  }
  #point04 ul li a p:last-child {
    height: 6.4vw;
    line-height: 6.4vw;
    bottom: -12.2vw;
  }
  #contentsWrapper #point04 .marginTop4em, #contentsWrapper #series .marginTop4em {
    margin-top: 4.0vw !important;
  }
}
#point05 p span {
  color: #ffff00;
}