@charset "utf-8";
/*
Theme Name: 2025ホロライブ4大タワーコラボ
Author: Sakura Kuzuoka
Description: Original Theme
Version： 1.0.0
*/

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
	padding: 0;
	vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;;
}
 
body {
  line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul,
ul{
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
 
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

html {
  font-size: 16px;
	margin-top:0 !important;
}
@media screen and (max-width: 782px){
	html{
		margin-top:0 !important;
	}
}
 
body {
	font-family: "Zen Old Mincho", serif;
/*   font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  line-height: 1.4; 
  margin: 0;
  padding: 0;
  color: #704684;;
}
 
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #704684;;
}
 
img {
  max-width: 100%;
  height: auto;
}

/* ==============================
 * SP改行
 * ============================== */

.sp-br{
	display:none;
}
@media(max-width : 599px) {
	.sp-br{display:block;
	}
}

/* ============================== */
/* 各ページ共通CSS */
/* ============================== */

td{
	color:#704684;;
}

.MainBg{
	background-image: url(https://4tower-collabo.com/wp-content/uploads/2025/09/holoXtower_KV_0917-scaled.webp);
    background-size: cover;
    inset: 0;
    position: fixed;
    z-index: -1;
    opacity: 0.7;
    background-position: bottom;
	max-width:1920px;
}

.MainCont{
  width: min(90vw, 768px);
  background:#F4DFFB; 
  border:none;
  margin-inline: auto;
  position:relative;
}
@media(max-width : 599px){
  .MainCont{
    max-width: 600px;
    width:100%;
  }
}

.MainCont a{
  color:#B7368C;
}

.n-area{
	max-width:1000px;
	margin:0 auto;
  padding:0;
  background:linear-gradient(128deg, rgba(202, 179, 245,0.7) 30%,rgba(244, 207, 243,0.7) 33%,rgba(202, 179, 245,0.7) 82%);
}
@media screen and (max-width: 782px){
	.n-area{
		padding:1rem;
	}
}

.tBox{
  background: #fff;
  border-radius: 0.5rem;
  padding:2rem;
  margin-top: 0.5rem;
  margin: 2rem 3rem;
}
@media(max-width : 599px){
  .tBox{
    margin: 0.5rem 0 0 0;
    padding: 2rem 0 0 0;
  }
}

table{
  width:100%;
}

tr{
	display:flex;
	flex-flow:column;
}

th{
	width:100%;
}

td{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 1rem 0 0 0;
  line-height: 1.6;
  margin-bottom: 3rem;
}

tr.att td{
	text-align:left;
  background: #F4EBF1;
  border-radius: 1rem;
  padding:2rem;
}

h2 span{
    font-size: 1.1vw;
    display: block;
    padding: 0.5rem 0;
}

.TopHolo{
  font-weight: 900;
  color: #704684;;
  font-size: 1.4vw;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
  margin: -2rem auto 0;
  text-shadow: 1px 1px 6px #fff;
}

.TopDecoImg1{
  opacity: 0.8;
  transform: scale(1, -1);
  margin-top:2rem;
}

.TopDecoImg2{
  opacity: 0.8;
}

.holoTopSNSLink{
  width: 28rem;
  background: #B7368C;
  margin: 2rem auto;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 1px 1px 8px 4px #B7368C;
}

.holoTopSNSLink a{
  width: 100%;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 1px 1px 4px #fff;
}

/* ============================== */
/* サイトトップ＞会場一覧 */
/* ============================== */

.HoloTopBox h2,
.Holo2ndBox h2,
.Holo3rdBox h2{
  font-size: 1.6vw;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.HoloTopBox a{
  display: inline-block;
  border: solid 1px orange;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  padding: 1rem 0;
}

.HoloTopBox a.area1{
  color: #CE3E89;
}

.HoloTopBox a.area2{
  color: #7E63AA;
}

.HoloTopBox a.area3{
  color: #781F48;
}

.HoloTopBox a.area4{
  color: #438885;
}

.HoloAreaCont{
  width: 40vw;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 1rem;
}

.HoloAreaCont a{
  border-radius: 2rem;
  border: none;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  font-size: 1.1vw;
  box-shadow: 0 0 8px 0 #fff;
}

.HoloAreaCont a span{
  font-size: 1.4vw;
  display: inline-block;
  margin-top: 4px;
  font-weight: 900;
  text-shadow: 1px 1px 5px #fff;
}

.HoloContact{
  margin: 3rem auto;
}

.HoloContactLink{
  background: #472D87;
  box-shadow: 1px 1px 8px 4px #472D87;
  width: 28rem;
}

small{
  display: block;
  text-align: center;
  font-size: 0.8vw;
  letter-spacing: 1px;
  padding-bottom: 1rem;
}

.TopOnlyHolo .accordion__button{
  font-family: "Zen Old Mincho", serif;
  appearance: none;
  width: 100%;
  background-color: #fff;
  color: #704684;
  padding: 1rem;
  cursor: pointer;
  border: none;
  font-weight: 600;
  font-size: 1.1vw;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 0;
}

.TopOnlyHolo .accordion__text{
  border-radius: 0;
}

.TopOnlyHolo .accordion__menu{
  width: 42rem;
  display: block;
  margin: 0 auto;
}

/* ============================== */
/* ハンバーガーメニュー */
/* ============================== */
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
    position: fixed;
    right: 2rem;
    top: 2rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;
    border: 2px solid #704684;
    -webkit-transition: all 3sease-in-out;
    transition: all .3sease-in-out;
    background: #704684;
}
	@media(max-width : 599px){
    .menu-btn {
      width: 120px;
      height: 120px;
      top: auto;
      bottom: -0.7rem;
      right: -1.7rem;
		}
	}
	
.menu-btn-line {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 2px;
width: 40%;
background: #fff;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
    box-shadow: 1px 1px 16px -4px #fff;
}
	
.menu-btn-line::before,
.menu-btn-line::after {
content: "";
height: 2px;
width: 100%;
background: #fff;
position: absolute;
left: 0;
-webkit-transition: inherit;
transition: inherit;
}
.menu-btn-line::before{
top: 10px;
}
.menu-btn-line::after{
top: -10px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity:0.9;
}
.open .menu-btn {
border-color: #704684;
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.menu ul {
/* transform: translateY(21%); */
padding: 0;
list-style-type: none
}
.menu li {
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
margin-bottom: 1rem;
}
.menu li a {
  display: block;
  font-size: 1.2vw;
  color: #704684;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-weight: 600;
  border-bottom: 1px solid #704684;
  width: 480px;
}
.menu li a:hover {
transform: translateX(5px);
-webkit-transition: all .2s;
transition: all .2s;
}



/* ============================== */
/* 注意事項インデント */
/* ============================== */

.ip-att-txt-item{
    font-size: 0.9rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
@media(max-width:480px){
	.ip-att-txt-item{
		font-size:0.8rem;
		margin-bottom:8px;
    font-weight: 500;
	}}

/* ============================== */
/* よくある質問 */
/* ============================== */

.accordions {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.accordion__menu {
	margin:0 2rem;
}

.accordion__button {
  font-family: "Zen Old Mincho", serif;
  appearance: none;
  text-align: inherit;
  width: 100%;
  background-color: #fff;
  color: #704684;
  padding: 1rem;
  cursor: pointer;
  border: none;
  font-weight:600;
  border-radius: 1rem;
  font-size: 0.9rem;
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.accordion__text {
    padding: 0 1rem 1rem 1rem;
    background: #fff;
    color: #704684;
	font-size:1vw;
    font-weight: 500;
    border-radius: 0 0 1rem 1rem;
}
.accordion .open{
    border-radius: 1rem;
    background: #fff;
}

.holoText{
    font-weight: 900;
    color: #704684;;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.8;
    margin:0 auto;
    padding:11rem 0 9rem;
    text-shadow: 1px 1px 6px #fff;
}
@media(max-width : 599px){
  .holoText{
    font-size: 1.3rem;
  }
}


/* ============================== */
/* セクションごと */
/* ============================== */

#n01,#n02,#n03,#n04,#n05,#n06,#n07{
	margin:0 0 6rem;
}

/* ============================== */
/* チケット購入 */
/* ============================== */

.hTicket{
	text-align:center;
	margin:3rem 0;
}

.hTicket a{
	display:inline-block;
	box-shadow:0 0 1rem 4px #fff;
}

/* ============================== */
/* 各地域ヘッダー固定 */
/* ============================== */

.sapporo header,
.tokyo header,
.nagoya header,
.osaka header{
  position: relative;
}

.sapporo .bh,
.tokyo .bh,
.nagoya .bh,
.osaka .bh{
  position: fixed;
  background: #A97CC2;
  color: #fff;
  padding: 1rem;
  width: min(90vw, 768px);
  box-sizing: border-box;
  text-align: center;
  height: 54px;
  z-index: 1;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  letter-spacing: 1px;
  flex-flow: column;
}
  @media(max-width : 599px){
  .sapporo .bh,
  .tokyo .bh,
  .nagoya .bh,
  .osaka .bh{
  height: 64px;
  }
  }

.fixedTime{
  font-weight: 400;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}
@media(max-width : 599px){
  .fixedTime{
    font-size: 0.9rem;
  }
}

.fixedTime a{
  color:#fff;
}

.fixedTimeText{
  padding: 0 1rem;
}

.fixedTimeText .holoHAB{
  color: #704684;
  font-size: 0.8rem;
  font-weight: 900;
}

.sapporo .topOnly,
.tokyo .topOnly,
.nagoya .topOnly,
.osaka .topOnly{
  margin-top: 57px;
}
@media(max-width : 599px){

  .sapporo .topOnly,
  .tokyo .topOnly,
  .nagoya .topOnly,
  .osaka .topOnly{
    margin-top: 66px;
  }
}

/* ============================== */
/* 各タワー共通装飾 */
/* ============================== */

.deco{
  position: relative;
}

.deco .decoImg1{
  opacity: 0.8;
  position: absolute;
  left: 0;
  top:3rem;
  transform: scale(1, -1);
}

.deco .decoImg2{
  opacity: 0.8 ;
  position: absolute;
  left: 0;
  bottom: 1rem;
}

/* ============================== */
/* 札幌 */
/* ============================== */

.sapporo .holoArea{
    background: #CE3E89;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    margin: -0.5rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.sapporo .holoAreaMini{
  display: inline-block;
  padding: 0 4px 0 8px;
  font-size: 2.1rem;
  color: #CE3E89;
  text-shadow: 1px 1px 7px #fff;
}

.sapporo h2{
    background: #fff;
    border-radius: 3rem;
    padding: 0.5rem;
    text-align: center;
    color: #472D87;
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
    border: double #E4C3EA 8px;
    width: 28vw;
    margin: 4rem auto 1.5rem;
}

.sapporo th{
    background: #980952;
    color: #fff;
    width: 320px;
    padding: 0.25rem;
    border-radius: 2rem;
    padding: 0.5rem;
    margin: 0 auto;
}

/* ============================== */
/* 東京 */
/* ============================== */


.tokyo .holoArea{
    background: #7E63AA;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    margin: -0.5rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.tokyo .holoAreaMini{
  display: inline-block;
  padding: 0 4px 0 8px;
  font-size: 2.1rem;
  color: #7E63AA;
  text-shadow: 1px 1px 7px #fff;
}
@media(max-width : 599px){
  .tokyo .holoAreaMini{
    font-size: 1.9rem;
  }
}

.tokyo h2{
    background: #fff;
    border-radius: 3rem;
    padding: 0.5rem;
    text-align: center;
    color: #472D87;
    font-size: 2vw;
    margin: 1rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
    border: double #E4C3EA 8px;
    width: 28vw;
    margin: 4rem auto 1.5rem;
}

.tokyo th{
    background: #7E63AA;
    color: #fff;
    width: 320px;
    padding: 0.25rem;
    border-radius: 2rem;
    padding: 0.5rem;
    margin: 0 auto;
}

/* ============================== */
/* 名古屋 */
/* ============================== */

.nagoya .holoArea{
    background: #781F48;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    margin: -0.5rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.nagoya .holoAreaMini{
  display: inline-block;
  padding: 0 4px 0 8px;
  font-size: 2.1rem;
  color: #781F48;
  text-shadow: 1px 1px 7px #fff;
}
@media(max-width : 599px){
  .nagoya .holoAreaMini{
    font-size: 1.85rem;
  }
}

.nagoya h2{
    background: #fff;
    border-radius: 3rem;
    padding: 0.5rem;
    text-align: center;
    color: #472D87;
    font-size: 2vw;
    margin: 1rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
    border: double #E4C3EA 8px;
    width: 28vw;
    margin: 4rem auto 1.5rem;
}

.nagoya th{
    background: #781F48;
    color: #fff;
    width: 320px;
    padding: 0.25rem;
    border-radius: 2rem;
    padding: 0.5rem;
    margin: 0 auto;
}

/* ============================== */
/* 大阪 */
/* ============================== */


.osaka .holoArea{
    background: #76B9A3;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    margin: -0.5rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.osaka .holoAreaMini{
  display: inline-block;
  padding: 0 4px 0 8px;
  font-size: 2.1rem;
  color: #438885;
  text-shadow: 1px 1px 7px #fff;
}

.osaka h2{
    background: #fff;
    border-radius: 3rem;
    padding: 0.5rem;
    text-align: center;
    color: #472D87;
    font-size: 2vw;
    margin: 1rem 0 2rem;
    font-weight: 900;
    letter-spacing: 4px;
    border: double #E4C3EA 8px;
    width: 28vw;
    margin: 4rem auto 1.5rem;
}

.osaka th{
    background: #438885;
    color: #fff;
    width: 320px;
    padding: 0.25rem;
    border-radius: 2rem;
    padding: 0.5rem;
    margin: 0 auto;
}

/* ============================== */
/* HUB */
/* ============================== */

.holoHAB{
  font-size: 0.9vw;
  color: #e1251b;
}

/* ============================== */


@media(max-width : 599px){
  .ecText{
    width:20rem;
    margin:0 auto;
  }
}

.ecText tr{
  display: inline-block;
  padding: 1rem;
  padding: 0;
  border-top:0.5px solid;
  border-bottom: 0.5px solid;
  width: 100%;
}
@media(max-width : 599px){
  .ecText tr{
    display: flex;
    border:none;
  }
}

.ecText th{
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  background: #F4EBF1;
  color: #980952;
  width:14rem;
}
@media(max-width : 599px){
  .ecText th{
    width:100%;
  }
}

.ecText td{
  font-size: 0.9rem;
  padding:1rem;
}
@media(max-width : 599px){
  .ecText td{
    margin: 0 0 1rem 0;
  }
}

/* ============================== */
/* CONTACT */
/* ============================== */

.thanks-text-first{
  text-align: center;
  padding: 3rem 0;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.6;
}
@media(max-width : 599px){
  .thanks-text-first{
    font-size: 1.1rem !important;
  }
}

.holo-contact-area{
  width: min(90vw, 768px);
  background: #F4DFFB;
  border: none;
  margin-inline: auto;
  position: relative;
  padding:0 0 3rem;
}
@media(max-width : 599px){
  .holo-contact-area{
    max-width: 600px;
    width:100%;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(128deg, rgba(202, 179, 245, 0.7) 30%, rgba(244, 207, 243, 0.7) 33%, rgba(202, 179, 245, 0.7) 82%);
  }
}

@media(max-width : 599px){
  .contact{
    background: #F4DFFB;
  }
}


.back-top-button{
  background: #472D87;
  box-shadow: 1px 1px 8px 4px #472D87;
  width: 28rem;
  margin: 4rem auto;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
}
@media(max-width : 599px){
.back-top-button{
  width: 20rem;
}}

.back-top-button a{
  width: 100%;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 1px 1px 4px #fff;
  text-align: center;
}
@media(max-width : 599px){
  .back-top-button a{
    font-size: 1.5rem;
  }
}

.holo-att-thx{
  text-align: left;
  background: #F4EBF1;
  border-radius: 1rem;
  padding: 2rem;
  width:40rem;
  margin:0 auto;
}
@media(max-width : 599px){
  .holo-att-thx{
    width: 24rem;
  }
}

.holo-contact-area .title{
  font-size: 2vw;
  text-align: center;
  padding: 2rem;
}
@media(max-width : 599px){
  .holo-contact-area .title{
    font-size: 1.8rem;
  }
}

.holo-contact-area .caution{
  text-align: left;
  background: #F4EBF1;
  border-radius: 1rem;
  padding: 2rem;
  width:40rem;
  margin:0 auto;
}
@media(max-width : 599px){
  .holo-contact-area .caution{
    width: 24rem;
  }
}

.contactTitle{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact-form{
  width: 40rem;
  margin: 2rem auto;
  padding:0 2rem;
}
@media(max-width : 599px){
  .contact-form{
    width:24rem;
    margin-bottom: 6rem;
  }
}

.wpcf7-radio{  
  display: block;
}
@media(max-width : 599px){
  .wpcf7-radio{
    max-width: 20rem;
  }
}

.cf7title{
  margin-bottom: 1rem;
}
@media(max-width : 599px){
  .cf7title{
    max-width: 20rem;
  }
}

.nameArea input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media(max-width : 599px){
  .nameArea input{
    max-width: 20rem;
  }
}

.contact-form select, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 3px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media(max-width : 599px){
  .contact-form select, .contact-form textarea{
    max-width: 20rem;
  }
}

@media(max-width : 599px){
  .holo-contact-area small{
    margin-bottom: -2rem !important;
  }
}

.required{
  color: #e1251b;
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 900;
  font-family: auto;
}

.wpcf7-list-item{
  margin: 0 0 0.5rem 0;
}

.holoContactMiniTitle{
  font-size: 0.9rem;
}

.holoUPtext{
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}

.wpcf7-submit{
font-family: "Zen Old Mincho", serif;
  width: 100%;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 1px 1px 4px #fff;
  border-radius: 1rem;
  border: 0;
  background: #472D87;
  box-shadow: 1px 1px 8px 4px #472D87;
  padding: 0.5rem;
  margin-top:3rem;
}
@media(max-width : 599px){
  .wpcf7-submit{
    max-width: 20rem;
  }
}

.grecaptcha-logo{
  display: none;
}

.grecaptcha-badge{
  display: none;
}

/* ===================================== */
/* @media(max-width : 599px) 一部まとめて */
/* ===================================== */

@media(max-width : 599px){
  .sapporo h2,
  .tokyo h2,
  .nagoya h2,
  .osaka h2{
    font-size: 1.5rem;
    width:100%;
  }

  td{
    font-size: 0.9rem;
  }

  tr.att td{
    padding: 2rem 1rem;
    margin:1rem;
  }

  .holoHAB{
    font-size: 0.75rem;
  }

  .accordion__menu{
    margin: 0 1rem;
  }

  h2 span{
    font-size: 0.8rem;
  }
  
  .accordion__text{
    font-size: 0.8rem;
  }

  small{
    margin-top: -3rem;
    font-size: 0.9rem;
    margin-bottom: 4rem;
  }

  .sapporo .bh, .tokyo .bh, .nagoya .bh, .osaka .bh{
    width: 100%;
    padding: 0;
  }

  .fixedTimeText .holoHAB{
    font-size: 0.65rem;
    display: block;
    padding-top:4px;
  }

  .fixedTimeText{
    padding: 0 0 4px 0;
  }

  .menu li a{
    width: 240px;
    font-size: 1rem;
  }

  .TopHolo{
    font-size: 1.2rem;
    margin-top: 0rem;
  }
  .holoTopSNSLink,
  .HoloContactLink{
    width: 20rem;
  }
  .holoTopSNSLink a{
    font-size: 1.2rem;
  }
  .HoloTopBox h2, .Holo2ndBox h2, .Holo3rdBox h2{
    font-size: 1.5rem;
  }
  .HoloAreaCont{
    width: 100%;
  }
  .HoloAreaCont a{
    font-size: 0.9rem;
  }
  .HoloAreaCont a span{
    font-size: 1.3rem;
    margin-top: 8px;
  }
  .TopOnlyHolo .accordion__menu{
    width: auto;
  }
  .TopOnlyHolo .accordion__button{
    font-size: 1rem;
  }
}

/* ============================== */
/* アイコン */
/* ============================== */

.sp-navigation{
  position: relative;
}

.holoSNSicon{
  display: flex;
  flex-flow: row-reverse;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  width: 120px;
  opacity: 1;
  gap: 0.5rem;
}

@media(max-width : 599px){
  .holoSNSicon{
    top:3rem;
  }
}

/* ============================== */

.spNone{
  display: inline-block;
}
@media(max-width : 599px){
  .spNone{
    display: none;
  }
}

/* ============================== */

.ecLink{
  display: inline-block;
  border: solid 2px;
  padding: 0.5rem 3rem;
  text-decoration: none;
  background: #B7368C;
  color: #fff !important;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 4px 2px #B7368C;
  margin-bottom: 4rem;
  margin-top:1rem;
}

/* ============================== */

.TicketStart{
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
@media(max-width : 599px){
  .TicketStart{
    font-size: 1rem;
  }
}

/* ============================== */
/* fadeIn */
/* ============================== */

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}
