@charset "utf-8";

.i_ov,
.img_wov {
    transition: ease-out .1s;
    position: absolute;
    opacity: 0
}

#loadmc,
.hitarea,
.img_wov,
.ovbg_tab_blue,
.ovbg_tab_gray,
.ovbg_tab_pink {
    top: 0;
    left: 0;
    height: 100%
}

.flexbox,
.flexbox_lt {
    width: 100%;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    overflow: hidden
}

.hitarea,
.i_ov,
.icon_ov,
.img_wov,
.ovbg_tab_blue,
.ovbg_tab_gray,
.ovbg_tab_pink,
header {
    position: absolute
}

.en {
    font-family: Ubuntu, sans-serif;
    font-weight: 400
}

.en_hel {
    font-family: Helvetica, Arial, sans-serif
}

.fmin {
    font-family: "Hiragino Mincho ProN", Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif
}

.alink {
    text-decoration: underline
}

.alink:hover,
.nline:hover {
    text-decoration: none
}

.bold {
    font-weight: 700 !important
}

.font18 {
    font-size: 18px
}

.font16 {
    font-size: 16px
}

.font14 {
    font-size: 14px
}

.font12 {
    font-size: 12px;
    line-height: 18px;
    display: block
}

.cation {
    font-size: 10px
}

.icon_ov {
    top: 0;
    left: 0;
    opacity: 0
}

.i_ov {
    top: 0;
    left: 0
}

.img_wov {
    width: 100%;
    background-color: rgba(255, 255, 255, 0)
}

.clear_bd {
    border: none
}

.fleft {
    float: left
}

.fright {
    float: right
}

.black {
    color: #000
}

.pink {
    color: #e40065
}

.ovbg_tab_pink {
    width: 100%;
    background-color: #ff8796;
    opacity: 0
}

.ovbg_tab_blue {
    width: 100%;
    background-color: #93cdf3;
    opacity: 0
}

.ovbg_tab_gray {
    width: 100%;
    background-color: grey;
    opacity: 0
}

.hitarea {
    width: 100%;
    background: url(../images/spacer.gif);
    /* background: url(/haken/common/images/spacer.gif); */
    cursor: pointer
}

.hidden {
    display: none
}

.bright,
.scale {
    display: block;
    transition: ease-out .1s
}

#breadcrumb a.bcrumbs:hover,
.ckpo_box .ckpo_info a,
.uline:hover {
    text-decoration: underline
}

.uline:hover {
    color: #333
}

.clear_mb {
    margin-bottom: 0 !important
}

.scale:hover {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.bright:hover {
    filter: brightness(92%)
}

a::selection,
dl dd::selection,
dl dt::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
p::selection,
span::selection {
    background-color: #e40065;
    color: #fff
}

a::-moz-selection,
dl dd::-moz-selection,
dl dt::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
p::-moz-selection,
span::-moz-selection {
    background-color: #e40065;
    color: #fff
}

#loadmc {
    position: fixed;
    width: 100%;
    margin: 0;
    background-color: #fff;
    z-index: 9999
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flexbox_lt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

#breadcrumb {
    padding: 24px 0
}

#breadcrumb .bcrumbs {
    font-size: 14px;
    color: #000;
    line-height: 28px
}

#breadcrumb a.bcrumbs {
    color: #e40065
}

#breadcrumb .bcrumbmark {
    margin: 0 8px;
    color: #e40065
}

header {
    top: 32px;
    z-index: 100
}

header #gnavilst a.gnavi {
    display: block;
    position: relative;
    float: left;
    font-weight: 700;
    margin-left: 53px;
    padding-bottom: 20px;
    color: #fff;
    z-index: 2
}

header #gnavilst a.gnavi:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -1px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    transition: ease-out .1s
}

#top header .sp_logo,
.low header .top_logo {
    display: none
}

header #gnavilst .gnavi_current a.gnavi:before,
header #gnavilst a.gnavi.gnavi_over:before,
header #gnavilst a.gnavi:hover:before {
    width: 16px;
    height: 16px;
    bottom: 1px;
    margin-left: -7px;
    background: url(../images/gnavi_arrow.png) 4px 5px no-repeat #fff
}

#top header .top_logo {
    float: left;
    margin: 0 0 0 50px;
    display: none
}

#top header .top_logo img {
    width: 144px
}

header {
    display: flex;
    width: 100%;
    right: inherit
}

.low header .sp_logo {
    display: block;
    float: left;
    margin: 0 0 0 50px
}

.low header .sp_logo img {
    width: 144px
}

header #gnavilst {
    display: inline-block;
    float: right;
    margin-right: 48px
}

header #gnavilst div {
    float: left;
    position: relative
}

header ul.subnavis {
    display: none;
    position: absolute;
    top: 40px;
    left: -17px;
    width: 208px;
    text-align: left;
    background-color: #fff;
    z-index: 1
}

header ul.subnavis li {
    height: 55px;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6
}

header ul.subnavis li a {
    display: block;
    color: #e40065;
    font-size: 14px;
    padding: 13px 10px 14px 18px;
    font-weight: 700
}

header ul.subnavis li:hover {
    background-color: #e40065;
    border-color: #e40065
}

header ul.subnavis li:hover a {
    color: #fff
}

footer {
    position: relative;
    background-color: #000;
    z-index: 101
}

footer .inner {
    clear: both;
    width: 1072px
}

footer .ft_inner_last {
    line-height: 0;
    width: 93%;
    padding: 0 3.5%
}

footer #ftbox_tp {
    clear: both;
    position: relative;
    display: flex;
    padding: 50px 12% 0 3.5%
}

footer #ftbox_tp .ftbox_tp_ttl {
    float: left;
    font-size: 36px;
    line-height: 40px
}

footer #ftbox_tp .ftbox_tp_ttl span {
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 28px;
    font-size: 16px;
    vertical-align: middle
}

footer #ftbox_tp .ftbox_tp_txt {
    float: left;
    color: #999;
    margin: -8px 0 0 32px
}

footer #ftbox_tp #pagetop {
    position: absolute;
    top: 55px;
    right: 3.5%
}

footer #ftbox_smnavis {
    padding: 52px 3.5% 0;
    display: flex
}

footer #ftbox_smnavis .smnavislist {
    position: relative;
    width: 19%;
    padding: 17px 0 0;
    margin-right: 6%;
    clear: both;
    border-top: solid 1px #262626
}

footer #ftbox_smnavis .smnavislist:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 1px;
    background-color: #e40065
}

footer #ftbox_smnavis .smnavislist .smnavi_ttl {
    display: block;
    font-size: 14px;
    color: #ccc;
    font-weight: 700;
    margin-bottom: 10px
}

footer #ftbox_smnavis .smnavislist .smnavi_ttl:hover {
    color: #e40065
}

footer #ftbox_smnavis .smnavislist .smnavis {
    display: block;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 5px
}

footer #ftbox_smnavis .smnavislist .smnavis .t_arrow {
    color: #1e89ff
}

footer #ftbox_smnavis .smnavislist .smnavis:hover,
footer #ftbox_smnavis .smnavislist .smnavis:hover .t_arrow {
    color: #e40065
}

footer #ftbox_smnavis .smnavislist_last {
    margin-right: 0
}

footer #ftbox_smnavis .smnavislist2line {
    width: 35%;
    padding: 17px 0 0;
    margin-right: 7%
}

footer #ftbox_smnavis .smnavislist2line .smnavis {
    float: left;
    width: 50%
}

footer #ftbox_md {
    display: flex;
    width: 100%
}

footer #ftbox_md #ft_tabset {
    position: relative;
    width: 100%;
    display: inline-block
}

footer #ftbox_md #ft_tabset .ft_tab {
    position: relative;
    width: 100%;
    height: 78px;
    margin-top: 53px
}

footer #ftbox_md #ft_tabset .ft_tab .ft_tabtn {
    position: relative;
    width: 33.3333%;
    height: 100%;
    float: left;
    border-top: solid 2px #333;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    margin-left: -1px;
    text-align: center
}

footer #ftbox_md #ft_tabset .ft_tab a#ft_tab3 {
    border-right: none;
    margin-left: 0
}

footer #ftbox_md #ft_tabset .inner_b {
    padding: 0 3.5%;
    width: 93%
}

footer #ftbox_md #ft_tabset .ft_tab #ft_tabnav1.ft_tbcurrent {
    border-top: solid 2px #ed6879;
    border-bottom: solid 2px #000
}

footer #ftbox_md #ft_tabset .ft_tab #ft_tabnav2.ft_tbcurrent {
    border-top: solid 2px #51b0ec;
    border-bottom: solid 1px #000
}

footer #ftbox_md #ft_tabset .ft_tab #ft_tabnav3.ft_tbcurrent {
    border-top: solid 2px #fff;
    border-bottom: solid 1px #000
}

footer #ftbox_md #ft_tabset .ft_tab img {
    margin: 22px auto 0
}

footer #ftbox_md #ft_tabset .ft_tab .ft_tabline {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1
}

footer .ft_tabbtn_img {
    display: inline-block;
    position: relative;
    margin: 0 auto
}

footer .ft_tabbtn_img .ft_tabbtn_img_ov {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

footer #ftbox_bm {
    clear: both;
    width: 100%;
    display: inline-block
}

footer #ftbox_bm ul.ft_bnrlist {
    display: inline-block;
    width: 100%;
    height: 79px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333
}

footer #ftbox_bm ul.ft_bnrlist li {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    border-right: solid 1px #333;
    margin-left: -1px
}

footer #ftbox_bm ul.ft_bnrlist li:last-child {
    border-right: none;
    margin-left: 0
}

footer #ftbox_bm ul.ft_bnrlist li a {
    display: inline-block;
    width: 100%;
    height: 100%
}

footer #ftbox_bm ul.ft_bnrlist li a:hover {
    background-color: #e40065
}

footer #ftbox_bm ul.ft_bnrlist li a p {
    display: inline-block;
    margin-top: 19px
}

footer #ftbox_bm ul.ft_bnrlist li a p .ft_bnr_i {
    display: block
    height: 60px;
    float: left;
    margin-right: 23px
}

footer #ftbox_bm ul.ft_bnrlist li a p .ft_bnr_t {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-top: 10px
}

footer #ftbox_bm ul.ft_bnrlist li a p .ft_bnr_t.ft_t_dobble {
    margin-top: -2px
}

footer #ftbox_bm ul.ft_bnrlist li#ft_bnr1 a p .ft_bnr_t {
    margin-top: 7px
}

footer #ftbox_bm ul.ft_bnrlist li#ft_bnr2 a p {
    margin-top: 24px
}

footer #ftbox_bm ul.ft_bnrlist li#ft_bnr2 a p .ft_bnr_t {
    margin-top: 2px
}

footer #ftbox_bm ul.ft_bnrlist li#ft_bnr3 a p .ft_bnr_t {
    margin-top: 7px
}

footer #ftbox_bm ul.ft_bnrlist li#ft_bnr4 a p {
    margin-top: 24px
}

footer #ftbox_bm ul.ft_bnrlist li#ft_bnr4 a p .ft_bnr_t {
    margin-top: 4px
}

footer #ftbox_cp {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 66px
}

footer #ftbox_cp #ft_w3c {
    display: block;
    float: left;
    margin-top: 20px;
    line-height: 22px
}

footer #ftbox_cp .ft_fnavis,
footer .low_smlink {
    display: none
}

footer #ftbox_cp #ft_w3c span {
    margin-left: 18px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff
}

footer #ftbox_cp #copyright {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 21px;
    line-height: 18px
}

@media only screen and (max-width:1240px) {
    header #gnavilst {
        margin-right: 38px
    }

    header #gnavilst a.gnavi {
        margin-left: 42px
    }

    footer #ftbox_cp ul.ft_fnavis li a,
    footer #ftbox_tp .ftbox_tp_txt {
        font-size: 14px
    }

    footer #ftbox_bm ul.ft_bnrlist {
        height: auto
    }

    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr1 a p {
        margin: 22px 0 20px
    }

    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr1 a p .ft_bnr_t {
        margin-top: 10px
    }

    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr2 a p {
        margin: 25px 0 20px
    }

    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr2 a p .ft_bnr_t {
        margin-top: 10px
    }

    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr3 a p,
    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr4 a p {
        margin: 25px 0 20px
    }

    footer #ftbox_bm ul.ft_bnrlist li#ft_bnr4 a p .ft_bnr_t {
        margin-top: 10px
    }

    footer #ftbox_bm ul.ft_bnrlist li a p .ft_bnr_t {
        float: none;
        margin-top: 16px;
        text-align: center;
        font-size: 14px
    }

    footer #ftbox_bm ul.ft_bnrlist li a p .ft_bnr_i {
        float: none;
        margin: 0
    }
}

@media only screen and (max-width:768px) {

    header,
    header #gnavilst a.gnavi,
    header ul.subnavis {
        top: inherit;
        position: relative
    }

    .bright,
    .scale {
        transition: inherit
    }

    #breadcrumb {
        margin: 0;
        padding: 20px 0
    }

    .spwhite {
        color: #fff
    }

    header {
        display: flex;
        right: inherit;
        height: 54px;
        background-color: #fff
    }

    header #gnavilst {
        clear: both;
        width: 100%;
        height: auto;
        background-color: #e40065
    }

    header #gnavilst a.gnavi {
        left: inherit;
        float: none;
        width: 92%;
        margin-left: 0;
        padding: 10px 4%;
        background: url(../images/icon_nav_arrow1.png) 95% center no-repeat;
        background-size: 8px;
        border-bottom: solid 1px #cc005a
    }

    header #gnavilst a.gnavi.trigger {
        background: url(../images/icon_nav_arrow2.png) 95% center no-repeat;
        background-size: 13px
    }

    header #gnavilst a.gnavi.trigger.active {
        background: url(../images/icon_nav_arrow2u.png) 95% center no-repeat #c20056;
        background-size: 13px;
        border-color: #e40065
    }

    header ul.subnavis li,
    header ul.subnavis li:last-child {
        border-bottom: solid 1px #e40065
    }

    #top header .top_logo,
    header #gnavilst a.gnavi:before,
    header #gnavilst a.gnavi:hover:before {
        display: none
    }

    #top header .sp_logo,
    .low header .sp_logo {
        margin: 14px 4% 0;
        float: left;
        display: block;
        line-height: 0
    }

    #top header .sp_logo img,
    .low header .sp_logo img {
        width: 118px
    }

    .low header {
        display: flex;
        width: 100%;
        right: inherit
    }

    header #gnavilst {
        display: block;
        float: none;
        margin-right: 0
    }

    header #gnavilst div {
        float: none
    }

    header #hd_menu {
        width: 25%;
        height: 54px;
        float: right;
        border-left: solid 1px #e6e6e6;
        background-color: #fff
    }

    header #hd_menu a {
        display: block;
        font-size: 12px;
        color: #e40065;
        font-weight: 700;
        padding: 24px 0 2px;
        text-align: center;
        background: url(../images/icon_menu.png) 50% 28% no-repeat;
        background-size: 14px
    }

    header #hd_menu.active {
        background-color: #e40065
    }

    header #hd_menu.active a {
        background: url(../images/icon_close.png) 50% 23% no-repeat;
        background-size: 14px;
        color: #fff
    }

    header ul.subnavis {
        display: none;
        left: inherit;
        width: 100%;
        text-align: left;
        background-color: #fff
    }

    header ul.subnavis li {
        height: auto;
        border-left: none;
        border-right: none
    }

    header ul.subnavis li a {
        display: block;
        color: #fff;
        font-size: 15px;
        padding: 10px 4%;
        margin: 0;
        background: #c20056 !important;
        border-color: #e40065 !important
    }

    header ul.subnavis li:hover {
        background-color: #c20056
    }

    header ul.subnavis li:hover a {
        color: #fff
    }

    footer .inner {
        width: 90%
    }

    footer .ft_inner_last {
        line-height: 0
    }

    footer #ftbox_tp {
        display: none
    }

    footer #ftbox_md {
        border-bottom: solid 1px #333
    }

    footer #ftbox_md #ft_tabset {
        display: flex
    }

    footer #ftbox_md #ft_tabset .ft_tab {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0
    }

    footer #ftbox_md #ft_tabset .ft_tab .ft_tabtn {
        width: 33%;
        border-bottom: none
    }

    footer #ftbox_md #ft_tabset .ft_tab a#ft_tabnav3 {
        width: 34%;
        margin-left: 0;
        border-right: none
    }

    footer #ftbox_md #ft_tabset .ft_tab a#ft_tabnav1 img {
        width: 84px;
        margin: 16px auto
    }

    footer #ftbox_md #ft_tabset .ft_tab a#ft_tabnav2 img {
        width: 82px;
        margin: 16px auto
    }

    footer #ftbox_md #ft_tabset .ft_tab a#ft_tabnav3 img {
        width: 84px;
        margin: 16px auto
    }

    footer #ftbox_md #ft_tabset .ft_tab a img {
        margin: 22px auto 20px;
        width: 100%
    }

    footer #ftbox_md #ft_tabset .inner_b {
        display: inline-block
    }

    footer #ftbox_bm,
    footer #ftbox_smnavis {
        display: none
    }

    footer #ftbox_cp {
        height: auto;
        text-align: center
    }

    footer #ftbox_cp ul.ft_fnavis {
        float: none;
        display: inline-block !important;
        margin-top: 20px
    }

    footer #ftbox_cp ul.ft_fnavis li {
        float: left
    }

    footer #ftbox_cp ul.ft_fnavis li a {
        font-size: 12px;
        color: #ccc;
        font-weight: 700
    }

    footer #ftbox_cp ul.ft_fnavis li span {
        margin: 0 11px;
        color: #525252;
        font-size: 14px
    }

    footer #ftbox_cp #copyright {
        float: none;
        text-align: center;
        font-size: 10px;
        color: #999;
        margin: 10px 0 20px
    }

    footer #ftbox_cp .ft_fnavis {
        display: block
    }

    footer #ftbox_cp #ft_w3c {
        width: 100%;
        float: none
    }

    .low footer #ftbox_cp #ft_w3c {
        display: none
    }

    .low footer .low_smlink {
        display: inline-block;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin: 22px 0 4px
    }

    .flexbox,
    .flexbox_lt {
        width: 100%;
        display: block;
        -webkit-box-lines: inherit;
        -moz-box-lines: inherit;
        -webkit-flex-wrap: inherit;
        -moz-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: inherit;
        justify-content: inherit;
        -webkit-justify-content: inherit
    }

    .scale:hover {
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        -ms-transform: initial;
        transform: initial
    }

    .bright:hover {
        filter: initial
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box
    }

    .menu-trigger {
        position: relative;
        width: 30px;
        height: 24px
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 4px
    }

    .low .menu-trigger span {
        background-color: #fff
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0
    }

    .menu-trigger span:nth-of-type(2) {
        top: 11px
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg)
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg)
    }
}

.ckpo_box {
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 1em 3.5%;
    background: rgb(228 0 101 / 87%);
    padding-bottom: calc(env(safe-area-inset-bottom) + 1em)
}

.ckpo_box .ckpo_info {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4
}

.ckpo_box .ckpo_info a {
    color: #fff;
    line-height: 1.4
}

.ckpo_box .ckpo_info a:hover {
    text-decoration: none
}

.ckpo_box .ckpo_btn {
    float: left;
    cursor: pointer;
    margin-right: 10px
}

.ckpo_box .ckpo_btn a,
.ckpo_box .ckpo_btn span {
    display: block;
    padding: 4px 20px
}

.ckpo_box #acc.ckpo_btn span {
    background: #fff;
    color: #e40065;
    font-weight: 700
}

.ckpo_box #acc.ckpo_btn span:hover {
    background: #333;
    color: #fff
}

.ckpo_box #chk.ckpo_btn a {
    background: #ccc;
    color: #000
}

.ckpo_box #chk.ckpo_btn a:hover {
    background: #333;
    color: #fff
}