@import url("https://fonts.googleapis.com/css?family=Heebo:800");
.oripa,
.panel {
	margin-left:10px;
	margin-right:10px;
    margin-top: 12px;
    margin-bottom: 12px;
    box-shadow: rgb(189, 189, 189) 2px 0px 5px 3px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.oripa_img {
    width: 100%;
}

.oripa_name {
    font-size: 2.2em;
    /*white-space: nowrap;*/
    margin: 12px 6px 6px;

    color: #fff;
    text-align: center;
    max-width: 45ch;
    word-break: break-all;
}

.oripa_name_1 {
    white-space: nowrap;
    margin: 12px 6px 6px;

    color: #fff;
    text-align: center;
}

.oripa_number {
    text-align: right;
    padding: 6px 12px;
}

/*.oripa_number span {*/
/*    margin: 6px;*/
/*    backdrop-filter: blur(5px);*/
/*    background-color: rgba(255,255,255,0.6);*/
/*    padding: 5px 8px;*/
/*    border-radius: 9px;*/
/*}*/

.oripa a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.sold_out {
    position: relative;
}

.sold_out_msg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .65);
    font-size: 3rem;
    white-space: nowrap;
    font-weight: bold;
    -webkit-text-stroke: 3px #ccc;
    color: rgba(0, 0, 0, .0);
    display: grid;
    place-items: center;
    border-radius: 12px;
    z-index: 15;
}

.information {
    margin-top: 46px;
    text-align: center;
}

.information h2 {
    font-size: 1.5em;
}

.info_detail {
    border-bottom: 1px solid gray;
    width: 100%;
    padding:10px;
}

.info_detail:last-child {
    border: none;
}

.date {
    padding: 3px 6px;
    margin: 6px;
    color: white;
    border-radius: 8px;
    display: inline-block;
    background-color: var(--main-color);
}




/*======================huang*/

.horizontal-list {
    list-style: none;
    display: flex;
    padding: 15px 10px;
}

.horizontal-list li {
    flex: 1;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

.oripa_img {
    max-width: 100%;
    height: auto;
}



.box-padding {
    padding: 24px 16px 40px;
}

.oripa {
    min-height: 310px;
}

.card-box {
    position: absolute;
    top: 13.5%;
    width: 100%;
}

.card {
    overflow: hidden;
    position: relative;
}
.card-image:first-child {
    left: 32%;
    top: 5px;
    z-index: 15;
}
.card-image {
    border-radius: 3%;
    position: absolute!important;
    width: 37%;
}
.card-image:nth-child(2) {
    left: 5%;
    top: 15px;
    transform: rotate(353deg);
    z-index: 13;
}
.card-image:nth-child(3) {
    right: 5%;
    top: 15px;
    transform: rotate(-353deg);
    z-index: 13;
}

/*カードフラッシュエフェクト*/
.shine {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -38%;
    width: 49%;
    height: 100%;
    background: linear-gradient( to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) );
    opacity: 0;
    /*animation: shine-animation 3s infinite;*/
    transform: skewX(-30deg);
}

.shine_animation {
    animation: shine-animation 3s infinite;
}

@keyframes shine-animation {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-30deg);
    }
    50% {
        opacity: 1;
        transform: translateX(100%) skewX(-30deg);
    }
    100% {
        opacity: 0;
        transform: translateX(300%) skewX(-30deg);
    }
}

.oripa_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 15;
}

.content {
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-all;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.parent {
    margin:10px;
    height: 321px;
    overflow: hidden;
    border-radius: 16px;
    /*-webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);*/
}

svg {
    /*position: absolute;*/
    /*z-index: 1;*/
    /*width: 681px;*/
    /*height: 384px;*/
    position: absolute;
    height: inherit;
    width: 100%;
}

button {
    /*position: absolute;*/
    z-index: 19;
    width: 40px;
    overflow: hidden;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

button:focus {
    outline-width: 0;
}

circle {
    stroke: #fff;
    fill: none;
    transition: 0.3s;
}

#svg1 circle {
    transition-timing-function: linear;
}

#svg2 circle {
    transition-timing-function: linear;
}

#Capa_1 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-7px, -8px);
}

#Capa_2 {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-9px, -8px);
}

.right {
    /*margin-left: 628px;*/
    /*margin-top: 168px;*/
    border: 1px solid #849494;
    background-color: transparent;
    transition: 0.5s;
    border: 1px solid #849494;
    background-color: transparent;
    transition: 0.5s;
    position: absolute;
    right: 6px;
    top: 45%;
}

.right:hover {
    background-color: #fff;
}

.left {
    /*margin-left: 0.5%;*/
    /*margin-top: 168px;*/
    border: 1px solid #849494;
    background-color: transparent;
    transition: 0.5s;
    position: absolute;
    top: 45%;
    left: 6px;
}

.left:hover {
    background-color: #fff;
}

.circle1 {
    transition-delay: 0.05s;
}

.circle2 {
    transition-delay: 0.1s;
}

.circle3 {
    transition-delay: 0.15s;
}

.circle4 {
    transition-delay: 0.2s;
}

.circle5 {
    transition-delay: 0.25s;
}

.circle6 {
    transition-delay: 0.3s;
}

.circle7 {
    transition-delay: 0.35s;
}

.circle8 {
    transition-delay: 0.4s;
}

.circle9 {
    transition-delay: 0.45s;
}

.circle10 {
    transition-delay: 0.05s;
}

.circle11 {
    transition-delay: 0.1s;
}

.circle12 {
    transition-delay: 0.15s;
}

.circle13 {
    transition-delay: 0.2s;
}

.circle14 {
    transition-delay: 0.25s;
}

.circle15 {
    transition-delay: 0.3s;
}

.circle16 {
    transition-delay: 0.35s;
}

.circle17 {
    transition-delay: 0.4s;
}

.circle18 {
    transition-delay: 0.45s;
}



.slider {
    /*position: absolute;*/
    /*width: 400%;*/
    /*height: 100%;*/
    /*background: #000;*/
    /*display: inline-flex;*/
    /*overflow: hidden;*/
    height: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.slide7,
.slide8,
.slide9,
.slide10 {
    position: absolute;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 62px;
/*    padding-top: 138px;*/
    font-weight: 800;
    font-family: "Heebo", sans-serif;
    text-align: center;
    width: 100%;
    height: inherit;
    z-index: 10;
    transition: 1.4s;
}

.tran {
    transform: scale(1.3);
}

.up1 {
    z-index: 17;
}

.up2 {
    z-index: 18;
}

.steap {
    stroke-width: 0;
}

.streak {
    stroke-width: 82px;
}

@media (max-width: 700px) {
    .parent {
        margin-left: 1%;
        margin-right: 1%;
    }
}

.registerButton{
	position: sticky;
    bottom: 12px;
    z-index: 90;
}
.ctaBtn{
	width: 300px;
	height: auto;
}

.registerButton a{
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
	height: inherit;
}

.oripa_titles {
    display: flex;
    justify-content: center;
    height: 40px;
    overflow: hidden;
}

.oripa_description1 {
    display: flex;
    justify-content: center;
    height: 40px;
    overflow: hidden;
}

.oripa_description2 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    height: 50px;
}

.oripa_title_img {
    max-width: 100%;
    margin: 0 5px; 
}
.blank{
	height: 100px;
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}