﻿@charset "utf-8";

body {
  background-color: #fff;
  font-family: Noto Sans JP, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  color: #003b90;
  text-align: justify;
  text-justify: inter-ideograph;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

.btn {
  display: block;
  transition: opacity 0.3s;
  background-color: #00428e;
  border: 1px solid #00428e;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.btn:hover {
  background-color: #fff;
  color: #00428e;
}
.btn a {
  display: block;
  height: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.btn a:hover {
  color: #00428e;
  text-decoration: none;
}
.hover {
  transition: opacity 0.3s;
}
.hover:hover {
  opacity: 0.5;
}
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
.inner-contents {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
}

.inview {
  opacity: 0;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
}

#wrapper {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

#content {
  position: relative;
}
.content-txt01 {
  display: block;
  position: absolute;
  top: 4.583333vw;
  left: 3.166666vw;
  width: 1.916666vw;
}

#pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 100px;
}

.comingsoon-txt {
  color: #cecece;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
}


/* ----------------------------------------------------------------------------------------------------
  MENU
---------------------------------------------------------------------------------------------------- */
#menu-open-btn, #menu-close-btn, .mfp-close-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  width: 70px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#menu-open-btn:hover, #menu-close-btn:hover, .mfp-close-btn:hover {
  opacity: 0.7;
}

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #003b90;
}
.menu-list {
  margin: 0 auto;
  padding: 150px 0 0 0;
  max-width: 500px;
}
.menu-list-item {
  text-align: center;
}
.menu-list-item a {
  display: block;
  padding: 1.5em 0;
  transition: opacity 0.3s;
}
.menu-list-item a:hover {
  opacity: 0.5;
}
.menu-list-item:nth-of-type(1) a img {
  width: 141px;
}
.menu-list-item:nth-of-type(2) a img {
  width: 116px;
}
.menu-list-item:nth-of-type(3) a img {
  width: 138px;
}
.menu-list-item:nth-of-type(4) a img {
  width: 130px;
}

.mfp-fade.mfp-bg.mfp-ready {
  transition: all 0.3s ease-out;
}
.mfp-bg {
  background-color: #003b90;
}
/* mfp-bg（overlay） */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
img.mfp-img {
  padding: 50px;
  background-color: #fff;
  pointer-events: none;
}
.mfp-figure:after {
  box-shadow: none;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* mfp-content */
.mfp-image-holder .mfp-content {
 max-width: 700px; 
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-figure figure {
  background-color: #fff;
}
.mfp-close {
  display: none !important;
}


/* ----------------------------------------------------------------------------------------------------
  KV  
---------------------------------------------------------------------------------------------------- */
#kv {
  position: relative;
  overflow: hidden;
  animation-delay: 0.5s;
}
.kv-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;]
}
.kv-head {
  margin: 0;
}
/* 背景テキスト */
.kv-txt {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 1.5s;
}
.kv-txt01 {
  top: 1.583333vw;
  width: 53.666666vw;
  animation-delay: 0.6s;
}
.kv-txt02 {
  top: 15.75vw;
  width: 101vw;
  animation-delay: 0.7s;
}
.kv-txt03 {
  top: 25.416666vw;
  width: 36.5vw;
  animation-delay: 0.8s;
}
.kv-txt04 {
  top: 33.583333vw;
  width: 19.5vw;
  animation-delay: 0.9s;
}

.kv-logo {
  opacity: 0;
  position: absolute;
}
.kv-logo-baysters {
  top: 34.916666vw;
  left: 22.666666vw;
  width: 21.666666vw;
  animation-delay: 3.4s;
}
.kv-logo-hachinai {
  top: 34.416666vw;
  left: 49.166666vw;
  width: 30.416666vw;
  animation-delay: 3.4s;
}

/* キャラクター */
.kv-chara-block {

}
.kv-chara {
  opacity: 0;
  position: absolute;
}
.kv-arihara {
  top: -0.833333vw;
  left: 30.583333vw;
  width: 51.625vw;
  animation-delay: 3.1s;
}
.kv-kurashiki {
  top: 12.083333vw;
  left: 63.666666vw;
  width: 36.875vw;
  animation-delay: 2.3s;
}
.kv-izumida {
  top: -0.75vw;
  left: 55.75vw;
  width: 63.375vw;
  animation-delay: 2.2s;
}
.kv-agatsuma {
  top: 3.25vw;
  left: -2.083333vw;
  width: 43.5vw;
  animation-delay: 2.2s;
}
.kv-sakurada {
  top: 11.333333vw;
  left: 18.166666vw;
  width: 32.375vw;
  animation-delay: 2s;
}
.kv-takanashi {
  top: 8.916666vw;
  left: -13.333333vw;
  width: 34.083333vw;
  animation-delay: 2.1s;
}


/* ----------------------------------------------------------------------------------------------------
  開催期間
---------------------------------------------------------------------------------------------------- */
#holding {
  position: relative;
  padding: 35px 0;
  background-color: #003b90;
  border-top: 4px solid #fff;
  text-align: center;
  overflow: hidden;
}

#holding:before {
  display: block;
  position: absolute;
  top: -150%;
  left: 50%;
  content: '';
  background-color: #00357e;
  width: 150%;
  height: 200%;
  transform: translateX(-50%) rotateZ(6deg);
}

.holding-head {
  position: relative;
  margin: 0 0 10px;
  color: #ffe10d;
}
.holding-head-mask {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  background-color: #00357e;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.holding-head:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.holding-txt {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.holding-txt mark {
  background: none;
  color: #fff;
  font-size: 46px;
}


/* ----------------------------------------------------------------------------------------------------
  ABOUT
---------------------------------------------------------------------------------------------------- */
#about {
  padding: 100px 0;
}
#about .inner {
  max-width: none;
  width: auto;
}
.about-head {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 410px;
}
.about-info {
  position: relative;
  padding: 30px 0 15px;
  border-top: 4px solid #fff;
  background-color: #003b90;
  color: #fff;
}
.about-info:before {
  position: absolute;
  bottom: -20%;
  left: -40%;
  z-index: -1;
  content: '';
  display: block;
  width: 150%;
  height: 100%; 
  background-color: #ffe10d;
  transform: rotateZ(-2deg);
}
.about-info:after {
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 150%;
  height: 100%; 
  background-color: #003b90;
  transform: rotateZ(2deg);
}
.about-info-txt {
  margin: 0;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
}
.about-info-txt mark {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #0062d2 0%) repeat scroll 0 0;
  color: #ffe10d;
  font-size: 40px;
  font-weight: bolder;
}


/* ----------------------------------------------------------------------------------------------------
  GAME
---------------------------------------------------------------------------------------------------- */
#game {
  padding: 100px 0 150px;
}
.game-head {
  margin: 0 auto;
  padding-bottom: 70px;
  width: 338px;
}
.tab {
}
.tab-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tab-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  padding-bottom: 20px;
  width: 49%;
  height: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.tab-nav-btn.cr, .tab-nav-btn:hover {
  margin-bottom: 0;
}
.tab-nav-btn img {
  width: 108px;
}
.tab-nav-1st {
  background-color: #003b90;
}
.tab-nav-2nd {
  background-color: #ff0096;
}
.tab-body {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.tab-body-block {
  padding-bottom: 50px;
}
.tab-body-1st {
  border: 10px solid #003b90;
}
.tab-body-2nd {
  display: none;
  border: 10px solid #ff0096;
}
.tab-body-list {
  margin: 0;
  padding: 50px 80px;
  list-style: none;
}
.tab-body-list-item:not(:first-of-type) {
  margin-top: 50px;
}
.tab-body-list-item:nth-child(n + 4) {
  display: none;
}
.tab-btn {
  line-height: 1px;
  text-align: center;
  cursor: pointer;
}
.tab-more-btn, .tab-close-btn {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  width: 350px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.tab-close-btn {
  display: none;
}
.tab-body-2nd .btn {
  border: 1px solid #ff0096;
  background-color: #ff0096;
}
.tab-body-2nd .btn:hover {
  background-color: #fff;
  color: #ff0096;
}


/* ----------------------------------------------------------------------------------------------------
  EVENT
---------------------------------------------------------------------------------------------------- */
#event {
  position: relative;
  margin-bottom: 70px;
  padding: 130px 0 30px;
  
}
#event:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -10%;
  content: '';
  width: 100%;
  height: 300px;
  background-color: #003b90;
  transform: rotateZ(3deg);
}
#event-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  background: url(../img/event-bg01.jpg) center top no-repeat;
  background-size: cover;
  transform: translateX(-50%) rotateZ(-3deg);
  overflow: hidden;
}
#event-bg:before {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -180px;
  left: -10%;
  content: '';
  width: 100%;
  height: 200px;
  background-color: #003b90;
  transform: rotateZ(6deg);
}
#event-bg:after {
  display: block;
  position: absolute;
  top: -130px;
  left: 0;
  content: '';
  width: 100%;
  height: 150px;
  background-color: #ffe10d;
  transform: rotateZ(6deg);
}

.event-head {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 403px;
}

.event-lead {
  position: relative;
  margin-bottom: 240px;
  color: #003b90;
  text-align: center;
}
.event-lead-txt {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.event-lead-txt:not(:last-of-type) {
  margin-bottom: 30px;
}
.event-lead-txt strong {
  font-size: 42px;
}
.event-lead-txt mark {
  background: none;
  color: #ff0096;
}
.event-lead-balloon {
  position: absolute;
  bottom: -125px;
  right: 0;
  width: 545px;
}

.event-block {
  position: relative;
  margin-bottom: 180px;
  background-color: #fff;
  border: 6px solid #003b90;
  text-align: center;
}
.event-block-head {
  display: inline-block;
  margin: -63px 0 45px;
  padding: 12px 90px 18px;
  background-color: #003b90;
  box-shadow: 6px 6px 0 #ffe10d;
  color: #fff;
  text-align: center;
}
.event-block-head-jp {
  font-size: 46px;
}
.event-block-head-en {
  display: block;
  padding-top: 3px;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 22px;
  font-weight: normal;
}

/* スケジュール */
.event-date {
  margin: 0;
  padding-bottom: 35px;
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}
.event-date mark {
  background: none;
  color: #003b90;
  font-size: 72px;
  font-weight: 800;
}
.event-match {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.event-match-team {
  margin: 0;
  width: 50%;
  font-size: 40px;
}
.event-match-team mark {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffe10d 0%) repeat scroll 0 0;
  color: #003b90;
  font-weight: bold;
}
.event-match-versus {
  margin: 0;
  color: #d70b14;
  font-size: 35px;
  font-family: 'Anton', sans-serif;
}

.event-match-hachinithter {
  margin: 0 auto 30px;
  width: 320px;
}
.event-match-venue {
  margin: 0 0 40px;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.event-match-venue mark {
  display: inline-block;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffe10d 0%) repeat scroll 0 0;
  font-size: 22px;
}
.event-match-venue strong {
  font-size: 30px;
}

.event-access-btn {
  display: block;
  margin: 0 auto 50px;
  width: 400px;
}
.event-access-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4em 0 1.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1px;
}
.event-illust01 {
  position: absolute;
  top: 332px;
  left: 8px;
  width: 250px;
}
.event-illust02 {
  position: absolute;
  bottom: -26px;
  left: 640px;
  width: 327px;
}

/* コンテンツ */
.event-contents {
  display: block;
}
.event-contents-block {
  margin: 0 auto 45px;
  width: auto;
}
.event-contents-head {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffe10d 0%) repeat scroll 0 0;
}
.event-contents-txt {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.event-contents-txt:not(:last-of-type) {
  margin-bottom: 12px;
}
.event-contents-txt strong {
  font-size: 22px;
}
.event-contents-lead {
  margin: 0 0 40px;
  color: #0097e0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}

/* 球場招待の応募方法 */
.event-entry-lead {
  margin: 0 0 40px;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.event-entry-bnr {
  margin: 0 auto 60px;
  width: 380px;
}
.event-entry-period {
  margin: 0 50px 50px;
  padding: 0.4em 0 0.5em;
  background-color: #ff0096;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.event-entry-period-mark {
  display: inline;
}

.event-entry-step {
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
  margin: 0 50px 50px;
}
.event-entry-step-item {
  display: block;
  margin: 0;
  width: 32%;
  box-sizing: border-box;
}
.event-entry-step-thumb {
  display: block;
  border: 2px solid #00428e;
}
.event-entry-step-caption {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}

.event-twitter-img {
  margin: 0 50px 50px;
}


/* 注意事項 */
.event-attention-btn {
  display: block;
  margin: -130px auto 15px;
  width: 800px;
  font-weight: bold;
}
.event-attention-btn a {
  display: block;
  padding: 0.4em 0 0.5em;
  background-color: #d70b14;
  border: 1px solid #d70b14;
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.event-attention-btn a:hover {
  background-color: #fff;
  color: #d70b14;
}
.event-attention-btn i {
  display: block;
  padding-top: 0.3em;
  width: 100%;
  font-size: 20px;
  font-style: normal;
}
.event-attention-note {
  margin: 0 0 160px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.event-attention-note:before {
  content: '※';
}


/* ----------------------------------------------------------------------------------------------------
  GOODS
---------------------------------------------------------------------------------------------------- */
#goods {
  position: relative;
  margin-bottom: 150px;
  padding: 0;
  background-color: #fff;
}
#goods:after {
  display: block;
  position: absolute;
  top: -200px;
  right: -10%;
  z-index: -1;
  content: '';
  width: 150%;
  height: 150px;
  background-color: #ffe10d;
  transform: rotateZ(3deg);
}

.goods-head {
  margin: 0 auto;
  padding: 100px 0 60px;
  width: 411px;
}

.goods-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goods-list-item {
  margin-bottom: 3%;
  width: 31%;
  border: 1px solid #dbdbdb;
  text-align: center;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}
.goods-list-item a {
  display: block;
  padding: 15px;
  color: #003b90;
  text-decoration: none;
}
.goods-list-item:hover {
  transform: scale(1.05);
  border: 1px solid #ccc;
}
.goods-list-thumb {
  margin: 0 0 20px;
}
.goods-list-name {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.goods-list-name i {
  display: block;
  font-size: 18px;
  font-style: normal;
}
.goods-list-option {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1;
}
.goods-list-price {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
.goods-list-price strong {
  font-size: 34px;
  font-weight: bold;
}
.goods-list-price i {
  font-style: normal;
}

#goods .btn {
  margin: 19px auto 0;
  width: 400px;
  text-align: center;
}
#goods .btn a {
  padding: 0.6em 0 0.7em;
  font-size: 24px;
  font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------
  注意事項
---------------------------------------------------------------------------------------------------- */
#attention {
  margin-bottom: 150px;
}
.attention-block {
  padding: 40px 50px;
  background-color: #eaeaea;
  color: #000;
}
.attention-head {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}
.attention-head:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
}
.attention-head span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background-color: #eaeaea;
  letter-spacing: 0.05em;
}
.attention-list {
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
}
.attention-list-item {
  position: relative;
  padding-left: 1em;
}
.attention-list-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.attention-txt {
  margin: 25px 0 0;
  line-height: 1.6;
}
.attention-txt a {
  color: #000;
}
.attention-txt a:hover {
  text-decoration: none;
}


#application {
  position: relative;
  padding: 40px 0 50px;
  background: url(../img/info-app-bg01.jpg) center top no-repeat;
  background-size: cover;
}
#application:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  content: '';
  background-color: #ffe10d;
  width: 150%;
  height: 200px;
  transform: translateX(-50%) rotateZ(6deg);
}
.application-official {
  margin-bottom: 50px;
}
.application-official-bnr {
  display: block;
  margin: 0 auto;
  width: 315px;
}
.application-official-txt {
  margin: 10px 0 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.application-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.application-ico {
  margin-right: 30px;
  width: 150px;
}
.application-spec-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.application-spec-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.application-spec-ttl {
  width: 6em;
}
.application-spec-txt {
  margin: 0;
}
.application-list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.application-list-item:not(:last-of-type) {
  margin-right: 20px;
}
.application-list-item:nth-of-type(1) {
  width: 175px;
}
.application-list-item:nth-of-type(2) {
  width: 185px;
}
.application-list-item:nth-of-type(3) {
  width: 193px;
}

footer {
  padding: 50px 0;
  text-align: center;
}
footer small {
  color: #000;
  font-size: 12px;
}

.footer-sns {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
.footer-sns-item {
  width: 64px;
}
.footer-sns-item:not(:last-of-type) {
  margin-right: 20px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.footer-logo-item {
  width: 200px;
}


/* ----------------------------------------------------------------------------------------------------
  
  ここから1366px以下
  
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1366px) {
  body {
  }
  .pc {
  }
  .sp {
  }
  
  .btn {
  }
  .btn:hover {
  }
  .btn a {
  }
  .btn a:hover {
  }
  .hover {
  }
  .hover:hover {
  }
  .inner {
    max-width: 66.666666vw;
  }
  .inner-contents {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
  }
  
  .inview {
  }
  
  #wrapper {
  }
  
  img {
  }
  
  #content {
  }
  .content-txt01 {
    top: 4.583333vw;
    left: 3.166666vw;
    width: 1.916666vw;
  }
  
  #pagetop {
    bottom: 1.666666vw;
    right: 1.666666vw;
    width: 8.333333vw;
  }
  
  .comingsoon-txt {
    font-size: 5vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    MENU
  ---------------------------------------------------------------------------------------------------- */
  #menu-open-btn, #menu-close-btn, .mfp-close-btn {
    width: 5.83333333vw;
  }
  #menu-open-btn:hover, #menu-close-btn:hover, .mfp-close-btn:hover {
    opacity: 0.7;
  }
  
  #menu {
  }
  .menu-list {
    padding: 12.5vw 0 0 0;
    max-width: 41.666666vw;
  }
  .menu-list-item {
  }
  .menu-list-item a {
  }
  .menu-list-item a:hover {
  }
  .menu-list-item:nth-of-type(1) a img {
    width: 11.75vw;
  }
  .menu-list-item:nth-of-type(2) a img {
    width: 9.666666vw;
  }
  .menu-list-item:nth-of-type(3) a img {
    width: 11.5vw;
  }
  .menu-list-item:nth-of-type(4) a img {
    width: 10.833333vw;
  }
  
  .mfp-fade.mfp-bg.mfp-ready {
  }
  .mfp-bg {
  }
  /* mfp-bg（overlay） */
  .mfp-fade.mfp-bg {
  }
  img.mfp-img {
    padding: 4.16666666vw;
  }
  .mfp-figure:after {
  }
  .mfp-fade.mfp-bg.mfp-ready {
  }
  
  .mfp-fade.mfp-bg.mfp-removing {
  }
  
  /* mfp-content */
  .mfp-fade.mfp-wrap .mfp-content {
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  }
  .mfp-figure figure {
  }
  .mfp-close {
  }

  
  
  /* ----------------------------------------------------------------------------------------------------
    開催期間
  ---------------------------------------------------------------------------------------------------- */
  #holding {
    position: relative;
    padding: 2.916666vw 0;
  }
  
  #holding:before {
  }
  
  .holding-head {
    margin: 0 0 0.833333vw;
  }
  .holding-head-mask {
    padding: 0 1.25vw;
    font-size: 3.666666vw;
  }
  .holding-head:before {
  }
  .holding-txt {
    font-size: 2.833333vw;
  }
  .holding-txt mark {
    font-size: 3.833333vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    ABOUT
  ---------------------------------------------------------------------------------------------------- */
  #about {
    padding: 8.333333vw 0;
  }
  #about .inner {
    max-width: none;
  }
  .about-head {
    margin: 0 auto;
    padding-bottom: 4.166666vw;
    width: 34.166666vw;
  }
  .about-info {
    padding: 2.5vw 0 1.25vw;
  }
  .about-info:before {
  }
  .about-info:after {
  }
  .about-info-txt {
    font-size: 2.5vw;
  }
  .about-info-txt mark {
    font-size: 2.8vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    GAME
  ---------------------------------------------------------------------------------------------------- */
  #game {
    padding: 6.333333vw 0 12.5vw;
  }
  .game-head {
    padding-bottom: 5.833333vw;
    width: 28.166666vw;
  }
  .tab-nav {
  }
  .tab-nav-btn {
    margin-bottom: -1.666666vw;
    padding: 1.666666vw 0 3.333333vw;
    width: 49.090909%;
    height: auto;
  }
  .tab-nav-btn.cr, .tab-nav-btn:hover {
  }
  .tab-nav-btn img {
    width: 9vw;
  }
  .tab-nav-1st {
  }
  .tab-nav-2nd {
  }
  .tab-body {
  }
  .tab-body-block {
    padding-bottom: 4.166666vw;
  }
  .tab-body-1st {
    border-width: 0.666666vw;
  }
  .tab-body-2nd {
    border-width: 0.666666vw;
  }
  .tab-body-list {
    padding: 4.166666vw 5.333333vw;
  }
  .tab-body-list-item:not(:first-of-type) {
    margin-top: 4.166666vw;
  }
  .tab-body-list-item:nth-child(n + 4) {
  }
  .tab-btn {
  }
  .tab-more-btn, .tab-close-btn {
    width: 29.166666vw;
    font-size: 2.5vw;
  }
  
  .tab-close-btn {
  }
  .tab-body-2nd .btn {
  }
  .tab-body-2nd .btn:hover {
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    EVENT
  ---------------------------------------------------------------------------------------------------- */
  #event {
    margin-bottom: 9.833333vw;
    padding: 10.833333vw 0 2.5vw;
    
  }
  #event:after {
    top: -2.5vw;
    height: 25vw;
  }
  #event-bg {

  }
  #event-bg:before {
    bottom: -15vw;
    height: 16.666666vw;
  }
  #event-bg:after {
    top: -23.333333vw;
    height: 25vw;
  }
  
  .event-head {
    padding-bottom: 3.253333vw;
    width: 26.866666vw;
  }
  
  .event-lead {
    margin-bottom: 16vw;
  }
  .event-lead-txt {
    font-size: 2.4vw;
  }
  .event-lead-txt:not(:last-of-type) {
    margin-bottom: 2vw;
  }
  .event-lead-txt strong {
    font-size: 2.8vw;
  }
  .event-lead-txt mark {
  }
  .event-lead-balloon {
    bottom: -8.416666vw;
    width: 36.333333vw;
  }
  
  .event-block {
    margin-bottom: 11vw;
    border-width: 0.5vw;
  }
  .event-block-head {
    margin: -5.25vw 0 3.33333vw;
    padding: 1vw 7.5vw 1.5vw;
    box-shadow: 0.666666vw 0.666666vw 0 #ffe10d;
  }
  .event-block-head-jp {
    font-size: 3.066666vw;
  }
  .event-block-head-en {
    font-size: 1.466666vw;
  }
  
  /* スケジュール */
  .event-date {
    padding-bottom: 4.166666vw;
    font-size: 3.6vw;
  }
  .event-date mark {
    font-size: 6vw;;
  }
  .event-match {
    margin-bottom: 4.166666vw;
  }
  .event-match-team {
    font-size: 3.333332vw;
  }
  .event-match-team mark {
  }
  .event-match-versus {
    font-size: 2.933332vw;
  }
  
  .event-match-hachinithter {
    margin: 0 auto 3.333333vw;
    width: 26.666666vw;
  }
  .event-match-venue {
    margin: 0 0 4.166666vw;
    font-size: 1.6vw;
  }
  .event-match-venue mark {
    margin-bottom: 0.833333vw;
    font-size: 1.733332vw;
  }
  .event-match-venue strong {
    font-size: 2.4vw;
  }
  
  .event-access-btn {
    margin: 0 auto 4.166666vw;
    width: 33.333333vw;
  }
  .event-access-btn a {
    height: auto;
    padding: 1.3em 0 1.4em;
    font-size: 2vw;
  }
  .event-illust01 {
    position: absolute;
    top: 28.933332vw;
    left: -2.2vw;
    width: 18.5333333vw;
  }
  .event-illust02 {
    bottom: 1.083333vw;
    left: 48.666666vw;
    width: 23.133333vw;
  }
  
  /* コンテンツ */
  .event-contents {
  }
  .event-contents-block {
    margin-bottom: 2.5vw;
  }
  .event-contents-head {
    margin: 0 0 1.333333vw;
    font-size: 2.266666vw;
  }
  .event-contents-txt {
    font-size: 1.2vw;
  }
  .event-contents-txt:not(:last-of-type) {
    margin-bottom: 0.083333vw;
  }
  .event-contents-txt strong {
    font-size: 1.466666vw;
  }
  .event-contents-lead {
    margin: 0 0 3.333333vw;
    font-size: 2.4vw;
  }
  
  /* 球場招待の応募方法 */
  .event-entry-lead {
    margin: 0 0 2.333333vw;
    font-size: 2.4vw;
  }
  .event-entry-bnr {
    margin: 0 auto 4vw;
    width: 25.333333vw;
  }
  .event-entry-period {
    margin: 0 5vw 3vw;
    padding: 0.5em 0 0.6em;
    font-size: 2.266666vw;
  }
  .event-entry-period-mark {
  }
  
  .event-entry-step {
    margin: 0 5vw 4.166666vw;
  }
  .event-entry-step-item {
  }
  .event-entry-step-thumb {
  }
  .event-entry-step-caption {
    margin-top: 0.416666vw;
    font-size: 1vw;
  }
  
  .event-twitter-img {
    margin: 0 5vw 4.166666vw;
  }
  
  /* 注意事項 */
  .event-attention-btn {
    margin: -5.833333vw auto 1.25vw;
    width: 58.333333vw;
  }
  .event-attention-btn a {
    font-size: 2.666666vw;
  }
  .event-attention-btn a:hover {
  }
  .event-attention-btn i {
    font-size: 1.666666vw;
  }
  .event-attention-note {
    margin: 0 0 13.333333vw 0;
  }
  .event-attention-note:before {
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    GOODS
  ---------------------------------------------------------------------------------------------------- */
  #goods {
    margin-bottom: 10.333333vw;
  }
  #goods:after {
    top: -17.666666vw;
    height: 8.5vw;
  }
  
  .goods-head {
    padding: 0 5.666666vw 5.333333vw;
    width: 27.4vw;
  }
  
  .goods-list {
  }
  .goods-list-item {
  }
  .goods-list-item a {
    padding: 1.333333vw;
  }
  .goods-list-item:hover {
  }
  .goods-list-thumb {
    margin: 0 0 1.666666vw;
  }
  .goods-list-name {
    margin: 0 0 0.833333vw 0;
    font-size: 1.6vw;
  }
  .goods-list-name i {
    font-size: 1.333333vw;
  }
  .goods-list-option {
    margin: 0 0 0.833333vw 0;
    font-size: 1.2vw;
  }
  .goods-list-price {
    font-size: 1.2vw;
  }
  .goods-list-price strong {
    font-size: 2.833333vw;
  }
  .goods-list-price i {
  }
  
  #goods .btn {
    margin: 1.583333vw auto 0;
    width: 26.026666vw;
  }
  #goods .btn a {
    font-size: 1.76vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    注意事項
  ---------------------------------------------------------------------------------------------------- */
  #attention {
    margin-bottom: 12.5vw;
  }
  .attention-block {
    padding: 3.333333vw 4.166666vw;
  }
  .attention-head {
    margin: 0 0 2.5vw;
  }
  .attention-head:before {
  }
  .attention-head span {
    padding: 0 1.333333vw;
  }
  .attention-list {
    font-size: 1.066666vw;
  }
  .attention-list-item {
  }
  .attention-list-item:before {
  }
  .attention-txt {
    margin: 1.666666vw 0 0;
    font-size: 1.066666vw;
  }
  .attention-txt a {
  }
  .attention-txt a:hover {
  }
  
  
  #application {
    padding: 3.333333vw 0 4.166666vw;
  }
  #application:after {
    height: 16.666666vw;
  }
  .application-official {
    margin-bottom: 4.166666vw;
  }
  .application-official-bnr {
    width: 26.25vw;
  }
  .application-official-txt {
    margin: 0.833333vw 0 0;
    font-size: 1.333333vw;
  }
  .application-detail {
    margin-bottom: 4.166666vw;
  }
  .application-ico {
    margin-right: 2.5vw;
    width: 12.5vw;
  }
  .application-spec-list {
    font-size: 1.333333vw;
  }
  .application-spec-list:not(:last-of-type) {
    margin-bottom: 0.833333vw;
  }
  .application-spec-ttl {
  }
  .application-spec-txt {
  }
  .application-list {
  }
  .application-list-item:not(:last-of-type) {
    margin-right: 1.666666vw;
  }
  .application-list-item:nth-of-type(1) {
    width: 14.583333vw;
  }
  .application-list-item:nth-of-type(2) {
    width: 15.416666vw;
  }
  .application-list-item:nth-of-type(3) {
    width: 16.083333vw;
  }
  
  footer {
    padding: 4.166666vw 0;
  }
  footer small {
    color: #000;
    font-size: 1vw;
  }
  
  .footer-sns {
    margin: 0 0 4.166666vw;
  }
  .footer-sns-item {
    width: 5.333333vw;
  }
  .footer-sns-item:not(:last-of-type) {
    margin-right: 1.666666vw;
  }
  
  .footer-logo {
    margin: 0 0 3.333333vw;
  }
  .footer-logo-item {
    width: 16.666666vw;
  }

}


/* ----------------------------------------------------------------------------------------------------
  
  ここから767px以下
  
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) {
  body {
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
  .btn {
  }
  .btn:hover {
  }
  .btn a {
  }
  .btn a:hover {
  }
  .hover {
  }
  .hover:hover {
    opacity: 1;
  }
  .inner {
    margin: 0 5.333333vw;
    width: auto;
    max-width: none;
  }
  .inner-contents {
    margin: 0 2.5vw;
    width: auto;
    max-width: none;
  }
  
  .inview {

  }
  
  #wrapper {

  }
  
  img {
  }
  
  #content {
  }
  .content-txt01 {
    display: none;
  }
  
  #pagetop {
    bottom: 2.666666vw;
    right: 2.666666vw;
    width: 18.666666vw;
  }
  
  .comingsoon-txt {
    font-size: 8vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    MENU
  ---------------------------------------------------------------------------------------------------- */
  #menu-open-btn, #menu-close-btn, .mfp-close-btn {
    width: 16vw;
  }
  #menu-open-btn:hover, #menu-close-btn:hover, .mfp-close-btn:hover {
    opacity: 1;
  }
  
  #menu {

  }
  .menu-list {
    padding-top: 40vw;
    max-width: 80vw;
  }
  .menu-list-item {
  }
  .menu-list-item a {
  }
  .menu-list-item a:hover {
  }
  .menu-list-item:nth-of-type(1) a img {
    width: 37.6vw;
  }
  .menu-list-item:nth-of-type(2) a img {
    width: 30.933333vw;
  }
  .menu-list-item:nth-of-type(3) a img {
    width: 36.8vw;
  }
  .menu-list-item:nth-of-type(4) a img {
    width: 34.666666vw;
  }
  
  .mfp-fade.mfp-bg.mfp-ready {
  }
  .mfp-bg {
  }
  /* mfp-bg（overlay） */
  .mfp-fade.mfp-bg {
  }
  img.mfp-img {
    padding: 6.666666vw;
  }
  .mfp-figure:after {
  }
  .mfp-fade.mfp-bg.mfp-ready {
  }
  
  .mfp-fade.mfp-bg.mfp-removing {
  }
  
  /* mfp-content */
  .mfp-fade.mfp-wrap .mfp-content {
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  }
  .mfp-figure figure {;
  }
  .mfp-close {
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    KV  
  ---------------------------------------------------------------------------------------------------- */
  #kv {
  }
  
  /* 背景テキスト */
  .kv-txt {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv-txt01 {
    display: none;
  }
  .kv-txt02 {
    top: 58.133333vw;
    animation-delay: 0.7s;
  }
  .kv-txt03 {
    top: 68.133333vw;
    width: 36.133333vw;
    animation-delay: 0.8s;
  }
  .kv-txt04 {
    top: 79.333333vw;
    width: 41.6vw;
    animation-delay: 0.9s;
  }
  
  .kv-logo {
    animation-duration: 1.2s;
  }
  .kv-logo-baysters {
    top: 1.066666vw;
    left: 1.866666vw;
    width: 35.066666vw;
    animation-delay: 3.2s;
  }
  .kv-logo-hachinai {
    top: 1.6vw;
    left: 38.266666vw;
    width: 45.6vw;
    animation-delay: 3.2s;
  }
  
  /* キャラクター */
  .kv-chara-block {
  
  }
  .kv-chara {
    animation-duration: 1.5s;
  }
  .kv-arihara {
    top: 10.8vw;
    left: -4.133333vw;
    width: 78.133333vw;
    animation-delay: 2.5s;
  }
  .kv-kurashiki {
    top: 16vw;
    left: 51.733333vw;
    width: 72.533333vw;
    animation-delay: 2.4s;
  }
  .kv-izumida {
    top: 68.133333vw;
    left: 7.066666vw;
    z-index: 1;
    width: 128.933333vw;
    animation-delay: 2.3s;
  }
  .kv-agatsuma {
    top: 60.666666vw;
    left: -20.133333vw;
    z-index: 1;
    width: 91.2vw;
    animation-delay: 2.2s;
  }
  .kv-sakurada {
    display: none;
  }
  .kv-takanashi {
    display: none;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    開催期間
  ---------------------------------------------------------------------------------------------------- */
  #holding {
    padding: 3.333333vw 0;
    border-top: 2px solid #fff;
  }
  
  #holding:before {
    display: block;
    position: absolute;
    top: -150%;
    left: 50%;
    content: '';
    background-color: #00357e;
    width: 150%;
    height: 200%;
    transform: translateX(-50%) rotateZ(15deg);
  }
  
  .holding-head {
    margin: 0 0 1.333333vw;
  }
  .holding-head-mask {
    padding: 0 2vw;
    font-size: 5.866666vw;
  }
  .holding-head:before {
    height: 1px;
  }
  .holding-txt {
    font-size: 4.533333vw;
    line-height: 1.3;
  }
  .holding-txt mark {
    font-size: 6.133333vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    ABOUT
  ---------------------------------------------------------------------------------------------------- */
  #about {
    padding: 13.333333vw 0 10.666666vw;
  }
  .about-head {
    margin: 0 auto;
    padding-bottom: 6.666666vw;
    width: 54.666666vw;
  }
  .about-info {
    padding: 5.333333vw 0 0;
    border-top: 1px solid #fff;
  }
  .about-info:before {
    bottom: -23%;
    transform: rotateZ(-6deg);
  }
  .about-info:after {
    bottom: -20%;
  }
  .about-info-txt {
    font-size: 4.533333vw;
  }
  .about-info-txt mark {
    font-size: 5.333333vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    GAME
  ---------------------------------------------------------------------------------------------------- */
  #game {
    padding: 13.333333vw 0 20vw;
  }
  .game-head {
    padding-bottom: 9.333333vw;
    width: 45.066666vw;
  }
  .tab-nav {
  }
  .tab-nav-btn {
    margin-bottom: -2.666666vw;
    padding: 2.666666vw 0 5.333332vw;
    width: 49%;
    height: auto;
    cursor: pointer;
    transition: 0.3s;
  }
  .tab-nav-btn.cr, .tab-nav-btn:hover {
    margin-bottom: 0;
  }
  .tab-nav-btn img {
    width: 14.4vw;
  }
  .tab-nav-1st {
  }
  .tab-nav-2nd {
  }
  .tab-body {
  }
  .tab-body-block {
    padding-bottom: 6.666666vw;
  }
  .tab-body-1st {
    border-width: 5px;
  }
  .tab-body-2nd {
    border-width: 5px;
  }
  .tab-body-list {
    padding: 6.666666vw;
  }
  .tab-body-list-item:not(:first-of-type) {
    margin-top: 6.666666vw;
  }
  .tab-body-list-item:nth-child(n + 4) {
  }
  .tab-btn {
  }
  .tab-more-btn, .tab-close-btn {
    padding: 1em 0 1.2em;
    width: 60vw;
    font-size: 4vw;
  }
  
  .tab-close-btn {
    display: none;
  }
  .tab-body-2nd .btn {
  }
  .tab-body-2nd .btn:hover {
    background-color: #ff0096;
    color: #fff;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    EVENT
  ---------------------------------------------------------------------------------------------------- */
  #event {
    margin-bottom: 9.333333vw;
    padding: 17.333333vw 0 4vw;
    
  }
  #event:after {
    top: -4vw;
    left: -10%;
    content: '';
    width: 100%;
    height: 40vw;
    transform: rotateZ(3deg);
  }
  #event-bg {
    width: 150%;
  }
  #event-bg:before {
    bottom: -24vw;
    height: 26.666666vw;
  }
  #event-bg:after {
    top: -38vw;
    left: 10%;
    height: 40vw;
  }
  
  .event-head {
    padding-bottom: 8vw;
    width: 53.733333vw;
  }
  
  .event-lead {
    margin-bottom: 32vw;
  }
  .event-lead-txt {
    font-size: 5.066666vw;
  }
  .event-lead-txt:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .event-lead-txt strong {
    font-size: 6.133333vw;
  }
  .event-lead-txt mark {

  }
  .event-lead-balloon {
    bottom: -16.666666vw;
    width: 60.533333vw;
  }
  
  .event-block {
    margin-bottom: 24vw;
    border-width: 5px;
  }
  .event-block-head {
    margin: -8.4vw 0 6.6666666vw;
    padding: 2.4vw 12vw 2.8vw;
    box-shadow: 6px 6px 0 #ffe10d;
  }
  .event-block-head-jp {
    font-size: 5.6vw;
  }
  .event-block-head-en {
    padding-top: 0.888888vw;
    font-size: 2.666666vw;
  }
  
  /* スケジュール */
  .event-date {
    margin: 0;
    padding-bottom: 6.666666vw;
    font-size: 5.866666vw;
  }
  .event-date mark {
    background: none;
    color: #003b90;
    font-size: 9.6vw;
    font-weight: bolder;
  }
  .event-match {
    margin-bottom: 9.333333vw;
  }
  .event-match-team {
    width: 50%;
    font-size: 5.6vw;
  }
  .event-match-team mark {
  }
  .event-match-versus {
    font-size: 5.6vw;
  }
  
  .event-match-hachinithter {
    margin: 0 auto 5.333333vw;
    width: 53.333333vw;
  }
  .event-match-venue {
    margin: 0 0 6.666666vw;
    color: #000;
    font-size: 3.466666vw;
    font-weight: bold;
  }
  .event-match-venue mark {
    margin-bottom: 1.333333vw;
    font-size: 3.733333vw;
  }
  .event-match-venue strong {
    font-size: 5.066666vw;
  }
  
  .event-access-btn {
    display: block;
    margin: 0 auto 6.666666vw;
    width: 66.666666vw;
  }
  .event-access-btn a {
    display: block;
    padding: 1.2em 0 1.2em;
    height: auto;
    font-size: 4vw;
  }
  .event-illust01 {
    display: none;
  }
  .event-illust02 {
    display: none;
  }
  
  /* コンテンツ */
  .event-contents {
    display: block;
  }
  .event-contents-block {
    margin-bottom: 5.222222vw;
    width: auto;
  }
  .event-contents-head {
    margin: 0 0 2.133333vw;
    font-size: 5.866666vw;
  }
  .event-contents-txt {
    font-size: 3.46666666vw;
  }
  .event-contents-txt:not(:last-of-type) {
    margin-bottom: 1.333333vw;
  }
  .event-contents-txt strong {
    font-size: 4vw;
  }
  .event-contents-lead {
    margin: 0 0 5.333333vw;
    font-size: 4.266666vw;
  }
  
  /* 球場招待の応募方法 */
  .event-entry-lead {
    margin: 0 0 5.333333vw;
    font-size: 4.266666vw;
  }
  .event-entry-bnr {
    margin: 0 auto 8vw;
    width: 50.066666vw;
  }
  .event-entry-period {
    margin: 0 6.666666vw 8.333333vw 6.666666vw;
    padding: 0.4em 0 0.5em;
    font-size: 4.8vw;
  }
  .event-entry-period-head {
    display: block;
    margin-bottom: 1.333333vw;
    font-size: 4vw;
  }
  .event-entry-period-mark {
  display: none;
}
  
  .event-entry-step {
    display: block;
    margin: 0 6.666666vw 6.666666vw 6.666666vw;
  }
  .event-entry-step-item {
    width: auto;
  }
  .event-entry-step-item:not(:last-of-type) {
    margin-bottom: 6.666666vw;
  }
  .event-entry-step-thumb {
    border-width: 2px;
  }
  .event-entry-step-caption {
    margin-top: 0.666666vw;
    font-size: 3.2vw;
  }
  
  .event-twitter-img {
    margin: 0 6.666666vw 8.333333vw 6.666666vw;
  }
  
  /* 注意事項 */
  .event-attention-btn {
    margin: -17.333333vw auto 2vw;
    width: auto;
  }
  .event-attention-btn a {
    font-size: 5.333333vw;
  }
  .event-attention-btn a:hover {
    background-color: #d70b14;
    color: #fff;
  }
  .event-attention-btn i {
    font-size: 2.666666vw;
  }
  .event-attention-note {
    position: relative;
    margin: 0 0 21.333333vw 0;
    padding-left: 1em;
    font-size: 2.933333vw;
    text-align: left;
    line-height: 1.4;
  }
  .event-attention-note:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    GOODS
  ---------------------------------------------------------------------------------------------------- */
  #goods {
    margin-bottom: 20vw;
  }
  #goods:after {
    top: -26.666666vw;
    height: 20vw;
  }
  
  .goods-head {
    padding: 13.333333vw 0 8vw;
    width: 50.133333vw;
  }
  
  .goods-list {
  }
  .goods-list-item {
    margin-bottom: 3vw;
    width: 48%;
  }
  .goods-list-item a {
    padding: 2.666666vw;
  }
  .goods-list-item:hover {
    transform: scale(1);
    border: 1px solid #dbdbdb;
  }
  .goods-list-thumb {
    margin: 0 0 20px;
  }
  .goods-list-name {
    margin: 0 0 1.333333vw 0;
    font-size: 4.266666vw;
  }
  .goods-list-name i {
    font-size: 3.2vw;
  }
  .goods-list-option {
    margin: 0 0 1.333333vw 0;
    font-size: 3.2vw;
  }
  .goods-list-price {
    font-size: 3.2vw;
  }
  .goods-list-price strong {
    font-size: 6.4vw;
  }
  .goods-list-price i {
  }
  
  #goods .btn {
    margin: 2.666666vw auto 0;
    width: 66.666666vw;
  }
  #goods .btn a {
    font-size: 4.266666vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
    注意事項
  ---------------------------------------------------------------------------------------------------- */
  #attention {
    margin-bottom: 20vw;
  }
  .attention-block {
    padding: 5.333333vw 6.666666vw;
  }
  .attention-head {
    margin: 0 0 4vw;
  }
  .attention-head:before {

  }
  .attention-head span {
    padding: 0 2.666666vw;
  }
  .attention-list {
    font-size: 3.2vw;
  }
  .attention-list-item {
    position: relative;
    padding-left: 1em;
  }
  .attention-list-item:before {
  }
  .attention-txt {
    margin: 3.333333vw 0 0;
    font-size: 3.2vw;
  }
  .attention-txt a {
  }
  .attention-txt a:hover {
  }
  
  
  #application {
    padding: 6.666666vw 0 6.666666vw;
  }
  #application:after {
    display: block;
    position: absolute;
    top: -3.2vw;
    height: 26.666666vw;
  }
  .application-official {
    margin-bottom: 50px;
  }
  .application-official-bnr {
    display: block;
    margin: 0 auto;
    width: 66.666666vw;
  }
  .application-official-txt {
    margin: 10px 0 0;
    color: #fff;
    font-size: 3.733333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .application-detail {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .application-ico {
    display: block;
    margin: 0 auto 8vw;
    width: 33.333333vw;
  }
  .application-spec-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    color: #fff;
    font-size: 3.733333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .application-spec-list:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .application-spec-ttl {
    width: 6em;
  }
  .application-spec-txt {
    margin: 0;
    width: 15em;
  }
  .application-list {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .application-list-item:not(:last-of-type) {
    margin-right: 2.666666vw;
  }
  .application-list-item:nth-of-type(1) {
    width: 26.8vw;
  }
  .application-list-item:nth-of-type(2) {
    width: 28.266666vw;
  }
  .application-list-item:nth-of-type(3) {
    width: 30.133333vw;
  }
  
  footer {
    padding: 6.666666vw 0;
  }
  footer small {
    font-size: 2.666666vw;
  }
  
  .footer-sns {
    margin: 0 0 6.666666vw;
  }
  .footer-sns-item {
    width: 8.533333vw;
  }
  .footer-sns-item:not(:last-of-type) {
    margin-right: 2.666666vw;
  }
  
  .footer-logo {
    margin: 0 0 5.333333vw;
  }
  .footer-logo-item {
    width: 26.666666vw;
  }
}