@charset "UTF-8";
/* ==========================================================================
	 トップページ
	 ========================================================================== */
/* main
	 ========================================================================== */
#main {
  background: url(img/main_bg.jpg) no-repeat center top;
  background-size: contain;
  height: 100vh;
  max-height: 1400px;
  position: relative; }
  #main h1 {
    text-align: center;
    padding-top: 8vh; }
    #main h1 img {
      height: 30vh;
      max-height: 300px; }
  #main #date {
    position: absolute;
    bottom: 3vh;
    right: 15%; }
    #main #date img {
      width: 25vw;
      max-height: 30px; }

#aniv {
  background: url(img/bg_aniv.jpg) repeat-x center top;
  background-size: 1400px auto;
  text-align: center;
  height: 841px;
  width: 100%;
  margin: 0 0 89px 0;
  display: table; }
  #aniv h2 {
    padding-top: 44px; }

@media screen and (max-aspect-ratio: 6 / 5) {
  #main {
    height: 60vh;
    max-height: auto; }
    #main h1 {
      text-align: center;
      padding-top: 3vh; }
      #main h1 img {
        height: 20vh;
        max-height: 300px; } }

/* news
	 ========================================================================== */
#news {
  background: #fff; }
  #news h2 {
    text-align: center; }
  #news ul {
    border-top: 1px solid #ddd; }
    #news ul li {
      padding: 15px 0;
      border-bottom: 1px solid #ddd; }
      #news ul li span {
        color: #555;
        font-size: 90%;
        display: block; }

/* contents
	 ========================================================================== */
#contents h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 21px; }

#contents .contents-list li {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 310px;
  margin-right: 15px;
  margin-bottom: 15px; }
  #contents .contents-list li:nth-child(3n) {
    margin-right: 0; }
  #contents .contents-list li span {
    position: absolute;
    top: -6px;
    left: -6px; }
  #contents .contents-list li .new {
    top: -22px;
    left: -18px; }
  #contents .contents-list li.comingsoon {
    position: relative; }
    #contents .contents-list li.comingsoon:before {
      content: "";
      display: block;
      width: calc(100%);
      height: calc(100%);
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.7); }
    #contents .contents-list li.comingsoon:after {
      content: "";
      width: 100%;
      height: 28px;
      background: url(img/comingsoon.png) no-repeat 50% 50%;
      background-size: 150px 14px;
      display: block;
      background-color: rgba(234, 44, 100, 0.7);
      position: absolute;
      top: 0px;
      left: 0px; }

#contents .bnr-list {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px; }
  #contents .bnr-list li {
    position: relative;
    float: left;
    margin-right: 20px; }
    #contents .bnr-list li:last-child {
      margin-right: 0; }
    #contents .bnr-list li span {
      position: absolute;
      top: -6px;
      left: -6px; }
    #contents .bnr-list li .new {
      top: -22px;
      left: -18px; }

/* pickup
	 ========================================================================== */
#pickup {
  background: url(img/bg_pickup.gif) repeat top center; }
  #pickup h2 {
    text-align: center;
    margin-bottom: 30px; }
  #pickup ul li {
    margin-bottom: 13px;
    transition: 0.4s; }
    #pickup ul li:hover {
      opacity: 0.7; }

/* twitter
	 ========================================================================== */
#twitter {
  margin-top: 89px;
  text-align: center;
  background: url(img/bg_twitter.gif) no-repeat top center;
  background-size: cover; }
  #twitter h2 {
    margin-bottom: 30px; }

/* tagboard
	 ========================================================================== */
#tagboard {
  background: url(img/bg.gif) repeat;
  padding-bottom: 30px; }
  #tagboard h2 {
    text-align: center; }
  #tagboard .sttl {
    background-color: #d2423a;
    padding: 6px;
    text-align: center;
    margin: 10px 0;
    color: #fff; }
  #tagboard .small {
    margin-bottom: 10px; }
  #tagboard .text-c {
    margin-bottom: 30px; }
    #tagboard .text-c a {
      background-color: #fff;
      border: 1px solid #d2423a;
      text-decoration: none;
      padding: 6px 15px;
      border-radius: 30px;
      margin-bottom: 20px; }
  #tagboard .tagboard-embed {
    margin: 0 60px; }
  #tagboard .sns-list {
    letter-spacing: -.40em;
    text-align: center; }
    #tagboard .sns-list li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      margin: 30px 50px; }

/* ==========================================================================
	 詳細ページ
	 ========================================================================== */
h1.logo {
  margin: 55px 0;
  text-align: center; }
  h1.logo img {
    width: 600px; }

.btn {
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #d2423a;
  text-align: center;
  transition: 0.4s; }
  .btn a {
    display: block;
    padding: 10px 20px;
    text-decoration: none; }
  .btn:hover {
    background-color: #d2423a; }
    .btn:hover a {
      color: #fff !important; }

.grayout {
  position: relative; }
  .grayout:before {
    box-sizing: border-box;
    content: "配送引取の受付は終了いたしました。";
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 20%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%; }

.grayout2 {
  position: relative; }
  .grayout2:before {
    box-sizing: border-box;
    content: "予定枚数に達しましたので、販売は終了いたしました。";
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%; }

.detail-cont .pink {
  color: #d2423a;
  padding-right: 3px; }

.detail-cont .content {
  background: #000;
  border-radius: 10px;
  padding: 0 0 100px;
  text-align: center; }

.detail-cont h2 {
  letter-spacing: 0.05em;
  font-size: 32px;
  text-align: center;
  color: #ffe818;
  margin: 50px 0 0;
  height: auto;
  font-weight: bold; }
  .detail-cont h2 span {
    letter-spacing: 0.025em;
    display: block;
    padding-top: 25px;
    width: 960px;
    margin: 0 auto;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

.detail-cont p {
  margin-bottom: 25px; }

.detail-cont p,
.detail-cont td,
.detail-cont th,
.detail-cont li,
.detail-cont dt,
.detail-cont dd {
  font-size: 18px; }

.detail-cont h3 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 35px 0 21px;
  font-size: 26px;
  font-weight: bold;
  padding: 8px 0 8px 21px;
  position: relative; }
  .detail-cont h3:before {
    background-color: #d2423a;
    content: "";
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 8px; }

.detail-cont h4 {
  font-weight: bold;
  color: #ffe818;
  font-size: 24px;
  margin: 55px 0 13px; }

.detail-cont h5 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin: 34px 0 13px; }

.detail-cont .ttl-benri {
  font-size: 100%;
  background-color: #d2423a;
  color: #fff;
  border: 0; }

.detail-cont .benri-list {
  width: 635px;
  margin: 0 auto; }
  .detail-cont .benri-list li {
    float: left;
    width: 310px;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: 0.4s; }
    .detail-cont .benri-list li:hover {
      opacity: 0.7; }
    .detail-cont .benri-list li:nth-child(2n) {
      margin-right: 0; }
    .detail-cont .benri-list li img {
      width: 100%;
      height: auto; }

.detail-cont .video-text {
  color: #fff;
  font-size: 22px;
  font-weight: bold; }

.detail-cont .touch-area {
  background-color: #fff;
  color: #000;
  padding: 10px 25px;
  margin-top: 20px; }
  .detail-cont .touch-area p {
    margin-bottom: 0; }

.pdl {
  text-indent: 8.4em;
  display: inline-block; }

.time-sttl {
  font-weight: bold;
  margin-bottom: 5px !important; }
  .time-sttl span {
    color: #d2423a; }

#kisekiten .fbox li {
  width: 470px;
  float: left;
  margin-right: 20px;
  margin-bottom: 34px; }
  #kisekiten .fbox li h5 {
    margin-top: 8px; }
  #kisekiten .fbox li p {
    margin-bottom: 0; }
  #kisekiten .fbox li:nth-child(2n) {
    margin-right: 0; }

#faq dl dt,
#faq dl dd {
  width: 100%;
  display: table; }
  #faq dl dt span,
  #faq dl dd span {
    font-weight: bold;
    display: table-cell;
    width: 35px; }

#faq dl dt {
  padding-top: 20px;
  font-weight: bold;
  color: #d2423a; }
  #faq dl dt:first-child {
    padding-top: 0; }

#faq dl dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px; }
  #faq dl dd:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

#food .food-a,
#food .food-b {
  background-color: #fff; }

#food .sttl {
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 0; }

#food .food-a .sttl {
  background-color: #000; }

#food .food-b {
  margin-top: 40px; }
  #food .food-b .sttl {
    background-color: #b81627; }

#goods .sttl {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 130%;
  line-height: 1.4;
  text-align: center;
  font-weight: bold; }
  #goods .sttl span {
    color: #d2423a; }

#goods .goods-list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.4s; }
  #goods .goods-list li:nth-child(2n) {
    margin-right: 0; }
  #goods .goods-list li:hover {
    opacity: 0.7; }

#goods .goods-ttl {
  text-align: center;
  background-color: #d2423a;
  padding: 5px;
  color: #fff; }

#hanamaru .point-wrap {
  border: 4px solid #d2423a;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fefbd6; }

#hanamaru .photo-list li {
  float: left;
  margin-right: 19px; }
  #hanamaru .photo-list li:nth-child(2n) {
    margin-right: 0; }
  #hanamaru .photo-list li p {
    margin-bottom: 10px; }

.anchor-btn {
  width: 960px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .anchor-btn li {
    box-sizing: border-box;
    text-align: center;
    float: left;
    width: 470px;
    border: 1px solid #d2423a;
    margin-right: 20px;
    padding: 10px 20px;
    transition: 0.4s;
    background-color: #d2423a; }
    .anchor-btn li:last-child {
      margin-right: 0; }
    .anchor-btn li a {
      display: block;
      text-decoration: none;
      color: #fff; }
    .anchor-btn li:hover {
      background-color: #fff; }
      .anchor-btn li:hover a {
        color: #d2423a; }

#omoide h3 {
  text-align: center;
  padding: 20px 0 !important;
  font-size: 140%;
  background-color: #d2423a;
  line-height: 1.4;
  color: #fff;
  border: 0; }

#omoide .sttl {
  text-align: center;
  color: #d2423a;
  font-size: 130%;
  font-weight: bold; }

#omoide .caution {
  margin-top: 20px;
  border: 3px solid #f32b00;
  padding: 20px; }
  #omoide .caution .sttl {
    color: #f32b00;
    margin-bottom: 10px; }

.battle-area {
  color: #fff;
  width: 900px;
  margin: auto;
  text-align: left; }
  .battle-area dl dt {
    float: left;
    font-size: 23px; }
    .battle-area dl dt.text-small {
      font-size: 18px; }
  .battle-area dl dd {
    padding-left: 5em;
    font-size: 23px; }
    .battle-area dl dd.text-small {
      font-size: 18px; }

.ticket-list {
  margin: 30px 0; }

.battle-areaEvent span {
  font-size: 23px;
  font-weight: bold; }

.riderlist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap; }
  .riderlist li {
    width: 32%;
    font-size: 12px; }
    .riderlist li img {
      width: 100%; }
    .riderlist li .riderlist__pictureCaption {
      font-size: 12px;
      margin-top: 10px;
      text-align: center; }
