@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");
.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;
}

.colGold {
  color: #ede9b4 !important;
  background: -webkit-linear-gradient(45deg, #ede9b4, #bc9e44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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: url(../images/bg.jpg) no-repeat center fixed;
  background-size: cover;
  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;
  }
}

@media only screen and (max-width: 768px) {
  body {
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
  }
}

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: "futura-pt", "futura-pt-bold", sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: .5em;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .heading__main {
    font-size: 8vw;
  }
}

.accordion {
  width: 550px;
  color: #fff;
  font-family: "futura-pt", "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0 5px;
  border-bottom: 2px solid #fff;
  transition: all .5s ease-in-out;
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 768px) {
  .accordion {
    width: 80%;
  }
}

.accordion:hover {
  background: white;
  color: #e6002d;
  border-bottom: 2px solid #e6002d;
}

.acdArea {
  display: none;
  margin-top: 40px;
}

.kvArea {
  position: relative;
  margin: auto;
  width: 100%;
  background: url(../images/bg_kv.jpg) center top no-repeat;
  background-size: cover;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .kvArea {
    height: 50vh;
  }
}

.kvArea img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.kvArea__title {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 70%;
  margin: 0 auto;
  width: 60%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .kvArea__title {
    width: 80%;
    opacity: 0;
  }
}

.cupupArea {
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
}

.cupupArea img {
  width: 80%;
  max-width: 90%;
}

@media only screen and (max-width: 768px) {
  .cupupArea {
    padding: 20px 0;
  }
  .cupupArea img {
    width: 90%;
    max-width: 90%;
  }
}

.matchinfoArea {
  border-bottom: none !important;
  background: url(../images/bg_schedule.png) repeat top center;
  background-size: cover;
  padding: 60px 0;
}

@media only screen and (min-width: 768px) {
  .matchinfoArea .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .matchinfoArea {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .matchinfoArea__list {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .matchinfoArea__list {
    width: 100%;
  }
}

.matchinfoArea__list li {
  position: relative;
  margin: 0 5px;
}

@media only screen and (min-width: 768px) {
  .matchinfoArea__list li {
    height: 320px;
  }
}

@media only screen and (max-width: 768px) {
  .matchinfoArea__list li {
    height: 280px;
  }
}

.matchinfoArea__list li a, .matchinfoArea__list li > span {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  margin-right: 10px;
  height: 100%;
}

.matchinfoArea__list li a dl, .matchinfoArea__list li > span dl {
  height: 100%;
}

.matchinfoArea__list li a .link {
  background: #e6002d;
  display: block;
}

.matchinfoArea__list li > span .link {
  background: #ccc;
  display: block;
  color: #eee;
}

.matchinfoArea__list li a:hover dt, .matchinfoArea__list li a:hover dd {
  color: #FFF;
}

.matchinfoArea__list li a:hover .link {
  background: #000;
}

.matchinfoArea__list__info {
  display: inline-block;
  margin: auto;
  color: #000;
  font-weight: 800;
  position: relative;
  padding: 1em 0 1.2em;
}

@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info {
    padding: 1em 0 1.2em;
  }
}

.matchinfoArea__list__info .jsec {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  height: 40px;
  position: relative;
  font-weight: normal;
  margin: 0 auto;
  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 .jsec.home, .matchinfoArea__list__info .jsec.away {
  text-align: left;
}

.matchinfoArea__list__info .jsec.home::before, .matchinfoArea__list__info .jsec.away::before {
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
  font-family: "futura-pt", "futura-pt-bold", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  margin-right: 5px;
}

.matchinfoArea__list__info .jsec.home::before {
  content: 'HOME';
  background: #e6002d;
}

.matchinfoArea__list__info .jsec.away::before {
  content: 'AWAY';
  background: #000;
}

@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .jsec {
    font-size: 3.5vw;
  }
}

.matchinfoArea__list__info .date {
  text-align: center;
  font-size: 5vw;
  letter-spacing: -.03em;
  line-height: 1;
  font-family: "futura-pt", "futura-pt-bold", sans-serif;
  font-weight: 700;
}

.matchinfoArea__list__info .date span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .date {
    font-size: 9vw;
  }
}

.matchinfoArea__list__info .venue {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.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;
  margin: 10px 5%;
}

.matchinfoArea__list__info .vs span {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 20px;
}

.matchinfoArea__list__info .vs img {
  height: 70px;
}

@media only screen and (max-width: 768px) {
  .matchinfoArea__list__info .vs img {
    width: 80px;
    height: auto;
    vertical-align: middle;
  }
}

.bnrArea {
  background: url(../images/bg_banner.png) repeat top center;
  background-size: cover;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000 !important;
  position: relative;
  z-index: 99;
}

.bnrArea ul {
  margin: 40px auto;
}

@media only screen and (max-width: 768px) {
  .bnrArea ul {
    margin: 20px 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 .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .bnrArea ul li {
    width: 93% !important;
  }
  .bnrArea ul li figcaption {
    color: #000;
  }
}

@media only screen and (max-width: 768px) {
  .bnrArea ul {
    width: 90%;
    margin: 20px auto;
  }
  .bnrArea ul li {
    margin-bottom: 5px;
    width: 90% !important;
  }
  .bnrArea ul li figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
  }
}

.catchArea {
  background: url(../images/bg_message.png) no-repeat center top;
  background-size: cover;
  padding: 60px 0 120px;
}

@media only screen and (max-width: 768px) {
  .catchArea {
    padding: 30px 0 50px;
  }
}

.catchArea .heading__main {
  color: #fff;
}

.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;
  }
}

.catchArea p.mainmessage {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .catchArea p.mainmessage {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.catchArea p.hush {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .catchArea p.hush {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.previewArea {
  background: url(../images/bg_preview.png) no-repeat center top;
  background-size: cover;
  padding: 60px 0 120px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .previewArea {
    padding: 30px 0 50px;
  }
  .previewArea::before {
    background: #e6002d url(../images/bg.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

.previewArea__main img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
}

.previewArea .heading__main {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.previewArea .textArea {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  width: 980px;
  margin: 40px auto 0;
  line-height: 2;
}

.previewArea .textArea h4 {
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 0px 0px 10px #000;
}

.previewArea .textArea .date {
  font-size: 24px;
  font-size: 2.4rem;
  text-shadow: 0px 0px 10px #000;
}

.previewArea .textArea .text {
  margin-bottom: 40px;
  text-shadow: 0px 0px 10px #000;
}

@media only screen and (max-width: 768px) {
  .previewArea .textArea {
    width: 90%;
    margin: 30px auto;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 30px auto 0;
  }
  .previewArea .textArea h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .previewArea .textArea .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .previewArea .textArea .text {
    margin-bottom: 20px;
  }
}

.specialArea {
  background: #e6002d url(../images/bg_special.png) no-repeat center top;
  background-size: 100% auto;
  padding: 60px 0 120px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .specialArea {
    padding: 30px 0 50px;
  }
}

.specialArea .textArea {
  color: #000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  width: 980px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto 60px;
  padding: 0 0 60px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .specialArea .textArea {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.specialArea .textArea img {
  width: 100%;
}

.specialArea .textArea .text {
  text-align: center;
  margin: 0 auto;
  padding: 40px 15%;
}

@media only screen and (max-width: 768px) {
  .specialArea .textArea .text {
    padding: 30px 5%;
  }
}

.specialArea .textArea .text a:hover {
  opacity: .7;
}

.specialArea .textArea .text + .text {
  padding: 0 15%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .specialArea .textArea .text + .text {
    padding: 0 5%;
    margin-bottom: 20px;
  }
}

.specialArea .textArea .accordion {
  color: #000;
  border-bottom: 2px #000 solid;
}

.specialArea .btn_tw {
  margin: 0 auto 60px;
  width: 980px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .specialArea .btn_tw {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.specialArea .btn_tw a {
  display: block;
  width: 60%;
  padding: 20px;
  background: #1DA1F2;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.specialArea .btn_tw a i {
  position: absolute;
  color: #fff;
  margin: auto;
  font-size: 4rem;
  top: 0;
  bottom: 0;
  left: 10%;
  height: 40px;
  transition: transform .5s ease-in-out;
}

.specialArea .btn_tw a:hover {
  background: rgba(29, 161, 242, 0.7);
}

@media only screen and (max-width: 768px) {
  .specialArea .btn_tw a {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }
}

.specialArea .cardArea {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea {
    width: 90%;
  }
}

.specialArea .cardArea .cardList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .cardList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    align-items: -ms- stretch;
    align-items: -webkit- stretch;
    align-items: stretch;
    margin: 0 auto 20px;
  }
}

.specialArea .cardArea .cardList li {
  margin: 0 10px 20px;
  width: calc(100% / 3 - 20px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .cardList li {
    width: calc(100% / 2 - 20px);
  }
}

.specialArea .cardArea .cardList li dl {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .cardList li dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.specialArea .cardArea .cardList li dl dt {
  background: #e6002d;
  padding: 10px 20px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .cardList li dl dt {
    padding: 10px;
  }
}

.specialArea .cardArea .cardList li dl dd {
  padding: 20px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .cardList li dl dd {
    padding: 10px;
  }
}

.specialArea .cardArea .cardList li dl dd:last-child {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-align: right;
  height: 40px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .cardList li dl dd:last-child {
    height: 30px;
    padding: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.specialArea .cardArea .acdArea .cardList {
  margin: 60px auto 0;
}

@media only screen and (max-width: 768px) {
  .specialArea .cardArea .acdArea .cardList {
    margin: 30px auto 0;
  }
}

.gnavArea {
  background: #000;
  padding: 20px 0;
}

.gnavArea__nav__list {
  font-family: "futura-pt", "futura-pt-bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFF;
  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;
  margin: 0 auto;
}

.gnavArea__nav__list li a {
  color: #FFF;
  position: relative;
  display: block;
  transition: .5s all;
}

.gnavArea__nav__list li a::after {
  font-family: 'ionicons';
  content: '\f3d3';
  color: #000;
  padding-left: 0;
  position: relative;
  left: 10px;
  color: #FFF;
  font-weight: 400;
  transition: .5s all;
}

.gnavArea__nav__list li a:hover {
  color: #e6002d;
}

.gnavArea__nav__list li a:hover::after {
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .gnavArea__nav__list {
    font-size: 5vw;
    width: 90%;
  }
  .gnavArea__nav__list li {
    width: 50%;
    text-align: left;
  }
}

.photoArea {
  background: url(../images/bg_photo.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0 120px;
}

@media only screen and (max-width: 768px) {
  .photoArea {
    padding: 30px 0 50px;
  }
}

.photoArea .heading__main {
  color: #FFF;
}

.photoArea .photoslider #photoslider__thum {
  background: url(../images/BG_darkgray.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 35px 0 60px;
  max-height: 230px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .photoArea .photoslider #photoslider__thum {
    padding: 15px 0 40px;
    max-height: 170px;
  }
}

.photoArea .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;
}

.photoArea .photoslider #photoslider__thum .slick-arrow:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.photoArea .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) {
  .photoArea .photoslider #photoslider__thum .slick-arrow {
    bottom: 10px;
  }
}

.photoArea .photoslider #photoslider__thum .slick-prev {
  left: 4%;
}

.photoArea .photoslider #photoslider__thum .slick-prev::before {
  content: "\f3d2";
}

.photoArea .photoslider #photoslider__thum .slick-prev:hover::before {
  left: -5px;
}

.photoArea .photoslider #photoslider__thum .slick-next {
  right: 4%;
}

.photoArea .photoslider #photoslider__thum .slick-next::before {
  content: "\f3d3";
}

.photoArea .photoslider #photoslider__thum .slick-next:hover::before {
  right: -5px;
}

.photoArea .photoslider #photoslider__thum .slick-list {
  width: 90%;
  margin: auto;
}

.photoArea .photoslider #photoslider__thum .slick-list .slick-slide div {
  width: 95%;
  margin: auto;
}

.photoArea .photoslider #photoslider__thum .slick-list .slick-slide li {
  vertical-align: top;
}

.photoArea .photoslider #photoslider__thum img {
  width: 100%;
}

.photoArea .photoslider #photoslider__main {
  width: 980px;
  margin: auto;
  position: relative;
  top: -30px;
  max-height: 1000px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .photoArea .photoslider #photoslider__main {
    width: 90%;
    top: -10px;
  }
  .photoArea .photoslider #photoslider__main .slick-list {
    background: rgba(230, 0, 45, 0.9);
  }
}

.photoArea .photoslider #photoslider__main .slick-arrow {
  top: 30%;
  z-index: 111;
  height: 80px;
}

.photoArea .photoslider #photoslider__main .slick-arrow::before {
  font-family: 'ionicons';
  font-size: 60px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .photoArea .photoslider #photoslider__main .slick-arrow {
    top: 100px;
  }
  .photoArea .photoslider #photoslider__main .slick-arrow::before {
    font-size: 15vw;
  }
}

.photoArea .photoslider #photoslider__main .slick-arrow.slick-prev {
  left: 5px;
}

.photoArea .photoslider #photoslider__main .slick-arrow.slick-prev::before {
  content: "\f3d2";
}

.photoArea .photoslider #photoslider__main .slick-arrow.slick-next {
  right: 5px;
}

.photoArea .photoslider #photoslider__main .slick-arrow.slick-next::before {
  content: "\f3d3";
}

.photoArea .photoslider #photoslider__main .slick-slide figure {
  position: relative;
}

.photoArea .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) {
  .photoArea .photoslider #photoslider__main .slick-slide figure img {
    width: 100%;
    box-shadow: none;
  }
}

.photoArea .photoslider #photoslider__main .slick-slide figure figcaption {
  width: 100%;
  padding: 2em;
  color: #FFF;
  padding: 5em 3em 3em;
  position: relative;
  top: -3em;
  text-align: left;
}

.photoArea .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) {
  .photoArea .photoslider #photoslider__main .slick-slide figure figcaption {
    background: rgba(230, 0, 45, 0.9);
    min-height: 360px;
  }
  .photoArea .photoslider #photoslider__main .slick-slide figure figcaption .accordionArticle {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .photoArea .photoslider #photoslider__main .slick-slide figure figcaption {
    top: 0;
    padding: 5%;
    font-size: 3.5vw;
  }
  .photoArea .photoslider #photoslider__main .slick-slide figure figcaption strong {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .photoArea .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;
  }
  .photoArea .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;
  }
}

.movieArea {
  background: url(../images/bg_movie.png) no-repeat top center;
  background-size: 100% auto;
  padding: 60px 0 120px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .movieArea {
    padding: 30px 0 50px;
    background-size: cover;
  }
}

.movieArea .heading__main {
  color: #fff;
}

.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;
  color: #fff;
}

@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: #fff;
  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;
  }
}

.photoArea {
  background-size: 100% auto;
  padding: 60px 0 120px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .photoArea {
    background: #e6002d url(../images/bg.jpg) no-repeat center center;
    padding: 30px 0 50px;
    background-size: auto 100%;
  }
}

.photoArea .heading__main {
  color: #fff;
}

.photoArea__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) {
  .photoArea__list {
    width: 980px;
    margin: 50px auto;
  }
}

@media only screen and (max-width: 768px) {
  .photoArea__list {
    width: 90%;
    margin: 30px auto 0;
  }
}

.photoArea__list li {
  margin-bottom: 20px;
}

.photoArea__list li a {
  color: #fff;
  position: relative;
  display: block;
  transition: .5s all;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.photoArea__list li a img {
  transition: .5s all;
  width: 100%;
}

.photoArea__list li a figcaption {
  text-align: justify;
  margin-top: .5em;
  transition: .5s all;
}

@media only screen and (max-width: 768px) {
  .photoArea__list li a figcaption {
    font-size: 3vw;
    line-height: 1.4;
  }
}

.photoArea__list li a:hover figcaption {
  color: #e6002d;
}

.photoArea__list li a:hover img {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .photoArea__list li {
    width: 30%;
    margin-right: 5%;
  }
  .photoArea__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .photoArea__list li {
    width: 48%;
    margin-right: 4%;
  }
  .photoArea__list li:nth-child(2n) {
    margin-right: 0;
  }
}

.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: "futura-pt", "futura-pt-bold", 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: "futura-pt", "futura-pt-bold", 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_footer.png) no-repeat bottom center;
  background-size: cover;
  padding: 70px 0 0;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .footerArea {
    margin-bottom: 80px;
    background: url(../images/sp_bg_footer.png) no-repeat bottom center;
    background-size: cover;
  }
}

.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: "futura-pt", "futura-pt-bold", 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: "futura-pt", "futura-pt-bold", 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;
  }
}

@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;
}

#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: 9;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 999;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}
