@charset "UTF-8";

/*-------------------------------------
▼大型画面向けデザイン（PC）responsive.css
--------------------------------------*/

body{
    position: relative;
}

.content{
    width: 37vw;
    min-width: 500px;
    max-width: 800px;
    margin: 0 auto;
}

a.st1{
    font-size: 20px;
}

a.st1 .arrow img{
    width: 13px;
    height: 21px;
}

header .nav_pc a:hover{
    color: var(--color-brown);
}

header .bg_content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: url(/images/bar/gamran/ginza/header_bg_pc.webp) no-repeat;
    background-size: contain;
}

header .bg_ct01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31vw;
    height: inherit;
}

header .bg_ct02{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 31vw;
    height: inherit;
}

header .bg_ct02 .nav_pc{
    position: relative;
    width: 70%;
    max-width: 320px;
    padding-left: 40px;
    margin-bottom: 200px;
    border-left: 1px solid var(--color-brown);
}

header .bg_ct02 .nav_pc::after{
    position: absolute;
    content: '';
    width: 162px;
    height: 207px;
    right: -25px;
    bottom: -80px;
    background: url(/images/bar/gamran/ginza/nav_bg_darts_pc.webp) no-repeat;
    background-size: contain;
}

header .bg_ct02 .list{
    position: relative;
}

header .bg_ct02 .list li{
    font-family: var(--font-family02);
    font-size: 24px;
    font-weight: bold;
}

header .bg_ct02 .list li:not(:last-child){
    margin-bottom: 20px;
}

header .bg_ct02 #circle{
    position: absolute;
    content: '';
    top: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-brown);
    transition: all .3s ease;
}

header .nav_sub_ttl{
    transition: all .2s ease-in;
}

header .it01 .nav_sub_ttl.active,
header .it02 .nav_sub_ttl.active,
header .it03 .nav_sub_ttl.active,
header .it04 .nav_sub_ttl.active,
header .it05 .nav_sub_ttl.active,
header .it06 .nav_sub_ttl.active{
    color: var(--color-brown);
    transition: all .2s ease-out;
}

main{
    position: relative;
    display: flex;
    width: 37vw;
    margin: 0 auto;
    flex-direction: column;
    background-color: var(--color-black);
    filter: drop-shadow(0 -6px 10px var(--color-black));
}

main .inner{
    padding: 64px 25px;
}

footer{
    position: relative;
    display: flex;
    width: 100%;
    width:37vw;
    margin: auto;
    flex-direction: column;
    filter: drop-shadow(0 6px 10px var(--color-black));
}
footer .content{
  min-width: auto;
}
.w100{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sub_ttl{
    font-size: 26px;
}

.desc{
    font-size: 21px;
    line-height: 37px;
}

#mv .ct01 img{
    width: 100%;
    filter: none;
}

.feature .it_ttl{
    font-size: 23px;
}

.feature .it_desc{
    font-size: 18px;
}

.feature .it01 .it_ttl::before,
.feature .it02 .it_ttl::before,
.feature .it03 .it_ttl::before{
    font-size: 96px;
}

.feature .it01 img,
.feature .it03 img{
    width: 100%;
}

.feature .it03 img{
    transform: rotate(10deg);
    margin-left: 28px;
    margin-bottom: -30px;
}

.feature .it01 .it_ttl{
    margin-right: 80px;
}

.feature .it.it03{
    margin-left: -45px;
}

.feature .it:nth-of-type(2n+1){
    margin-left: -8%;
}

#price .desc{
    font-size: 26px;
}

#price .course{
    display: flex;
    flex-direction: column;
}

#price .course label.tab{
    display: none;
}

#price .course .ct01, #price .course .ct02, #price .course .ct03{
    padding: 25px;
}

#price .tab_ct{
    display: block;
}

#price .tab_ct:not(:last-child){
    margin-bottom: 30px;
}

#price .course_ttl{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

#price .tab_ct .list .ttl{
    height: 34px;
}

#price .tab_ct .list .ttl,
#price .course .time{
    font-size: 18px;
}

#price .course .txt{
    font-size: 39px;
}

#price .course .tax{
    font-size: 14px;
}

#price .tab_ct .list{
    max-width: 420px;
}

#price .option{
    height: 53px;
}

#price .option .option_ct{
    max-width: 420px;
}

#price .option .group{
    font-size: 12px;
    padding: 4px 6px;
}

#price .option .option_ttl{
    font-size: 18px;
}

#price .option .yen{
    font-size: 27px;
}

#price .option span.tax{
    font-size: 9px;
}

#price .option span.plus img{
    width: 24px;
    height: 24px;
}

#price .ct04 .aside{
    font-size: 15px;
    font-weight: bold;
}

#price .list .txt:last-child .time{
    padding-right: 117px;
}

.nav .list{
    max-width: 420px;
}

.nav .list li .nav_ttl{
    font-size: 22px;
}

.nav .list img{
    width: 130px;
    height: 130px;
}

#watching_sports .desc,
#watching_sports p.txt{
    font-size: 20px;
    font-weight: bold;
}

#menu .grand_menu .desc{
    font-size: 16px;
    line-height: 1.5;
}

#menu .grand_menu a.st1{
    font-size: 22px;
}

#menu .course_menu .course_menu_ct .ttl{
    font-size: 32px;
}

#menu .course_menu .course_menu_ct .price{
    display: inline-block;
    height: 100%;
    font-size: 31px;
    text-align: left;
}

#menu .course_menu .course_menu_ct .price > span:not(:last-of-type){
    margin-bottom: 10px;
}

#menu .course_menu .course_menu_ct .price > span{
    display: inline-flex;
    align-items: center;
    margin-left: calc(50% - 205px);
    vertical-align: middle;
}

#menu .course_menu .course_menu_ct .label{
    display: inline;
    font-size: 20px;
    padding: 6px;
}

#menu .course_menu .course_menu_ct .caption{
    font-size: 18px;
}

#menu .course_menu .course_menu_ct .list{
    grid-template-rows: 85px 85px;
}

#menu .course_menu .course_menu_ct .list li{
    font-size: 24px;
}

#access .info{
    font-size: 18px;
}

#access .info .txt{
    font-size: 16px;
}

#access .series_store .area{
    font-size: 21px;
}

#access .series_store .store_name{
    font-size: 21px;
}

#access .series_store .store_address{
    font-size: 18px;
}

#access iframe{
    height: 340px;
}

.concept .main_ttl::before{
    position: absolute;
    content: 'CONCEPT';
    top: calc(-50% - 24px);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family02);
    font-weight: bold;
    font-size: 117px;
    color: #707070;
    opacity: .2;
    z-index: -3;
}
