@charset "utf-8";
/*------------------*/
/*全般的な設定*/
/*------------------*/
html{
    font-size: 16px;
    -webkit-transform:200%;
    /*フォントの指定*/
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333;
    scroll-behavior: smooth;
}
body{
    min-height:100vh;
    margin:0;
    padding:0;
    display:flex;
    flex-direction: column;
    overflow-x: hidden;
}
.wrapper{
    flex:1;
    margin-bottom:2rem;
    width:100vw;
}

.full-length{
    width:100vw;
}
.container{
    width:min(95%,calc(1280px *0.95));
    margin:0 auto;
}
.textbox{
    width:min(95%,calc(1280px *0.9));
    margin:0 auto;
    padding:0;
}
a > img:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}
/*------------------*/
/*ヘッダーロゴ*/
/*------------------*/
#logos{
    display:flex;
}
#logos > a >img{
    width:100%;
}
#header-er-logo{
    width:18.8%;
    min-width:8rem;
}
#header-ad-logo{
    width:14%;
    min-width:6rem;
}
#header-cg-logo{
    width:14%;
    min-width:6rem;
    margin-left:auto;
}

/*------------------*/
/*ナビゲーション*/
/*------------------*/
#navbar{
    height:3rem;
    background-color:#f60;
}
nav ul{
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    list-style: none;
}
nav ul li{
    height:2rem;
    margin:0.5rem auto;
    flex:1 0;
    text-align:center;
    border-left:0.1em solid #fff;
}
nav ul li:last-of-type{
    border-right:0.1em solid #fff;
}
nav ul li a{
    width:90%;
    margin:0 auto;
    padding:0;
    display:block;
    border-radius: 0.5rem;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 2rem;
}
nav li a:hover{
    color:#f60;
    background-color: #fff;
    transition-duration: 0.3s;

}
#nav-erch{
    width:100%;
    font-size: 0.8rem;
    margin:0;
    padding:0;
    text-align: center;
    transform:scaleY(1.25);
}
#sp-nav{
    display:none;
}
#sp-nav li{
    height:2rem;
}
#sp-nav li a{
    font-size: 0.8rem;
}
#sp-nav .oneline{
    line-height:2rem;
}
#sp-nav .twoline{
    line-height:1rem;
}
#sp-nav li a{
}
@media (max-width:768px) {
    #pc-nav{
        display:none;
    }
    #sp-nav{
        display:flex;
    }
    
}
/*------------------*/
/*小ナビ*/
/*------------------*/

.sub-nav{
    height:2rem;
    background:linear-gradient(#333,#666 50%);
}
.header-sub-nav{
}
.sub-nav ul{
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    list-style: none;
}
.sub-nav ul li{
    height:1.5rem;
    margin:0.25rem auto;
    flex:1 0;
    text-align:center;
    border-left:0.1em solid #fff;
}
.sub-nav ul li:last-of-type{
    border-right:0.1em solid #fff;
}
.sub-nav ul li a{
    width:90%;
    margin:0 auto;
    padding:0;
    font-size: 0.8rem;
    display:block;
    border-radius: 0.5rem;
    color:#fff;
    text-decoration: none;
    line-height: 1.5rem;
}
.sub-nav li a:hover{
    background-color: #999;
    transition-duration: 0.3s;

}
@media (max-width:768px) {

    
}

/*権利表記*/
footer{
    background-color: #333;
}
footer p{
    margin:0.5em auto;
    color: #fff;
    font-size: min(1.5vw,16px);
    text-align: center;
}

/*------------------*/
/*コンテンツの基本パーツ*/
/*------------------*/

/*見出し*/
h1{
    width:fit-content;
    margin:0.5rem auto;
    padding:0.5rem;
    border-left:1rem solid #f60;
    border-right:1rem solid #f60;
    box-sizing: border-box;
}
h2{
    width:min(95%,calc(1280px*0.9));
    margin:0.5rem auto;
    padding:0.3rem;
    background-color: #eee;
    border-left:0.5rem solid #f60;
}

/*パンくず*/
.breadcrumb{
    list-style: none;
    color:#999;
    margin:0.5rem 0;
}
.breadcrumb li{
    display:inline;
}
.breadcrumb li:after{
    content:">";
    margin:0 0.5rem;
}.breadcrumb li:last-child:after{
    content:"";
}
.breadcrumb li a{
    color:#999;
    font-size: 0.8rem;
    text-decoration: underline;
}
.breadcrumb li a:hover{
    color:#ccc;
    transition-duration: 0.3s;
}

/*ボタン*/
.btn{
    display:block;
    margin:0.5rem auto;
    color:#fff;
    font-weight: bold;
    background-color: #f60;
    border:0.2rem solid #f60;
    border-radius: 0.5rem;
    text-align: center;
    box-sizing: border-box;
}
.btn a{
    line-height: 2.8rem;
    display:block;
    width:100%;
    height:100%;

    display:block;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.3rem;
}
.btn a:hover{
    color:#f60;
    background-color: #fff;
    transition-duration: 0.3s;
}
/*ページボタン*/
.page{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(0,2rem));
    grid-auto-flow: row;
    justify-content:center;
    gap:0.5rem;
    flex-wrap:wrap;
}
.page p a{
    display:block;
    width: 100%;
    height:100%;
    line-height: 2rem;
}
.pagebtn{
    width:2rem;
    display:block;
    margin:0.2rem;
    color:#fff;
    font-weight: bold;
    background-color: #999;
    border:0.2rem solid #999;
    border-radius: 0.5rem;
    text-align: center;
    box-sizing: border-box;
}
.pagebtn a{
    line-height: 2.8rem;
    display:block;
    width:100%;
    height:100%;

    color:#fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.3rem;
}
.pagebtn a:hover,.now a{
    color:#999;
    background-color: #fff;
    transition-duration: 0.3s;
}
/*承認ボタン*/
.submit{
    display:block;
    width:8rem;
    height:3rem;
    margin:0.5rem auto;
    line-height: 2rem;
    
    color:#fff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #f60;
    font-weight: bold;
    border:0.2rem solid #f60;
    border-radius: 0.5rem;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.submit:hover{
    color:#f60;
    background-color: #fff;
    border:0.2rem solid #f60;
    transition-duration: 0.3s;
}

/*水平線*/
hr{
    width:min(96%,calc(1280px*0.96));
    border-top: 1px dashed #8c8b8b;
}

/*TOPへ戻る*/
#to-top{
    display:block;
    position:fixed;
    right:-5rem;
    bottom:3rem;
    color:#666;
    background-color: #fff;
    height:2rem;
    width:4rem;
    border:0.3rem solid #666;
    border-radius:2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    cursor:pointer;
    text-decoration: none;
    opacity:0.8;
    transition-duration: 0.3s;
}
#to-top:hover{
    opacity:1;
}

/*------------------*/
/*TOPページ*/
/*------------------*/
.banner-back{
    background-color: #000;
    padding:0.5rem 0;
}
#mainbanner{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:0.5rem;
    justify-content:center;
    flex-wrap:wrap;
}
.banner-box{
    width:100%;
}
.banner-box:first-child{
    width:100%;
    grid-column: 1 / span 3;
}
.banner-box a{
    margin:0;
    padding:0;
}
.banner-box img{
    object-fit: cover;
    width:100%;
    height:100%;
    margin:0 auto;
    aspect-ratio: 2.5 / 1;
}
.infobox{
    box-sizing: border-box;
    border:0.1rem solid #f60;
}
.headline{
    height:2rem;
    margin:0;
    padding-left:1rem;
    background-color: #f60;
    color:#fff;
    line-height: 2rem;
    font-weight:bold;
}

#pickup{
    background:linear-gradient(#666 75%,#333);
    color:#fff;
    line-height: 3rem;
    text-align: center;
    font-weight: bold;
}

#texts{
    margin:1rem auto;
    display:grid;
    grid-template-columns:1fr 50%;
    grid-template-rows:1fr 10.5rem;
    grid-auto-flow: row;
    justify-content:center;
    gap:1rem;
}
@media (max-width:768px) {
    #texts{
        grid-template-columns:100%;
    }
}
#news_press{
    grid-row:1 / span 2;
    grid-column:1;
}
#twitter{
    grid-column:auto;
}
#twitter a{
    display:flex;
    justify-content:center;
}
#twitter a img,#twitter a div{
    margin:1rem;
}
#search{
    grid-column:auto;
}

/*news*/
.news {
    height: 22rem;
    font-weight:normal;
    overflow: auto;
    font-size: 0.8rem;
}
.news-list {
    display: flex;
}
.news-list a {
    margin: 0;
    text-decoration: none;
}
.news li {
    margin-left: 0.5rem;
    list-style: none;
    color:#666666 ;
}
/*設置店舗検索*/

.p-worldselect {
    position:relative;
    width: 90%;
    margin: 0.5rem auto;
    border: 1px solid #ccc;
}
.p-worldselect select {
    width: 100%;
    padding:0 1.5rem 0 0.5rem;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.p-worldselect::after {
    position:absolute;
    top:0.4rem;
    right:0.5rem;
    content:"";
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.7rem solid #666666;
    pointer-events: none;
}

/*適度に楽しむ*/
#cautions{
    margin:1rem auto;
    color: #f00;
    text-align: center;
    font-weight: bold;
    border:0.1rem solid #f60;
    box-sizing: border-box;
}
#links{
    text-align:center;
}

/*------------------*/
/*企業・採用情報*/
/*------------------*/

.company-table {
    width:100%;
    margin: 0.5rem auto;
    border: solid 1px #aaa;
    border-collapse: collapse;
    table-layout: fixed;
}
.company-table th {
    width:33%;
    color: #666;
    border: solid 0.1rem #aaa; /* 枠線指定 */
    padding: 2px; /* 余白指定 */
    background-color: #efefef;
    font-weight: normal;
}
.company-table td {
    border: solid 0.1rem #aaa; /* 枠線指定 */
    padding: 5px; /* 余白指定 */
}

#recruit{
    display:block;
}
#recruit img{
    width:100%;
}

/*------------------*/
/*サイトマップ*/
/*------------------*/
#sitemap{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(0,16rem));
    gap: 0.5rem;
    list-style: none;
    justify-content: center;
}
#sitemap .btn{
    width:100%;
}

.textbox{
    list-style-position: inside;
}

/*==========================================*/
/*機種情報
/*==========================================*/
.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(0,24rem));
    grid-auto-flow: row;
    justify-content:center;
    gap:1rem;
    flex-wrap:wrap;
}

.card-slot{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "name name"
        "logo machine"
        "copies machine"
        "release machine"
        "type machine"
        "to-sp machine";
    justify-content:space-around;
    gap:0.2rem;
    box-sizing: border;
    padding:0;
    border:0.1rem solid #333;
}
.card-info{
    display:block;
    width:96%;
    margin:0;
    padding:0;
    justify-self: center;
}

.name{
    margin:0;
    padding: 0.2rem;
    grid-area: name;
    color: #333;
    background-color:#ccc;
    font-weight: bold;
}
.slot-logo{
    grid-area: logo;
    display:block;
}
.slot-machine{
    grid-area:machine;
    align-self: center;
    justify-self: center;
}
.slot-copy{
    grid-area: copies;
    font-weight: bold;
}
.slot-release{
    grid-area:release;
    border-bottom: 1px solid #333;
}
.slot-type{
    grid-area: type;
    border-bottom: 1px solid #333;
}
.to-sp{
    width:90%;
    height:3rem;
    grid-area: to-sp;
}

/*------------------*/
/*アプリ・楽曲*/
/*------------------*/
.card-app{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "name name"
        "logo banner";
    justify-content:space-around;
    gap:0.2rem;
    box-sizing: border;
    padding:0;
    border:0.1rem solid #333;
}
.app-banner{
    grid-area: banner;
    display:block;
    align-self: center;
    justify-self: center;
}
.add-banner img{
    display:block;
    width:80%;
}
/*------------------*/
/*ホール様サイト*/
/*------------------*/
.card-member{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "name name"
        "logo machine"
        "maker machine"
        "distributor machine"
        "links machine";
    justify-content:space-around;
    gap:0.2rem;
    box-sizing: border;
    padding:0;
    border:0.1rem solid #333;
}
.member-maker{
    grid-area:maker;
    border-bottom: 1px solid #333;
}
.member-distributor{
    grid-area:distributor;
    border-bottom: 1px solid #333;
}
.member-links{
    grid-area:links;
}
.to-fields{
    width:90%;
    height:3rem;
}
.to-fields a{
    line-height: 1.3rem;
}
.to-manuals{
    width:90%;
    height:3rem;
}
.to-manuals a{
    line-height: 2.8rem;
}
.ss{
    
    text-align: right;
}
.ss a{
    text-decoration: none;
}

/*------------------*/
/*マニュアルダウンロード*/
/*------------------*/
.dl{
    width:14rem;
    height:3rem;
}
.dl a{
    line-height: 2.8rem;
}
.card-dl{
    box-sizing: border;
    padding:0;
    border:0.1rem solid #333;
}

.card-dl img{
    display:block;
    margin:0 auto;
    padding:0.2rem;
}
.card-dl p{
    margin:0 auto;
    text-align: center;
}
.btn-dl{
    width:min(90%,24rem);
    height:3rem;
}
.btn-dl a{
    line-height: 1.4rem;
}
/*------------------*/
/*POP素材ダウンロード*/
/*------------------*/
.caution{
    color:#f00;
}
.copy-pop{
    padding:0.5rem;
    border-top:0.1rem dashed #666;
    border-bottom:0.1rem dashed #666;
}

/*------------------*/
/*お問い合わせ*/
/*------------------*/
.mailform{
    width:min(90%,600px);
    margin:1rem auto;
    padding:0;
    border-spacing:0;
}
.hissu{
    padding:0 0.2rem;
    color: #fff;
    background-color:#f00;
    font-weight: bold;
    border-radius: 0.5rem;
}
.mailform p{
    margin:0.7rem 0 0.2rem;
}
.mail-caution{
    margin:0;
    color:#f00;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.mailform input,.mailform textarea{
    display: block;
    width: 100%;
    margin:0.2rem auto 0.7rem auto;
}

.mailform .submit{
    width:6rem;
}

.mail-check{
    border-bottom:0.1rem solid #333;
}
.sendform{
    display:flex;
    justify-content: center;
}
.sendform input{
    margin:0 1rem;
}