/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.bg-fixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://budokan0519.cross-education.com/wp-content/uploads/2025/11/背景.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1s 
ease;
    z-index: -5;
}
.ast-container{
	padding: 0;
	max-width:400px;
}
.pos-rel{
	position: relative;
}
/* cvエフェクト */
/* アニメーション効果を追加 */
.animated-button-link {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
/* キラッと光るエフェクト */
.animated-button-link:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
.animated-btn-link-oval {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 80px;
    overflow: hidden;
}
/* キラッと光るエフェクト */
.animated-btn-link-oval:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.animated-button-link img,.animated-btn-link-oval img{
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    margin: 0;
	margin-top: 3px;
    scale: 1;
}
.animated-button-link img,.animated-btn-link-oval img {
    border-radius: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* 光るだけのボタン */
.shiny-button-link {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.shiny-button-link:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.shiny-button-link img {
    border-radius: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* 光るだけ終わり */

/* ふわふわアニメーション */
@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}
/* 通常のふわふわ動くアニメーション（他の場所用） */

.animated-button-link .wp-block-image {
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    scale: 1;
}
/* ふわふわのみ */
.animated-fuwafuwa {
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    scale: 1;
}


/* cvエフェクト終わり */
/*-------------------------
  ミュージック
-------------------------*/
.music{
	padding: 0 20px;
}
.youtube-container{
	
}
@media print, only screen and (min-width: 1000px) {
 .music {
	 max-width: 1000px;
        margin: 0 auto;
        text-align: left;
    }
}


/* swiper */
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    body {
      background: #000;
      color: #000;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.swiper-slide iframe{
	aspect-ratio: 16/9;
}

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 5px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

/* map */
.map-ab{
	position: absolute;
	bottom: 17.5%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 295px;
	width: 100%;

}
.map-ab iframe{
    aspect-ratio: 16 / 9.3;
    width: 100%;
    height: auto;
}
/*-------------------------
 チケット
-------------------------*/
.only-ab{
	position: absolute;
    top: 32%;
}
.set1-ab{
	position: absolute;
    top: 57%;
}
.staff-ab{
	position: absolute;
    top: 29%;
}
.girls-ab{
	position: absolute;
    bottom: 12%;
}
.soudan1-ab{
	position: absolute;
    top: 24%;
}
.sponsor-ab{
	position: absolute;
    top: 40%;
}
.soudan2-ab{
	position: absolute;
    bottom: 20%;
}