@charset "UTF-8";

/*!
Theme Name: H3AL
Description: H3AL（ハル） | 葛西カジノバーH3AL（ハル）は、気軽に飲みながらカジノゲームを楽しむお店です。
Theme URI: https://www.triple-h-al.com/
Version: 1.0
License: H3AL

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/****************************************

リセットCSSここから

*****************************************/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1rem=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after {
    content: '';
    content: none;
}

q:before,q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #080808;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #080808;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/

/****************************************

body設定(主に書式)

*****************************************/
body {
    font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    color: #080808;
    background: #fff;
    line-height: 1.7;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-width: 1260px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
    font-size: 1.6rem;
    color: #080808;
}

h1 {
    color: #fff;
    font-size: 2.8rem;
}

h2 {
    color: #000;
    font-size: 2.6rem;
    font-weight: normal;
}

h3 {
    color: #44403D;
    font-size: 2.4rem;
    font-weight: normal;
}

h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #080808;
}

h5 {
    font-size: 1.6rem;
    color: #080808;
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a {
    position: relative;
}

a:link,a:visited {
    font-weight: normal;
    color: #FF0006;
    text-decoration-line: none;
}

a:hover,a:active {
    font-weight: normal;
    color: #FF0006;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration-line: underline;
}


a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}


/****************************************

pcヘッダー

*****************************************/


@media print,screen and (min-width: 768px) {

    header {
        position: relative;
    }

    #sp_navi,
    #toggle {
        display: none;
    }

    .pc_header_box {
        width: 100%;
        position: fixed;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.8);
        border-top: #FF0006 solid 4px;
        border-bottom: #FF0006 solid 1px;
    }

    .pc_navi_box {
        width: 1200px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        width: 120px;
    }
    
    .navi_inner {
        width: 940px;
        display: flex;
        align-items: center;
    }
    .nav_sns {
        width: 100px;
        display: flex;
        justify-content: space-between;
    }
    
    .nav_sns li {
        width: 40px;
    }
    
    .nav_sns li img {
        width: 100%;
    }

}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    img {
        width: 100%;
        height: auto;
    }

    header {
        width: 100%;
        position: relative;
    }

    .pc_header_box {
        position: relative;
        height: 85px;
        border-top: #FF0006 solid 4px;
        border-bottom: #FF0006 solid 1px;
    }


    .logo {
        width: 36%;
        position: absolute;
        z-index: 1;
        left: 20px;
        top: 0;
    }
    
    .nav_sns {
        width: 100px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 20px;
        right: 110px;
    }

    .nav_sns li {
        width: 40px;
    }

    .nav_sns li img {
        width: 100%;
    }

    #toggle {
        position: absolute;
        /*bodyに対しての絶対位置指定です*/
        right: 30px;
        top: 30px;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 3px;
        background: #080808;
        border-radius: 4px;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
        background: #FDFBF9;
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
        background: #FDFBF9;
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0, 0, 0, .8);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: rgba(255, 255, 255, .5) 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu-item a,#sp_navi .menu-item span {
        display: block;
        padding: 20px 0 19px;
    }

    #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: rgba(255, 255, 255, .5) 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #080808;
        background: #f5f5f5;
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #080808;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #fff;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 22px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

#g_navi {
    width: 540px;
    margin: 0 0 0 auto;
}

#g_navi .menu {
    *zoom: 1;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#g_navi .menu li {
    width: 140px;
    position: relative;
    text-align: center;
    line-height: 0;
}

#g_navi .menu li a {
    position: relative;
    padding: 0 15px;
    height: 60px;
    margin: 0;
    color: #594F23;
    font-size: 1.6rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li a:hover {
    opacity: 0.7;
}

#g_navi .menu li a span {
    font-size: 1.4rem;
    color: #080808;
    display: block;
}

#g_navi .menu li ul {
    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
    height: auto;
}

#g_navi .menu li ul li a {
    width: 100%;
    line-height: 1.4;
    height: auto;
    display: block;
    padding: 15px 5px;
    border-top: 1px solid rgba(255, 255, 255, 06);
    font-size: 1.4rem;
    background: #fff;
    color: #C59966;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#g_navi .menu li ul li a:hover {
    background: #C59966;
    color: #fff;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}

#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

#g_navi .menu > li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    transition: width 0.4s;
    /* border or (height & background) etc. */
    border-bottom: 3px solid #080808;
    /* margin: 0 auto; */
    /* left to right -> middle out */
    left: 0;
    bottom: 0;
}

#g_navi .menu > li a:hover::after {
    width: 100%;
}


@media print,screen and (min-width: 768px) {}

/****************************************

MV

*****************************************/


#mv {
    width: 1920px;
    position: relative;
    left: calc(50% - 960px);
}

.mv_box {
    width: 100%;
}


/* page mv */


#mv_page {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    background-size: 100%;
}



@media screen and (max-width: 767px) {
    #mv {
        width: 100%;
        height: auto;
        left: 0;
    }

    .mv_box img {
        width: 100%;
        height: 100%;
    }

    #mv_page_breadcrumbs {
        width: 100%;
        padding: 0 15px;
    }
}

/****************************************

content 共通設定

*****************************************/
main#top_main {
    width: 100%;
    margin: 0 auto;
}

main#page_main {
    width: 100%;
    margin: 0 auto;
}

#contents {
    width: 100%;
    margin-bottom: 100px;
}

.breadcrumb_area {
    width: 100%;
    height: auto;
    padding: 116px 0 15px;
    border-bottom: 1px solid #C3C3C3;
    margin: 0 auto;
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb p {
    font-size: 1.4rem;
}

.breadcrumb a:link,.breadcrumb a:visited {
    font-weight: normal;
    color: #080808;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.breadcrumb a:hover,.breadcrumb a:active {
    font-weight: normal;
    color: #080808;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.bold {
    font-weight: bold;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}


.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.tc {
    text-align: center;
}

@media screen and (max-width: 767px) {
    main#top_main {
        width: 100%;
        position: relative;
    }

    main#page_main {
        width: 100%;
        margin: 0 auto 60px;
    }
    .breadcrumb_area {
        width: 100%;
        padding: 20px 0 20px 15px;
    }
    .breadcrumb {
        width: 100%;
    }

}

/****************************************

contentトップ用

*****************************************/

/* 1カラム目 */

.top_box01 {
    width: 1200px;
    text-align: center;
    padding: 160px 0 0;
    margin: 0 auto 90px;
    background: url(images/top_box01_bg@2x.png) no-repeat top center;
}

.top_eventbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.event_item {
    width: 370px;
    height: 250px;
    position: relative;
    padding: 50px 20px 20px;
    border: #FF0219 solid 3px;
    border-radius: 20px;
    box-shadow: 4px 4px 0px 0px rgba(196, 155, 159, 1);
    background: #FFF5F5;
}

.event_item-green {
    width: 370px;
    height: 250px;
    position: relative;
    padding: 50px 20px 20px;
    border: #39B54A solid 3px;
    border-radius: 20px;
    box-shadow: 4px 4px 0px 0px rgba(205, 219, 207, 1);
    background: #F0FFF2;
}

.event_tit {
    width: 260px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    padding: 6px 10px;
    background: #FF0219;
    border-radius: 60px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.event_tit-green {
    width: 260px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    padding: 6px 10px;
    background: #39B54A;
    border-radius: 60px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_app_btn {
    display: flex;
    justify-content: space-between;
}
.top_app_btn li {
    width: 156px;
}
.top_app_btn li img {
    width: 100%;
    height: 48px;
}

.top_logo_btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.top_logo_btn li {
    width: 240px;
}
.top_logo_btn li img {
    width: 100%;
}

/* 2カラム目 */

.top_box02 {
    width: 100%;
    margin: 0 auto 90px;
    padding-top: 90px;
}

.top_box_inner {
    width: 1200px;
    margin: 0 auto;
}

.dice_icon {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.dice_icon::before {
    content: '';
    background-image: url(images/dice_icon.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 70px;
    position: absolute;
    bottom: 85px;
    left: 570px;
}

.top_item_box {
    width: 100%;
    margin-bottom: 80px;
}

.item_box-red {
    width: 540px;
    box-shadow: 10px 10px 0px 0px rgba(239, 90, 94, 1);
}

.item_box-green {
    width: 540px;
    box-shadow: 10px 10px 0px 0px rgba(99, 175, 109, 1);
}

.top_item_box figure img {
    width: 100%;
}
.item_txt {
    width: 600px;
}

.item_dl dt,dd {
    font-size: 1.4rem;
}

/* 3カラム目 */

.top_box03 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 110px 0px;
    background: url(images/price_bg.jpg) no-repeat;
    background-size: cover;
}

.top_price_box-red {
    width: 570px;
    height: 470px;
    padding: 30px 120px;
    background-color:rgba(255,255,255,0.8);
    border-radius: 20px;
    box-shadow: 6px 6px 0px 0px rgba(227, 92, 95, 1);
}

.top_price_box-red dl {
    margin-bottom: 10px;
}

.top_price_box-red dt {
    font-size: 1.6rem;
    font-weight: bold;
}

.top_price_box-red dd {
    font-size: 1.6rem;
}

.top_price_box-green {
    width: 570px;
    height: auto;
    padding: 30px 120px;
    background-color:rgba(255,255,255,0.8);
    border-radius: 20px;
    box-shadow: 6px 6px 0px 0px rgba(108, 162, 99, 1);
}

.top_price_box-green dl {
    margin-bottom: 10px;
}

.top_price_box-green dt {
    font-size: 1.6rem;
    font-weight: bold;
}

.top_price_box-green dd {
    font-size: 1.6rem;
}

.price_title-red {
    height: 90px;
    color: #FF0219;
    text-align: center;
    font-weight: bold;
}

.p_t-small{
    font-size: 2.0rem;
}

.price_title-green {
    height: 90px;
    color: #39B54A;
    text-align: center;
    font-weight: bold;
}


/* 4カラム目 */

.top_box04 {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
    padding-top: 90px;
}
.top_box04_inner {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.top_box04_inner:after {
    content:"";
    width: 32%;
    display: block;
}

.top_games_box {
    width: 380px;
    margin-bottom: 40px;
}

.games_item {
    position: relative;
}
.games_item img {
    width: 100%;
    border-radius: 20px;
}
.games_item figcaption {
    position: absolute;
    width: 100%;
    font-size: 2.4rem;
    color: #fff;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 5カラム目 */

.top_box05 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
    background: #63AF6D;
}

.recruit_box {
    width: 1200px;
    border: solid 1px #fff;
    border-radius: 15px;
    padding: 30px;
}

.recruit_box h3{
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 1.8rem;
}

.recruit_box dl {
    width: 100%;
    display: flex;
}

.recruit_box dt {
    width: 10%;
    padding: 10px 0px;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    margin-right: 50px;
}

.recruit_box dd {
    width: 90%;
    padding: 10px 0px;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
}

.bb-dotted_w {
    border-bottom: dotted 2px #fff;
}

/* 6カラム目 */

.top_box06 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 90px 0 60px;
    border-bottom: dotted 2px #39B54A;
}
.access_box {
    width: 660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.access_left {
    width: 60%;
}
.access_right {
    width: 40%;
}

/* 7カラム目 */

.top_box07 {
    width: 1000px;
    text-align: center;
    margin: 0 auto 90px;
    padding-top: 90px;
}

.top_box07 h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: bold;
}

.privacy_box01 {
    text-align: left;
}



@media screen and (max-width: 767px) {
    /* 1カラム目 */
    .top_box01 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
        background:url("images/top_box01_bg@2x.png") no-repeat top center;
        -webkit-background-size:auto;
        background-size:auto;
    }
    /*top_box01::before {
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100vw;
        height:100vh;
        background:url("images/top_box01_bg@2x.png") no-repeat top center;
        -webkit-background-size:contain;
        background-size:contain;
        content:"";
}*/
    .top_box_inner {
        width: 100%;
        margin: 0 auto;
    }
    .event_item, .event_item-green {
        width: 100%;
        height: 250px;
        margin-bottom: 60px;
    }
    
    .event_item {
        padding: 50px 10px 20px;
    }
    
    .top_app_btn li {
        width: 90%;
        margin: 0 auto 20px;
    }

    /* 2カラム目 */
    .dice_icon {
        width: 100%;
    }

    .dice_icon::before {
        left: 42%;
    }

    .top_box02 {
        margin: 0 auto 60px;
        padding: 0 15px;
    }
    .top_item_box {
        margin-bottom: 30px;
    }
    .item_box-red,.item_box-green {
        width: 100%;
        margin-bottom: 20px;
    }
    .item_txt {
        width: 100%;
    }

    
    /* 3カラム目 */
    .top_box03 {
        padding: 60px 15px;
        background-size: cover;
    }
    .top_price_box-red, .top_price_box-green {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 30px;
    }
    .price_title-red, .price_title-green {
        height: auto;
        margin-bottom: 30px;
    }
    
    .top_box04 {
        padding: 90px 15px 0;
    }
    .top_box04_inner {
        width: 100%;
    }
    .top_games_box {
        width: 48%;
        margin-bottom: 20px;
    }
    .games_item figcaption {
        font-size: 1.6rem;
    }

    /* 5カラム目 */
    .top_box05 {
        padding: 60px 15px;
    }
    .recruit_box {
        width: 100%;
        padding: 20px 15px;
    }
    .recruit_box dt {
        width: 40%;
        margin-right: 20px;
    }
    .top_box06 {
        padding: 60px 15px;
    }
    .access_box {
        width: 100%;
        flex-direction: column;
    }
    .access_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .access_right {
        width: 100%;
    }
    
    .top_box07 {
        width: 100%;
        padding: 90px 15px 0;
    }
}

/****************************************

news トップ用

*****************************************/

.top_news {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #63AF6D;
}

.news_list {
    margin: 0 auto;
}

.news_list li {
    display: flex;
    align-items: center;
    padding: 15px 40px 10px 0px;
    margin-bottom: 20px;
    border-bottom: dotted 2px #fff;
}

.news_list li a {
    color: #fff;
}

.news_list li a:hover,
.news_list li a:active {
    text-decoration: underline;
}

.date {
    color: #fff;
    padding-right: 40px;
}


@media screen and (max-width: 767px) {
    .top_news {
        width: 100%;
        padding: 60px 20px;
        margin: 0 auto 60px;
    }

    .news_list {
        margin: 0 auto 40px;
    }

    .news_list li {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .news_list li a, .news_list li a:hover, .news_list li a:active {
        text-decoration: underline;
    }

    .date {
        font-size: 1.4rem;
    }

    .news_list li p {
        font-size: 1.6rem;
    }
}

/****************************************

content下層用

*****************************************/

/* 全ページ共通　フレックスボックス コンテンツボックス*/
.flex {
    display: flex;
    justify-content: space-between;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_inner {
    width: 1000px;
    margin: 0 auto 140px;
}

.list_block {
    width: 100%;
}

/* 全ページ共通　画像＆改行 */
.forPC {
    display: block;
}

.forSP {
    display: none;
}
@media screen and (max-width: 767px) {
    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }
    .flex, .flex_r {
        flex-direction: column-reverse;
    }
    .page_inner {
        width: 100%;
        margin: 0 auto 60px;
        padding: 0 15px;
    }

}



/* news一覧 */
.news_item {
    width: 100%;
    margin: 0 auto 60px;
}
.news_item li {
    margin-bottom: 70px;
}
.news_item li article figure {
    width: 270px;
}
.news_item li article figure img {
    width: 100%;
}
.news_txt {
    width: 690px;
}
.date_page {
    color: #000;
    font-size: 1.4rem;
}

/* ranking */
.ranking_box {
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 767px) {
    .news_txt {
        width: 100%;
    }

}
/****************************************

gallery

*****************************************/

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery li {
    width: 320px;
    max-height: 250px;
    overflow: hidden;
    margin: 0 30px 30px 0;
}

.gallery_img {
    width: 100%;
    height: auto;
}

@media print,screen and (min-width: 768px) {

    .gallery li:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    .friends_3column li:nth-child(3n) {
        margin: 0 0 50px 0;
    }
}

@media screen and (max-width: 767px) {

    .gallery li {
        width: 48%;
        max-height: 250px;
        overflow: hidden;
        margin: 0 10px 10px 0;
    }

    .gallery_img {
        width: 100%;
        height: auto;
    }

    .gallery li:nth-child(2n) {
        margin: 0 0 10px 0;
    }

}

/****************************************

single.php

*****************************************/
#single_box {
    width: 914px;
    margin: 0 auto;
}

.single_text {
    width: 100%;
}

.single_text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.pager {
    clear: both;
    text-align: center;
    padding: 0;
    margin: 30px 0 80px;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: black;
    border: solid 1px black;
    color: white;
}

.nav-below {
    margin: 60px auto;
    text-align: center;
}

.nav-below p {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
        padding: 0 15px;
    }
}


/****************************************

ボタン系

*****************************************/

.nav_btnbox {
    width: 180px;
    margin: 0 auto;
    text-align: center;
}

.btn01 {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0.8rem;
    overflow: hidden;
    font-size: 1.6rem;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    background: #000;
    z-index: 1;
}

.btn01::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: #FF0006;
    animation: to-right 0.3s forwards;
}
.btn01:hover {
    color: #fff;
}

.btn02 {
    width: 190px;
    height: 40px;
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    overflow: hidden;
    font-size: 1.6rem;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    background: #EF5A5E;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0px 4px 0px 0px rgba(204, 204, 204, 1);
}

.btn02:hover {
    opacity: 0.8;
}

.btn03_back{
    width: 220px;
    height: 40px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.btn03 {
    width: 100%;
    height: 40px;
    position: relative;
    display: inline-block;
    padding: 0.6rem 1.6rem;
    overflow: hidden;
    font-size: 1.6rem;
    color: #C59966;
    text-decoration: none;
    border-radius: 30px;
}

.btn03 span {
    position: absolute;
    z-index: 2;
    top: 13%;
    left: 0;
    right: 0;
}

.btn03::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #C59966;
    animation: to-right 0.3s forwards;
}

.btn03:hover {
    color: #fff !important;
}

.btn01:hover::before, .btn02:hover::before,
.btn03:hover::before, .footer_btn:hover::before {
    animation: from-left 0.3s forwards;
}

@keyframes from-left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes to-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}


.btn_more a {
    position: relative;
    width: 70px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #080808;
}

.btn_more a:hover {
    opacity: 0.6;
}

.arrow {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 1px;
    background: #080808;
    border: #080808;
    right: 0;
}

.arrow::before {
    content: '';
    width: 7px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #080808;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 0;
    margin-top: -3px;
}

.btn_text {
    display: inline-block;
    font-size: 1.6rem;
    color: #080808;
}

.btn_text::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    /* border or (height & background) etc. */
    border-bottom: 1px solid #080808;
    /* margin: 0 auto; */
    /* left to right -> middle out */
}

.btn_text:hover::after {
    width: 100%;
}


@media screen and (max-width: 767px) {

    .btnbox {
        width: 86%;
        margin-bottom: 20px;
    }

    .btn_text {
        font-size: 1.4rem;
    }
    
    .btn01 {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0.8rem;
        overflow: hidden;
        font-size: 1.6rem;
        color: #000!important;
        text-decoration: none;
        border-radius: 30px;
        background: #fff;
        z-index: 1;
        margin: 30px auto 0;
    }
    .btn02 {
        width: 80%;
        height: auto;
        padding: 14px 0px;
        display: block;
        margin: 20px auto;
    }

}



/****************************************

テーブル

*****************************************/

.ranking_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 90px;
    border: 1px solid #A5A5A5;
}

.ranking_table caption {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    background: #39B54A;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.ranking_table th {
    width: 33.3333%;
    border-bottom: 1px dotted #707070;
    background: #E3EFA1;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.ranking_table th:nth-child(2) {
    border-left: 1px dotted #707070;
    border-right: 1px dotted #707070;
}

.ranking_table td {
    border-bottom: 1px dotted #707070;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
}
.ranking_table td:nth-child(2) {
    border-left: 1px dotted #707070;
    border-right: 1px dotted #707070;
}
.ranking_table tbody tr:nth-child(even) {
    background: #F9F9F9;
}
@media screen and (max-width: 767px) {
    .table_company {
        width: 100%;
        padding: 0 15px;
    }
    
    .table_company th {
        width: 24%;
        padding-left: 10px;
    }
}

/****************************************

P

*****************************************/
/* 改行 */
p.line_break,
span.line_break {
    padding-top: 20px;
}

/* 改行 */
p.line_break02 {
    padding-top: 30px;
}


/****************************************

タイトル

*****************************************/
h1.top_title {
    position: absolute;
    z-index: 2;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

h1.page_title {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0;
    font-size: 4.6rem;
    color: #000;
    text-align: center;
}

h2.top_headline {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}


h2.headline {
    position: relative;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}

h2.headline:before {
    content: "";
    background: url(images/dice_icon.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 48px;
    vertical-align: top;
    margin: 0 20px 0 0;

}

h2.top_subhead {
    color: #000;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 3.2rem;
    height: 60px;
    font-weight: bold;
}

h2.top_subhead02 {
    color: #fff;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 3.2rem;
    height: 60px;
    font-weight: bold;
}
h2.headline_news  {
    line-height: 1;
    margin-bottom: 15px;
}
h2.headline_news a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}
.headline_news a:hover {
    opacity: 0.7;
}
h3.top_subhead01 {
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:dotted 2px #FF0219;
}

h3.top_subhead02 {
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:dotted 2px #39B54A;
}

h3.service_subhead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #C59966;
}


h2.subhead {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 80px;
}

h3.subhead01 {
    font-family: 'Noto Serif JP', serif, "Lato", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 2rem;
    color: #C59966;
    margin-bottom: 30px;
}


h3.subhead02 {
    font-size: 1.6rem;
    color: #080808;
}

h3.subhead03 {
    font-family: 'Noto Serif JP', serif, "Lato", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 1.8rem;
    color: #5F5046;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    
    h1.top_title {
        font-size: 2.6rem;
        width: 100%;
    }
    
    h1.page_title {
        padding: 40px 0;
    }
    
    h2.top_headline {
        margin: 0 auto;
        text-align: center;
        font-size: 3.2rem;
        font-weight: bold;
        padding: 130px 0 30px;
    }
    h2.headline {
        font-size: 2.6rem;
    }
    
    h2.subhead {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
    }

    h2.subhead01 {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .title_box01 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 15px;
        align-items: center;
    }

    .tit_icon img {
        width: 70px;
        height: auto;
        margin-right: 20px;
    }

    h3.subhead01 {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    h3.subhead03 {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 30px;
    }


    h3.top_subhead {
        font-size: 1.3rem;
    }
}


/****************************************

ボトムエリア

*****************************************/


@media screen and (max-width: 767px) {}

/****************************************

pc_footer

*****************************************/


footer {
    margin: 160px auto 0;
}


.copyright {
    width: 100%;
    height: 120px;
    padding: 50px 0;
    text-align: center;
    background: #000;
}

.copyright p {
    font-size: 1.6rem;
    color: #fff;
}

@media print,
screen and (min-width: 768px) {
    .pagetop {
        position: fixed;
        right: 25px;
        bottom: 50px;
    }

    .pagetop a {
        width: 50px;
    }

}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {

    .pagetop a {
        display: none;
    }

    footer {
        margin-top: 60px;
    }

    .copyright p {
        font-size: 1.4rem;
    }
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
    width: 100%;
    margin-bottom: 60px;
}

.wpcf7-form input {
    width: auto !important;
    /*ラジオボタン、チェックボタン*/
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
    width: 100% !important;
    height: 40px;
    border-radius: 10px;
    border: #D9D9D8 solid 1px;
    margin: 10px auto 30px;
}

.wpcf7-form textarea {
    width: 100%;
    border-radius: 10px;
    border: #D9D9D8 solid 1px;
    margin: 10px auto 30px;
}

.wpcf7-form .wpcf7-submit {
    -webkit-appearance: none;
    width: 230px !important;
    height: 50px;
    position: relative;
    display: block;
    padding: 5px 0px;
    overflow: hidden;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background: #EF5A5E;
    text-align: center;
    margin: 20px auto 0;
    box-shadow: 0px 4px 0px 0px rgba(204, 204, 204, 1);
    border: none;
    /*送信ボタン*/
}

.wpcf7-submit:focus{
    outline:0;
}

.wpcf7 p {
    line-height: 2.0;
    /*項目間の隙間*/
    padding-top: 3px;
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {

    .wpcf7 {
        margin-bottom: 20px;
    }

    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }

    .wpcf7-form input {
        max-width: 100% !important;
        /*ラジオボタン、チェックボタン*/
    }

    .ajax-loader {
        width: auto;
    }
}

/****************************************

clearfix

*****************************************/
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */
/****************************************

追加

*****************************************/
.dn {
    display: none;
}

.red {
    color: #FF0000;
}

/****************************************

safari ページ内リンク,レイアウト調整

*****************************************/
/*@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root main#top_main {
        padding-top: 110px;
    }
}*/

_::-webkit-full-page-media, _:future, :root #system, #price, #games, #access, #contact {
    padding-top: 110px;
    margin-top: -110px;
}
_::-webkit-full-page-media, _:future, :root h2.top_subhead, h2.top_subhead02 {
    margin: 0 auto 90px;
}

