/*
Theme Name: 大洗海上花火大会 2024
Theme URL: https://oaraihanabi.com/
Description: 大洗海上花火大会　開催日：9月28日（日） 場所：大洗第1サンビーチ（茨城県）
*/



@charset "UTF-8";





/*　----------------　共通　----------------　*/


html {
    padding: 0;
    margin: 0;
    overflow-x: hidden!important;
}


body {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    overflow-x: hidden!important;
}

section, div, img, ul, li, table, td, h1, h2, h3, p {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align:top;

}


p { 
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #000000;
}


.pc { display: block; }
.smart { display: none; }
br.pc { display: block; }
br.tablet { display: none; }
br.smart { display: none; }
br.smart320 { display: none; }

@media screen and (max-width: 768px){
  .pc { display: block; }
  .smart { display: none; }
  br.pc { display: none; }
  br.tablet { display: block; }
  br.smart { display: none; }
  br.smart320 { display: none; }
}


@media screen and (max-width: 428px){
  .pc { display: none; }
  .smart { display: block; }
  br.pc { display: none; }
  br.tablet { display: none; }
  br.smart { display: block; }
  br.smart320 { display: none; }
}

@media screen and (max-width: 375px){
  .pc { display: none; }
  .smart { display: block; }
  br.pc { display: none; }
  br.tablet { display: none; }
  br.smart { display: block; }
  br.smart320 { display: block; }
}




/*　テキスト関連　*/
h1.title {
  font-size: 50px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

h1.title-s {
  font-size: 24px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

h2.subtitle {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  z-index: 10;
}


h3.caution {
  display: inline-block;
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  border: 1px solid #000000;
  padding: 5px 15px 5px 15px;
}

p.read { 
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #000000;
    z-index: 10;
}

p.read-2 { 
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #000000;
    z-index: 10;
}

.read-sub { 
  margin-top: 8px!important;
}


p.midashi { 
  position: relative;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    z-index: 10;
}

p.cap { 
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    padding-top: 8px;
}

a:hover { 
    opacity: 0.8;
    transition:1s all;
}


@media screen and (max-width: 768px){
  h1.title {
    font-size: 40px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 600;
  }

  p.read { 
      position: relative;
      font-size: 17px;
      line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #000000;
      z-index: 10;
  }

  p.read-2 { 
      position: relative;
      font-size: 15px;
      line-height: 1.3;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #000000;
      text-align: center;
      z-index: 10;
  }
}


@media screen and (max-width: 428px){
  h1.title {
    font-size: 34px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 600;
  }

  p.read { 
      position: relative;
      font-size: 4.2vw;
      line-height: 1.5;
      letter-spacing: 0;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #000000;
      z-index: 10;
  }

  p.read-2 { 
    position: relative;
    font-size: 5vw;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #000000;
    text-align: center;
    z-index: 10;
}

  p.midashi { 
    position: relative;
      font-size: 5vw;
      line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      text-align: center;
      color: #000000;
      margin-top: 20px;
      z-index: 10;
  }

  h2.subtitle img {
    width: 130px;
    margin: auto;
  }
  
}


@media screen and (max-width: 375px){
  p.read { 
      position: relative;
      font-size: 3vw;
      line-height: 1.5;
      letter-spacing: 0;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #000000;
      z-index: 10;
  }
}






/*　余白関連　*/
.pTop10 { padding-top: 10px; }
.pTop20 { padding-top: 20px; }
.pTop30 { padding-top: 30px; }
.pTop50 { padding-top: 50px; }




/*　画像サイズ関連　*/
.imgW100 img { width: 100%; margin: auto; }
img.iconB { width: 60px; margin: auto; }
img.iconC { width: 30px; margin: auto; }




/*　ライン関連　*/
hr.lineA {
    border: 0.5px dotted #c2c2c2;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

hr.lineB {
  border: 0.5px dotted #c2c2c2;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

hr.lineC {
  width: 70%;
  border: 0.5px solid #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

hr.lineD {
  width: 100%;
  border: 2px dashed #000000;
  margin-top: 50px;
  margin-bottom: 50px;
}

hr.lineE {
  width: 90%;
  margin: auto;
  border: 1px dashed #ffffff;
  margin-top: 10px;
  margin-bottom: -10px;
}


@media screen and (max-width: 428px){
  hr.lineC {
    width: 90%;
    border: 0.5px solid #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
  }

  hr.lineD {
    width: 100%;
    border: 2px dashed #000000;
    margin-top: 25px;
    margin-bottom: 25px;
  }
 }





/* ボタン */
.btn-A {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  border: 3px solid #ffffff;
  padding: 7px 15px 7px 15px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  z-index: 10;
}

.btn-B {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  border: 3px solid #000000;
  padding: 7px 15px 7px 15px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  z-index: 10;
}

@media screen and (max-width: 428px){
  .btn-A {
    position: relative;
    width: 90%;
    margin: 30px auto 0;
    border: 2px solid #ffffff;
    padding: 7px 15px 7px 15px;
    border-radius: 40px;
    text-align: center;
    font-size: 4vw;
    color: #ffffff;
    font-weight: 600;
    z-index: 10;
    box-sizing: border-box;
  }
  
  .btn-B {
    position: relative;
    width: 90%;
    margin: 30px auto 0;
    border: 2px solid #000000;
    padding: 7px 15px 7px 15px;
    border-radius: 40px;
    text-align: center;
    font-size: 4vw;
    color: #000000;
    font-weight: 600;
    z-index: 10;
    box-sizing: border-box;
  }
}





.btn,
a.btn,
button.btn {
  width: 250px;
  margin: auto;
  display: block;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.5rem;
  background-color: #000000;
}



a.btn--red.btn--cubic {
  border-bottom: 5px solid #a1a1a1;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #a1a1a1;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
  transition:0.3s all;
}

.btn:hover .fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 0.8rem;
  color: #ffffff;
}





/*　色関連　*/
.c-red {
    color: #de0623!important;
}

.c-black {
    color: #000000!important;
}

.c-white {
    color: #ffffff!important;
}

.c-music {
  background-color: #1594CC;
}

.c-ticket {
  background-color: #FFDF05;
}

.c-ticket {
  background-color: #FFDF05;
}

.c-food {
  background-color: #FF9300;
}

.bk-music {
  background-color: #35B5DD;
  padding: 1px 6px;
  margin: 0 3px;
  box-sizing: border-box;
}

.bk-furusato {
  background-color: #E4751C;
  padding: 1px 3px;
  margin: 0 3px;
  color: #ffffff;
  box-sizing: border-box;
}




/*　テキスト揃え　*/
.t-center {
  text-align: center!important;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #595959;
}

.c-slide-line--bottom {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.c-slide-line--bottom::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #afafaf;
  transform: scale(0, 1);
  transform-origin: center;
  transition: transform .3s;
}
.c-slide-line--bottom:hover::before {
  transform: scale(1);
}




/* ページトップ
#page-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

 */




#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	background:#942D2F;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:visited {
	background: #942D2F;
}

#page-top a:hover {
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	right: 0px;
  bottom: 100px;
  margin: auto;
	z-index: 99;
    /*はじめは非表示*/
	opacity: 1;
}





/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}



/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　Header　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.header-block {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #1594CC;
  border-bottom: 3px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
}

.header-logo {
  width: 140px;
  background-color: #000000;
  border-right: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo img {
  width: 110px;
}









/* --- */
.header-h1 h1 {
  font-size: 35px;
  line-height: 1;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 15px 0px 3px 0px;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-left: 20px;
}

.t-h1-sub {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 3px 0px 0px 20px;
}

.t-h1-sub-weeks {
  font-size: 18px;
  vertical-align: top;
  padding: 2px 0px 0px 3px;
}

.t-h1-sub-place {
  font-size: 20px;
  letter-spacing: 0px;
  padding: 2px 0px 0px 10px;
}


/* --- */
.header-ticket {
  position: absolute;
  width: 130px;
  height: 90px;
  top: 5px;
  right: 5px;
  margin: auto;
  background-color: #FFDF05;
  box-shadow: 0px 0px 0px 5px #FFDF05;
  border: dashed 3px #ACACAC;
  padding: 10px 15px;
  box-sizing: border-box;
}

.header-ticket img {
  position: absolute;
  width: 50px;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}

.t-hdr-tct {
  font-size: 28px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  padding: 20px 0px 0px 0px;
}

.t-hdr-tct-cs {
  font-size: 11px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  background-color: #fff5b0;
  margin: 2px 0px 0px 0px;
}


/* お問い合わせ */
.header-contact {
  position: absolute;
  top:0;
  right: 150px;
  background-color: #ffffff;
  padding: 5px 15px 5px 15px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}



@media screen and (max-width: 768px){
  .header-block {
    height: 80px;
  }
  
  .header-logo {
    width: 120px;
    height: 80px;
    background-color: #000000;
    border-right: 2px solid #ffffff;
  }
  
  .header-logo img {
    width: 100px;
  }

  .header-h1 h1 {
    font-size: 28px;
    padding: 13px 0px 3px 0px;
  }
  
  .t-h1-sub {
    font-size: 20px;
  }
  
  .t-h1-sub-weeks {
    font-size: 14px;
  }
  
  .t-h1-sub-place {
    font-size: 20px;
  }

  /* --- */
  .header-ticket {
    position: absolute;
    width: 150px;
    height:70px;
    top: 5px;
    right: 5px;
    margin: auto;
    background-color: #FFDF05;
    box-shadow: 0px 0px 0px 5px #FFDF05;
    border: dashed 2px #ACACAC;
    padding: 8px 8px;
    box-sizing: border-box;
  }
  
  .header-ticket img {
    position: absolute;
    width: 35px;
    top: 3px;
  }
  
  .t-hdr-tct {
    font-size: 26px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    padding: 12px 0px 0px 0px;
  }
  
  .t-hdr-tct-cs {
    font-size: 10px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    background-color: #fff5b0;
    margin: 2px 0px 0px 0px;
  }


.header-contact {
  position: absolute;
  width: 160px;
  top: 80px;
  right: 0px;
  background-color: #ffffff;
  padding: 5px 15px 5px 15px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}


}

@media screen and (max-width: 428px){

  .header-block {
    height: 68px;
  }

  .header-logo {
    width: 100px;
    height: 68px;
    background-color: #000000;
    border-right: 2px solid #ffffff;
  }
  
  .header-logo img {
    width: 80px;
  }

  .header-h1 h1 {
    font-size: 20px;
    padding: 12px 0px 3px 0px;
    margin-left: 10px;
  }
  
  .t-h1-sub {
    font-size: 15px;
    padding: 3px 0px 0px 10px;
  }
  
  .t-h1-sub-weeks {
    font-size: 11px;
  }
  
  .t-h1-sub-place {
    font-size: 14px;
    padding: 2px 0px 0px 7px;
  }

  .header-ticket {
    position: absolute;
    width: 65%;
    height: 35px;
    top: 70px;
    left: 0px;
    right: auto;
    margin: auto;
    border: 0px solid #ffffff;
    box-shadow: 0px 0px 0px 0px #FFDF05;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  
  .header-ticket img {
    width: 26%;
    position: relative;
    width: 50px;
    top: 0;
    left: 3px;
    right: auto;
    margin: auto;
  }
  
  .t-hdr-tct {
    width: 40%;
    font-size: 6vw;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    padding: 0px 0px 0px 0px;
  }
  
  .t-hdr-tct-cs {
    width: 30%;
    font-size: 2.3vw;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    background-color: #fff5b0;
    margin: 2px 8px 0px 0px;
  }

  .header-contact {
    position: absolute;
    width: 35%;
    height: 35px;
    top: 70px;
    right: 0px;
    background-color: #ffffff;
    padding: 5px 0px 5px 0px;
    box-sizing: border-box;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  
  }
}

@media screen and (max-width: 378px){
  .header-h1 h1 {
    font-size: 4.1vw;
  }
  .t-h1-sub {
    font-size: 4vw;
  }
  
  .t-h1-sub-weeks {
    font-size: 2vw;
  }
  
  .t-h1-sub-place {
    font-size: 3vw;
    padding: 2px 0px 0px 0;
  }

  
}








/*　ハンバーガー　*/
.btnHamburger {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
}

.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btnHamburger .line_01 { top: 10px; }
.btnHamburger .line_02 { top: 20px; }
.btnHamburger .line_03 { top: 30px; }

.btnHamburger.is-active .line_01 {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnHamburger.is-active .line_02 {
  opacity: 0;
}

.btnHamburger.is-active .line_03 {
  top: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}








.btnHamburger.is-active ~ .hamburger-open-block {
  bottom: 0;/*メニューを画面内へ*/
}

.hamburger-open-block {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  z-index: 8888;
  background-color: #1E2362;
  transition: all 0.5s;/*アニメーション設定*/
  opacity: 0.95;
  display: flex;
  align-items: center;
}

.hob-logo {
  position: absolute;
  width: 200px;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.hob-logo img {
  width: 100%;
  opacity: 0.4;
}

.hob-title {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: white;
  padding-top: -10px;
  padding-bottom: 30px;
}

.hamburger-open-block ul {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hamburger-open-block li {
  width: 100%;
  border: 5px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px 0;
  box-sizing: border-box;
  transition: 0.5s;
}

.hamburger-open-block li.item3 {
  width: 49.5%;
  border: 5px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 20px 0;
  box-sizing: border-box;
}

.hamburger-open-block li.itemForm {
  width: 49.5%;
  border: 5px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #ffffff;
}

.hamburger-open-block li a {
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.hamburger-open-block li:hover {
  border: 5px solid #979f36;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(255, 253, 253, 0.35);

}

.hamburger-open-block li.itemForm a {
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.hamburger-open-block li.itemForm:hover {
  border: 5px solid #979f36;
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 15px 0px rgba(255, 253, 253, 0.35);

}




img.logo {
  width: 400px;
}

.hamburger-open-block h2 {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.hamburger-open-block li p {
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.hamburger-open-block li p.read {
  font-size: 24px;
  letter-spacing: 3px;
}

.hamburger-open-block li p.reserved {
  font-size: 24px;
  letter-spacing: 3px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
}

.hamburger-open-block li p.reserved a {
  color: #ffffff;
  text-decoration: none;
}



.hamb-sns-block {
  width: 100%;
  text-align: center;
  display: flex;
}

.hamb-sns-block img {
  width: 50px;
  padding-right: 10px;
  vertical-align: middle;
  opacity: 1!important;
}

.hamb-sns-block a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}


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

  .hamburger-open-block ul {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .hamburger-open-block li p.read {
    font-size: 18px;
  }
  .hamburger-open-block li {
    width: 100%;
    border: 4px solid #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 8px;
    border-radius: 10px;
    padding: 20px 0;
    box-sizing: border-box;
  }
}


@media screen and (max-width: 428px){

  h2.hob-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    color: white;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .hamburger-open-block ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .hamburger-open-block li {
    width: 100%;
    border: 2px solid #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 6px 0;
    box-sizing: border-box;
  }

  .hamburger-open-block li.item3 {
    width: 100%;
    border: 3px solid #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 6px 0;
    box-sizing: border-box;
  }

  .hamburger-open-block li.itemForm {
    width: 100%;
    padding: 0 0;
  }

  .hamb-sns-block a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
  }

  .hamburger-open-block li:hover {
    padding: 6px 0;
  }

  .hamburger-open-block li.itemForm:hover {
    padding: 0 0;
  }
}


@media screen and (max-width: 375px){
  .hamburger-open-block h2 {
    font-size: 20px;
  }

  .hamburger-open-block li {
    border: 3px solid #ffffff;
    margin-bottom: 8px;
    padding: 5px 0;
  }

  .hamburger-open-block li p {
    font-size: 12px;
  }
}



















/*　オープニングのみ使用　*/
.opening-block {
  width: 100%;
  height: 100%;
  background-color: #1E2166;
}





/*　スライドショー　*/
.img-frame{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  }

  .img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  }

  .img-01{
  background-image: url('https://oaraihanabi.com/2024y/wp-content/themes/img/home/main_photoA.jpg');
  animation: slide-animation-01 24s infinite;
  }

  .img-02{
  background-image: url('https://oaraihanabi.com/2024y/wp-content/themes/img/home/staff_photo.jpg');
  animation: slide-animation-02 24s infinite;
  }

  .img-03{
  background-image: url('https://oaraihanabi.com/2024y/wp-content/themes/img/home/member_photo.jpg');
  animation: slide-animation-03 24s infinite;
  }

  @keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.05);}
  90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.0);}
  }
  @keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.05);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
  100% {opacity: 0;}
  }
  @keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.05);}
  }





  .msg {
    width: 55%;
    font-size: 150px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-50% , -50%);
    animation: msg 24s infinite;
    text-align: center;
 }


 @keyframes msg {
 0% {opacity: 1; transform: scale(1.1);}
 30% {opacity: 1;}
 40% {opacity: 0; transform: scale(0.9);}
 90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.1);}
 }




 .msg2 {
  display:inline-block;
  width: 80%;
  height: 110px;
  font-size: 90px;
  line-height: 90px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  animation: msg2 24s infinite;
  text-align: center;
  transform: rotate(-5deg);
}



.msg3 {
 display:inline-block;
 width: 80%;
 height: 110px;
 font-size: 90px;
 line-height: 90px;
 font-family: Arial, Helvetica, sans-serif;
 font-style: italic;
 font-weight: 600;
 color: #fff;
 position: absolute;
 top: 40%;
 left: 0;
 right: 0;
 margin: auto;
 padding: 0;
 animation: msg3 24s infinite;
 text-align: center;
 transform: rotate(-5deg);
}




@media screen and (max-width: 428px){
  .msg {
    width: 100%;
    font-size: 90px;
 }

 .msg2 {
  display:inline-block;
  width: 100%;
  height: 110px;
  font-size: 60px;
  line-height: 60px;
  top: 30%;
}

.msg3 {
 display:inline-block;
 width: 100%;
 height: 110px;
 font-size: 60px;
 line-height: 60px;
 top: 30%;
}

}




@media screen and (max-width: 375px){
  .msg {
    width: 100%;
    font-size: 90px;
 }

 .msg2 {
  display:inline-block;
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  top: 30%;
}

.msg3 {
 display:inline-block;
 width: 100%;
 font-size: 50px;
 line-height: 50px;
 top: 30%;
}

}














/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　HOME CONTENTS　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}




/* --- メインビジュアルMV --- */
section#home-mv {
  width: 100%;
}


/*背景*/
.hm-mv {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('img/common/mv/photo_001.jpg') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.hm-mv::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}


/*タイトル*/
.hm-mv-ttl {
  position: relative;
  width: 75%;
  margin: auto;
  padding: 100px 0 0 0;
  box-sizing: border-box;
  z-index: 10;
}

.hm-mv-title {
  width: 100%;
  margin: auto;
  transform: rotate( -5deg );
}

.hm-mv-title h1 img {
  width: 100%;
}



/*　MVスライドショー　*/
.slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}


.slide-image:nth-child(2) {
  background: url('img/common/mv/photo_001.jpg') no-repeat;
  animation-delay: -2s;
}

.slide-image:nth-child(3) {
  background: url('img/common/mv/photo_002.jpg') no-repeat;
  animation-delay: 6s;
}

.slide-image:nth-child(4) {
  background: url('img/common/mv/photo_003.jpg') no-repeat;
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}






/* Tablet */
@media screen and (max-width: 768px){
  .hm-mv {
    position: relative;
    width: 100%;
    height: 60vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: -1;
  }


  .slide-image {
    background-position: 50% 50%!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    opacity: 0;
    animation: slider-1 24s linear infinite;
  }


  /*タイトル*/
  .hm-mv-ttl {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 100px 0 0 0;
    box-sizing: border-box;
    z-index: 10;
  }
  
  .hm-mv-title {
    width: 100%;
    margin: auto;
    transform: rotate( -5deg );
  }
  
  .hm-mv-title h1 img {
    width: 100%;
  }
}


/* SP */
@media screen and (max-width: 428px){
  .hm-mv {
    position: relative;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: -1;
  }


.slide-image {
  background-position: 50% 50%!important;
  background-repeat: no-repeat;
  background-size: cover!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

  
  /*タイトル*/
  .hm-mv-ttl {
    position: relative;
    width: 95%;
    margin: auto;
    padding: 80px 0 0 0;
    box-sizing: border-box;
    z-index: 10;
  }
  
  .hm-mv-title {
    width: 100%;
    margin: auto;
    transform: rotate( 0deg );
  }
  
  .hm-mv-title h1 img {
    width: 100%;
  }
}











/* --- イベント情報 Event Info --- */

section#home-ei {
  width: 100%;
  background-color: #FFE101;
  padding: 120px 0 180px 0;
}

.hm-ei {
  position: relative;
  width: 980px;
  margin: auto;
}

.hm-ei-read {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.hm-ei-furusato {
  background-color: #ffffff;
  border: 3px dotted #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 30px;
  box-sizing: border-box;
}

.hm-ei-furusato img {
  padding-right: 10px;
}




/* チケット情報 */
.hm-ei-ticket {
  text-align: center;
  padding: 50px 0 0 0;
  border-top: 5px solid #000000;
  margin-top: 50px;
  box-sizing: border-box;
}

.hm-ei-ticket-name {
  width: 100%;
  background-color: #ffffff;
  border: 5px solid #C7C7C7;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  padding: 10px 15px 10px 20px;
  box-sizing: border-box;
  margin-top: 30px;
}

.hm-ei-ticket-time {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 20px;
  font-size: 18px;
  padding: 3px 10px 3px 10px;
  vertical-align: middle;
  box-sizing: border-box;
  margin-top: -6px;
  margin-left: 10px;
}

.hm-ei-ticket-caution {
  font-size: 18px;
  color: #ff0000;
  padding: 3px 10px 3px 10px;
  box-sizing: border-box;
  margin-top: -6px;
  margin-left: 10px;
}




/* Tablet */
@media screen and (max-width: 768px){
  section#home-ei {
    width: 100%;
    background-color: #FFE101;
    padding: 80px 0 160px 0;
  }

  .hm-ei {
    position: relative;
    width: 90%;
    margin: auto;
  }

  .hm-ei-read .read {
    padding-top: 10px;
  }

  .hm-ei-furusato {
    background-color: #ffffff;
    border: 3px dotted #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 10px 15px 10px;
    box-sizing: border-box;
    margin-left: 40px;
  }
  
  .hm-ei-furusato img {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 6px;
  }



/* チケット情報 */
.hm-ei-ticket h2.subtitle img {
  width: 120px;
}

}




/* SP */
@media screen and (max-width: 428px){
  section#home-ei {
    width: 100%;
    background-color: #FFE101;
    padding: 40px 0 150px 0;
  }

  .hm-ei-read {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0 0;
  }

  .hm-ei-read .read {
    padding-top: 0px;
  }

  .hm-ei-furusato {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border: 3px dotted #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px 15px 30px;
    margin-left: 0px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  
  .hm-ei-furusato img {
    position: absolute;
    top:0;
    bottom:0;
    left: 7%;
    margin: auto;
    text-align: center;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
  }
}










/* */
.accordion {
  margin: 20px auto;
  max-width: 100%;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .ac-title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .ac-title {
    display: block;
  background-color: #ffffff;
  border: 5px solid #C7C7C7;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  padding: 10px 15px 10px 20px;
  box-sizing: border-box;
  margin-top: 30px;
  }

  .ac-title::after,
  .ac-title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 4px;
  height: 1em;
  background-color: #999;
  transition: all 0.3s;
  }
  .ac-title::after {
  transform: rotate(90deg);
  }
  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle:checked + .ac-title + .content {
  max-height: 2000px;
  transition: all 1.5s;
  }
  .toggle:checked + .ac-title::before {
  transform: rotate(90deg) !important;
  }



/* チケット詳細 */
.ticket-product {
  position: relative;
  width: 92%;
  margin: 30px 0 10px 40px;
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 20px;
  box-sizing: border-box;
}

.content .caption {
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 1.4;
  text-align: left!important;
  padding: 0;
}


.ticket-product .tline {
  position: absolute;
  top: 0;
  left: -20px;
  width: 30px;
  height: 20px;
  border-left: 5px solid #000000;
  border-bottom: 5px solid #000000;
}

.ticket-product .tpark {
  position: absolute;
  top: -18px;
  left: 10px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 2px 10px 0px 10px;
  font-size: 13px;
  font-weight: 600;
}

.ticket-product .tname {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: left;
}

.ticket-product .tname-title {
  font-size: 24px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding-right: 10px;
}

.ticket-product .tcategory {
  display:inline-block;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
}

.ticket-product .tcategoryM {
  display:inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  background-color: #24AAE4;
  padding: 5px 10px 5px 10px;
}

.ticket-product .tprice {
  position: absolute;
  display: block;
  width: 180px;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 10px 0 0 30px;
  box-sizing: border-box;
}

.ticket-product .tprice img {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 33px;
}


.marutoku {
  display: inline-block;
  font-weight: 600;
  background-size: 17px;
  background-position: 0% 1%;
  padding-left: 0px;

}


/* Tablet */
@media screen and (max-width: 768px){
  .accordion {
    margin: 20px auto;
    max-width: 100%;
    }

    .ac-title {
      display: block;
    background-color: #ffffff;
    border: 5px solid #C7C7C7;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px 10px 20px;
    box-sizing: border-box;
    margin-top: 30px;
    }

    .hm-ei-ticket-time {
      display: inline-block;
      border: 1px solid #000000;
      border-radius: 20px;
      font-size: 15px;
      padding: 3px 10px 3px 10px;
      vertical-align: middle;
      box-sizing: border-box;
      margin-top: -6px;
      margin-left: 10px;
    }

    .hm-ei-ticket-caution {
      font-size: 15px;
      color: #ff0000;
      padding: 3px 10px 3px 10px;
      box-sizing: border-box;
      margin-top: -6px;
      margin-left: 10px;
    }



    .ticket-product {
      position: relative;
      width: 92%;
      margin: 20px 0 50px 40px;
      background-color: #000000;
      display: flex;
      align-items: center;
      padding: 12px 0 12px 20px;
      box-sizing: border-box;
    }
    

    .ticket-product .tname-title {
      font-size: 2.5vw;
      line-height: 1;
      font-family: "Jost", sans-serif;
      font-weight: 600;
      color: #ffffff;
      padding-right: 10px;
    }
    


    /*カテゴリアイコン*/
    .category-box {
      position: absolute;
      top: 0;
      right: 0;
      margin: auto;
      box-sizing: border-box;
    }

    .ticket-product .tcategory {
      display:inline-block;
      font-size: 1.8vw;
      line-height: 1;
      color: #000000;
      background-color: #ffffff;
      padding: 5px 10px 5px 10px;
    }
    
    .ticket-product .tcategoryM {
      display:inline-block;
      font-size: 1.8vw;
      line-height: 1;
      color: #ffffff;
      background-color: #24AAE4;
      padding: 5px 10px 5px 10px;
    }
    


    .ticket-product .tprice {
      position: absolute;
      display: flex;
      height: 100%;
      top: 30px;
      right: 0;
      margin: auto;
      background-color: #ffffff;
      font-size: 3vw;
      line-height: 1;
      font-family: "Jost", sans-serif;
      font-weight: 600;
      padding: 10px 0 20px 10%;
      box-sizing: border-box;
    }
    
    .ticket-product .tprice img {
      position: absolute;
      top: 5px;
      left: 5%;
      width: 30px;
    }

    .ticket-product .many {
      position: absolute;
      display: flex;
      height: 100%;
      top: 30px;
      right: 0;
      margin: auto;
      background-color: #ffffff;
      font-size: 3vw;
      line-height: 1;
      font-family: "Jost", sans-serif;
      font-weight: 600;
      padding: 10px 0 20px 9%;
      box-sizing: border-box;
    }

    .content .caption {
      width: 90%;
      margin: auto;
      font-size: 13px;
      line-height: 1.4;
      text-align: left!important;
      padding: 0;
      margin-top: -30px;
    }
    
}





/* SP */
@media screen and (max-width: 428px){

  .toggle:checked + .ac-title + .content {
    max-height: 2000px;
    transition: all 1.5s;
    }

  .ac-title {
    display: block;
  background-color: #ffffff;
  border: 3px solid #C7C7C7;
  font-size: 4vw;
  font-weight: 600;
  text-align: left;
  padding: 12px 30px 10px 20px;
  box-sizing: border-box;
  margin-top: 10px;
  }

  .hm-ei-ticket {
    text-align: center;
    padding: 50px 0 0 0;
    border-top: 5px solid #000000;
    margin-top: 50px;
    box-sizing: border-box;
  }

  .hm-ei-ticket-time {
    display: inline-block;
    border: 1px solid #a6a6a6;
    border-radius: 20px;
    font-size: 2.8vw;
    padding: 2px 12px 2px 12px;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: 0px;
    margin-left: 10px;
  }

  
  .ticket-product {
    position: relative;
    width: 100%;
    margin: 35px 0 80px 40px;
    background-color: #000000;
    display: flex;
    align-items: center;
    padding: 8px 0 8px 20px;
    box-sizing: border-box;
  }

  .ticket-product .tname-title {
    font-size: 4vw;
    line-height: 1.3;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding-right: 10px;
  }

  .ticket-product .tprice {
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    top: 100%;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    font-size: 5.5vw;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 10px 0 0px 30px;
    box-sizing: border-box;
  }


  .ticket-product .tprice2 {
    position: absolute;
    display: block;
    width: 80%;
    height: 100%;
    top: 100%;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    font-size: 5.5vw;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 10px 0 30px 30px;
    box-sizing: border-box;
  }



  /*カテゴリアイコン*/
  .category-box {
    position: absolute;
    top: 0;
    right: 40px;
    margin: auto;
    box-sizing: border-box;
  }

  .ticket-product .tcategory {
    display: block;
    font-size: 2.5vw;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
  }
  
  .ticket-product .tcategoryM {
    display: block;
    font-size: 2.5vw;
    line-height: 1;
    color: #ffffff;
    background-color: #24AAE4;
    padding: 5px 10px 5px 10px;
  }

  .content .caption {
    width: 90%;
    margin: auto;
    font-size: 3.5vw;
    line-height: 1.4;
    text-align: left!important;
    padding: 0;
    margin-top: -20px;
  }

}












  /* */
.hm-ei-start {
  position: absolute;
  bottom: -230px;
  right: 0;
  left: 0;
  width: 80%;
  margin: 100px auto 0;
  background-color: #000000;
  box-shadow: 10px 10px 0px 0px rgba(255, 224, 3, 1);
  padding:  8px 0 15px 0;
  box-sizing: border-box;
  text-align: center;
}

.hm-ei-start p.midashi {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFE003;
  border: 1px solid #FFE003;
  padding: 3px 10px 3px 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.hm-ei-start p.title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFE003;
}

.hm-ei-start p.cap {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}


/* Tablet */
@media screen and (max-width: 768px){
  .hm-ei-start {
    position: absolute;
    bottom: -220px;
    right: 0;
    left: 0;
    width: 90%;
    margin: 80px auto 0;
    background-color: #000000;
    box-shadow: 10px 10px 0px 0px rgba(255, 224, 3, 1);
    padding: 10px 0 15px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .hm-ei-start p.title {
    font-size: 3vw;
    line-height: 1.3;
    font-weight: 600;
    color: #FFE003;
  }

  .hm-ei-start p.cap {
    font-size: 2vw;
    font-weight: 500;
    color: #ffffff;
  }
}


@media screen and (max-width: 428px){
  .hm-ei-start {
    position: absolute;
    bottom: -220px!important;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0px auto 0;
    background-color: #000000;
    box-shadow: 10px 10px 0px 0px rgba(255, 224, 3, 1);
    padding: 10px 0 15px 0;
    box-sizing: border-box;
    text-align: center;
  }


  .hm-ei-start p.title {
    font-size: 4.5vw;
    line-height: 1.3;
    font-weight: 600;
    color: #FFE003;
  }

  .hm-ei-start p.cap {
    width: 90%;
    margin: auto;
    font-size: 3.2vw;
    font-weight: 500;
    color: #ffffff;
  }
}






/* --- */
section#home-gallery {
  padding: 100px 0 120px 0;
  background-color: #000000;
}

.scroll-infinity {
  position: relative;
  z-index: 1;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 1);
  }
  .scroll-infinity__item>img {
    width: 100%;
  }


  @media screen and (max-width: 428px){
    .scroll-infinity__item {
      width: calc(200vw / 1);
    }
  }






  .youtube {
    width: 890px;
    margin: 80px auto 0;
  }

  .video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
  
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/* Tablet */
@media screen and (max-width: 768px){
  .youtube {
    width: 90%;
    margin: 80px auto 0;
  }
}

/* SP */
@media screen and (max-width: 428px){
section#home-gallery {
  padding: 100px 0 60px 0;
  background-color: #000000;
}
  .youtube {
    width: 100%;
    margin: 60px auto;
  }
}
















/* --- OHANA FESの楽しみ方 --- */

section#home-fes {
  width: 100%;
  padding: 120px 0 80px 0;
}

.hm-fes {
  width: 980px;
  margin: auto;
}

.hm-fes-icon {
  margin: 20px auto 0;
}

.hm-fes-icon ul {
  display: flex;
  justify-content: center;
}

.hm-fes-icon li {
  width: 120px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 3px 0 3px 0;
  box-sizing: border-box;
  margin: 0 5px;
}

.hm-fes-icon li.item1 {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.hm-fes-icon li.item2 {
  background-color: #24AAE4;
  border: 1px solid #24AAE4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.hm-fes-icon li.item3 {
  background-color: #FF9300;
  border: 1px solid #FF9300;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}



/* hahabi */
.hm-fes-hanabi {
  position: relative;
  width: 100%;
  background: url('img/common/ohanafes/hanabi_bg_photo.jpg')no-repeat;
  background-size: cover;
  padding: 100px 0 120px 0;
  margin: 50px auto 0px;
  box-sizing: border-box;
}

.hm-fes-hanabi::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}


.hm-fes-hnb-txt {
  width: 980px;
  margin: auto;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 30px 0 30px 0;
}


.hm-fes-hnb-txt p {
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
  color: #ffffff;
}


/* Tablet */
@media screen and (max-width: 768px){

  section#home-fes {
    width: 100%;
    padding: 80px 0 60px 0;
  }
  
  .hm-fes {
    width: 90%;
    margin: auto;
  }

  .hm-fes-hanabi-block {
    width: 90%;
    margin: auto;
  }
  
  .hm-fes-hnb-txt {
    position: relative;
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
  }
}



@media screen and (max-width: 428px){
  .hm-fes-hnb-txt p {
    font-size: 4vw;
    line-height: 2;
    font-weight: 600;
    color: #ffffff;
  }

  .readB {
    font-size: 3.2vw!important;
    line-height: 1.5;
    font-weight: 500;
  }
}







/* music */
.hm-fes-music {
  position: relative;
  width: 100%;
  background: url('img/common/ohanafes/music_bg_photo.jpg')no-repeat;
  background-size: cover;
  background-position: 50% 60%;
  padding: 100px 0 100px 0;
  margin: 0px auto 0;
}

.hm-fes-music::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(36, 170, 228, 0.8);
}

.hm-fes-mic-box {
  position: relative;
  width: 980px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.hm-fes-mic-left {
  width: 48%;
}

.hm-fes-mic-lll {
  width: 80%;
  margin: 20px auto 0;
  background-color: #ffffff;
  padding: 10px 0 10px 0;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
}

.hm-fes-mic-lll img {
  padding: 6px 5px 0 0;
}


.hm-fes-mic-right {
  width: 48%;
  padding: 20px 0 0 20px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  box-sizing: border-box;
}


/* Tablet */
@media screen and (max-width: 768px){
  .hm-fes-music {
    position: relative;
    width: 100%;
    background: url('img/common/ohanafes/music_bg_photo.jpg')no-repeat;
    background-size: cover;
    background-position: 50% 60%;
    padding: 80px 0 100px 0;
    margin: 0px auto 0;
  }

  .hm-fes-mic-box {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
  }

  .hm-fes-mic-left {
    width: 100%;
  }

.hm-fes-mic-right {
  width: 100%;
  padding: 20px 0 0 20px;
  border-top: 1px solid #ffffff;
  border-left: 0px solid #ffffff;
  box-sizing: border-box;
}
}

/* SP */
@media screen and (max-width: 428px){

  .hm-fes-mic-right {
    width: 100%;
    padding: 20px 0 0 0px;
    border-top: 1px solid #ffffff;
    border-left: 0px solid #ffffff;
    box-sizing: border-box;
  }

.hm-fes-mic-lll {
  width: 80%;
  margin: 20px auto 0;
  background-color: #ffffff;
  padding: 10px 0 10px 0;
  font-size: 5.5vw;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
  }


/* SP */
@media screen and (max-width: 375px){

  .hm-fes-mic-lll {
    width: 80%;
    margin: 20px auto 0;
    background-color: #ffffff;
    padding: 18px 0 10px 0;
    font-size: 5.5vw;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
  }

  .hm-fes-mic-lll img {
    padding: 0px 5px 0 0;
    margin-top: -4px;
  }
}






/* food */
.hm-fes-food {
  position: relative;
  width: 100%;
  background-size: cover;
  padding: 100px 0 100px 0;
  margin: 0 auto 0;
}

.hm-fes-food::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 147, 0, 1);
}


@media screen and (max-width: 768px){
  .hm-fes-food {
    position: relative;
    width: 100%;
    background-size: cover;
    padding: 80px 0 100px 0;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 428px){
  .hm-fes-fod-box {
    width: 90%;
    margin: auto;
  }
}














/* --- NEWS & INFORMATION お知らせ --- */

section#home-news {
  width: 100%;
  padding: 100px 0 80px 0;
}

.hm-nws {
  width: 980px;
  margin: 50px auto 50px;
}

.double__under {
  width: 100%;
  border-bottom: solid 3px #1694CC;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.double__under::before {
  content: "";
  position: absolute;
  border: solid 8px #1694CC;
  bottom: 5px;
  left: 0;
  right: 0;
}

.single__under {
  width: 100%;
  border-bottom: solid 2px #1694CC;
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
}


@media screen and (max-width: 768px){
  section#home-news {
    width: 100%;
    padding: 20px 0 80px 0;
  }
  
  .hm-nws {
    width: 90%;
    margin: 20px auto 50px;
  }
}


@media screen and (max-width: 428px){
  section#home-news {
    width: 100%;
    padding: 80px 0 30px 0;
  }
}




/* ニュースコンテンツ */
.hm-nws-content {
  width: 100%;
  padding: 40px 0 80px 0;
}

.hm-nws-content ul {
  width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.hm-nws-content li {
  position: relative;
  width: 48%;
  border: 5px solid #C7C7C7;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.hm-nws-content li .news-cate-news {
  position: absolute;
  width: 90px!important;
  height: 25px!important;
  top: 0;
  right: 0;
  background-color: #C7C7C7;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 1px 0px 2px 3px;
  box-sizing: border-box;
}

.hm-nws-content li .news-cate-news a {
  position: absolute;
  top: 0;
  margin: auto;
}



.hm-nws-content li .category {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C7C7C7;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 1px 8px 2px 15px;
  box-sizing: border-box;
}

.hm-nws-content li .date {
  width: 100%;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.hm-nws-content li .photo {
  width: 200px;
}

.hm-nws-content li .photo img {
  width: 200px;
  height: 165px;
  object-fit: cover;
  object-position: 50% 50%;
}

.hm-nws-content li .txt {
  width: 45%;
}

.hm-nws-content li .txt .ntitle {
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px dotted #cacaca;
  padding: 0 0 8px 0;
}

.hm-nws-content li .txt .ncont p {
  font-size: 13px;
  line-height: 1.3;
  padding: 8px 0 8px 0;
}

.hm-nws-content li .txt .nreadmore {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
}

.hm-nws-content li .txt .nreadmore a {
  color: #888888;
}






@media screen and (max-width: 768px){
  .hm-nws-content ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
  }

  .hm-nws-content li .date {
    width: 100%;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
  }
  
  .hm-nws-content li .photo {
    width: 100%;
  }
  
  .hm-nws-content li .photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }
  
  .hm-nws-content li .txt {
    width: 100%;
    margin-top: 10px;
  }

  .hm-nws-content li .txt .nreadmore {
    position: relative;
    bottom: 0;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    text-align: center;
  }
}




@media screen and (max-width: 428px){

  .hm-nws-content {
    width: 100%;
    padding: 40px 0 50px 0;
  }

  .hm-nws-content li {
    position: relative;
    width: 100%;
    border: 5px solid #C7C7C7;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .hm-nws-content li .photo {
    width: 48%;
  }
  
  .hm-nws-content li .photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }
  
  .hm-nws-content li .txt {
    width: 48%;
    margin-top: 0px;
    font-size: 3vw;
  }
  
  .hm-nws-content li .txt p {
    font-size: 4vw;
  }

  .hm-nws-content li .txt .ntitle {
    font-size: 16px;
    line-height: 1.3;
    border-bottom: 1px dotted #cacaca;
    padding: 0 0 8px 0;
  }
  
  .hm-nws-content li .txt .ncont {
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 0 8px 0;
  }

  .hm-nws-content li .txt .nreadmore {
    position: relative;
  }
}










/* --- FAQ --- */

section#home-faq {
  width: 100%;
  padding: 60px 0 120px 0;
}

.hm-faq {
  width: 980px;
  margin: auto;
}



@media screen and (max-width: 768px){
  .hm-faq {
    width: 90%;
    margin: auto;
  }
}
















/* --- SNS --- */

section#home-sns {
  width: 100%;
  padding: 100px 0 100px 0;
  border-top: 5px solid #000000;
  box-sizing: border-box;
}

.hm-sns {
  width: 980px;
  margin: auto;
}

.hm-sns ul {
  width: 100%;
  margin: auto;
  padding: 50px 0 50px 0;
  display: flex;
  justify-content: center;
}

.hm-sns li {
  position: relative;
  width: 33%;
  display: flex;
  border: 1px solid #000000;
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 3px 0 3px;
}

.hm-sns li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.hm-sns li img {
  width: 60px;
  height: 60px;
  padding-right: 20px;
}



/* Tablet */
@media screen and (max-width: 768px){

  section#home-sns {
    width: 100%;
    padding: 80px 0 80px 0;
    border-top: 5px solid #000000;
    box-sizing: border-box;
  }
  
  .hm-sns {
    width: 90%;
    margin: auto;
  }

  .hm-sns li {
    position: relative;
    width: 33%;
    display: flex;
    border: 1px solid #000000;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 3px 0 3px;
  }
}



@media screen and (max-width: 428px){
  section#home-sns {
    width: 100%;
    padding: 80px 0 60px 0;
    border-top: 5px solid #000000;
    box-sizing: border-box;
  }
  

  .hm-sns ul {
    width: 100%;
    margin: auto;
    padding: 50px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hm-sns li {
    position: relative;
    width: 100%;
    display: flex;
    border: 1px solid #000000;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}















/* --- SPONCER --- */

section#home-sponcer {
  width: 100%;
  padding: 100px 0 100px 0;
  background-color: #eaeaea;
  box-sizing: border-box;
}

.hm-spc {
  width: 980px;
  margin: auto;
  text-align: center;
}



@media screen and (max-width: 768px){

  section#home-sponcer {
    width: 100%;
    padding: 80px 0 100px 0;
    background-color: #eaeaea;
    box-sizing: border-box;
  }
  
  .hm-spc {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}








@keyframes zoom {
  0% {
     transform: scale(1);
  }
  100% {
     transform: scale(1.1);
  }
}




/*　左　*/
.mb-left-block {
  position: relative;
  width: 80%;
  height: 80%;
}

.mb-left-block img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: center 10%;
}

.mbl-copy {
  position: relative;
  z-index: 5;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.7;
  font-size: 60px;
  line-height: 0.8;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  box-sizing: border-box;
  z-index: 999999;
}

.mb-left-block #youtube {
  width: 100%;
  height: 80vh;
}


/*　右　*/
.mb-right-block {
  width: 20%;
  height: 80%;
}

.mb-right-block ul {
  width: 100%;
  height: 100%;
}

.mb-right-block li {
  position: relative;
  width: 100%;
  height: 30%;
  background-color: black;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}

.mb-right-block li:last-child {
  border-bottom: 0px solid #ffffff;
}

.mb-right-block li.kogoto {
  position: relative;
  width: 100%;
  height: 40%;
}

.mb-right-block img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.7;
  z-index: 1;
}

p.kogoto-title {
  position: absolute;
  top: 30%;
  right: 15px;
  margin: auto;
  font-size: 35px;
  line-height: 1;
  color: white;
  text-align: right;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  z-index: 10;
}

p.kogoto-eng {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 10px;
  margin: auto;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
  color: white;
  text-align: center;
  writing-mode: vertical-rl;
  opacity: 0.7;
  z-index: 10;
}

p.team-title {
  position: absolute;
  top: 42%;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  z-index: 10;
}

p.game-title {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  z-index: 10;
}

.game-score {
  position: absolute;
  width: 100%;
  height: 45%;
  top: 50%;
  bottom: 50%;
  margin: auto;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  padding: 0 0;
  box-sizing: border-box;
  z-index: 10;
}

.gs-total {
  font-size: 50px;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  padding-top: 10px;
}

.gs-harf {
  font-size: 16px;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  letter-spacing: 5px;

}

.team-name {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  color: white;
  z-index: 10;
  text-align: center;
}


.mb-right-block li a {
	position: absolute;
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
}

.mb-right-block li a:hover {
  box-shadow: inset 0px 20px 25px 20px rgba(255, 255, 255, 0.7);
  transition:0.5s;
}

.mb-right-block li.mb-hoverB a:hover {
  box-shadow: inset 0px 0px 25px 10px rgba(255, 255, 255, 0.7);
  transition:0.5s;
}






.pnavi {
  margin: 10px 0 20px;
}

.pnavi {
  display:flex;
}

.pnavi .page-numbers {
  display:inline-block;
  margin-right: 5px;
  padding: 5px 10px 3px;
  color:#333;
  box-shadow:0 0 1px #a7a7a7;
  background:#fff;
  font-size: 12px;
  box-sizing: border-box;
}

.pnavi .current {
  padding: 5px 10px 3px;
  background:#9e9e9e;
  color:#fff;
  box-sizing: border-box;
}

.pnavi .prev,
.pnavi .next{
  background:transparent;
  box-shadow:none;
  color:#595959;
}
.pnavi .dots{
  background:transparent;
  box-shadow:none;
}





@media screen and (max-width: 768px){
  /*　左　*/
  .mb-left-block {
    width: 100%;
    height: 60%;
  }

  /*　右　*/
  .mb-right-block {
    width: 100%;
    height: 20%;
  }

  .mb-right-block ul {
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .mb-right-block li {
    position: relative;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .mb-right-block li a:hover {
    box-shadow: inset 0px 0px 25px 10px rgba(255, 255, 255, 0.7);
    transition:0.5s;
  }
  .mb-right-block li:last-child {
    border-bottom: 1px solid #ffffff;
  }
  
  .mb-right-block li.kogoto {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mb-right-block img {
    object-position: center 50%;
  }

  p.kogoto-title {
    position: absolute;
    top: 10%;
    right: 15px;
    font-size: 30px;
    font-weight: 500;
  }
  
  p.kogoto-eng {
    top: 10%;
  }

  .game-score {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    bottom: 50%;
    margin: auto;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 8px 0;
    box-sizing: border-box;
    z-index: 10;
  }
  
  .gs-total {
    font-size: 40px;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: white;
    padding-top: 7px;
  }
  
  .gs-harf {
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    letter-spacing: 5px;
  
  }
  
  .team-name {
    position: absolute;
    bottom: 6%;
  }
  
}


@media screen and (max-width: 428px){
  /*　左　*/
  .mb-left-block {
    width: 100%;
    height: 65%;
  }

  .mbl-copy {
    font-size: 30px;
  }
  

  /*　右　*/
  .mb-right-block {
    width: 100%;
    height: 20%;
  }

  .mb-right-block img {
    object-position: center 40%;
  }


  .mb-right-block li:first-child {
    border-left: 0px solid #ffffff;
  }
  p.kogoto-title {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
  }
  
  p.kogoto-eng {
    top: 10%;
    font-size: 20px;
  }


  .mbr-member {
    display: none;
  }

  p.game-title {
    top: 16px;
    font-size: 16px;
  }
  
  .game-score {
    position: absolute;
    width: 100%;
    height: 40%;
    padding: 0 0;

  }
  
  .gs-total {
    font-size: 45px;
    line-height: 1;
    padding-top: 10x;
  }
  
  .gs-harf {
    display: none;
  
  }
  
  .team-name {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: white;
    z-index: 10;
    text-align: center;
  }

  span.game-name-kg {
    display: none;
  }
}


@media screen and (max-width: 375px){
  .mbl-copy {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
  }

  p.game-title {
    top: 10px;
    font-size: 15px;
  }

  .gs-total {
    font-size: 35px;
    padding-top: 10x;
  }
  
  .team-name {
    bottom: 5px;
    font-size: 13px;
  }
}















/*　バナー　*/
.mb-banner-block {
  width: 100%;
  height: 20%;
  background-color: #858B3A;
}

.mb-banner-block ul {
  width: 95%;
  height: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.mb-banner-block li {
  width: 25%;
  margin: 0 0.5%;
}

.mb-banner-block li img {
  width: 100%;
  transition: 1s;
}

.mb-banner-block li img:hover {
  transform: scale(1.05);

}



@media screen and (max-width: 768px){
  .mb-banner-block ul {
    width: 100%;
    height: 100%;
  }

  .mb-banner-block li {
    width: 31%;
    margin: 0 0.5%;
  }
}




@media screen and (max-width: 428px){

/*　バナー　*/
.mb-banner-block {
  width: 100%;
  height: 15%;
  background-color: #858B3A;
}

.mb-banner-block li {
  width: 48%;
  margin: 0 0.5%;
}
}







/*　スライド関連　*/
/* external css: flickity.css */
 
.gallery {
  height: 83%;
  position: relative;
  background: #858B3A;
  padding: 20px 0;
  z-index: 999999;
  box-sizing: border-box;
}
 
.gallery-cell {
  width: 300px;
  height: 100%!important;
  margin-right: 10px;
  background: #ffffff;
  counter-increment: gallery-cell;
  padding: 0!important;
}
 
.gallery-cell img {
  width: 100%;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
 
.gallery-cell img:hover {
  scale: 1.02;
}


@media screen and (max-width: 428px){
  .gallery {
    height: 100%;
    position: relative;
    background: #858B3A;
    padding: 8px 0;
    z-index: 999999;
    box-sizing: border-box;
  }
 
  .gallery-cell {
    width: 225px;
    height: 100%!important;
    margin-right: 5px;
    background: #ffffff;
    counter-increment: gallery-cell;
    padding: 0!important;
  }

  .flickity-page-dots {
    display: none;
  }

}


@media screen and (max-width: 375px){
  .gallery-cell {
    width: 163px;
  }

}















/* HOME NEWS */
.home-news-block {
  width: 100%;
  margin: 100px 0;
}

.home-news-inblock {
  width: 1024px;
  margin: 30px auto;
  border: 1px solid #d1d1d1;
  padding: 50px 50px 0;
  box-sizing: border-box;
}

.home-news-inblock ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-news-inblock li {
  position: relative;
  width: 28%;
  border-right: 1px dotted #d1d1d1;
  border-bottom: 1px dotted #d1d1d1;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.home-news-inblock ul::after {
  content:"";
  display: block;
  width: 28%;
}

.hni-photo {
  width: 100%;
  height: 130px;
}

.hni-photo img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}


/* テキスト */
.hni-date {
  font-size: 13px;
  color: #595959;
}

.hni-title {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
}

.hni-title a {
  text-decoration: underline;
  color: #595959;
}

.hni-contents {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 15px;
  color: #595959;
}



/* カテゴリ */
ul.post-categories li {
  border: none!important;
}
.news-category-game {
  position: absolute;
  width: 80px;
  height: 18px;
  top: 0;
  right: 0;
  font-size: 12px;
  color: white;
  background-color: #803b88;
  text-align: right;
  padding: 2px 20px;
  box-sizing: border-box;
}

.news-category-game a {
  color: white;
  text-align: center;
  text-decoration: none;
}

.news-category-news {
  position: absolute;
  width: 80px;
  height: 18px;
  top: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  font-size: 12px;
  color: white;
  background-color: #82883B;
  text-align: right;
  padding: 2px 20px;
  box-sizing: border-box;
}

.news-category-news a {
  color: white;
  text-align: center;
  text-decoration: none;
  margin: auto;
}

.news-category-event {
  position: absolute;
  width: 80px;
  height: 18px;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 12px;
  color: white;
  background-color: #65B0E2;
  text-align: right;
  padding: 2px 20px;
  box-sizing: border-box;
}

.news-category-event a {
  color: white;
  text-align: center;
  text-decoration: none;
  margin: auto;
}



/* ボタン */
.home-news-btn {
  width: 200px;
  margin: 0 auto 0;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
  background-color: #f7f7f7;
  box-sizing: border-box;
}



.home-news-btn a {
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
  color: #595959;
  text-decoration: none;
}


/* Tablet */
@media screen and (max-width: 768px){
  .home-news-block {
    width: 100%;
    padding: 80px 0 50px;
  }
  .home-news-inblock {
    width: 90%;
    margin: 30px auto;
    border: 1px solid #d1d1d1;
    padding: 20px;
    box-sizing: border-box;
  }

  .home-news-inblock li {
    position: relative;
    width: 30%;
  }

  .home-news-block {
    width: 100%;
    margin: 30px 0;
  }
  

  .hni-photo {
    width: 100%;
    height: 120px;
  }
  
  .hni-photo img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }

  /* テキスト */
  .hni-title {
    font-size: 14px;
  }

  .hni-contents {
    font-size: 12px;
    line-height: 1.3;
  }
  
}




@media screen and (max-width: 428px){
  .home-news-block {
    padding: 0 0;
  }

  .home-news-inblock ul {
    flex-wrap: wrap;
  }

  .home-news-inblock li {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #bdbdbd;
    box-sizing: border-box;
  }
  /* ボタン */
  .home-news-btn {
    width: 90%;
    margin: 0 auto 20px;
  }
  
}























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

　　　　　　　　　　　　　　　　　　　　コンテンツ

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


.page-wrapper {
  width: 100%;
}





/* NEWS & INFORMATION */

section#news-archive {
  width: 100%;
  padding: 200px 0 0 0;
}

.nws-header {
  width: 980px;
  margin: auto;
}



section#nws-content {
  width: 100%;
  padding: 20px 0 0 0;
}

section#nws-bottom {
  width: 100%;
  padding: 20px 0 80px 0;
}


/* Tablet */
@media screen and (max-width: 768px){
  section#news-archive {
    width: 100%;
    padding: 150px 0 0 0;
  }
  
  .nws-header {
    width: 90%;
    margin: auto;
  }
}

/* SP */
@media screen and (max-width: 428px){
  section#nws-content {
    width: 100%;
    padding: 0px 0 0 0;
  }
  
  section#nws-bottom {
    width: 100%;
    padding: 0px 0 60px 0;
  }
}




section#news-single {
  position: relative;
  width: 980px;
  margin: auto;
  padding: 40px 0 0 0;
}


h1.nws-title {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #000000;
  padding: 8px 20px;
  box-sizing: border-box;
}

.nws-date {
  font-size: 12px;
  color: #595959;
  padding-bottom: 10px;
}

.nws-article-txt-block {
  width: 100%;
  border: 1px solid #a5a5a5;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 10px;
}

.nws-cate-news {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C7C7C7;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
  box-sizing: border-box;
}


/* ニュース記事ナビ */
.nws-article-page-btn {
  width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

.nws-article-page-left {
  width: 50%;
  font-size: 14px;
  text-align: left;
}

.nws-article-page-right {
  width: 50%;
  font-size: 14px;
  text-align: right;
}




/* Tablet */
@media screen and (max-width: 768px){
  section#news-single {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 40px 0 0 0;
  }
}



/* SP */
@media screen and (max-width: 428px){
.nws-article-txt-block {
  width: 100%;
  border-left: 0px solid #a5a5a5;
  border-right: 0px solid #a5a5a5;
  padding: 20px 0 20px 0;;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 40px;
}

h1.nws-title {
  font-size: 18px;
  font-weight: 400;
  color: white;
  background-color: #000000;
  padding: 8px 10px;
  box-sizing: border-box;
}

.nws-article-txt-block p {
  font-size: 14px;
  line-height: 1.5;
}
}










/* ---------------------------------------------------------------- */

/* FAQ */

.page-faq {
  width: 100%;
  padding: 180px 0 100px 0;
}

.pg-fq-block {
  width: 980px;
  margin: auto;
  padding: 50px 0;
  box-sizing: border-box;
}


.pg-fq-block h2.fqtitle {
  width: 100%;
  background: url('img/common/icon/ticket.png')no-repeat;
  background-size: 40px;
  background-position: 2% 50%;
  background-color: #FFE003;
  border-top: 4px solid #d4d4d4;
  border-left: 4px solid #d4d4d4;
  font-size: 20px;
  padding: 10px 10px 10px 70px;
  box-sizing: border-box;
}

.pg-fq-block h2.fqtitleB {
  width: 100%;
  background-size: 40px;
  background-position: 2% 50%;
  background-color: #000000;
  border-top: 4px solid #d4d4d4;
  border-left: 4px solid #d4d4d4;
  font-size: 20px;
  padding: 10px 10px 10px 30px;
  color: #ffffff;
  box-sizing: border-box;
}

.pg-fq-block h2.fqtitleC {
  width: 100%;
  background-size: 40px;
  background-position: 2% 50%;
  background-color: #1594CC;
  border-top: 4px solid #d4d4d4;
  border-left: 4px solid #d4d4d4;
  font-size: 20px;
  padding: 10px 10px 10px 30px;
  color: #ffffff;
  box-sizing: border-box;
}

.pg-fq-block h2.fqtitleD {
  width: 100%;
  background-size: 40px;
  background-position: 2% 50%;
  background-color: #656565;
  border-top: 4px solid #d4d4d4;
  border-left: 4px solid #d4d4d4;
  font-size: 20px;
  padding: 10px 10px 10px 30px;
  color: #ffffff;
  box-sizing: border-box;
}


.pg-fq-block h2.fqtitleE {
  width: 100%;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/common/icon/hanabi.png')no-repeat;
  background-size: 25px;
  background-position: 3% 50%;
  background-color: #000000;
  border-top: 4px solid #d4d4d4;
  border-left: 4px solid #d4d4d4;
  font-size: 20px;
  padding: 10px 10px 10px 60px;
  color: #ffffff;
  box-sizing: border-box;
}


.pg-fq-block table {
  width: 90%;
  margin: auto;
  border: 1px solid #ededed;
  border-collapse: collapse;
  background-color: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.pg-fq-block table td {
  border: 1px solid #ededed;
  padding: 10px;
  box-sizing: border-box;
}

span.linkbox {
  display: inline-block;
  border: 2px solid #d0d0d0;
  border-radius: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  margin-top: 8px;
}



/* Tablet */
@media screen and (max-width: 768px){
  .pg-fq-block {
    width: 90%;
    margin: auto;
    padding: 50px 0;
    box-sizing: border-box;
  }
}



/* SP */
@media screen and (max-width: 428px){

  .page-faq {
    width: 100%;
    padding: 150px 0 0px 0;
  }
  .pg-fq-block {
    width: 100%;
    margin: auto;
    padding: 30px 0;
    box-sizing: border-box;
  }

  .pg-fq-block table {
    width: 90%;
    margin: auto;
    border: 1px solid #ededed;
    border-collapse: collapse;
    background-color: #f4f4f4;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  
  .pg-fq-block table td {
    border: 1px solid #ededed;
    padding: 5px;
    box-sizing: border-box;
  }

  .pg-fq-block h2.fqtitle {
    width: 100%;
    background: url('img/common/icon/ticket.png')no-repeat;
    background-size: 40px;
    background-position: 5% 50%;
    background-color: #FFE003;
    border-top: 4px solid #d4d4d4;
    border-left: 4px solid #d4d4d4;
    font-size: 20px;
    padding: 10px 10px 10px 70px;
    box-sizing: border-box;
  }

  .pg-fq-block h2.fqtitleE {
    width: 100%;
    background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/common/icon/hanabi.png')no-repeat;
    background-size: 25px;
    background-position: 7% 50%;
    background-color: #000000;
    border-top: 4px solid #d4d4d4;
    border-left: 4px solid #d4d4d4;
    font-size: 20px;
    padding: 10px 10px 10px 60px;
    color: #ffffff;
    box-sizing: border-box;
  }
  
}




/* アコーディオン */
.accordion-fq {
  margin: 20px auto;
  width: 90%;
  }

  .toggle-fq {
  display: none;
  }

  .option-fq {
  position: relative;
  margin-bottom: 10px;
  }

  .title-fq,
  .content-fq {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }

  .title-fq {
  border: solid 1px #ccc;
  padding: 15px;
  display: block;
  color: #333;
  font-weight: bold;
  }

  .title-fq::after,
  .title-fq::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
  }

  .title-fq::after {
  transform: rotate(90deg);
  }

  .content-fq {
  max-height: 0;
  overflow: hidden;
  }

  .content-fq p {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  }

  .toggle:checked + .title-fq + .content-fq {
  max-height: 500px;
  transition: all 1.5s;
  }

  .toggle:checked + .title-fq::before {
  transform: rotate(90deg) !important;
  }



/* SP */
@media screen and (max-width: 428px){

  .title-fq {
  border: solid 1px #ccc;
  padding: 15px 30px 15px 15px;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 4vw;
  }

  .content-fq p {
  margin: 0;
  padding: 15px;
  font-size: 3.5vw;
  line-height: 1.8;
  }
}















/* ボタン */
.bk-btn {
  position: absolute;
  width: 250px;
  bottom: 10%;
  left: 10%;
  border-radius: 30px;
  padding: 6px 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(130, 130, 130, 0.8);
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 10;
  transition: 0.5s;
}

.bk-btn a {
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
  color: #ffffff;
  text-decoration: none;
}

.bk-btn:hover {
  scale: 0.98;
}



@media screen and (max-width: 768px){
  .bk-btn {
    position: absolute;
    width: 180px;
    bottom: 10%;
    left: 5%;
    border-radius: 30px;
    padding: 6px 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    background-color: rgba(130, 130, 130, 0.8);
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    z-index: 10;
    transition: 0.5s;
  }
}










/*　FOOTER上問い合わせ　*/
.footer-form-block {
  position: relative;
  width: 100%;
  padding: 0 0 80px;

}

.opening-footer-block {
  width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.footer-form-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  color: #1E2362;
}

.cap {
  font-size: 14px;
}

.opening-contact {
  position: relative;
  width: 45%;
  z-index: 100;
  background-color:#ffffff;
  padding: 20px 30px;
  margin: auto;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  outline: 2px solid #7f853b;
  outline-offset: -7px;
  box-sizing: border-box;
  background:repeating-linear-gradient(
    -45deg,
#f0f0f0,
#f0f0f0 1px,
#fff 0,
#fff 10px
);
}

.opening-contact a {
  display: block;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  color: #1E2362;
  text-decoration: none;
  text-align: center;
}


.opening-contact:hover {
  transform: scale(1.02, 1.02);
}


@media screen and (max-width: 768px){
  .opening-footer-block {
    width: 90%;
    flex-wrap: wrap;
  }

  .opening-contact {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 428px){
  .opening-contact:hover {
    transform: scale(1, 1);
  }
}


@media screen and (max-width: 375px){

  .opening-contact {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  
}















/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ページ設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.wrapper-page {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 1;
}

h2.page-title {
  position: relative;
  font-size: 40px;
  line-height: 300px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 10px;
  color: white;
  text-align: center;
  z-index: 10;
}


@media screen and (max-width: 768px){
  h2.page-title {
    font-size: 30px;
    line-height: 255px;
  }
}


@media screen and (max-width: 428px){
  h2.page-title {
    font-size: 20px;
  }
}





/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　NEWS　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.news-main-block {
  width: 100%;
  height: 250px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/news/main_background.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  z-index: 1;
}

.news-main-block::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}


.news-arcives-block {
height: 500px;
}


/* 記事ページ */
.news-article-block {
  width: 100%;
  margin: 100px 0;
}

.news-article-inblock {
  position: relative;
  width: 1024px;
  margin: 20px auto 50px;
}

.news-date {
  font-size: 12px;
  color: #595959;
  padding-bottom: 10px;
}

h3.news-title {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #858B3A;
  padding: 8px 20px;
  box-sizing: border-box;
}

.news-photo {
  width: 100%;
  height: 400px;
}

.news-photo img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.news-text-block {
  padding-top: 30px;
}

.news-text-block p {
  font-size: 16px;
  line-height: 1.8;
}

.news-article-txt-block {
  width: 100%;
  border: 1px solid #a5a5a5;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 10px;
}

.news-article-caterogy {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px){
  .news-article-block {
    margin: 0 0;
  }

  .news-article-inblock {
    width: 90%;
    margin: 0 auto 50px;
  }

  .news-main-block {
    width: 100%;
    height: 200px;
    background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/news/main_background.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    z-index: 1;
  }
  
  .news-main-block::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.5);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
  }
}



@media screen and (max-width: 428px){
  /* 記事ページ */
  .news-article-block {
    width: 100%;
    margin: 0 0;
  }

  .news-article-inblock {
    width: 90%;
    margin: 0px auto 50px;
  }

  .news-photo {
    width: 100%;
    height: 250px;
  }

  .news-photo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  h3.news-title {
    font-size: 18px;
    font-weight: 400;
    color: white;
    background-color: #858B3A;
    padding: 8px 20px;
    box-sizing: border-box;
  }

  h3.news-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .news-article-txt-block {
    padding: 20px;
  }
}













/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　MEMBER　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.member-main-block {
  width: 100%;
  height: 250px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/member/header_image.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 48%;
  z-index: 1;
}



.member-main-block::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}




.member-main-block24 {
  width: 100%;
  height: 250px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/member/header_image24.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  z-index: 1;
}



.member-main-block24::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}




.member-layout-block {
  width: 100%;
  margin: 100px auto;
}

.member-title-block {
  width: 1024px;
  margin: auto;
}

h3.member-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

h4.member-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}



@media screen and (max-width: 768px){
  .member-main-block {
    width: 100%;
    height: 200px;
    background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/member/header_image.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
  }

  .member-main-block::before {
    height: 200px;
  }

  .member-main-block24 {
    width: 100%;
    height: 200px;
    background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/member/header_image24.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    z-index: 1;
  }

  .member-main-block24::before {
    height: 200px;
  }
  
  .member-title-block {
    width: 95%;
    margin: auto;
  }

  h3.member-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  .member-layout-block {
    margin: 40px auto;
  }
}


@media screen and (max-width: 428px){
  .member-layout-block {
    width: 100%;
    margin: 0px auto;
  }
  
  h3.member-title {
    font-size: 20px;
  }

  h4.member-subtitle {
    font-size: 16px;
  }
}







/* ヘッドコーチ */
.member-headcoach-block {
  width: 100%;
  background-color: #000000;
}

.mhcb-inblock {
  position: relative;
  width: 450px;
  margin: auto;
  padding: 100px 0 100px;
}

.mhcb-photo {
  width: 200px;
}

.mhcb-photo img {
  width: 200px;
  height: 300px;
  object-fit: none;
  object-position: center 35%;

}

.mhcb-position {
  position: absolute;
  top: 80px;
  right: 0px;
  color: #858B3A;
}

.mhcb-positionEN {
  position: absolute;
  top: 80px;
  right: 0px;
  margin: auto;
  font-size: 50px;
  color: #858B3A;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  z-index: 10;
}

.mhcb-txt-block {
  position: absolute;
  top: 180px;
  right: 0;
  text-align: left;
}

.mhcb-nameEN {
  font-size: 18px;
  color: white;
}

.mhcb-name {
  font-size: 26px;
  color: white;
}

.mhcb-message {
  font-size: 16px;
  line-height: 1.5;
  color: white;
  padding-top: 15px;
}



@media screen and (max-width: 428px){
  .mhcb-inblock {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 50px 0 100px;
  }

  .mhcb-photo {
    width: 50%;
  }

  .mhcb-photo img {
    width: 100%;
    height: 300px;
    object-fit: none;
    object-position: center 35%;
  
  }

  .mhcb-position {
    top: 50px;
  }
  
  .mhcb-positionEN {
    position: absolute;
    top: 60px;
    margin: auto;
    font-size: 35px;
  }

  .mhcb-txt-block {
    position: absolute;
    top: 120px;
    right: 0;
    text-align: left;
  }

  .mhcb-nameEN {
    font-size: 14px;
    color: white;
  }
  
  .mhcb-name {
    font-size: 24px;
    color: white;
  }
  
  .mhcb-message {
    font-size: 14px;
    line-height: 1.5;
    color: white;
    padding-top: 15px;
  }
}











/* その他コーチ ・スタッフ */
.member-coach-block {
  position: relative;
  width: 100%;
  background-color: #232323;
}

.mcb-inblock {
  position: relative;
  width: 1024px;
  margin: auto;
  padding: 70px 0 70px;
  text-align: center;
}

.coach-photo {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.coach-photo img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 20%;
}

h3.mcb-title {
  position: absolute;
  top: -18px;
  left:0;
  right: 0;
  margin: auto;
  font-size: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  color: silver;
  z-index: 10;
}

.mcb-inblock ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mcb-inblock li {
  width: 20.1%;
  text-align: left;
  margin-bottom: 40px;
}

.mcb-inblock li img {
  width: 100%;
  padding-bottom: 20px;
}

.mcb-inblock ul::after {
  width: 20.1%;
  content: "";
  display: block;
}

.mcb-position {
  font-size: 14px;
  color: white;
}

.mcb-nameEN {
  font-size: 11px;
  color: white;
}

.mcb-name {
  font-size: 18px;
  color: white;
}


@media screen and (max-width: 768px){
  .mcb-inblock {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 70px 0 70px;
    text-align: center;
  }

  .mcb-inblock ul {
    flex-wrap: wrap;
    margin-top: -30px;
  }

  .mcb-inblock li {
    width: 30%;
    text-align: left;
    margin-top: 50px;
  }
}

@media screen and (max-width: 428px){
  .mcb-inblock li {
    width: 48%;
    text-align: left;
    margin-top: 50px;
  }
}












/* 選手 */
.player-block {
  position: relative;
  width: 100%;
  background-color: #949494;
  margin-top: 150px;
}

.player-inblock {
  position: relative;
  width: 1024px;
  margin: auto;
  padding: 70px 0 70px;
  text-align: left;
}

.pib-title {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 3px;
  text-align: center;
}

.pib-subtitle {
  margin: auto;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 3px;
  text-align: center;
  color: white;
  padding-bottom: 50px;
}

.player-inblock ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.player-inblock li {
  width: 18%;
  margin-bottom: 30px;
}

.player-inblock ul::after {
  content: "";
  display: block;
  width: 18%;
  height: 0;
}

.player-photo {
  width: 100%;
  height: 180px;
}

.player-photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 50% 15%;
}

.pib-position {
  font-size: 14px;
  color: white;
  padding-top: 15px;
}

.pib-nameEN {
  font-size: 11px;
  color: white;
  padding-top: 15px;
}

.pib-name {
  font-size: 18px;
  color: white;
}

.player-inblock li img {
  width: 100%;
}

.player-inblock li table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}

.player-inblock li td {
  border: 1px solid #aeaeae;
  padding: 2px;
  font-size: 10px;
  line-height: 1.2;
  color: white;
}


/* 2年選手 */
.player-2nd-block {
  position: relative;
  width: 100%;
  background-color: #acacac;
}


/* 1年選手 */
.player-1st-block {
  position: relative;
  width: 100%;
  background-color: #bdbdbd;
}


@media screen and (max-width: 768px){
  .player-inblock {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 70px 0 70px;
    text-align: left;
  }

  .player-inblock ul {
    flex-wrap: wrap;
  }

  .player-inblock li {
    width: 30%;
    margin-top: 50px;
  }

  /* 最後のコンテンツを左寄せにする指定 */
  .player-inblock ul:after {
      content: "";
      display: block;
      width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
      height: 0;
  }
  
}

@media screen and (max-width: 428px){

  .player-inblock ul {
    margin-top: -50px;
  }

  .player-inblock li {
    width: 48%;
    margin-top: 50px;
  }
}















/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　GAME MATCH　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.game-main-block {
  width: 100%;
  height: 250px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/game/background.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  z-index: 1;
}

.game-main-block::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.game-text-block {
  padding-top: 30px;
}

h3.gamematch-title {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #7f853b;
  border-top: 8px solid #b1b1b1;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}


.game-text-block table {
  width: 100%;
  border-collapse: collapse;
}

.game-text-block td {
  position: relative;
  border: 1px solid #a4a4a4;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.gmb-title {
  font-size: 20px;
  text-align: center;
  color: white;
}

span.game-win {
  position: absolute;
  background-color: #ff0000;
  color: white;
  padding: 2px 30px;
  box-sizing: border-box;
  top: -10px;
  right: 10px;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

span.game-lose {
  position: absolute;
  background-color: #919191;
  color: white;
  padding: 2px 30px;
  box-sizing: border-box;
  top: -10px;
  right: 10px;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}



.gmb-game-score {
  font-size: 20px;
  color: #ff0000;
}

.gmb-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 150px 0 150px;
  border-color: #d6d6d6 transparent transparent transparent;
  margin: 0 auto 20px;
}



/*　ボタン　*/
.game-new-btn {
  position: relative;
  width: 450px;
  margin: 50px auto 0;
  border-radius: 30px;
  padding: 8px 0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(127, 133, 59, 0.8);
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 10;
  transition: 0.5s;
}


.game-new-btn a {
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
  color: #ffffff;
  text-decoration: none;
}


.game-new-btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px; /* ②棒が長くなった分、右へ7px移動 */
  width: 13px;
  height: 13px;
  border-top: 1px dotted #ffffff;
  border-right: 1px dotted #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
}

.game-new-btn:hover::after {
  right: 15px; /* ②棒が長くなった分、右へ7px移動 */
}




/*　ボタン　*/
.game-report-btn {
  position: relative;
  width: 450px;
  margin: 50px auto 0;
  border-radius: 30px;
  padding: 8px 0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(136, 59, 59, 0.8);
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 10;
  transition: 0.5s;
}


.game-report-btn a {
  display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 20;
  color: #ffffff;
  text-decoration: none;
}


.game-report-btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px; /* ②棒が長くなった分、右へ7px移動 */
  width: 13px;
  height: 13px;
  border-top: 1px dotted #ffffff;
  border-right: 1px dotted #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
}

.game-report-btn:hover::after {
  right: 15px; /* ②棒が長くなった分、右へ7px移動 */
}




/*スケジュール*/

.gamematch-schedule {
  width: 100%;
  margin: auto;
  padding: 50px 0 30px;
  border-top: 1px dotted #595959;
  margin-top: 50px;
}

.gamematch-scheduleB {
  border-top: 0px dotted #595959!important;
  margin-top: -50px!important;

}

.gamematch-schedule h3 {
  font-size: 24px;
  text-align: center;
}



.gamematch-schedule table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.gamematch-schedule td {
  border: 1px solid #a4a4a4;
  padding: 10px;
  box-sizing: border-box;
}



@media screen and (max-width: 768px){
  .game-main-block {
    width: 100%;
    height: 200px;
    background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/game/background.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    z-index: 1;
  }
  
  .game-main-block::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.5);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
  }
}


@media screen and (max-width: 428px){
  h3.gamematch-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .gmb-title {
    font-size: 18px;
    line-height: 1.2;
  }

  span.game-win {
    position: absolute;
    background-color: #ff0000;
    color: white;
    padding: 2px 30px;
    box-sizing: border-box;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
  }
  
  span.game-lose {
    position: absolute;
    background-color: #919191;
    color: white;
    padding: 2px 30px;
    box-sizing: border-box;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
  }

  .game-text-block td {
    font-size: 14px;
    line-height: 1.3;;
  }

  .gmb-game-score {
    font-size: 18px;
    line-height: 1.2;
  }
  /*　ボタン　
  */
  .game-new-btn {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
    border-radius: 30px;
    padding: 25px 0;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    box-shadow: -3px -3px 3px 0px rgba(255, 255, 255, 0.2), 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  }

  /*　ボタン　*/
  .game-report-btn {
    width: 100%;
    margin: 50px auto 0;
    border-radius: 30px;
    padding: 25px 0;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    box-shadow: -3px -3px 3px 0px rgba(255, 255, 255, 0.2), 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .game-report-btn::after {
    right: 18px; /* ②棒が長くなった分、右へ7px移動 */
  }
  
  .game-report-btn:hover::after {
    right: 10px; /* ②棒が長くなった分、右へ7px移動 */
  }
}




@media screen and (max-width: 375px){
.gmb-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 100px 0 100px;
  border-color: #d6d6d6 transparent transparent transparent;
  margin: 0 auto 20px;
}
}








/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　GAME REPORT　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.gamereport-main-block {
  width: 100%;
  height: 250px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/gamereport/backgroound.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.gamereport-main-block::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}


h3.gamereport-title {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #8b3a3a;
  border-top: 8px solid #b1b1b1;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}


.game-report-coming {
  width: 100%;
  height: 300px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 50px;
  box-sizing: border-box;
}

.game-report-inblock {
  width: 100%;
  padding: 50px 0;
}

.game-report-inblock table {
  width: 100%;
  border-collapse: collapse;
}

.game-report-inblock td {
  width: 20%;
  border: 1px solid #b9b9b9;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.gr-table-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}



@media screen and (max-width: 428px){
  .gamereport-main-block {
  width: 100%;
  height: 200px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/gamereport/backgroound.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.gamereport-main-block::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
}
}



    

.report-year-title {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.sample_menu_parent {
  cursor: pointer;
  }

.sample_menu_child {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: .4s;
  overflow: hidden;
  }
  
.sample_menu_child.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  }

  .sample_menu_parent3 {
    cursor: pointer;
    }
  
  .sample_menu_child3 {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: .4s;
    overflow: hidden;
    }
    
  .sample_menu_child3.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    }

  @media screen and (max-width: 428px){
  }




















/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　HISTORY　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.history-main-block {
  width: 100%;
  height: 250px;
  background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/home/history/backgroundImage.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  z-index: 1;
}

.history-main-block::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}




.history-layout-block {
  width: 100%;
  margin: 100px auto;
}

.history-title-block {
  width: 1024px;
  margin: auto;
}

.history-layout-inblock {
  width: 100%;
  margin: auto;
  background-color: #b6b6b6;
  padding: 100px 0;
  text-align: center;
}

.history-layout-inblock table {
  width: 1024px;
  margin: auto;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: left;
}

.history-layout-inblock td {
  border: 1px solid #b6b6b6;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

.history-layout-inblock td p.buka {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  padding-top: 10px;
}

.history-layout-inblock iframe {
  width: 1024px;
  height: 200px;
  margin: auto;
}

.history-layout-inblock table:not(:first-of-type){
  margin-top: 20px;
}

.hlb-table-title {
  font-size: 18px;
  text-align: center;
  color: white;
}


@media screen and (max-width: 768px){
  .history-main-block {
    width: 100%;
    height: 200px;
    background: url('https://oaraihanabi.com/2024y/wp-content/themes/oarai2024y/img/home/history/backgroundImage.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    z-index: 1;
  }
  
  .history-main-block::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.5);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
  }

  .history-layout-block {
    width: 100%;
    margin: 40px auto;
  }

  .history-title-block {
    width: 90%;
    margin: auto;
  }

  .history-layout-inblock table {
    width: 90%;
  }

  .history-layout-inblock iframe {
    width: 90%;
    height: 200px;
    margin: auto;
  }

  .history-layout-inblock td {
    border: 1px solid #b6b6b6;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
  }
  
}



@media screen and (max-width: 428px){
  .history-layout-block {
    width: 100%;
    margin: 0 auto;
  }

  .history-layout-inblock {
    padding: 30px 0;
  }

  .history-layout-inblock td {
    font-size: 12px;
    line-height: 1.5;
  }

  .history-layout-inblock td p {
    font-size: 12px;
    line-height: 1.5;
  }
}



































































/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトフォーム　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


.contact-form-block {
  width: 980px;
  margin: auto;
  padding: 150px 0 50px;
  box-sizing: border-box;
}

.contact-form-inblock {
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.contact-form-inblock h1 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans Japanese", sans-serif;
}


.contact-read-txt {
  font-size: 14px;
  padding: 20px 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  margin: 20px 0;
}


.contact-form-block table {
  width: 100%;
  border-collapse: collapse;
}

.contact-form-block td {
  border: 1px solid #c8c8c8;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
}

.contact-form-block td.center {
  text-align: center;
  background-color: #f8f8f8;
}

span.haveto {
  color: #ff0000;
  font-size: 70%;
  vertical-align: top;
  padding: 1px 0 0 3px;
}


h3.personal_info {
  font-size: 14px;
  font-weight: 600;
  background-color: #414141;
  color: #ffffff;
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  box-sizing: border-box;
}

.rec_form_p {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
}


.hidden_box {
  overflow: scroll;
  border: none;
  width: 100%;
  height: 200px;
  margin: 15px auto 15px;
  padding: 10px 20px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #000;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.hidden_box h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.hidden_box p {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  color: #595959;
}

.submit_btn_wrap {
  padding: 10px 0 0;
}

.contact-form-inblock input[type=text] {
  width: 100%;
  border: 1px solid #ddd; /*枠線*/
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.contact-form-inblock input[type=tel] {
  width: 100%;
  border: 1px solid #ddd; /*枠線*/
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}

.contact-form-inblock input[type=email] {
  width: 100%;
  border: 1px solid #ddd; /*枠線*/
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}

.contact-form-inblock input[type=email]:focus {
  box-shadow: 0 0 5px 0 rgba(255,153,0,1);
}



.contact-form-inblock textarea {
  width: 100%;
  border: 1px solid #ddd; /*枠線*/
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}



.contact-form-inblock input[type=submit] {
  width: 100%;
  background-color: #000000;
  border: 0;
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #ffffff;
  margin: 20px auto 0;
  font-size: 20px;
  cursor:pointer;
}

.contact-form-inblock input[type=submit]:hover {
  background-color: #FF9300;
}





/* Tablet */
@media screen and (max-width: 768px){
  .contact-form-block {
    width: 90%;
    margin: auto;
    padding: 150px 0 50px;
    box-sizing: border-box;
  }

  .contact-form-inblock {
    width: 100%;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
  }

  .contact-read-txt {
    font-size: 16px;
  }
}


/* SP */
@media screen and (max-width: 428px){
  .contact-form-block {
    width: 90%;
    margin: auto;
    padding: 130px 0 50px;
    box-sizing: border-box;
  }


.contact-form-inblock h1 {
  font-size: 4vw;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans Japanese", sans-serif;
}

.contact-read-txt {
  font-size: 2.5vw;
  padding: 20px 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  margin: 20px 0;
}

.hidden_box {
  overflow: scroll;
  border: none;
  width: 100%;
  height: 200px;
  margin: 15px auto 15px;
  padding: 5px 10px 10px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #000;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.hidden_box h4 {
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
}

.hidden_box p {
  font-size: 2.5vw;
  line-height: 1.7;
  font-weight: 400;
  color: #595959;
}

  .contact-form-inblock {
    padding: 20px;
    margin-bottom: 20px;
  }

  .contact-read-txt {
    font-size: 14px;
    line-height: 1.3;
  }

  .contact-form-block td {
    width: 100%;
    display: block;
  }

  .contact-form-inblock input[type=submit] {
    width: 100%;
    background-color: #000000;
    border: 0;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #ffffff;
    margin: 20px auto 0;
    font-size: 4vw;
    cursor:pointer;
  }
}
.grecaptcha-badge { visibility: hidden; }
.recaptcha-cap { font-size: 12px; }


form.sent table{
  display:none;
  }
  
  form.sent input[type=submit] {
    display:none;
    }






  












/*　エントリーシート　*/
.page-read {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 30px;
  box-sizing: border-box;
  margin-top: 30px;
}

.entry-txt-block {
  width: 100%;
  margin: auto;
  padding: 30px 0;
}

.entry-txt-block table {
  margin-top: 20px;
}

.entry-txt-block td {
  word-wrap: break-word;
  width: 100%;
  display: block;
}



@media screen and (max-width: 428px){
  .page-read {
    font-size: 14px;
    line-height: 1.3;
  }
}











/*　YOUTUBE　*/
.youtube-block {
  width: 100%;
  height: 100vh;
  margin: auto;
}

.youtube-page {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-page iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}


@media screen and (max-width: 768px){
  .youtube-block {
      width: 100%;
      margin: auto;
      padding: 50px 0;
  }
}



/* ローディングアイコン設定 */

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}

/* youtube設定 */

#youtube-area{
  position: absolute;
  z-index: 1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
  opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
animation-name:PageAnimeAppear;
animation-duration:.5s;
animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

#youtube {
/*天地中央配置*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*縦横幅指定*/
width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
height: 80vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
min-height: 100%;
min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
  position: absolute;
  z-index: 2;/*下から2番目に表示*/
  top:0;
  width:100%;
  height: 100%;
}

h1 {
  position: relative;
  z-index: 10;
}



@media screen and (max-width: 768px){
  #youtube-mask{
      position: absolute;
      z-index: 2;/*下から2番目に表示*/
      top:0;
      width:100%;
      height: 400px;
  }
}



@media screen and (max-width: 768px){
  #youtube {
  /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  /*縦横幅指定*/
    width: 200%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: auto; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }
}




/*　スライド　*/
.slide-items {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-items li.slide-text-tj {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-items img {
  position: relative;
  width: 100%;
  object-fit: cover;
  z-index:10;
}



p.mbl-copy {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.7;
  font-size: 60px;
  line-height: 0.8;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  box-sizing: border-box;
  z-index: 5555555;
}


@media screen and (max-width: 428px){
  p.mbl-copy {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.7;
    font-size: 38px;
    line-height: 0.8;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
  }
}




.lb {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.7);
  opacity: 0;
  transition: .3s opacity ease;
  pointer-events: none;
  z-index: 99999999999;
}

.lb img {
  width: auto !important;
  max-height: 100%!important;
  cursor: pointer;
  z-index: 99999999999;
}

.lb img,
.lb iframe {
  transform: scale(.85);
  transition: .3s all ease;
}

.lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 99999999999;
}

.lb:target img,
.lb:target iframe {
  transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,.lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height:3px;
  top: 100px;
  left: 100px;
  background: #fff;
  border-radius: 4px;
}
.lb::before {
  transform: rotate(-315deg);
}
.lb::after {
  transform: rotate(315deg);
}
















/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　Footer　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/


footer {
  position: relative;
  width: 100%;
  padding-bottom: 30px!important;
}

footer#footer {
  position: relative;
  width: 100%;
  height: 200px;
  padding-bottom: 30px!important;
}


/* --- */
.pan-list {
  width: 100%;
  background-color: #000000;
  border-bottom: 8px solid #818181;
}

.pan-list-inbox {
  width: 98%;
  margin: auto;
}

.pan-list-inbox ul {
  width: 100%;
}

.pan-list-inbox li {
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  color: #ffffff;
}

.pan-list-inbox li a {
  font-size: 13px;
  color: #ffffff;
}


/* Tablet */
@media screen and (max-width: 768px){
  .pan-list-inbox {
    width: 95%;
    margin: auto;
  }
}


/* SP */
@media screen and (max-width: 428px){

  .pan-list-inbox li {
    padding: 5px;
    box-sizing: border-box;
    font-size: 2.5vw;
    color: #ffffff;
  }
  
  .pan-list-inbox li a {
    font-size: 2.5vw;
    color: #ffffff;
  }
}








/* --- */
.footer-manu {
  position: relative;
  width: 100%;
  height: 85px;
  background-color: #1594CC;
  display: flex;
}

.footer-logo {
  width: 100px;
  background-color: #000000;
  border-right: 4px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  width: 80px;
}

.footer-name {
  background-color: #1594CC;
}

.footer-name h2 {
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 15px 0px 3px 0px;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-left: 20px;
}

.t-h2-sub {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 3px 0px 0px 20px;
}

.t-h2-sub-weeks {
  font-size: 15px;
  vertical-align: top;
  padding: 2px 0px 0px 3px;
}

.t-h2-sub-place {
  font-size: 17px;
  letter-spacing: 0px;
  padding: 2px 0px 0px 10px;
}



/* --- */
.footer-ticket {
  position: absolute;
  width: 250px;
  height: 50px;
  top: 0%;
  bottom: 0%;
  right: 20px;
  margin: auto;
  background-color: #FFDF05;
  box-shadow: 0px 0px 0px 4px #FFDF05;
  border: dashed 3px #ACACAC;
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-ticket img {
  position: relative;
  width: 40px;
  top: 0;
  left: 7px;
  right: 0;
  margin: left;
}

.t-ftr-tct {
  font-size: 29px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  padding: 1px 0px 0px 5px;
}

.t-ftr-tct-cs {
  font-size: 10px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  background-color: #fff5b0;
  margin: 3px 2px 0px 0px;
}


/* --- */
.footer-sns {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: end;
  padding: 10px 17px 0 0;
  box-sizing: border-box;
  margin-right: 10px;
}

.footer-sns ul {
  width: 250px;
  display: flex;
  justify-content: space-between;
}

.footer-sns li {
  width: 24%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
}

.footer-sns li img {
  width: 100%;
}


/* --- */
.copyright {
  font-size: 11px;
  padding: 0 10px 0 20px;
}


/* --- */
.footer-link {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 20px 0 0 0;
}

.footer-link ul {
  display: flex;
}

.footer-link li {
  font-size: 14px;
  padding: 0 10px 0 10px;
  border-right: 1px solid #595959;
}

.footer-link li:last-child {
  padding: 0 20px 0 10px;
  border-right: 0px solid #595959;
}




/* Tablet */
@media screen and (max-width: 768px){

.footer-manu {
  position: relative;
  width: 100%;
  height: 68px;
  background-color: #1594CC;
  display: flex;
}

.footer-logo {
  width: 90px;
  background-color: #000000;
  border-right: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  width: 70px;
}

.footer-sns {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: center;
  padding: 10px 0px 0 0;
  box-sizing: border-box;
  margin-right: 10px;
}

.footer-name {
  background-color: #1594CC;
}

.footer-name h2 {
  font-size: 3vw;
  line-height: 1;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 10px 0px 3px 0px;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-left: 10px;
}

.t-h2-sub {
  font-size: 2vw;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 3px 0px 0px 10px;
}

.t-h2-sub-weeks {
  font-size: 1.2vw;
  vertical-align: top;
  padding: 2px 0px 0px 3px;
}
  
.t-h2-sub-place {
  font-size: 1.8vw;
  letter-spacing: 0px;
  padding: 2px 0px 0px 4px;
}

.footer-link {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
  text-align: center;
}

.footer-link li {
  text-align: center;
  font-size: 1.8vw;
  padding: 0 10px 0 10px;
  border-right: 1px solid #595959;
}

.copyright {
  font-size: 11px;
  padding: 20px 0px 0 0px;
  text-align: center;
}
}



@media screen and (max-width: 428px){
  /* --- */
  .footer-ticket {
    display: none;
    position: absolute;
    width: 90%;
    height: 50px;
    top: 150px;
    bottom: 0%;
    right: 0px;
    left: 0px;
    margin: auto;
    background-color: #FFDF05;
    box-shadow: 0px 0px 0px 4px #FFDF05;
    border: dashed 3px #ACACAC;
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .footer-name h2 {
    font-size: 5vw;
    line-height: 1;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 10px 0px 3px 0px;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    margin-left: 10px;
  }
  
  .t-h2-sub {
    font-size: 4vw;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 3px 0px 0px 10px;
  }
  
  .t-h2-sub-weeks {
    font-size: 2.5vw;
    vertical-align: top;
    padding: 2px 0px 0px 3px;
  }
  
  .t-h2-sub-place {
    font-size: 3.5vw;
    letter-spacing: 0px;
    padding: 2px 0px 0px 4px;
  }

  /* --- */
  .footer-sns {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    margin-right: 10px;
  }

  .footer-sns ul {
    width: 80%;
    display: flex;
    justify-content: center;
  }
  
  .footer-sns li {
    width: 22%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    margin: 0px 10px;
  }

  /* --- */
  .footer-link {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .footer-link ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    padding: 10px 0 10px 0;
    margin: 20px 0 0 0;
  }
  
  .footer-link li {
    width: 100%;
    font-size: 3.5vw;
    padding: 10px 0px 0px 0px;
    border-right: 0px solid #595959;
    text-align: center;
    box-sizing: border-box;
  }
  
  .footer-link li:last-child {
    padding: 10px 0px 10px 0px;
    border-right: 0px solid #595959;
  }

/* --- */
.copyright {
  font-size: 12px;
  padding: 20px 0px 0 0px;
  text-align: center;
}

}








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

/* page 404 */
section#page404 {
  width: 100%;
  padding: 150px 0 50px;
}

.page404 {
  width: 980px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.page404 img {
  width: 100%;
  margin: 0 auto 30px;
}


@media screen and (max-width: 768px){
  .page404 {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
}


@media screen and (max-width: 768px){
  .page404 {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 4vw;
    line-height: 1.8;
  }
}