@charset "UFT-8";

body{
    box-sizing: border-box;
}

.inner {
    margin-top: 180px;
}

.title{
    position: absolute;
    font-size: 2.5rem;
    left: 100px;
}




.news_ticker1 {
    width: 100%;
    font-size: 20rem;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Cinzel', serif;
    font-weight: 500;
    height: 340px;
}

.card {
    width: 250px;
    height: 400px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1); /* 真っ白にして透明度を90%にしている */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index: 1;
  }
  
  .card .content {
    padding: 120px 20px 20px 20px;
    text-align: center;
    transform: translateY(200px); /* あとで */
    opacity: 0; /* あとで */
    transition: 0.5s;
  }
  
  .card:hover .content {
    transform: translateY(0px);
    opacity: 1;
  }
  
  .card .content h2 {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }
  
  .card .content h3 {
    font-size: .8em;
    color: #fff;
    z-index: 1;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .card .content p {
    font-size: 0.5em;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    margin-top: 120px;
  }
  
  .card .content a {
    font-size: 0.3em;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

.card img{
    width: 100%;
    z-index: -1;
    position: absolute;
}


.area{
    overflow: hidden;
}
.wrap{
    display: flex;
    width: 500% !important;
}
.item{
    height: 100%;
    width: auto;
    display: flex;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.js-item .title{
    counter-increment: number;
    color: #d78f2d;
    margin-bottom: auto;
    margin-right: 10px;
    font-size: 4.375rem;
    font-family: "Cinzel", serif;
    line-height: 0.8;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.cast-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item01 .cast{
    width: 100%;
    margin: 0 auto;
}

.item01 .flex{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.cast .mr{
    margin: 20px 30px;
}

.botton{
    align-items: center;
    border: 1px solid #d78f2d;
    border-radius: 999px;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 13px 50px 13px 25px;
    margin: 0px 0 0 0px;
}

.botton:hover{
    color: #EDEDED;
    background: #d78f2d;
    transition: .5s ;
}

.item i{
    margin-right: 20px;
}

.item .text{
    margin: auto 40px;
    width: 50%;
}


.news{
    margin: 100px 5%;
}

.news .flex{
    justify-content: space-around;
}

.news .block{
    width: 20%;
}

.news h2{
    font-size: 5rem;
}

.home-news__list{
    width: 70%;
    margin-top: 120px;

}

.linklist-news{
    gap: 60px 0;
    font-size: 1.3rem;
    vertical-align: middle;
}

.linklist-news__item{
    display: flex;
    border-top: 1px solid #d5d6d8;
    padding: 40px 20px;
    position: relative;
}

.linklist-news__date{
    margin: auto 0;
}

.linklist-news__link{
    margin-left: 100px;
    width: 100%;
}

.linklist-news__item .fa-arrow-right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.text {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.item01 {
    width: 100% !important;
}

.item01 .cast {
    margin-top: 30px;
    width: 90%;
}

.inner .t15rem {
    font-size: 15rem;
    color: #f3a23a5e;
}

@keyframes hscroll {
    0% { transform: translateX(300px); }
    100% { transform: translateX(-100%); }
}

.news_ticker1 ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    animation: hscroll 120s linear infinite; /* ここでdurationを変更 */
    
}

.news_ticker1 li {
    display: inline-block;
}



@media screen and (max-width: 47.9375em){

    .inner {
        margin-top: 130px;
    }

    .title {
        font-size: 1.5rem;
        top: 130px;
        left: 30px;
    }

    .inner .t15rem {
        font-size: 10rem;
    }

    .news_ticker1 {
        height: 250px;
    }





    .item-sm{
        margin-top: 60px;
        text-align: center;
    }

    .item00-sm{
        margin-top: 0;
    }

    .cast-list{
        width: 100%;
        height: 100%;
    }

    .card{
        width: 150px;
        height: 240px;
    }

    .text {
        font-size: 14px;
        line-height: 1.875;
        letter-spacing: 0.040em;
        margin: 0 5%;
    }

    .text-margin{
        margin: 0 auto;
    }

    .item01 .cast {
        margin-top: 30px;
        width: 95%;
    }

    .card .content{
        padding: 200px 0px 10px 0px;
        line-height: 0;
    }

    .cast .mr {
        margin: 10px 10px;
    }

    .card .content h2 {
        top: 76px;
        right: 0px;
        font-size: 1em;
    }

    .card .content h3 {
        font-size: 0.6em;
        top: 66%;
    }

    .card .content a {
        font-size: 0.3em;
        display: inline-block;
        padding: 12px 10px;
        margin-top: 4px;
    }

    .card .content p {
        font-size: 0.3em;
        margin-top: 32px;
    }

    .news_ticker1 {
        height: 210px;
    }

    .news_ticker1 ul {
        margin-top: 0px;
    }

}



/* ーーーーーーシステムーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.system-bg{
    margin-top: 50px;
}

.system-content-margin{
    max-width: 1000px;
    margin: 0 auto;
}

.system-content{
    padding: 0 15px;
}

.system-content .title{
    border-bottom: 1px solid #d99e5f;
    padding-bottom: 5px;
}

.system-content .title .en{
    font-family: "Cinzel Decorative";
    font-weight: normal;
    font-size: 2rem;
    display: block;
    margin-bottom: 2px;
}

.system-content .title .ja{
    font-family: "Sawarabi Mincho",serif;
    font-weight: normal;
    font-size: 16px;
}

.system-content .content-item{
    display: flex;
    flex-direction: row !important; 
}

.fee{
    width: 58.3333333333%;
    padding: 0 15px;
}

.system-content .content-item h3{
    border-left: 4px solid #bbbbbb;
    margin: 0 0 15px;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: normal;
}

.system-content .content-item h4{
    border-left: 5px solid #aaaaaa;
    font-family: "Cinzel Decorative";
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0 8px 1rem;
    margin-bottom: 8px;
}

.content-item .text{
    font-size: 14px;
    margin-bottom: 11px;
}

.system-table{
    margin-bottom: 22px;
    width: 88%;
}

.system-table th{
    width: 45%;
    background: rgba(141, 134, 138, 20%);
    border-bottom: 1px solid transparent;
    border-color: rgb(255, 255, 255,1);
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    vertical-align: middle;
}

.system-table td{
    text-align: right;
    width: 55%;
    border-bottom: 1px solid #b28850;
    font-size: 16px;
    padding: 15px;
    vertical-align: middle;
}

.credit-card{
    margin: 10px 4%;
}

.credit-card p{
    margin: 20px 0 2px 0;
    font-size: 12px;
    color: #bbbbbb;
}

.credit-card-img{
    display: flex;
    flex-wrap: wrap;
}

.credit-card-img img{
    display: inline-block;
    height: 48px;
    margin: 8px 12.5px 0 0;
}

.system-content .store-information{
    padding: 0 15px;
    width: 40%;
}

.store-information th{
    width: 45%;
    background: rgba(141, 134, 138, 20%);
    border-bottom: 1px solid transparent;
    border-color: rgb(255, 255, 255,1);
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.store-information td{
    text-align: right;
    width: 55%;
    border-bottom: 1px solid #b28850;
    font-size: 16px;
    padding: 15px;
}

.store-information td span{
    display: inline-block;
}

.h3margin{
    margin-top: 30px !important;
}

@media(max-width:720px){
    .system{
        margin-top: 60px;
    }

    .system .system-icon{
        max-width: 80%;
        top: 18.5%;
        margin-top: 50px;
    }

    .system h1{
        padding: 175px 0 10px;
        line-height: 1.4;
        font-size: 1.4em;
    }

    .system-content{
	padding: 0 0;
    }


    .system-content-margin{
        padding: 0px 0 10px 0;
        margin: 0 8%;
    }

    .content-item{
        display: block !important;
    }

    .fee{
        width: 100%;
	padding: 0 0;
    }

   .system-table{
	width: 100%;
    }	

    .store-information{
        width: 100%;
    }

    .system-content .store-information{
        padding: 0 0;
        width: 100%;
    }

    .store-information{
        padding: 0 0;
    }

}




/* ------------店内紹介ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.photo-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 65px;
}

.photo-list img{
    width: 47.5%;
    padding: 10px;
    max-width: 500px;
}

.photo-list iframe{
    width: 47.5%;
    padding: 10px;
    max-width: 500px;
}



@media screen and (max-width: 47.9375em){
    .photo-list img{
        width: 90%;
    }

    .photo-list iframe {
        width: 90%;
    }

    .photo-list2{
        margin-top: 0px;
    }

    .privete{
        font-size: 2rem;
        text-align: center;
        letter-spacing: -2px;
        margin-top: 20px;    
    }
}


/* ーーーーーーーーーNEWSーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.news-title{
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
}

.news-time{
    letter-spacing: 1px;
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
}

.t2rem{
    font-size: 2rem;
}

.news-content {
    max-width: 33em;
    margin: 1.5em auto 3em;
    letter-spacing: 0.04em;
}

.news-content img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 47.9375em){
    .news-content {
        max-width: 33em;
        margin: 1.5em 5% 3em;
        letter-spacing: 0.04em;
    }
}