@charset "utf-8";
body {
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a:hover {
    color: #fff;
}

.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

.yellow {
    color: #FCFC00;
}

header {
    position: fixed;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    width: 1000px;
    z-index: 11;
}

.header_inner {
    position: absolute;
    width: 1000px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav_pc ul {
    width: 540px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav_pc ul li a,header .nav ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.openbtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 12;
    margin-right: -14px;
    display: none;
    left: 100px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fcfc00;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 15px;
}
.openbtn span:nth-of-type(2) {
    top: 23px;
}
.openbtn span:nth-of-type(3) {
    top: 31px;
}
.openbtn.close span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.close span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.close span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.nav_pc.scroll{
    display: none;
}
.openbtn.scroll{
    display: block;
    background: #2e2e2e;
    border-radius: 0;
}
.logo_h1.scroll{
    display: none;
}
.nav {
    position: absolute;
    width: 93vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    top: 0px;
    margin-top: -25px;
    display: none;
}
header .nav ul {
    width: 85%;
    margin: 0 auto;
    margin-top: 12vh;
    flex-direction: column;
    text-align: left;
}

header ul li a {
    padding: 20px;
    font-size: 25px;
    display: block;
    padding: 15px 0;
}

.btn_contact::after {
    content: "\025b6";
    position: absolute;
    color: #000;
    right: 14px;
}
.box_mv {
    background-image: url("/event/darts-ranking/images/mv.png");
    width: 100%;
    height: 550px;
    position: relative;
}

.inner_mv {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.cap_title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.btn_click {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    ;
}

#breadcrumbs {
    height: 60px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#breadcrumbs ol {
    display: flex;
}

#breadcrumbs ol li {
    margin-right: 15px;
}

#breadcrumbs ol li::after {
    content: ">";
    color: #888888;
}

#breadcrumbs ol li:last-child::after {
    content: "";
}

#breadcrumbs ol li::after {
    content: ">";
    color: #888888;
}

#breadcrumbs ol li a {
    color: #888888;
    text-decoration: none;
}

.box_ranking {
    background-color: #000;
}

.inner_ranking {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 97px;
    flex-wrap: wrap;
    flex-direction: column;
}

.ranking_ttl{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.lastdate{
    font-size: 20px;
}


.box_tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rank {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thismonth, .lastmonth {
    width: 460px;
}

.ttl_month {
    position: relative;
    color: #000;
    display: inline-block;
}

.ttl_month span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.list_ranking {
    display: flex;
    color: #fcfc00;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid 1px;
}

.rank_left {
    display: inline-flex;
    align-items: center;
}

.txt_rank {
    font-size: 20px;
    margin-right: 30px;
    text-align: center;
    width: 45px;
    font-family: 'Oswald', sans-serif;
}

.list_ranking:first-of-type .txt_rank::before {
    content: url("/event/darts-ranking/images/ico_crown.png");
    display: block;
}

.lastmonth .list_ranking:first-of-type .txt_rank::before {
    content: url("/event/darts-ranking/images/ico_crown2.png");
}

.lastmonth .list_ranking {
    color: #45d6b5;
}

.txt_ranker {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.list_ranking:first-of-type .txt_ranker {
    font-size: 30px;
}

.txt_ranker span {
    font-size: 16px;
}

.comingsoon{
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
}

.txt_point {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}

.txt_point span {
    font-size: 20px;
}

.box_present {
    background-image: url("/event/darts-ranking/images/bg_present.png");
}

.inner_present {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    padding-top: 100px;
    flex-wrap: wrap;
    padding-bottom: 97px;
    justify-content: center;
}

.ttl_present {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.present {
    margin-top: 115px;
    position: relative;

}

.label_present {
    position: absolute;
    background-image: url("/event/darts-ranking/images/label_present.png");
    height: 140px;
    width: 290px;
    z-index: 10;
    top: -84px;
    color: #000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.cap_present {
    padding-top: 20px;
    border-top: solid 1px #000;
    width: 740px;
}

.img_present {
    margin-top: auto;
}

.txt_present {
    width: 840px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.box_shop {
    background-image: url("/event/darts-ranking/images/bg_shop.png");
    background-size: cover;
}

.inner_shop {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    padding-top: 100px;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 100px;
}

.shoplist {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ttl_shoplist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    font-weight: bold;
    font-size: 28px;
}

.ttl_shoplist:before, .ttl_shoplist:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

.ttl_shoplist:before {
    margin-right: 1em;
}

.ttl_shoplist:after {
    margin-left: 1em;
}

.area {
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 30px 0 60px;
}
.area li{
    margin-right: 27px;
}
.area li:nth-last-of-type(3n) {
    margin-right: 0;
}

.area li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 24px;
}
.shopimg{
    width: 260px;

}
.ttl_shoparea {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 40px;
}

.ttl_shoparea img {
    margin-right: 10px;
}

.shop {
    display: flex;
    justify-content: space-between;
    width: 650px;
    margin-bottom: 30px;
}

.shop_detail {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.shopname {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tel {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.tel img {
    margin-right: 10px;
}

.btn_reserve {
    background: #fcfc00;
    padding: 11px;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

.btn_reserve:hover {
    color: #000;
}

.btn_reserve::after {
    content: "\025b6";
    position: absolute;
    color: #000;
    right: 2vw;
}

.link_shop {
    font-size: 24px;
    color: #fff;
}

footer {
    background-color: #000;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}

.footer_list {
    display: flex;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.footer_list li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.list_logo {
    display: flex;
    width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
}

.list_logo li {
    margin-bottom: 50px;
}

.copyright {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
}

.gotop{
    position: fixed;
    bottom: 5%;
    right: 15%;
}

.present_wrap {
    color: #000;
}

.present_number {
    background-color: #fff;
    border-radius: 20px;

}

.number--one > .present_number_ttl {
    padding: 60px 0 30px;
}

.number--one > .present_number_ttl img {
    height: 140px;
}

.number--two > .present_number_ttl {
    padding: 30px 0 10px;
}

.number--two > .present_number_ttl > p {
    font-size: 28px;
}

.number--two > .present_number_ttl > p > span {
    display: block;
    font-size: 20px;
}

.number--two > .present_number_ttl img {
    height: 80px;
    object-fit: cover;
}

.present_number_wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.present_number_ttl {
    display: grid;
    place-items: center;
    position: relative;
}

.present_number_img  > img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.present_number_ttl > div {
    position: absolute;
    left: -30px;
    top: -40px;
    transform: rotate(-20deg);
}

.number--one .present_number_ttl > div {
    left: -50px;
    top: -50px;
}

.number--two:first-child .present_number_ttl > div {
    left: -50px;
    top: -40px;
}

.present_number_ttl > p {
    font-weight: bold;
}

.number--one .present_number_ttl > p {
    font-size: 58px;
}

.number--one .present_number_ttl > p > span {
    font-size: 42px;
    display: block;
}

.number--two {
    width: calc(50% - 10px);
}

.number--three ul {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.number--three ul > li {
    border-bottom: 1px solid #16997e;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

.number--three ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.number--three ul > li > div {
    width: 50%;
    margin: 0 auto;
    display: flex;
}

.number--three ul > li > div > span {
    display: block;
    width: 15%;
    text-align: right;
    margin-right: 10px;
    color: #16997e;
}
@media screen and (max-width:768px) {
    body, section, div {
        width: 100%;
        overflow-x: hidden;
    }
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
    .img_ttl {
        width: 45%;
    }
    .img_ttl2 {
        width: 90%;
    }
    .img_ttl3 {
        width: 55%;
    }
    header {
        width: 100%;
        height: 10%;
        display: flex;
        align-items: center;
        top: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);;
    }
    nav {
        display: none;
    }
    .openbtn {
        display: block;
    }
    header ul li {
        width: 65%;
    }
    .openbtn{
        left: 0;
    }
    .nav ul li a {
        font-size: 25px;
    }
    header .nav_pc ul li a.btn_contact,header .nav ul li a.btn_contact {
        width: 100%;
    }
    .box_mv {
        height: 90vh;
        background-size: cover;
        background-image: url(/event/darts-ranking/images/mv_sp.png);
    }
    .mv_img {
        position: absolute;
        width: 80%;
        top: 15%;
    }
    .cap_title {
        width: 60%;
        text-align: left;
        position: absolute;
        bottom: 4.5vh;
    }
    .ico_present {
        width: 30%;
    }
    .inner_mv {
        width: 85%;
        align-items: flex-start;
    }
    .btn_click {
        transform: none;
        left: unset;
        right: 5vw;
        bottom: 8%;
    }
    .btn_click img {
        width: 25vw;
    }
    .header_inner {
        width: 85%;
        overflow: visible;
    }

    #breadcrumbs {
        width: 100%;
        overflow: scroll;
    }
    .inner_ranking {
        width: 85%;
    }
    .ttl_ranking{
        width: 45%;
    }
    .ttl_ranking .img_ttl{
        width: 100%;
    }
    .lastdate{
        font-size: 10px;
    }

    .box_tab {
        border-bottom: solid 3px #45d6b5;
    }
    .lefttab {
        border-bottom: solid 3px #fcfc00;
    }
    .ttl_month:first-of-type.active {
        border-bottom: solid 5px #fcfc00;
    }
    .ttl_month:nth-of-type(2).active {
        border-bottom: solid 5px #45d6b5;
    }
    .ttl_month {
        width: 48%;
    }
    .txt_rank {
        margin-right: 15px;
    }
    .txt_ranker {
        font-size: 18px;
    }
    .txt_ranker span {
        font-size: 14px;
    }
    .list_ranking:first-of-type .txt_ranker {
        font-size: 20px;
    }
    .txt_point {
        font-size: 18px;
    }
    .thismonth, .lastmonth {
        display: none;
    }
    .show {
        display: block;
    }
    .ttl_month span {
        position: absolute;
        bottom: 7px;
        font-size: 0.8em;
        right: unset;
        width: 100%;
        text-align: center;
    }
    .box_present {
        background-image: url(/event/darts-ranking/images/bg_present_sp.png);
        background-size: cover;
    }
    .inner_present {
        width: 100%;
    }
    .ttl_present {
        width: 85%;
    }
    .present {
        width: 85%;
        margin-top: 65px;
        align-items: unset;
        height: auto;
        overflow: visible;
    }
    .img_present {
        width: 100%;
        margin-top: 55px;
        height: auto;
    }
    .img_present01 {
        margin-top: 30px;
    }
    .txt_present {
        width: 85%;
    }
    .label_present {
        background-size: cover;
        background-repeat: no-repeat;
        height: 75px;
        width: 155px;
        font-size: 16px;
        top: -5.5vh;
    }
    .cap_present {
        width: 84%;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .txt_present {
        font-size: 14px;
    }
    .box_shop {
        background-image: url(/event/darts-ranking/images/bg_shop_sp.png);
        background-size: contain;
    }
    .inner_shop {
        width: 85%;
    }
    .ttl_shop {
        margin: 0 auto 30px;
    }
    .shop {
        width: 100%;
    }
    .ttl_shoplist {
        font-size: 20px;
    }
    .area {
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .area li {
        width: 45%;
        margin-right: 0;
    }
    .area li a {
        width: 100%;
        padding: 10px 0;
        height: auto;
        font-size: 16px;
        box-sizing: border-box;
    }
    .shop_area {}
    .shopimg {
        width: 40%;
        height: 40%;
    }
    .shoplist {
        margin-top: 0;
    }
    .shop_detail {
        width: 56%;
    }
    .shopname {
        font-size: 17px;
    }
    .tel {
        font-size: 19px;
    }
    .btn_reserve {
        font-size: 15px;
    }
    .link_shop {
        font-size: 15px;
    }
    .footer_list {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }
    .footer_list li {
        margin-bottom: 20px;
    }
    .list_logo {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .gotop {
        bottom: 5vh;
        right: 5vw;
        display: none;
    }

    .gotop.scroll{
        display: block;
    }

    header .nav_pc ul li a.btn_contact,header .nav ul li a.btn_contact {
        background: #fcfc00;
        padding: 11px;
        text-align: center;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-radius: 30px;
        margin-top: 15px;
        box-sizing: border-box;
        width: 75%;
    }

    .present_number_wrap {
        flex-direction: column;
    }

    .number--two {
        width: 100%;
    }

    .number--two:first-child {
        margin-bottom: 50px;
    }

    .number--one .present_number_ttl > p {
        font-size: 32px;
    }

    .number--one .present_number_ttl > p > span {
        font-size: 22px;
    }

    .number--two > .present_number_ttl > p {
        font-size: 24px;
    }

    .present_number_ttl > div {
        width: 30%;
    }

    .number--one > .present_number_ttl img {
        width: 80px;
        height: auto;
    }

    .number--one > .present_number_ttl {
        height: auto;
        padding: 40px 0 20px;
    }

    .number--two > .present_number_ttl img {
        height: 60px;
    }

    .number--two:first-child .present_number_ttl > div {
        left: -10vw;
        top: -9vw;
    }

    .number--two .present_number_ttl > div {
        left: -7vw;
        top: -8vw;
    }

    .number--one .present_number_ttl > div {
        left: -30px;
        top: -30px;
    }

    .number--two > .present_number_ttl > p > span {
        font-size: 18px;
    }

    .number--three ul > li > div > span {
        width: 15%;
    }

    .number--three ul > li > div {
        text-align: left;
        width: 100%;
    }

    #present div {
        overflow-x: visible;
    }
}
@media screen and (min-width:769px) {
    header.scroll{
        width: 100%;
        left: unset;
        transform: unset;
        top: unset;
    }
    header.scroll .header_inner{
        width: 100%;
    }
    header.scroll .openbtn.scroll{
    left: unset;
    margin-right: 0;
    }
    .nav{
        right:0;
        height: 105vh;
        width: 100vw;
        height: 60vh;
        background: rgb(46 46 46);
    }
    header .nav ul {
        width: 65%;
        display: grid;
        margin-top: 75px;
        grid-template-columns: 50% 1fr;
    }
    header .nav ul li{
        width: 100%;

    }
    header .nav ul li a{
        margin-right: 80px;
        border-bottom: #fcfc00 solid 1px;
        position: relative;
    }
    header .nav ul li a::after{
        content:"▶";
        color:#fcfc00;
        right: 0;
        position: absolute;
    }
    header .nav ul li:nth-of-type(2){
        order: 3;
    }
    header .nav ul li:nth-of-type(3){
        order: 5;
    }
    header .nav ul li:nth-of-type(4){
        order: 2;
    }
    header .nav ul li:nth-of-type(5){
        order: 4;
    }
    header .nav ul li:nth-of-type(6){
        order: 6;
    }
    header .nav ul li:nth-of-type(7){
        order: 2;
    }
    .wrap_nav{
        display: flex;
        width: 1000px;
        margin:85px auto 0px;
        justify-content: space-between;
    }
    .nav_logo{
        width: 30%;
    }
    .nav_logo .mv_img{
        margin-top: 40px;
    }
    .btn_close{
    margin: 35px auto;
    border: solid 1px #fcfc00;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    width: 150px;
    color: #fcfc00;
    cursor: pointer;
    position: relative;
    }
    .btn_close:hover{
        opacity:0.8;
    }
    .btn_close span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 1px;
        border-radius: 2px;
        background: #fcfc00;
        width: 13%;
    }
    .btn_close span:nth-of-type(1) {
        transform: translateY(6px) rotate(
    -45deg
    );
    right: 40px;
    top: 15px;
    }
    .btn_close span:nth-of-type(2) {
        transform: translateY(-6px) rotate(
    45deg
    );
    top: 27px;
    right: 40px;
    }
}
