@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");
.pc-hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.text__honbun {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .text__honbun {
    font-size: 3.8vw;
  }
}
.text__left {
  text-align: left;
}
.text__right {
  text-align: right;
}
.text__center {
  text-align: center;
}

.list__noNumber {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.list__noNumber > li {
  margin-bottom: 30px;
  line-height: 1.5;
}
.list__noNumber > li dl {
  margin-bottom: 20px;
}
.list__noNumber > li dl dt {
  line-height: 1.75;
}
.list__noNumber > li dl dd {
  line-height: 1.75;
  margin: 10px 0;
}
.list__noNumber > li dl dd img {
  height: 200px;
}
.list__disc {
  list-style: disc;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.list__disc > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}
.list__disc > li img {
  height: 200px;
  display: block;
}
.list__disc > li:last-child {
  padding-bottom: 0;
}
.list__decimal {
  list-style: decimal;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
.list__decimal > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}
.list__decimal > li img {
  height: 200px;
  display: block;
}
.list__decimal > li:last-child {
  padding-bottom: 0;
}

a {
  color: #e6002d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  background-size: 100% auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}
body * {
  box-sizing: border-box;
}
body img {
  vertical-align: top;
}

.main {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
.heading__main {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: .5em;
  color: #000;
}
.heading__main span {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .heading__main {
    font-size: 8vw;
  }
  .heading__main span {
    font-size: 4vw;
  }
}

.kvArea {
  position: relative;
  margin: auto;
  width: 100%;
}
.kvArea img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.kvArea .matchinfoArea__stadium > span {
  display: inline-block;
  vertical-align: middle;
}
.kvArea .matchinfoArea__stadium > span:first-child {
  background: #fff;
}
.kvArea .matchinfoArea__stadium > span:last-child {
  border: none;
  line-height: 1;
  margin: -1.3rem 0 0;
}
.kvArea .matchinfoArea__stadium > span:last-child span {
  border: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .kvArea .matchinfoArea__stadium > span:last-child {
    margin: 1.3rem 0 0;
  }
  .kvArea .matchinfoArea__stadium > span:last-child span {
    font-size: 1.5vw;
  }
}
.kvArea .matchinfoArea__final > span {
  display: inline-block;
  vertical-align: middle;
}
.kvArea .matchinfoArea__final > span:first-child {
  background: #fff;
  margin-top: 50px;
}
.kvArea .matchinfoArea__final > span:last-child {
  border: none;
  line-height: 1.4;
  margin: -2.2rem 0 0;
}
.kvArea .matchinfoArea__final > span:last-child span {
  border: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .kvArea .matchinfoArea__final > span {
    vertical-align: baseline;
  }
  .kvArea .matchinfoArea__final > span:first-child {
    margin-top: 10px;
  }
  .kvArea .matchinfoArea__final > span:last-child {
    margin: 1.3rem 0 0;
  }
  .kvArea .matchinfoArea__final > span:last-child span {
    font-size: 1.5vw;
  }
}
.kvArea .matchinfoArea__finalfix > span {
  display: inline-block;
}
.kvArea .matchinfoArea__finalfix > span:first-child {
  background: #fff;
}
.kvArea .matchinfoArea__finalfix > span:last-child {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .kvArea .matchinfoArea__finalfix > span {
    vertical-align: baseline;
  }
  .kvArea .matchinfoArea__finalfix > span:first-child {
    margin-top: 10px;
  }
  .kvArea .matchinfoArea__finalfix > span:last-child {
    margin: 1.3rem 0 0;
  }
  .kvArea .matchinfoArea__finalfix > span:last-child span {
    font-size: 1.5vw;
  }
}
.kvArea .main-slide {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .kvArea .main-slide {
    padding-bottom: 42px;
  }
}
.kvArea .main-slide .slide-arrow {
  width: 26px;
  height: auto;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.kvArea .main-slide .prev-arrow {
  left: 0;
}
.kvArea .main-slide .next-arrow {
  right: 0;
}
.kvArea .main-slide .slick-list {
  line-height: 1;
}
.kvArea .main-slide .slick-dots {
  line-height: 1;
  bottom: 1px;
  background: #000;
  padding: 12px 0 14px;
}
@media only screen and (max-width: 768px) {
  .kvArea .main-slide .slick-dots {
    padding: 9px 0 7px;
  }
}
.kvArea .main-slide .slick-dots li button:before {
  content: '' !important;
  width: 16px;
  height: 16px;
  background: transparent;
  transform: rotate(45deg) skew(15deg, 15deg);
  opacity: 1;
  outline: 1px solid #e6002d;
}
@media only screen and (max-width: 768px) {
  .kvArea .main-slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
}
.kvArea .main-slide .slick-dots li.slick-active button:before {
  background: #e6002d;
}

.matchinfoArea {
  border-bottom: none !important;
  background: url(../images/BG_matchinfo.jpg) repeat top center;
  background-size: 100% auto;
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea {
    padding: 0;
  }
}
.matchinfoArea__stadium {
  background: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 65px;
  height: 70px;
  color: #e6002d;
  font-weight: 800;
  letter-spacing: .075em;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__stadium {
    font-size: 3.5vw;
    height: auto;
    line-height: 2;
    padding: 20px 0;
  }
}
.matchinfoArea__stadium span {
  font-size: 26px;
  font-size: 2.6rem;
  border: 1px solid #f00;
  border-radius: 3px;
  display: inline-block;
  line-height: 32px;
  height: 35px;
  position: relative;
  top: -3px;
  right: 15px;
  letter-spacing: .2em;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__stadium span {
    font-size: 3vw;
    right: 0;
  }
}
.matchinfoArea__final {
  background: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 65px;
  height: 140px;
  color: #e6002d;
  font-weight: 800;
  letter-spacing: .075em;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__final {
    font-size: 3.5vw;
    height: auto;
    line-height: 2;
    padding: 20px 0;
  }
}
.matchinfoArea__final span {
  font-size: 26px;
  font-size: 2.6rem;
  border: 1px solid #f00;
  border-radius: 3px;
  display: inline-block;
  line-height: 32px;
  height: 35px;
  position: relative;
  top: -3px;
  right: 15px;
  letter-spacing: .2em;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__final span {
    font-size: 3vw;
    right: 0;
  }
}
.matchinfoArea__finalfix {
  background: #000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 45px;
  color: #e6002d;
  font-weight: 800;
  letter-spacing: .075em;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__finalfix {
    font-size: 3.5vw;
    height: auto;
    line-height: 2;
    padding: 20px 0;
  }
}
.matchinfoArea__finalfix span {
  font-size: 26px;
  font-size: 2.6rem;
  border: 1px solid #f00;
  border-radius: 3px;
  display: inline-block;
  line-height: 32px;
  height: 35px;
  position: relative;
  top: -3px;
  right: 15px;
  letter-spacing: .2em;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__finalfix span {
    font-size: 3vw;
    right: 0;
  }
}
.matchinfoArea__list_new {
  margin-top: 30px !important;
}
@media only screen and (min-width: 768px) {
  .matchinfoArea__list_new {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- stretch;
    align-items: -webkit- stretch;
    align-items: stretch;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- stretch;
    align-items: -webkit- stretch;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }
}
.matchinfoArea__list_new li {
  position: relative;
  background: url(../images/bg_texture_red.png) repeat top center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .matchinfoArea__list_new li {
    width: calc(20% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.matchinfoArea__list_new li a {
  display: block;
  position: relative;
}
.matchinfoArea__list_new li a dt, .matchinfoArea__list_new li a dd {
  transition: .5s all;
}
.matchinfoArea__list_new li a dt img, .matchinfoArea__list_new li a dd img {
  transition: .5s all;
}
.matchinfoArea__list_new li a:hover dt, .matchinfoArea__list_new li a:hover dd {
  opacity: 0.5;
}
.matchinfoArea__list_new li a:hover::after {
  color: #FFF;
  left: 2%;
}
.matchinfoArea__list_new__info {
  display: inline-block;
  width: 100%;
  margin: auto;
  color: #fff;
  font-weight: 800;
  position: relative;
  text-align: center;
  padding: 0 0 80px;
  height: 380px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info {
    height: 310px;
    padding: 0 0 50px;
  }
}
.matchinfoArea__list_new__info .jsec {
  color: #e6002d;
  background: #fff;
  padding: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info .jsec {
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
}
.matchinfoArea__list_new__info .date {
  font-size: 4vw;
  letter-spacing: -.03em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.matchinfoArea__list_new__info .date span {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info .date {
    font-size: 9vw;
  }
  .matchinfoArea__list_new__info .date span {
    font-size: 3.5vw;
  }
}
.matchinfoArea__list_new__info .time .jp {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info .time {
    line-height: 1;
  }
}
.matchinfoArea__list_new__info .vs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.matchinfoArea__list_new__info .vs img {
  height: 80px;
}
.matchinfoArea__list_new__info .vs img:first-child {
  height: 30px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info .vs img {
    width: 80px;
    height: auto;
    vertical-align: middle;
  }
  .matchinfoArea__list_new__info .vs img:first-child {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
}
.matchinfoArea__list_new__info .venu {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info .venu {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.matchinfoArea__list_new__info .team {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info .team {
    padding: 5px 3% 0;
  }
}
.matchinfoArea__list_new__info.timeup .vs img {
  height: 50px;
}
.matchinfoArea__list_new__info.timeup .vs img:first-child {
  height: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info.timeup .vs img {
    width: 60px;
    height: auto;
    vertical-align: middle;
  }
  .matchinfoArea__list_new__info.timeup .vs img:first-child {
    height: 20px;
    width: auto;
    margin-right: 10px;
  }
}
.matchinfoArea__list_new__info.timeup .result {
  font-size: 40px;
  font-size: 4rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 70px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info.timeup .result {
    font-size: 6vw;
    height: 50px;
  }
}
.matchinfoArea__list_new__info.timeup .resultPK {
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 70px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
  padding-top: 18px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list_new__info.timeup .resultPK {
    font-size: 4.5vw;
    height: 50px;
    padding-top: 6px;
  }
}
.matchinfoArea__list {
  margin-top: 30px !important;
}
@media only screen and (min-width: 768px) {
  .matchinfoArea__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- stretch;
    align-items: -webkit- stretch;
    align-items: stretch;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- stretch;
    align-items: -webkit- stretch;
    align-items: stretch;
    width: 100%;
  }
}
.matchinfoArea__list li {
  position: relative;
  background: url(../images/BG_match.jpg) repeat top center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .matchinfoArea__list li {
    width: calc(16.66666% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.matchinfoArea__list li a {
  display: block;
  position: relative;
}
.matchinfoArea__list li a dt, .matchinfoArea__list li a dd {
  transition: .5s all;
}
.matchinfoArea__list li a dt img, .matchinfoArea__list li a dd img {
  transition: .5s all;
}
.matchinfoArea__list li a:hover dt, .matchinfoArea__list li a:hover dd {
  color: #e6002d;
}
.matchinfoArea__list li a:hover::after {
  color: #FFF;
  left: 2%;
}
.matchinfoArea__list__info {
  display: inline-block;
  width: 100%;
  margin: auto;
  color: #000;
  font-weight: 800;
  position: relative;
  text-align: center;
  padding: 0 0 80px;
  height: 380px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info {
    height: 310px;
    padding: 0 0 50px;
  }
}
.matchinfoArea__list__info .jsec {
  background: #fff;
  padding: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .jsec {
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
}
.matchinfoArea__list__info .date {
  font-size: 4vw;
  letter-spacing: -.03em;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.matchinfoArea__list__info .date span {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .date {
    font-size: 9vw;
  }
  .matchinfoArea__list__info .date span {
    font-size: 3.5vw;
  }
}
.matchinfoArea__list__info .time .jp {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .time {
    line-height: 1;
  }
}
.matchinfoArea__list__info .vs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.matchinfoArea__list__info .vs img {
  height: 80px;
}
.matchinfoArea__list__info .vs img:first-child {
  height: 30px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .vs img {
    width: 80px;
    height: auto;
    vertical-align: middle;
  }
  .matchinfoArea__list__info .vs img:first-child {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
}
.matchinfoArea__list__info .venu {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .venu {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.matchinfoArea__list__info .team {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .team {
    padding: 5px 3% 0;
  }
}
.matchinfoArea__list__info.timeup .vs img {
  height: 50px;
}
.matchinfoArea__list__info.timeup .vs img:first-child {
  height: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info.timeup .vs img {
    width: 60px;
    height: auto;
    vertical-align: middle;
  }
  .matchinfoArea__list__info.timeup .vs img:first-child {
    height: 20px;
    width: auto;
    margin-right: 10px;
  }
}
.matchinfoArea__list__info.timeup .result {
  font-size: 40px;
  font-size: 4rem;
  width: 100%;
  background: rgba(230, 0, 45, 0.7);
  position: absolute;
  height: 70px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info.timeup .result {
    font-size: 6vw;
    height: 50px;
  }
}

.bnrArea {
  background: #fff;
}
.bnrArea ul {
  margin: 30px auto;
}
.bnrArea ul li {
  overflow: hidden;
}
.bnrArea ul li img {
  width: 100%;
  transition: .5s all;
}
.bnrArea ul li a:hover img {
  transform: scale(1.08);
}
@media only screen and (min-width: 768px) {
  .bnrArea ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    width: 980px;
  }
  .bnrArea ul li {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .bnrArea ul {
    width: 90%;
    margin: 20px auto;
  }
  .bnrArea ul li {
    margin-bottom: 5px;
  }
}

.tournament_area {
  background: url(../images/bg_texture_gray.png) repeat-y top center;
  background-size: 100% auto;
  padding: 0;
}
.tournament_area .matchinfoArea__stadium {
  background: #e6002d;
  color: #fff;
  transition: .5s all;
  position: relative;
}
.tournament_area .matchinfoArea__final {
  background: #e6002d;
  color: #fff;
  transition: .5s all;
  position: relative;
}
.tournament_area .matchinfoArea__final:hover {
  opacity: 0.5;
}
.tournament_area .matchinfoArea__final:after {
  position: absolute;
  right: 64px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .5s all;
  transform: rotate(135deg);
  top: 18px;
}
@media only screen and (max-width: 768px) {
  .tournament_area .matchinfoArea__final:after {
    right: 24px;
    top: 16px;
  }
}
.tournament_area .matchinfoArea__final.active:after {
  transform: rotate(-45deg);
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .tournament_area .matchinfoArea__final.active:after {
    top: 29px;
  }
}
.tournament_area div {
  max-width: 980px;
  margin: 70px auto 0;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .tournament_area div {
    margin: 40px 5% 0;
    padding-bottom: 40px;
  }
}
.tournament_area .matchinfoArea__finalfix {
  background: #e6002d;
  color: #fff;
  transition: .5s all;
  position: relative;
}
.tournament_area .matchinfoArea__finalfix:hover {
  opacity: 0.5;
}
.tournament_area .matchinfoArea__finalfix:after {
  position: absolute;
  right: 64px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .5s all;
  transform: rotate(135deg);
  top: 18px;
}
@media only screen and (max-width: 768px) {
  .tournament_area .matchinfoArea__finalfix:after {
    right: 24px;
    top: 16px;
  }
}
.tournament_area .matchinfoArea__finalfix.active:after {
  transform: rotate(-45deg);
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .tournament_area .matchinfoArea__finalfix.active:after {
    top: 29px;
  }
}
.tournament_area div {
  max-width: 980px;
  margin: 70px auto 0;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .tournament_area div {
    margin: 40px 5% 0;
    padding-bottom: 40px;
  }
}

.columnArea {
  background: url(../images/bg_texture_red.png) repeat-y top center;
  background-size: cover;
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .columnArea {
    padding: 0 0 20px;
  }
}
.columnArea .heading__main {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .columnArea .heading__main {
    padding: 30px 0;
  }
}
.columnArea dl {
  width: 980px;
  margin: 50px auto;
}
.columnArea dl dt {
  margin: 0 0 -40px;
}
.columnArea dl dd {
  text-align: left;
  width: 100%;
  padding: 60px 2% 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px) {
  .columnArea dl {
    width: 90%;
    margin: 30px 5%;
  }
  .columnArea dl dt {
    margin: 0 5% -40px;
  }
  .columnArea dl dd {
    padding: 60px 5% 5%;
  }
}

.catchArea {
  background: url(../images/bg_catchArea_c.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .catchArea {
    padding: 40px 0;
  }
}
.catchArea p {
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1.2em;
  color: #fff;
  font-weight: bold;
}
.catchArea p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .catchArea p {
    font-size: 4vw;
  }
}

.photoArea {
  background: url(../images/BG_movie.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  .photoArea {
    padding: 0 0 20px;
  }
}
.photoArea .heading__main {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .photoArea .heading__main {
    padding: 30px 0;
  }
}
.photoArea ul {
  display: flex;
  width: 980px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.photoArea ul li {
  width: 30%;
  margin-bottom: 30px;
}
.photoArea ul li figure img {
  width: 100%;
}
.photoArea ul li p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .photoArea ul {
    width: 90%;
    margin: 0 5%;
  }
  .photoArea ul li {
    margin-bottom: 4%;
    width: 48%;
  }
}
.photoArea > p {
  font-size: 2rem;
  font-weight: bold;
  color: #e6002d;
  line-height: 1;
  margin: 20px auto 0;
  padding: 10px 100px;
  border: 1px solid #e6002d;
  border-radius: 40px;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
}
.photoArea > p:hover {
  background: #e6002d;
  color: #fff;
}
.photoArea > p:hover:before, .photoArea > p:hover:after {
  background-color: #fff;
}
.photoArea > p:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 35px;
  width: 2px;
  height: 20px;
  background: #e6002d;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
.photoArea > p:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 35px;
  width: 2px;
  height: 20px;
  background: #e6002d;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
}
.photoArea > p.active:after {
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .photoArea > p {
    font-size: 7vw;
    padding: 10px 19%;
  }
  .photoArea > p:before, .photoArea > p:after {
    top: 18px;
    right: 25px;
    height: 18px;
  }
}

.historyArea {
  background: url(../images/BG_photo.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .historyArea {
    padding: 0 0 20px;
  }
}
.historyArea .heading__main {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .historyArea .heading__main {
    padding: 30px 0;
  }
}
.historyArea .photoslider #photoslider__thum {
  background: rgba(0, 0, 0, 0.4);
  background-size: 100% auto;
  padding: 35px 0 60px;
  max-height: 230px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .historyArea .photoslider #photoslider__thum {
    padding: 15px 0 40px;
    max-height: 170px;
  }
}
.historyArea .photoslider #photoslider__thum .slick-arrow {
  z-index: 1;
  background: #000;
  width: 70px;
  height: 30px;
  top: auto;
  bottom: 30px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  transition: .5s all;
}
.historyArea .photoslider #photoslider__thum .slick-arrow:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.historyArea .photoslider #photoslider__thum .slick-arrow::before {
  font-family: 'ionicons';
  color: #FFF;
  font-weight: 700;
  position: relative;
  left: 0;
  transition: .5s all;
}
@media only screen and (max-width: 768px) {
  .historyArea .photoslider #photoslider__thum .slick-arrow {
    bottom: 10px;
  }
}
.historyArea .photoslider #photoslider__thum .slick-prev {
  left: 4%;
}
.historyArea .photoslider #photoslider__thum .slick-prev::before {
  content: "\f3d2";
}
.historyArea .photoslider #photoslider__thum .slick-prev:hover::before {
  left: -5px;
}
.historyArea .photoslider #photoslider__thum .slick-next {
  right: 4%;
}
.historyArea .photoslider #photoslider__thum .slick-next::before {
  content: "\f3d3";
}
.historyArea .photoslider #photoslider__thum .slick-next:hover::before {
  right: -5px;
}
.historyArea .photoslider #photoslider__thum .slick-list {
  width: 90%;
  margin: auto;
}
.historyArea .photoslider #photoslider__thum .slick-list .slick-slide div {
  width: 95%;
  margin: auto;
}
.historyArea .photoslider #photoslider__thum .slick-list .slick-slide li {
  vertical-align: top;
}
.historyArea .photoslider #photoslider__thum img {
  width: 100%;
}
.historyArea .photoslider #photoslider__main {
  width: 980px;
  margin: auto;
  position: relative;
  top: -30px;
  max-height: 1000px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .historyArea .photoslider #photoslider__main {
    width: 90%;
    top: -10px;
  }
  .historyArea .photoslider #photoslider__main .slick-list {
    background: rgba(0, 0, 0, 0.8);
  }
}
.historyArea .photoslider #photoslider__main .slick-arrow {
  top: 30%;
  z-index: 111;
  height: 80px;
}
.historyArea .photoslider #photoslider__main .slick-arrow::before {
  font-family: 'ionicons';
  font-size: 60px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .historyArea .photoslider #photoslider__main .slick-arrow {
    top: 100px;
  }
  .historyArea .photoslider #photoslider__main .slick-arrow::before {
    font-size: 15vw;
  }
}
.historyArea .photoslider #photoslider__main .slick-arrow.slick-prev {
  left: 5px;
}
.historyArea .photoslider #photoslider__main .slick-arrow.slick-prev::before {
  content: "\f3d2";
}
.historyArea .photoslider #photoslider__main .slick-arrow.slick-next {
  right: 5px;
}
.historyArea .photoslider #photoslider__main .slick-arrow.slick-next::before {
  content: "\f3d3";
}
.historyArea .photoslider #photoslider__main .slick-slide figure {
  position: relative;
}
.historyArea .photoslider #photoslider__main .slick-slide figure img {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .historyArea .photoslider #photoslider__main .slick-slide figure img {
    width: 100%;
    box-shadow: none;
  }
}
.historyArea .photoslider #photoslider__main .slick-slide figure figcaption {
  width: 100%;
  padding: 2em;
  color: #FFF;
  padding: 5em 3em 3em;
  position: relative;
  top: -3em;
  text-align: left;
}
.historyArea .photoslider #photoslider__main .slick-slide figure figcaption strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: .3em;
}
@media only screen and (min-width: 768px) {
  .historyArea .photoslider #photoslider__main .slick-slide figure figcaption {
    background: rgba(0, 0, 0, 0.8);
    min-height: 360px;
  }
  .historyArea .photoslider #photoslider__main .slick-slide figure figcaption .accordionArticle {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .historyArea .photoslider #photoslider__main .slick-slide figure figcaption {
    top: 0;
    padding: 5%;
    font-size: 3.5vw;
  }
  .historyArea .photoslider #photoslider__main .slick-slide figure figcaption strong {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .historyArea .photoslider #photoslider__main .slick-slide figure figcaption .accordionIndex {
    display: block;
    width: 50%;
    border: 1px solid #FFF;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    text-align: center;
  }
  .historyArea .photoslider #photoslider__main .slick-slide figure figcaption .accordionIndex::after {
    font-family: 'ionicons';
    content: "\f3d0";
    color: #FFF;
    font-weight: 700;
    font-size: 4vw;
    padding-left: 5px;
  }
}

.hightlghtArea {
  background: url(../images/bg_texture_gray.png) repeat-y top center;
  background-size: 100% auto;
  padding: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  .hightlghtArea {
    padding: 0 0 40px;
  }
}
.hightlghtArea .heading__main {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .hightlghtArea .heading__main {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.hightlghtArea ul {
  width: 980px;
  margin: 0 auto;
}
.hightlghtArea ul li img {
  width: 98%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hightlghtArea ul {
    width: 90%;
  }
}
.hightlghtArea .slick-dots {
  width: 100% !important;
}
.hightlghtArea .slick-dots li button:before {
  color: #e6002d !important;
  font-size: 14px !important;
}

.movieArea {
  background: url(../images/BG_movie.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  .movieArea {
    padding: 0 0 40px;
  }
}
.movieArea .heading__main {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .movieArea .heading__main {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.movieArea__main {
  margin: auto;
}
.movieArea__main > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}
.movieArea__main > div iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieArea__main figcaption {
  margin: 20px auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .movieArea__main {
    width: 980px;
  }
  .movieArea__main figcaption {
    width: 980px;
  }
}
@media only screen and (max-width: 768px) {
  .movieArea__main {
    width: 90%;
  }
  .movieArea__main figcaption {
    width: 90%;
    font-size: 3.5vw;
    line-height: 1.5;
    margin: 10px 0;
  }
}
.movieArea__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- start;
  align-items: -webkit- start;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .movieArea__list {
    width: 980px;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 768px) {
  .movieArea__list {
    width: 90%;
    margin: 30px auto 0;
  }
}
.movieArea__list li {
  margin-bottom: 20px;
}
.movieArea__list li a {
  color: #333;
  position: relative;
  display: block;
  transition: .5s all;
}
.movieArea__list li a img {
  transition: .5s all;
}
.movieArea__list li a figcaption {
  text-align: justify;
  margin-top: .5em;
  transition: .5s all;
}
@media only screen and (max-width: 768px) {
  .movieArea__list li a figcaption {
    font-size: 3vw;
    line-height: 1.4;
  }
}
.movieArea__list li a::after {
  font-family: 'ionicons';
  content: '\f362';
  font-size: 50px;
  position: absolute;
  top: 110px;
  right: 10px;
  opacity: .7;
  color: #FFF;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .movieArea__list li a::after {
    font-size: 20px;
    top: 10px;
  }
}
.movieArea__list li a:hover figcaption {
  color: #e6002d;
}
.movieArea__list li a:hover img {
  opacity: .8;
}
@media only screen and (min-width: 768px) {
  .movieArea__list li {
    width: 30%;
    margin-right: 5%;
  }
  .movieArea__list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .movieArea__list li {
    width: 48%;
    margin-right: 4%;
  }
  .movieArea__list li:nth-child(2n) {
    margin-right: 0;
  }
}
.movieArea .comingsoon {
  background: #000;
  width: 980px;
  margin: auto;
  color: #FFF;
  height: 400px;
  line-height: 400px;
  padding: 0;
  position: relative;
}
.movieArea .comingsoon::before {
  font-family: 'ionicons';
  content: '\f362';
  font-size: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .4;
}
@media only screen and (max-width: 768px) {
  .movieArea .comingsoon {
    width: 90%;
    height: 170px;
    line-height: 170px;
  }
  .movieArea .comingsoon::before {
    font-size: 20vw;
  }
}

.messageArea {
  background: url(../images/BG_message.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 70px 0;
  color: #FFF;
}
.messageArea .heading__main {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .messageArea {
    padding: 40px 5%;
    background-position: 20% 100%;
  }
}
.messageArea__message {
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .messageArea__message {
    width: 980px;
  }
}
@media only screen and (max-width: 768px) {
  .messageArea__message {
    width: 90%;
  }
}
.messageArea__message__thum {
  width: 60%;
  display: inline-block;
}
.messageArea__message__thum img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .messageArea__message__thum {
    width: 75%;
  }
}
.messageArea__message__player {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .messageArea__message__player {
    position: absolute;
    top: 30%;
  }
  .messageArea__message__player strong {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .messageArea__message__player strong {
    font-size: 6vw;
  }
  .messageArea__message__player .info {
    font-size: 3.5vw;
  }
}
.messageArea__message__player .text {
  background: rgba(230, 0, 45, 0.8);
  padding: 10%;
  text-align: justify;
  position: relative;
  top: 30px;
  width: 120%;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
}
.messageArea__message__player .text .more {
  display: block;
  background: #FFF;
  width: 150px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  position: absolute;
  bottom: -17px;
  right: 7%;
  transition: .5s all;
  font-weight: 700;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
  font-family: "Roboto Condensed", sans-serif;
}
.messageArea__message__player .text .more::after {
  font-family: 'ionicons';
  content: '\f3d3';
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  left: 5%;
  top: 1px;
  transition: .5s all;
}
.messageArea__message__player .text .more:hover {
  background: #000;
}
.messageArea__message__player .text .more:hover::after {
  left: 10%;
}
@media only screen and (max-width: 768px) {
  .messageArea__message__player .text {
    width: 100%;
    top: 10px;
    padding: 7%;
    font-size: 3.5vw;
    left: 0 !important;
  }
}
.messageArea__message:nth-of-type(odd) {
  text-align: left;
}
.messageArea__message:nth-of-type(odd) .messageArea__message__player {
  left: 65%;
}
.messageArea__message:nth-of-type(odd) .messageArea__message__player .text {
  left: -20%;
}
.messageArea__message:nth-of-type(even) {
  text-align: right;
}
.messageArea__message:nth-of-type(even) .messageArea__message__player {
  right: 65%;
}
@media only screen and (max-width: 768px) {
  .messageArea__message:nth-of-type(even) .messageArea__message__player {
    text-align: right;
  }
}
.messageArea__message:nth-of-type(even) .messageArea__message__player .text {
  right: 0;
}

.goodsArea {
  background: url(../images/BG_goods.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .goodsArea {
    padding: 40px 0;
  }
}
.goodsArea .goodsslider #goodsslider__thum {
  max-height: 500px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum {
    max-height: 500px;
    padding-bottom: 20vw;
  }
}
.goodsArea .goodsslider #goodsslider__thum .slick-arrow {
  z-index: 1;
  background: #000;
  width: 70px;
  height: 30px;
  top: auto;
  bottom: -10px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  transition: .5s all;
}
@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-arrow {
    bottom: 0;
  }
}
.goodsArea .goodsslider #goodsslider__thum .slick-arrow:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.goodsArea .goodsslider #goodsslider__thum .slick-arrow::before {
  font-family: 'ionicons';
  color: #FFF;
  font-weight: 700;
  position: relative;
  left: 0;
  transition: .5s all;
}
.goodsArea .goodsslider #goodsslider__thum .slick-prev {
  left: 4%;
}
.goodsArea .goodsslider #goodsslider__thum .slick-prev::before {
  content: "\f3d2";
}
.goodsArea .goodsslider #goodsslider__thum .slick-prev:hover::before {
  left: 0;
}
.goodsArea .goodsslider #goodsslider__thum .slick-next {
  right: 4%;
}
.goodsArea .goodsslider #goodsslider__thum .slick-next::before {
  content: "\f3d3";
}
.goodsArea .goodsslider #goodsslider__thum .slick-next:hover::before {
  right: 0;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-list {
    width: 100%;
  }
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div {
  width: 95%;
  margin: auto;
  background: #000;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div .icon {
  position: relative;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div .icon::before {
  position: absolute;
  bottom: 140px;
  left: 0;
  background: #e6002d;
  width: 70px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  content: '記念';
  letter-spacing: .1em;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div .icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 140px;
  left: 70px;
  border-width: 15px 10px 15px 0px;
  border-color: #e6002c transparent #e6002c #e6002c;
  border-style: solid;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption {
  padding: 7%;
  color: #FFF;
  min-height: 150px;
  text-align: left;
  position: relative;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption strong {
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption .place {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: .5em;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption .price {
  position: absolute;
  bottom: 7%;
  left: 5%;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption .price .kome {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-style: normal;
  padding-left: .3em;
}
.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide li {
  vertical-align: top;
}
.goodsArea .goodsslider #goodsslider__thum img {
  width: 100%;
}
.goodsArea__place {
  width: 800px;
  margin: auto;
  height: 80px;
  background: #FFF;
  color: #000;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: .1rem;
  font-weight: 700;
  display: flex;
}
.goodsArea__place dt {
  background: #000;
  color: #fff;
  width: 30%;
}
.goodsArea__place dd {
  width: 70%;
}
.goodsArea__bnr {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .goodsArea__bnr {
    width: 90%;
    margin: 50px auto 20px;
  }
}
.goodsArea__bnr a {
  display: inline-block;
  overflow: hidden;
  border: 10px solid #fff;
}
@media only screen and (min-width: 768px) {
  .goodsArea__bnr a {
    height: 146px;
  }
}
@media only screen and (max-width: 768px) {
  .goodsArea__bnr a {
    border: 5px solid #fff;
  }
}
.goodsArea__bnr a img {
  width: 100%;
  transition: .5s all;
}
.goodsArea__bnr a:hover img {
  transform: scale(1.03);
}
.goodsArea__bnr .kome {
  color: #000;
  font-weight: 500;
  margin-top: .5em;
  text-shadow: 0 0 5px #fff;
}
@media only screen and (max-width: 768px) {
  .goodsArea__bnr .kome {
    font-size: 3.5vw;
  }
}

.footerArea {
  background: url(../images/BG_red.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 70px 0 0;
}
@media only screen and (max-width: 768px) {
  .footerArea {
    margin-bottom: 80px;
  }
}
.footerArea__sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footerArea__sns {
    font-size: 40px;
    font-size: 4rem;
    width: 500px;
    margin: auto;
    padding-left: 15px;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
    transition: .3s all;
  }
  .footerArea__sns li a i {
    transition: .3s all;
  }
  .footerArea__sns li a:hover {
    color: #FFF;
  }
  .footerArea__sns li a:hover i {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 768px) {
  .footerArea__sns {
    font-size: 7vw;
    padding: 0 10% 3%;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
  }
}
.footerArea__logo {
  width: 100px;
  margin: auto;
  padding: 20px 0 40px;
  display: block;
  transition: .2s all;
}
.footerArea__logo img {
  width: 100%;
}
.footerArea__logo:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .footerArea__logo {
    width: 80px;
    padding: 0 0 50px;
  }
}
.footerArea__copyright {
  width: 100%;
  background: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footerArea__copyright {
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 768px) {
  .footerArea__copyright {
    font-size: 3.5vw;
    padding-right: 1.5em;
  }
}
.footerArea__ism {
  padding: 0 0 30px;
  text-align: center;
}
.footerArea__ism img {
  height: 25px;
  width: auto;
  vertical-align: top;
  padding-right: 10px;
}
.footerArea__ism span {
  line-height: 25px;
  vertical-align: top;
  font-size: 13px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .footerArea__ism span {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .floating {
    position: fixed;
    background: #FFF;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .floating p {
    margin: .5em 0 0;
    font-size: 3vw;
    font-weight: 500;
  }
}

.btn__borderWhite {
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #FFF;
  width: 550px;
  height: 60px;
  line-height: 57px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: -50px;
  color: #FFF;
  transition: .5s all;
}
.btn__borderWhite i {
  margin-right: 10px;
}
.btn__borderWhite::after {
  font-family: "ionicons";
  content: "\f3d3";
  padding-left: 10px;
  transition: .5s all;
  position: relative;
  left: 0;
}
.btn__borderWhite:hover {
  background: rgba(0, 0, 0, 0.6);
}
.btn__borderWhite:hover::after {
  left: 5px;
}
@media only screen and (max-width: 768px) {
  .btn__borderWhite {
    width: 90%;
    font-size: 4vw;
    margin: 30px auto 0;
    top: -30px;
  }
}

#pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #e6002d;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
#pageTop i {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  #pageTop {
    z-index: 11;
    bottom: 60px;
    right: -1px;
    background: #000;
    border: 1px solid #FFF;
  }
  #pageTop i {
    color: #FFF;
  }
}

.comingsoon {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 70px;
  font-size: 7rem;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .comingsoon {
    font-size: 10vw;
    padding: 0;
  }
}

#photoAreaFinal {
  background: url(../images/bg_movieAreaFinal.jpg) repeat-y top center;
  background-size: 100% auto;
}
#photoAreaFinal > p {
  color: #fff;
  border: 1px solid #fff;
}
#photoAreaFinal > p:before {
  background: #fff;
}
#photoAreaFinal > p:after {
  background: #fff;
}
#photoAreaFinal > p:hover {
  background: #fff;
  color: #e6002d;
}
#photoAreaFinal > p:hover:before, #photoAreaFinal > p:hover:after {
  background-color: #e6002d;
}

#movieAreaFinal {
  background: url(../images/bg_movieAreaFinal.jpg) repeat-y top center;
  background-size: 100% auto;
}
#movieAreaFinal .movieArea__main figcaption {
  color: #fff;
}
#movieAreaFinal .ul_wrap {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #movieAreaFinal .ul_wrap {
    width: 90%;
    margin: 0 5%;
  }
}
#movieAreaFinal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 -20px;
}
#movieAreaFinal ul li {
  width: calc(33.33% - 40px);
  margin-bottom: 30px;
  margin: 0 20px;
}
#movieAreaFinal ul li figure img {
  width: 100%;
}
#movieAreaFinal ul li p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #movieAreaFinal ul {
    margin: 0 -8px;
  }
  #movieAreaFinal ul li {
    margin-bottom: 4%;
    width: calc(50% - 16px);
    margin: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .pcDISP {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .spDISP {
    display: none !important;
  }
}
.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}

.anchorArea {
  background: #000;
}
@media only screen and (max-width: 768px) {
  .anchorArea {
    padding: 0 10px 15px;
  }
}
.anchorArea ul {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .anchorArea ul {
    flex-wrap: wrap;
    justify-content: start;
    padding: 5px 0;
  }
}
.anchorArea ul li {
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .anchorArea ul li {
    flex-wrap: wrap;
    font-size: .9em;
    margin-top: 15px;
  }
}
.anchorArea ul li a {
  display: block;
  padding: 0 20px;
  border-right: 1px solid #e6002d;
}
@media only screen and (max-width: 768px) {
  .anchorArea ul li a {
    padding: 0 10px;
  }
}
.anchorArea ul li:last-child a {
  border-right: none;
}

.ticketArea {
  background: #fff;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .ticketArea {
    padding: 30px 0;
  }
}
.ticketArea h2.heading__main {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.ticketArea p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .ticketArea p {
    padding: 0 15px;
    text-align: left;
    margin-top: 10px;
  }
}
.ticketArea .text_red {
  color: #e6002d;
  font-weight: bold;
}
.ticketArea .btns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .ticketArea .btns {
    display: block;
    margin-top: 20px;
  }
}
.ticketArea .btns a {
  color: #fff;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.3;
  padding: 15px 20px;
  margin-top: 20px;
  width: 40%;
  max-width: 480px;
}
@media only screen and (max-width: 768px) {
  .ticketArea .btns a {
    display: block;
    width: 90%;
    max-width: none;
    font-size: .9em;
    padding: 12px 0;
    margin: 10px auto 0;
  }
}
.ticketArea .btns a:first-child {
  background: #000;
}
.ticketArea .btns a:last-child {
  background: #e6002d;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .ticketArea .btns a:last-child {
    margin-left: auto;
  }
}
.ticketArea .text_links {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .ticketArea .text_links {
    margin-top: 10px;
  }
}
.ticketArea .text_links a {
  text-decoration: underline;
  line-height: 1.3;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .ticketArea .text_links a {
    font-size: .9em;
  }
}

.autoslide .auto-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.autoslide .auto-slider .slick-track {
  display: flex;
}
.autoslide .auto-slider .slick-slide {
  height: auto !important;
  line-height: 1;
}
.autoslide .auto-slider img {
  width: 100%;
  height: auto;
}

#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: 9;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
}

.front {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 999;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
}

/*# sourceMappingURL=common.css.map */
