﻿.large_btn_flex_wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.female_register_btn, .male_register_btn, .primary_btn, .footer_new_register_btn, .outline_btn_black {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    border-radius: 0.625rem;
    min-height: 2.5rem;
    border: none;
    outline: none;
    gap: 0.5rem;
    text-decoration: none;
    transition: none
}

.female_register_btn:disabled, .male_register_btn:disabled, .primary_btn:disabled, .footer_new_register_btn:disabled, .outline_btn_black:disabled {
    background-color: #e0e0e0;
    color: #9e9e9e;
    cursor: not-allowed
}

.female_register_btn:hover:not(:disabled), .male_register_btn:hover:not(:disabled), .primary_btn:hover:not(:disabled), .footer_new_register_btn:hover:not(:disabled), .outline_btn_black:hover:not(:disabled) {
    text-decoration: none
}

.female_register_btn:active:not(:disabled), .male_register_btn:active:not(:disabled), .primary_btn:active:not(:disabled), .footer_new_register_btn:active:not(:disabled), .outline_btn_black:active:not(:disabled) {
    text-decoration: none
}

.size-m.female_register_btn, .size-m.male_register_btn, .size-m.primary_btn, .size-m.footer_new_register_btn, .size-m.outline_btn_black {
    width: 80%;
    max-width: 12.5rem
}

@media screen and (max-width: 959px) {
    .size-l.female_register_btn, .size-l.male_register_btn, .size-l.primary_btn, .size-l.footer_new_register_btn, .size-l.outline_btn_black {
        flex: 1
    }
}

.btn-expand-80.female_register_btn, .btn-expand-80.male_register_btn, .btn-expand-80.primary_btn, .btn-expand-80.footer_new_register_btn, .btn-expand-80.outline_btn_black {
    width: 80%
}

.female_register_btn {
    background-color: #FF6CA3;
    color: #fff;
    width: 100%;
    font-weight: bold;
    line-height: 1rem
}

.female_register_btn .btn_text_xs {
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 0.625rem
}

.female_register_btn.banner_register_size {
    width: 6rem
}

.male_register_btn {
    background-color: #4F74FF;
    color: #fff;
    font-weight: bold;
    line-height: 1rem;
    width: 100%
}

.male_register_btn .btn_text_xs {
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 0.625rem
}

.male_register_btn.banner_register_size {
    width: 6rem
}

.primary_btn {
    background-color: #36a8f1;
    color: #fff
}

.footer_new_register_btn {
    background-color: #36a8f1;
    color: #fff;
    width: 80%;
    max-width: 24rem
}

.outline_btn_black {
    text-decoration: none;
    background-color: transparent;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    min-width: initial
}

.outline_btn_black.min-width {
    min-width: var(--min-width, initial)
}

.divider, .is-sp-divider {
    margin: 2rem auto;
    max-width: 900px;
    border-bottom: 2px solid #CECECE
}

@media screen and (max-width: 959px) {
    .divider, .is-sp-divider {
        margin: 1.25rem auto
    }
}

.divider--custom {
    margin: var(--divider-margin-pc, 2rem) auto
}

@media screen and (max-width: 959px) {
    .divider--custom {
        margin: var(--divider-margin-sp, 1.25rem) auto
    }
}

.divider--dashed {
    border-bottom: dashed 1px #d0d0d0;
    margin: var(--divider-dashed-margin-pc, 2rem) auto
}

@media screen and (max-width: 959px) {
    .divider--dashed {
        margin: var(--divider-dashed-margin-sp, 1.25rem) auto
    }
}

.is-sp-divider {
    display: none
}

@media screen and (max-width: 959px) {
    .is-sp-divider {
        display: block;
        margin: var(--custom-sp-divider-margin, 1.25rem) auto
    }
}

@media screen and (min-width: 960px) {
    .success_stories_container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        max-width: 900px
    }

    .success_stories_box {
        display: flex;
        align-items: flex-start;
        text-decoration: none;
        color: inherit;
        width: calc(50% - 1rem)
    }

    .success_stories_box-image {
        width: 86px;
        height: 86px;
        overflow: hidden;
        margin-right: 0.5rem
    }

    .success_stories_box-content {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 86px - 1rem)
    }

    .success_stories_box-title {
        font-size: 1rem;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 1rem);
        display: block;
        line-height: 1.5rem
    }

    .success_stories_box-text {
        font-size: 0.75rem;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.125rem
    }

    .success_stories_box-user {
        font-size: 0.75rem;
        line-height: 1.125rem
    }
}

@media screen and (max-width: 959px) {
    .success_stories_box {
        display: flex;
        align-items: flex-start;
        text-decoration: none;
        color: inherit;
        width: 100%;
        margin-bottom: 2rem
    }

    .success_stories_box:last-child {
        margin-bottom: 0
    }

    .success_stories_box-image {
        width: 86px;
        height: 86px;
        overflow: hidden;
        margin-right: 0.5rem
    }

    .success_stories_box-content {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: calc(100% - 86px - 10px)
    }

    .success_stories_box-title {
        font-size: 0.9rem;
        font-weight: bold;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 10px);
        line-height: 1.2;
        display: block
    }

    .success_stories_box-text {
        font-size: 0.875rem;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .success_stories_box-user {
        font-size: 0.845rem
    }
}

@media screen and (min-width: 960px) {
    .how_to_container {
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-gap: 2rem
    }

    .how_to_flow_section_subtitle_mb {
        margin-bottom: 1rem
    }

    .how_to_box {
        text-align: center
    }

    .how_to_box_title {
        text-align: center;
        line-height: 150%
    }
}

@media screen and (max-width: 959px) {
    .how_to_container {
        grid-template-columns:1fr
    }

    .how_to_flow_section_subtitle_mb {
        margin-bottom: 0.75rem
    }

    .how_to_box {
        text-align: center;
        margin-bottom: 2rem
    }

    .how_to_box:last-child {
        margin-bottom: 0
    }
}

.fTitle {
    font-size: 1.25rem;
    font-weight: bold;
    color: #636363;
    text-align: center;
    font-style: normal;
    line-height: 1.875rem
}

.ds_btn_small {
    font-size: 0.7rem;
    font-weight: normal;
    margin-left: 0.7rem
}

.register_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 959px) {
    .register_banner {
        display: block
    }
}

.register_banner img {
    max-width: 500px
}

.register_banner .pc_on {
    padding-right: 3rem
}

.register_container {
    margin: 0 auto
}

.register_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 1rem;
    align-self: stretch
}

.register_box a img {
    width: auto
}

.register_here_banner_text {
    line-height: 1.5rem;
    font-weight: bold;
    font-size: 1rem
}

.register_container h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #636363;
    text-align: center;
    font-style: normal;
    line-height: 1.5rem
}

.minor_link {
    color: #636363;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3rem
}

.chg_pt .rb_mb12 {
    margin-bottom: 12px
}

.chg_pt .rb_mb48 {
    margin-bottom: 48px
}

.chg_pt .new_register_btn_pt1 {
    height: 64px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(80deg, #5e83fc 0%, #36a8f1 60%, #26dacb);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    cursor: pointer
}

.chg_pt .new_register_btn_pt2 {
    height: 64px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(80deg, #9b8cfd 0%, #36a8f1 50%, #3adeff);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    cursor: pointer
}

.chg_pt .register_box {
    column-gap: 12px
}

.footer_section_wrap {
    max-width: 900px;
    margin: 0 auto
}

.footer_edit_action_link_div {
    text-align: left
}

.footer_edit_action_link_div p::before {
    content: '■'
}

.footer_links_container {
    overflow: hidden;
    text-align: left
}

.footer_links_container .footer_links_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: inherit
}

@media screen and (max-width: 959px) {
    .footer_links_container .footer_links_wrapper {
        margin-left: -20px
    }

    .footer_links_container .footer_links_wrapper div {
        margin-bottom: 1rem
    }
}

.footer_links_container .footer_links_wrapper p {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 0.75rem
}

.footer_links_container .footer_links_wrapper p a {
    display: inline-block;
    text-decoration: none;
    color: #636363;
    font-size: 0.75rem
}

@media screen and (max-width: 959px) {
    .footer_links_container .footer_links_wrapper p:not(:first-of-type) {
        border-left: 1px solid #636363
    }
}

@media screen and (min-width: 960px) {
    .footer_links_container .footer_links_wrapper p {
        border: none
    }
}

@media screen and (min-width: 960px) {
    .footer_links_container {
        overflow: visible
    }

    .footer_links_container .footer_links_wrapper {
        display: grid;
        grid-template:"top rules sns" 0.7fr "login voice sitemap" 0.7fr / 1.3fr 1.1fr 1fr;
        align-items: flex-start;
        gap: 1.5rem
    }

    .footer_links_container .footer_links_wrapper .sp_on {
        display: none
    }

    .footer_links_container .footer_links_wrapper p {
        display: block;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0.75rem;
        color: #636363;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%
    }

    .footer_links_container .top {
        grid-area: top
    }

    .footer_links_container .rules {
        grid-area: rules
    }

    .footer_links_container .sns {
        grid-area: sns
    }

    .footer_links_container .login {
        grid-area: login
    }

    .footer_links_container .voice {
        grid-area: voice
    }

    .footer_links_container .sitemap {
        grid-area: sitemap
    }
}

.social_and_payment_container {
    color: #636363;
    font-size: 1.4rem
}

.social_and_payment_container .credit_title, .social_and_payment_container .social_title {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.125rem
}

.payment_column .credit_title:before {
    content: '';
    display: inline-block;
    width: 1.41669rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.5rem
}

.social_column .social_title:before {
    content: '';
    display: inline-block;
    width: 0.92856rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.5rem
}

.payment_column .credit_title:before {
    background: url("../nms_img/footer_icon_credit-Pmhc7ha.png") no-repeat;
    background-size: contain;
    height: 1rem
}

.social_column .social_title:before {
    background: url("../nms_img/footer_icon_sns-DpwrgNf.png") no-repeat;
    background-size: contain
}

.payment_items {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap
}

.payment_items img {
    display: block
}

.social_items {
    display: flex;
    align-items: flex-start;
    gap: var(--space-s-12, 12px)
}

.social_items a {
    text-decoration: none
}

.social_items a:last-child {
    margin-right: 0
}

.credit_image {
    max-width: 100%;
    height: auto
}

@media screen and (min-width: 960px) {
    .social_and_payment_container {
        display: grid;
        grid-template-columns:1.3fr 1.1fr 1fr;
        gap: 1.5rem
    }
}

.footer_security_wrap span {
    white-space: nowrap
}

.footer_security_wrap p {
    font-size: 0.75rem;
    line-height: 1.3em
}

.footer_security_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    align-self: stretch
}

.footer_security_container {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start
}

.footer_security_container img {
    height: 4rem
}

.footer_divider {
    border: #CECECE 1px solid;
    width: 100%
}

.h30px {
    height: 30px
}

body#ds_standard_basic {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.43;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 87.5%;
    -webkit-text-size-adjust: none
}

a {
    color: inherit
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    vertical-align: baseline
}

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

#ds_standard_basic ul {
    list-style: none;
    padding: 0
}

li {
    padding: 0
}

#ds_standard_basic input, select {
    vertical-align: middle
}

#ds_standard_basic a {
    -webkit-tap-highlight-color: transparent
}

*:after {
    display: block;
    clear: both
}

.ds_bold {
    font-weight: bold
}

.ds_f_w90 {
    font-size: 90%
}

.ds_mt4p {
    margin-top: 4px
}

.ds_mtb5 {
    margin: 5px 0
}

.ds_ml-20 {
    margin-left: -20px
}

.ds_pt10 {
    padding-top: 10px
}

.ds_pb30 {
    padding-bottom: 30px
}

.ds_pt30 {
    padding-top: 30px
}

.ds_pr10 {
    padding-right: 10px
}

.ds_pl1rem {
    padding-left: 1rem
}

.ds_block {
    display: block
}

.ds_m_center {
    margin: 0 auto
}

.ds_t_center {
    text-align: center
}

.ds_t_left {
    text-align: left
}

.ds_t_right {
    text-align: right
}

.ds_t_width {
    margin: 1.5rem auto;
    width: 60%
}

.ds_w10 {
    width: 10%
}

.ds_w20 {
    width: 20%
}

.ds_w30 {
    width: 30%
}

.ds_w40 {
    width: 40%
}

.ds_w45 {
    width: 45%
}

.ds_w50 {
    width: 50%
}

.ds_w60 {
    width: 60%
}

.ds_w70 {
    width: 70%
}

.ds_w80 {
    width: 80%
}

.ds_w90 {
    width: 90%
}

.ds_w100 {
    width: 100%
}

.ds_pb25 {
    padding-bottom: 25px
}

.ml1rem {
    margin-left: 1rem
}

.ml2rem {
    margin-left: 2rem
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    _overflow: hidden;
    color: #636363
}

img {
    max-width: 100%;
    height: auto
}

ol, ul {
    list-style: none;
    margin: 0
}

.ds_t_j {
    text-align: justify
}

.ds_linkline_none {
    text-decoration: none
}

#ds_bottom_new_registration {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 91px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 5;
    max-width: 960px;
    margin: 0 auto
}

.ds_sp_in_block_m {
    display: inline-block;
    vertical-align: middle
}

#ds_seven_top {
    background: #dfdfdf;
    height: 70px
}

.ds_line_t1 {
    border-top: 1px solid #cecece;
    -webkit-border-top: 1px solid #636363;
    -moz-border-top: 1px solid #636363
}

.happy_logo_wrap {
    display: flex;
    align-items: center;
    vertical-align: center
}

.happy_logo {
    display: flex;
    width: 164px;
    height: auto;
    text-align: left;
    flex-shrink: 0
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.8s;
    transition: 0.8s
}

#contents {
    line-height: 1.8em
}

.ds_popup_1 {
    display: none
}

.cursor_point {
    cursor: pointer
}

header nav {
    width: 80%
}

.header_class {
    display: block !important
}

button {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1
}

.h_font_normal {
    font-weight: normal
}

@media screen and (min-width: 0) and (max-width: 330px) {
    .ds_sp_top_tab input[type="radio"]:checked + .ds_switch_on04, .ds_sp_top_tab input[type="radio"]:checked + .ds_switch_on05, .ds_sp_top_tab label.ds_login_tab {
        font-size: 90%
    }

    .ds_login_page1 input[type="text"], .ds_login_page1 input[type="password"], .ds_login_page1 select {
        font-size: 100%
    }

    #ds_first_main > div:nth-child(2) > p {
        font-size: 80%;
        margin-top: 5px
    }

    #ds_third_top > div:nth-child(3) {
        font-size: 110%
    }
}

.cursor_point {
    cursor: pointer
}

.ds_modal_cntnt {
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%
}

.ds_movie_cancel {
    cursor: pointer;
    position: relative;
    z-index: 1001;
    margin-top: -55px;
    margin-right: -7px
}

.ds_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ds_moviewrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#ds_colum .ds_thum {
    position: relative;
    overflow: hidden;
    width: 100%
}

@media screen and (max-width: 959px) {
    #ds_first_main > div:nth-child(2) {
        top: 15%
    }
}

.ds_w80 {
    width: 80%
}

@media screen and (min-width: 960px) {
    .ds_movie_m {
        width: 70vw;
        height: 39.2vw;
        max-height: 100vh;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .resize_img_70 {
        width: 70%
    }

    .resize_img_60 {
        width: 60%
    }

    .resize_img_50 {
        width: 50%
    }

    .resize_img_30 {
        width: 30%
    }

    .popup_resize {
        left: calc(50% + 125px)
    }
}

button {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1
}

.h_font_normal {
    font-weight: normal
}

@media screen and (max-width: 959px) {
    .w15p {
        width: 15%
    }
}

@media screen and (min-width: 960px) {
    .w15p {
        width: 7%
    }

    .fbend_headtext {
        margin: 0 3rem
    }
}

@media screen and (min-width: 960px) {
    #ds_first_main {
        display: none !important
    }
}

.ds_pt1 {
    padding-top: 1rem
}

.ds_pt2 {
    padding-top: 2rem
}

.ds_pt3 {
    padding-top: 3rem
}

.ds_pt4 {
    padding-top: 4rem
}

.ds_pb1 {
    padding-bottom: 1rem
}

.ds_pb2 {
    padding-bottom: 2rem
}

.ds_pb3 {
    padding-bottom: 3rem
}

.ds_pb4 {
    padding-bottom: 4rem
}

.ds_mt1 {
    margin-top: 1rem
}

.ds_mb0p5 {
    margin-bottom: 0.5rem
}

.ds_mb1 {
    margin-bottom: 1rem
}

.ds_mb2 {
    margin-bottom: 2rem
}

.ds_bg_color_pb {
    background: #E3F4FF
}

.ds_bg_color_lg {
    background: #F4F5F7
}

.ds_blue {
    color: #36a8f1
}

.ds_clear_blue {
    color: #446EAF
}

.ds_main_body {
    padding-left: 5%;
    padding-right: 5%
}

.ds_headline_body h2 {
    font-weight: bold;
    font-size: 1.7rem;
    color: #36a8f1;
    padding-bottom: 2rem;
    margin: 0
}

.ds_headline_body div {
    padding-bottom: 1rem;
    width: 80%;
    margin: auto
}

.ds_link_text {
    font-weight: bold;
    font-size: 1rem;
    color: #636363
}

.ds_link_text::before {
    content: '>'
}

.ds_faq_label {
    background-color: #F4F5F7;
    border-radius: 0.5rem;
    padding: 0.8rem 1.5rem;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 1rem
}

.ds_faq_title {
    font-size: 1rem;
    text-decoration: none
}

.ds_faq_category_container {
    width: 100%
}

.ds_partition {
    width: 80%;
    max-width: 690px;
    margin: 0 auto;
    border: solid 1px #ededed
}

.ds_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ds_blue_btn, .ds_male_btn, .ds_female_btn, .ds_facebook_btn {
    display: inline-block;
    position: relative;
    border-radius: 10rem;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 1rem;
    font-weight: bold;
    max-width: 380px;
    padding: 0.6rem 0;
    text-decoration: none;
    -webkit-transform: none;
    transform: none
}

.ds_male_btn a:visited, .ds_female_btn a:visited, .ds_facebook_btn a:visited {
    text-decoration: none
}

.ds_blue_btn {
    color: #fff !important;
    background: #36a8f1;
    width: 80%;
    margin: 0 auto
}

.ds_male_btn {
    color: #fff !important;
    background: #4F74FF;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ds_female_btn {
    color: #fff !important;
    background: #FF6CA3;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ds_facebook_btn {
    color: #fff !important;
    background: #3B5998;
    width: 86.5%;
    -webkit-box-shadow: 0 2px 0 #273C67;
    box-shadow: 0 2px 0 #273C67;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ds_btn_small {
    font-size: 0.7rem;
    font-weight: normal;
    margin-left: 0.7rem
}

.ds_fb_color {
    color: #3b5998
}

.is-pc-br {
    display: inline
}

@media screen and (max-width: 959px) {
    .is-pc-br {
        display: none
    }
}

.is-sp-txt-align-l {
    text-align: center
}

@media screen and (max-width: 959px) {
    .is-sp-txt-align-l {
        text-align: left
    }
}

.header_class {
    display: block !important
}

header .inner {
    position: relative;
    padding: 0 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    margin: 0 auto
}

.ds_popup_1.ds_popup_body2 {
    display: none;
    background: none;
    box-shadow: none
}

.ds_popup_body2 .note {
    font-size: 0.7rem
}

.ds_popup_body2 .ds_facebook_btn {
    margin-bottom: 0.5rem
}

.ds_popup_1.ds_popup_body2 {
    display: none;
    background: none;
    box-shadow: none
}

.ds_popup_body2 {
    position: fixed;
    z-index: 1000;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #636363;
    box-shadow: 0 0 5px #636363;
    width: 90%;
    max-width: 560px;
    top: 50%;
    height: auto;
    border-radius: 8px;
    padding-bottom: 40px
}

.ds_popup_body2 .ds_18under_cursor {
    width: 44px;
    height: 44px;
    padding: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4d4d4d;
    position: absolute;
    right: 0
}

.ds_popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.ds_popup_bg_pv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.css-cancel {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 2px;
    height: 1.5rem;
    background: #4d4d4d;
    color: #4d4d4d;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.css-cancel:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 1.5rem;
    height: 2px;
    border-radius: 2px;
    transform: translateY(-50%);
    background: #4d4d4d
}

.ds_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.ds_modal_container {
    width: auto;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.ds_modal_cntnt {
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%
}

.ds_modal_container {
    width: auto;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (min-width: 960px) {
    .ds_movie_m {
        width: 70vw;
        height: 39.2vw;
        max-height: 100vh;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }
}

@media screen and (max-width: 959px) {
    .ds_movie_m {
        width: 100vw;
        height: 56vw;
        max-height: 100vh;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .popup_resize {
        left: 50%
    }

    .ds_modal_container {
        width: 100%
    }

    .ds_popup_body2 {
        max-width: 304px
    }
}

.happy_logo_wrap {
    display: flex;
    align-items: center;
    vertical-align: center
}

.happy_logo {
    display: flex;
    width: 124px;
    height: auto;
    text-align: left;
    flex-shrink: 0
}

header nav {
    width: 100%
}

.header_class {
    display: block !important
}

header, nav {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #4d4d4d;
    z-index: 888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

header nav {
    overflow: auto;
    position: fixed;
    top: 0;
    margin-top: 66px;
    right: -100%;
    height: 100%;
    color: #4d4d4d;
    background: #ffffff
}

header.navOpen nav {
    opacity: 1;
    right: 0;
    top: 0
}

header nav#ds_hun_menu1 ul {
    height: 100%;
    margin: 0 auto;
    padding: 0.75rem 1.5rem 0;
    box-sizing: border-box
}

header nav#ds_hun_menu1 ul li {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    height: 2.75rem
}

header nav#ds_hun_menu1 ul li:last-child {
    border-bottom: 0;
    height: 60px;
    padding: 1rem 0
}

header nav#ds_hun_menu1 ul li:last-child {
    text-align: center
}

header nav ul li a {
    width: 100%;
    position: relative;
    display: block;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    color: #4d4d4d
}

header .navBtn2 {
    width: 41px;
    padding-right: 60px;
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 80%;
    letter-spacing: -0.1em;
    margin: 0 auto;
    white-space: nowrap
}

.navBtn2 a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #36a8f1;
    background: #36a8f1;
    width: 100%;
    display: block;
    padding-top: 2px;
    border-radius: 5px
}

.tertiary_btn_s {
    height: 32px;
    border: 1px solid #4d4d4d;
    border-radius: 40px;
    box-sizing: border-box;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 1rem;
    cursor: pointer;
    outline: none;
    gap: 0.5rem;
    text-decoration: none;
    transition: none
}

.tertiary_btn_s a {
    text-decoration: none
}

.header_class .tertiary_btn_s {
    margin: auto 4px auto auto;
    position: relative
}

header .navBtn {
    width: 44px;
    cursor: pointer;
    font-size: 70%;
    text-align: center;
    margin: auto 0
}

header .navBtn span {
    display: block;
    height: 2px;
    width: 1.5rem;
    margin: 0 auto;
    background: #4d4d4d;
    color: #4d4d4d;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.navBtn span:nth-of-type(2), .navBtn span:nth-of-type(3) {
    margin-top: 6px
}

.navBtn span.ds_hun_menu2 {
    content: "閉じる"
}

.navBtn span.ds_hun_menu {
    content: "メニュー"
}

header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg)
}

header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 4px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

header.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg)
}

.ds_header_menu_app {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ds_header_menu_app .icon {
    padding-right: 1rem;
    width: 60px;
    height: 60px
}

.ds_header_menu_app div {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ds_header_menu_app div p {
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    line-height: 1.5;
    color: #4d4d4d;
    font-weight: normal;
    margin-bottom: 4px
}

.ds_header_menu_app div .ds_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem
}

.ds_header_menu_app div .ds_flex a {
    display: block;
    padding-top: 0;
    padding-bottom: 0
}

.ds_header_menu_app div .ds_flex img {
    width: auto;
    height: 28px
}

#ds_first_view {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: inherit
}

.ds_pc_small_body, .ds_pc_body {
    max-width: 600px;
    margin: 0 auto
}

.ds_first_view {
    text-align: center;
    height: 100%;
    max-width: 680px;
    margin: 0 auto
}

.ds_first_view h1 {
    font-size: 0.9rem;
    margin: 0 auto;
    line-height: 1.7
}

.ds_first_view h1 span {
    color: #36a8f1
}

.ds_first_view a {
    text-decoration: none
}

.ds_first_view a:visited {
    text-decoration: none;
    color: #fff
}

.slider {
    display: none
}

.slider.slick-initialized {
    display: block
}

.ds_topics_part {
    text-align: center;
    background-color: #fff;
    padding-bottom: 1.3rem
}

.ds_topics_part .pic {
    width: 40%
}

.ds_topics_part .pic img {
    border-radius: 0.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.ds_topics_part .info {
    width: 50%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ds_topics_part li {
    display: block
}

.ds_topics_part li img {
    width: 100%;
    max-width: none
}

.ds_topics_part li:first-child {
    padding-right: 0.7rem
}

.ds_topics_part .date {
    display: inline-block;
    font-size: 0.9rem;
    color: #636363;
    vertical-align: middle;
    padding-left: 1rem;
    padding-bottom: 0.4rem
}

.ds_topics_part .text {
    line-height: 1.3
}

.topics {
    display: inline-block;
    background-color: #36a8f1;
    text-align: left;
    color: #fff !important;
    font-size: 0.8rem;
    padding: 0 0.3rem;
    position: relative;
    margin-bottom: 0.3rem;
    vertical-align: middle;
    line-height: 1.7
}

.topics:after {
    content: "";
    display: block;
    border-top: 0.67rem solid transparent;
    border-right: 0.67rem solid transparent;
    border-left: 0.67rem solid #36a8f1;
    border-bottom: 0.67rem solid transparent;
    position: absolute;
    top: 0%;
    left: 100%
}

*:after {
    display: block;
    clear: both
}

.slide-dots {
    text-align: center;
    position: relative
}

.slide-dots li {
    display: inline-block;
    margin: 0 0.7rem
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px
}

.slide-dots li button:before {
    font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic';
    content: '●';
    font-size: 0.8rem;
    text-indent: 0px;
    position: absolute;
    color: #bcbcbc;
    top: 0;
    left: -1rem
}

.slide-dots li.slick-active button:before {
    font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic';
    content: '●';
    font-size: 0.8rem;
    color: #656565
}

.ds_howto_base {
    padding-left: 10%;
    padding-right: 10%
}

.ds_howto_base .text1, .ds_howto_base .text2 {
    margin-bottom: 2.5rem
}

.ds_howto_base h3 {
    text-align: center;
    width: auto;
    font-size: 1.25rem;
    color: #36a8f1;
    margin: 0 auto 0.5rem
}

.ds_howto_base h2 {
    font-size: 1.25rem;
    margin: 1rem auto
}

.ds_about_base img {
    width: 40%;
    max-width: 170px
}

.ds_about_base .text1, .ds_about_base .text2 {
    margin-bottom: 2.5rem
}

.ds_about_base {
    padding-left: 5%;
    padding-right: 5%
}

.ds_about_base h2 {
    font-size: 1rem;
    margin: 1rem auto
}

.ds_about_base img {
    width: 45%
}

.ds_about_base .text1, .ds_about_base .text2 {
    margin-bottom: 2.5rem
}

.support_section_title {
    color: #36a8f1 !important;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0.75rem
}

@media screen and (max-width: 959px) {
    .support_section_title {
        font-size: 1.5rem;
        line-height: 1.95rem;
        margin-bottom: 2rem
    }
}

.support_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 100%
}

.support_item {
    width: 12.5rem;
    text-align: center
}

.support_item img {
    margin-bottom: 1rem
}

.support_item p {
    color: #36A8F1;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

@media screen and (max-width: 959px) {
    .support_container {
        gap: 1rem
    }

    .support_item {
        width: 8.25rem;
        text-align: center
    }

    .support_item:nth-child(1) {
        flex-basis: 100%
    }

    .support_item img {
        width: 5.3rem;
        height: 5.3rem;
        margin-bottom: 0.5rem
    }

    .support_item p {
        font-size: 0.75rem
    }
}

.ds_deai_base {
    display: grid;
    grid-template-columns:auto;
    grid-template-rows:1fr 1fr 1fr 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ds_deai_base a {
    text-decoration: none
}

.ds_deai_base a:visited {
    color: #636363;
    text-decoration: none
}

.ds_user_container {
    margin-bottom: 1.5rem;
    background: #fff;
    width: 100%
}

.ds_user_container .pic {
    width: 25%;
    padding-right: 2%;
    max-width: 100px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ds_user_container .text {
    text-align: left;
    width: 73%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ds_user_container .text p {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    margin-top: 0
}

.ds_user_container .title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ds_user_container .main {
    overflow: hidden;
    height: 3.45rem;
    line-height: 1.3;
    position: relative
}

.ds_user_container .main:before, .ds_user_container .main:after {
    background: #fff;
    position: absolute
}

.ds_user_container .main:before {
    content: "…";
    top: 2.34rem;
    right: 0;
    padding: 0 0.3rem
}

.ds_user_container .main:after {
    content: "";
    height: 100%;
    width: 100%;
    display: inline !important
}

.ds_user_container .name {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #636363
}

.ds_area_select {
    position: relative
}

.ds_area_select:before {
    display: block;
    content: " ";
    position: absolute;
    top: 33%;
    right: 7%;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 7px solid transparent;
    border-top: 10px solid #9c9c9c;
    border-radius: 2px;
    pointer-events: none
}

#ds_pc_header {
    display: none
}

.ds_party_grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    background-color: #F4F5F7;
    border-radius: 0.7rem;
    padding: 1.5rem;
    display: grid;
    grid-column-gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    grid-template:"area date date date end" 0.25fr "title title title title title" 0.5fr "pic pic male male_status male_status" 0.25fr "pic pic male_fee male_fee male_fee" 0.25fr "pic pic female female_status female_status" 0.25fr "pic pic female_fee female_fee female_fee" 0.25fr "detail detail detail detail detail" 0.5fr "link link link link link" 0.3fr/ 0.8fr 1.5fr 0.8fr 0.3fr 0.7fr
}

.ds_party_grid .area {
    grid-area: area;
    background-color: #454545;
    border-radius: 0.2rem;
    color: #fff;
    padding: 0.2rem 0;
    max-width: 4rem
}

.ds_party_grid .date {
    grid-area: date;
    text-align: left
}

.ds_party_grid .title {
    grid-area: title;
    font-size: 1.25rem;
    text-align: left;
    font-weight: bold
}

.ds_party_grid .pic {
    grid-area: pic;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 0.5rem
}

.ds_party_grid .pic img {
    border-radius: 0.4rem;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 128px
}

.ds_party_grid .male {
    grid-area: male;
    border: 1px solid #00ADD2;
    border-radius: 0.2rem;
    color: #00ADD2;
    max-width: 4rem
}

.ds_party_grid .male_status {
    grid-area: male_status;
    text-align: left;
    font-weight: bold
}

.ds_party_grid .male_fee {
    grid-area: male_fee;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ds_party_grid .male_fee span {
    font-weight: bold
}

.ds_party_grid .male_fee span span {
    padding-left: 0.2rem;
    font-size: 60%
}

.ds_party_grid .female {
    grid-area: female;
    border: 1px solid #FF90B7;
    border-radius: 0.2rem;
    color: #FF90B7;
    max-width: 4rem
}

.ds_party_grid .female_status {
    grid-area: female_status;
    text-align: left;
    font-weight: bold
}

.ds_party_grid .female_fee {
    grid-area: female_fee;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ds_party_grid .female_fee span {
    font-weight: bold
}

.ds_party_grid .female_fee span span {
    padding-left: 0.2rem;
    font-size: 60%
}

.ds_party_grid .detail {
    grid-area: detail;
    text-align: left;
    font-size: 87.5%
}

.ds_party_grid .link {
    grid-area: link;
    font-weight: bold;
    margin-bottom: 0
}

.ds_party_grid .link a:visited {
    color: #636363
}

.ds_party_grid .end {
    grid-area: end;
    background-color: #F4F5F7;
    border: 2px solid #ff0000;
    border-radius: 0.2rem;
    color: #ff0000;
    font-weight: bold;
    padding: 0.2rem 0;
    max-width: 4rem
}

.ds_party_grid div {
    margin-bottom: 0.8rem
}

.ds_footer {
    background: #efefef;
    padding: 3rem 0
}

@media screen and (max-width: 959px) {
    .ds_footer {
        padding: 2rem 1.25rem
    }
}

.ds_footer p {
    font-size: 0.9rem;
    margin-bottom: 0.7rem
}

.ds_footer_link {
    overflow: hidden;
    text-align: left
}

.ds_footer_link ul {
    margin-left: -20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: inherit
}

.ds_footer_link ul div {
    margin-bottom: 0.4rem
}

.ds_footer_link ul li {
    display: inline;
    border-left: 1px solid #636363;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 1rem
}

.ds_footer_link ul li a {
    display: inline-block;
    text-decoration: none;
    color: #636363;
    font-size: 0.8rem
}

.sp_on {
    display: inline
}

.pc_on {
    display: none
}

.ds_contact_number {
    position: relative;
    border: 1px solid #36a8f1;
    border-radius: 2rem;
    width: 100%;
    max-width: 380px;
    height: 38px;
    margin-left: auto;
    margin-right: auto
}

.ds_cn_width {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    max-width: 174px;
    transform: translate(-50%, -50%)
}

.ds_contact_width {
    width: 100%
}

.ds_contact_base {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem
}

.ds_PV_container {
    background: #F4F5F7;
    border-radius: 0.5rem;
    padding: 2.5rem 2rem;
    text-align: center
}

.ds_PV_base {
    display: block;
    align-content: flex-start;
    justify-content: flex-start
}

.ds_PVCard {
    width: 100%;
    margin-bottom: 1rem
}

.ds_PVCard.-is-wide {
    width: 100%;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 960px) {
    .ds_PVCard.-is-wide.-is-last {
        margin-bottom: 0
    }
}

.ds_PVCard:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.pv_row_mb {
    margin-bottom: 3rem
}

@media screen and (min-width: 960px) {
    .pv_row_mb {
        margin-bottom: 3.75rem
    }
}

.ds_border_dashed {
    border-bottom: dashed 1px #d0d0d0
}

@media screen and (max-width: 1436px) {
    header nav {
        width: 100%
    }

    #ds_first_main {
        display: block !important;
        top: 0;
        position: sticky;
        z-index: 10
    }

    .header_class {
        display: block !important
    }
}

@media screen and (min-width: 1437px) {
    #sp_header {
        display: none !important
    }

    #ds_pc_header {
        background: #ffffff;
        border-bottom: 1px solid #4d4d4d;
        position: sticky;
        display: flex;
        width: 100%;
        height: 80px;
        vertical-align: middle;
        z-index: 150;
        white-space: nowrap
    }

    #ds_pc_header img {
        width: 164px;
        height: auto
    }

    #ds_pc_header .ds_blue_btn {
        width: 9rem;
        font-weight: normal;
        font-size: 1rem
    }

    .g-nav {
        width: 100%;
        z-index: 200;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: sticky;
        top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .g-nav img {
        padding-left: 20px;
        padding-bottom: 5px;
        height: 25px
    }

    .g-nav-menu {
        text-align: left;
        vertical-align: middle;
        padding-right: 24px
    }

    .g-nav-menu li {
        color: #4d4d4d;
        padding: 0 0.5rem;
        list-style-type: none;
        display: inline-block;
        line-height: 1
    }

    .g-nav-menu li a {
        color: #4d4d4d;
        text-decoration: none
    }

    .g-nav-menu .primary_btn {
        height: 32px;
        min-height: 32px;
        border: 1px solid #ffffff;
        border-radius: 40px;
        background: linear-gradient(80deg, #5e83fc 0%, #36a8f1 60%, #26dacb);
        color: #ffffff;
        font-size: 14px;
        font-weight: bold
    }

    .g-nav-menu .tertiary_btn_s {
        height: 32px;
        border: 1px solid #4d4d4d;
        border-radius: 40px;
        color: #4d4d4d;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        padding: 0 1rem;
        cursor: pointer;
        outline: none;
        gap: 0.5rem;
        text-decoration: none;
        transition: none
    }

    .ds_fixed {
        display: block !important;
        position: fixed !important;
        top: 0;
        left: 0
    }

    .ds_fixed .g-nav-menu li {
        line-height: 1.4
    }
}

@media screen and (min-width: 960px) {
    .sp_on {
        display: none
    }

    .pc_on {
        display: inline
    }

    #ds_first_view {
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0 auto;
        position: inherit
    }

    .ds_headline_body h2 {
        padding-bottom: 1rem
    }

    .ds_main_body {
        padding-left: 0;
        padding-right: 0
    }

    #ds_seven_top {
        display: none
    }

    .ds_pc_body {
        max-width: 900px;
        margin: 0 auto
    }

    .ds_pc_small_body {
        max-width: 690px;
        margin: 0 auto
    }

    .ds_topics_base {
        padding: 3rem 0 0
    }

    .ds_topics_base .ds_topics_link {
        margin: 0 auto;
        font-size: 0.8rem;
        font-weight: normal;
        text-align: right;
        position: relative;
        right: 22%;
        top: -50px
    }

    .ds_link_text {
        display: inline-block;
        position: relative;
        border-radius: 10rem;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        font-size: 1rem;
        font-weight: bold;
        max-width: 450px;
        padding: 0.7rem 2.5rem;
        text-decoration: none;
        -webkit-transform: none;
        transform: none;
        color: #636363;
        font-weight: normal;
        width: auto;
        border: solid 1px #636363
    }

    .ds_link_text a:visited {
        text-decoration: none;
        color: #636363
    }

    .ds_link_text::before {
        content: none
    }

    .ds_topics_part {
        background: #F4F5F7;
        border-radius: 0.5rem;
        padding: 1rem;
        margin-bottom: 1rem;
        margin: 0 0.5rem 2rem 0.5rem
    }

    .ds_topics_part .pic {
        width: 40%
    }

    .ds_topics_part .pic img {
        max-width: none
    }

    .ds_topics_part .info {
        width: 60%
    }

    .ds_howto_base {
        padding: 0;
        display: grid;
        grid-column-gap: 2.5rem;
        grid-row-gap: 1rem;
        grid-template:"pic1 pic2 pic3" 1fr "text1 text2 text3" 0.3fr/1fr 1fr 1fr
    }

    .ds_howto_base .pic1 {
        grid-area: pic1
    }

    .ds_howto_base .pic2 {
        grid-area: pic2
    }

    .ds_howto_base .pic3 {
        grid-area: pic3
    }

    .ds_howto_base .text1 {
        grid-area: text1;
        margin-bottom: 0
    }

    .ds_howto_base .text2 {
        grid-area: text2;
        margin-bottom: 0
    }

    .ds_howto_base .text3 {
        grid-area: text3
    }

    .ds_howto_base div {
        margin-bottom: 0
    }

    .ds_howto_base img {
        width: 90%
    }

    .ds_howto_base h2 {
        margin-top: 0
    }

    .ds_about_base {
        padding: 0;
        display: grid;
        grid-column-gap: 2.5rem;
        grid-row-gap: 1rem;
        grid-template:"pic1 pic2 pic3" 0.8fr "text1 text2 text3" 1.3fr/1fr 1fr 1fr
    }

    .ds_about_base .pic1 {
        grid-area: pic1
    }

    .ds_about_base .pic2 {
        grid-area: pic2
    }

    .ds_about_base .pic3 {
        grid-area: pic3
    }

    .ds_about_base .text1 {
        grid-area: text1;
        margin-bottom: 0
    }

    .ds_about_base .text2 {
        grid-area: text2;
        margin-bottom: 0
    }

    .ds_about_base .text3 {
        grid-area: text3
    }

    .ds_about_base div {
        margin-bottom: 0
    }

    .ds_about_base img {
        width: 55%
    }

    .ds_about_base h2 {
        margin-top: 0
    }

    .ds_movie_base {
        display: flex;
        align-content: center;
        justify-content: space-between
    }

    .ds_movie_base .ds_movieCard {
        width: 30%
    }

    .ds_PV_container {
        background: #F4F5F7;
        border-radius: 0.5rem;
        padding: 3rem 1rem;
        text-align: center
    }

    .ds_PV_base {
        display: flex;
        align-content: center;
        justify-content: center;
        gap: 2rem
    }

    .ds_PVCard {
        width: 29%;
        margin-bottom: 1rem
    }

    .ds_PVCard.-is-wide {
        width: 40%
    }

    .ds_border_dashed {
        border-bottom: dashed 1px #d0d0d0
    }

    .ds_PVCard:last-child {
        margin-right: 0
    }

    .ds_user_container {
        margin-bottom: 1.5rem;
        grid-row-gap: 0;
        background: #fff;
        width: 100%
    }

    .ds_user_container .pic {
        width: 25%;
        padding-right: 4%;
        max-width: 100px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .ds_user_container .text {
        text-align: left;
        width: 73%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        overflow: hidden;
        position: relative
    }

    .ds_user_container .text p {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        margin-top: 0
    }

    .ds_user_container .title {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_user_container .main {
        font-size: 0.9rem;
        height: 3.7rem;
        line-height: 1.4;
        position: relative
    }

    .ds_user_container .main:before, .ds_user_container .main:after {
        background: #fff;
        position: absolute
    }

    .ds_user_container .main:before {
        content: "…";
        top: 2.52rem;
        right: 0
    }

    .ds_user_container .main:after {
        content: "";
        height: 100%;
        width: 100%
    }

    .ds_user_container .name {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_deai_base {
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 2rem
    }

    .ds_party_grid {
        max-width: none;
        background-color: #F4F5F7;
        border-radius: 0.7rem;
        padding: 2rem;
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1rem;
        grid-template:"area date date date date date end" 0.5fr "title title title title title title title" 1fr "pic pic male male_status female female_status female_status" 0.5fr "pic pic male_fee male_fee female_fee female_fee female_fee" 0.5fr "pic pic detail detail detail detail detail" 1fr "pic pic detail detail detail detail detail" 1fr "pic pic link link link link link" 0.5fr "pic pic link link link link link" 0.5fr/0.5fr 1.7fr 0.5fr 0.9fr 0.5fr 0.4fr 0.5fr
    }

    .ds_party_grid .area {
        grid-area: area;
        background-color: #454545;
        border-radius: 0.2rem;
        color: #fff;
        padding: 0.2rem 0
    }

    .ds_party_grid .date {
        grid-area: date;
        text-align: left
    }

    .ds_party_grid .title {
        grid-area: title;
        font-size: 1.25rem;
        text-align: left;
        font-weight: bold
    }

    .ds_party_grid .pic {
        grid-area: pic;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%;
        margin-right: 0
    }

    .ds_party_grid .male {
        grid-area: male;
        border: 1px solid #00ADD2;
        border-radius: 0.2rem;
        color: #00ADD2
    }

    .ds_party_grid .male_status {
        grid-area: male_status;
        text-align: left;
        font-weight: bold
    }

    .ds_party_grid .male_fee {
        grid-area: male_fee;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .ds_party_grid .male_fee span {
        font-weight: bold
    }

    .ds_party_grid .female {
        grid-area: female;
        border: 1px solid #FF90B7;
        border-radius: 0.2rem;
        color: #FF90B7
    }

    .ds_party_grid .female_status {
        grid-area: female_status;
        text-align: left;
        font-weight: bold
    }

    .ds_party_grid .female_fee {
        grid-area: female_fee;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .ds_party_grid .female_fee span {
        font-weight: bold
    }

    .ds_party_grid .detail {
        grid-area: detail;
        text-align: justify
    }

    .ds_party_grid .link {
        grid-area: link;
        font-weight: bold
    }

    .ds_party_grid .link a:visited {
        color: #636363
    }

    .ds_party_grid .end {
        grid-area: end;
        background-color: #F4F5F7;
        border: 2px solid #ff0000;
        border-radius: 0.2rem;
        color: #ff0000;
        font-weight: bold;
        padding: 0.2rem 0;
        max-width: 4rem
    }

    .ds_footer_link {
        overflow: visible
    }

    .ds_footer_link ul {
        display: grid;
        grid-template:"top rules sns" 0.7fr "login voice sitemap" 0.7fr / 1.3fr 1.1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start
    }

    .ds_footer_link ul li {
        display: block;
        border: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0.5rem
    }

    .ds_footer_link .top {
        grid-area: top
    }

    .ds_footer_link .rules {
        grid-area: rules
    }

    .ds_footer_link .sns {
        grid-area: sns
    }

    .ds_footer_link .login {
        grid-area: login
    }

    .ds_footer_link .voice {
        grid-area: voice
    }

    .ds_footer_link .sitemap {
        grid-area: sitemap
    }

    .ds_faq_label {
        text-align: center;
        margin: auto;
        margin-bottom: 1rem
    }

    .ds_faq_category_container {
        max-width: 400px;
        margin: auto
    }
}

@media screen and (max-width: 500px) {
    .ds_user_container .main {
        height: 2.3rem
    }

    .ds_user_container .main:before {
        top: 1.17rem
    }
}

a.ds_t_link1, .ds_t_link1 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer
}

a.ds_t_link1:hover, .ds_t_link1:hover {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.ds_login_tab_bottom {
    width: 100%
}

.ds_login_tab_bottom_1 {
    display: none
}

.ds_sp_top_tab input {
    display: none
}

.ds_sp_top_tab label, .ds_sp_top_tab label.ds_login_tab {
    display: block;
    float: left;
    cursor: pointer;
    width: 48.7%;
    margin-left: .7%;
    margin-right: .7%;
    color: #fff;
    background: #b8b8b8;
    font-size: 16px;
    text-align: center;
    line-height: 1.1em;
    transition: 0.8s;
    padding: 10px 0;
    -webkit-transition: 0.8s;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px
}

.ds_sp_top_tab label.ds_login_tab {
    width: 48.7%;
    background: #b8b8b8;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px
}

.ds_sp_top_tab label.ds_login_tab:first-of-type, .ds_sp_top_tab label:first-of-type {
    margin-right: 1.3%;
    margin-left: 0
}

.ds_sp_top_tab label.ds_login_tab:last-of-type, .ds_sp_top_tab label:last-of-type {
    margin-left: 1.3%;
    margin-right: 0;
    float: right
}

.ds_sp_top_tab input[type="radio"]:checked + .ds_switch_on02 {
    background: #36a6ef;
    line-height: 1.1em
}

.ds_sp_top_tab input[type="radio"]:checked + .ds_switch_off02 {
    background: #36a6ef
}

.ds_sp_top_tab input[type="radio"]:checked + .ds_switch_off03 {
    background: #36a6ef
}

.ds_sp_top_tab input[type="radio"]:checked + .ds_switch_on04 {
    background: #36a6ef;
    color: #fff;
    line-height: 1.1em
}

.ds_sp_top_tab input[type="radio"]:checked + .ds_switch_off05 {
    background: #36a6ef;
    color: #fff
}

input[type="radio"]:checked + .ds_switch01 {
    color: #ffffff
}

.ds_web_top_tab input {
    display: none
}

.ds_web_top_tab label {
    display: block;
    float: left;
    cursor: pointer;
    width: 50%;
    margin: 0;
    color: #36a8f1;
    font-size: 16px;
    text-align: center;
    line-height: 1.1em;
    -webkit-transition: .8s;
    transition: .8s;
    padding: 6px 0;
    font-size: 90%
}

.ds_web_top_tab label:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.ds_web_top_tab label:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.ds_web_top_tab input[type="radio"]:checked + .ds_switch_on02 {
    background: #36a8f1;
    color: #ffffff;
    font-size: 90%;
    line-height: 1.1em
}

.ds_web_top_tab input[type="radio"]:checked + .ds_switch_off02 {
    background: #36a8f1;
    color: #ffffff
}

@media screen and (max-width: 959px) {
    .ds_footer_link ul li a {
        margin-bottom: 10px
    }

    .ds_footer_link_div span p a {
        margin-bottom: 10px
    }

    .promotion_movie_text {
        font-size: 0.8rem
    }
}

.ds_bg_color_ad_lg {
    background-color: #f9f9f9
}

.ds_f_color_dg {
    color: #636363
}

.invisible {
    display: none !important
}

a {
    color: #636363
}

.ds_t_white {
    color: #fff !important
}

.ds_pt1p5 {
    padding-top: 1.5rem
}

.ds_mt2 {
    margin-top: 2rem
}

.sp_block {
    display: block
}

.pc_block {
    display: none
}

.ds_Breadcrumbs {
    background: #efefef;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.ds_Breadcrumbs span {
    display: inline-block;
    margin-right: 0.5rem
}

.breadcrumbs_container {
    background: #efefef
}

.breadcrumbs_spacer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0.75rem
}

.breadcrumbs_spacer span {
    margin: 0
}

.ds_common_btn_bottom a {
    font-weight: normal
}

.ds_page_count .here {
    font-weight: bold
}

.ds_page_count span {
    padding: 0 0.3rem
}

.ds_page_count .fraction span {
    padding: 0
}

.ds_headline_body {
    margin: 2.5rem 0 1rem
}

.ds_pc_body {
    padding-left: 5%;
    padding-right: 5%
}

.slider {
    display: none
}

.slider.slick-initialized {
    display: block
}

.ds_topics_part, .ds_topics_part_small {
    text-align: center;
    background-color: #fff;
    padding-bottom: 1.3rem
}

.ds_topics_part .pic, .ds_topics_part_small .pic {
    width: 90%;
    margin: 0 auto 1rem
}

.ds_topics_part .pic img, .ds_topics_part_small .pic img {
    border-radius: 0.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.ds_topics_part .info, .ds_topics_part_small .info {
    width: 90%;
    margin: 0 auto
}

.ds_topics_part li, .ds_topics_part_small li {
    display: block
}

.ds_topics_part li img, .ds_topics_part_small li img {
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.ds_topics_part li:first-child, .ds_topics_part_small li:first-child {
    padding-right: 0
}

.ds_topics_part .date, .ds_topics_part_small .date {
    display: inline-block;
    font-size: 0.9rem;
    color: #636363;
    vertical-align: middle;
    padding-top: 0.1rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem
}

.ds_topics_part .text, .ds_topics_part_small .text {
    line-height: 1.3;
    text-align: justify
}

.ds_category_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    margin-bottom: 2rem
}

.ds_category_container form {
    margin-bottom: 0
}

.ds_category_select {
    height: 35px;
    width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgba(100, 100, 100, 0.8);
    border: solid 1px #636363;
    border-radius: 0.4rem;
    margin-bottom: 0;
    -webkit-appearance: none
}

.ds_area_select {
    position: relative
}

.ds_area_select:before {
    display: block;
    content: " ";
    position: absolute;
    top: 65%;
    right: 7%;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 7px solid transparent;
    border-top: 10px solid #9c9c9c;
    border-radius: 2px;
    pointer-events: none
}

.ds_topics_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px
}

.ds_topics_part_small {
    width: 48%;
    max-width: 300px;
    margin: 0;
    padding-bottom: 2rem
}

.ds_topics_part_small .pic {
    width: 100%;
    margin: 0 auto 0.7rem
}

.ds_topics_part_small .pic img {
    border-radius: 0.8rem;
    -o-object-fit: cover;
    object-fit: cover
}

.ds_topics_part_small .info {
    width: 100%;
    margin: 0 auto
}

.ds_topics_part_small .info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.3rem
}

.ds_topics_part_small li {
    display: block
}

.ds_topics_part_small li img {
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.ds_topics_part_small li:first-child {
    padding-right: 0
}

.ds_topics_part_small .date {
    text-align: right;
    display: inline-block;
    font-size: 0.9rem;
    color: #636363;
    vertical-align: middle
}

.ds_topics_part_small .text {
    line-height: 1.3
}

.ds_topics_part_small.is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

*:after {
    display: block;
    clear: both
}

.slide-dots {
    text-align: center;
    position: relative
}

.slide-dots li {
    display: inline-block;
    margin: 0 0.7rem
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px
}

.slide-dots li button:before {
    font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic';
    content: '●';
    font-size: 0.8rem;
    text-indent: 0px;
    position: absolute;
    color: #bcbcbc;
    top: 0;
    left: -1rem
}

.slide-dots li.slick-active button:before {
    font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic';
    content: '●';
    font-size: 0.8rem;
    color: #656565
}

.ds_deai_detail_base {
    text-align: left
}

.ds_deai_detail_base .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 1rem;
    border-bottom: solid 1.5px #ededed;
    color: #636363
}

.ds_deai_detail_base .profile .pic {
    width: 10%;
    min-width: 40px;
    margin-right: 0.5rem
}

.ds_deai_detail_base .text {
    margin-top: 0.5rem;
    border-bottom: solid 1.5px #ededed
}

.ds_deai_detail_base .text .date {
    text-align: right;
    display: block
}

.ds_deai_detail_base .text .date:before {
    background: url("../nms_img/web_icon2-YWPxqwJ.png") no-repeat;
    background-size: contain;
    height: 0.7rem;
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    padding-right: 0.3rem
}

.ds_deai_detail_base .text .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem
}

.ds_pc_date {
    display: none
}

.ds_party_detail {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    border-bottom: solid 1.5px #ededed
}

.ds_party_detail div:nth-child(5) {
    margin-bottom: 0.4rem
}

.ds_party_detail .area_date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ds_party_detail .area {
    background-color: #454545;
    border-radius: 0.2rem;
    color: #fff;
    padding: 0.2rem 0.6rem;
    width: auto;
    margin-right: 1rem;
    margin-bottom: 0
}

.ds_party_detail .date {
    text-align: left;
    margin-bottom: 0
}

.ds_party_detail .title {
    font-size: 1.25rem;
    text-align: left;
    font-weight: bold
}

.ds_party_detail .pic {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ds_party_detail .pic img {
    border-radius: 0.5rem
}

.ds_party_detail .male_part {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.ds_party_detail .male {
    border: 1px solid #00ADD2;
    border-radius: 0.2rem;
    padding: 0.2rem 0.6rem;
    color: #00ADD2;
    max-width: 4rem;
    margin-right: 0.5rem
}

.ds_party_detail .male_status {
    text-align: left;
    font-weight: bold
}

.ds_party_detail .male_fee {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 50%
}

.ds_party_detail .male_fee span {
    font-weight: bold
}

.ds_party_detail .female_part {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.ds_party_detail .female {
    border: 1px solid #FF90B7;
    border-radius: 0.2rem;
    padding: 0.2rem 0.6rem;
    color: #FF90B7;
    max-width: 4rem;
    margin-right: 0.5rem
}

.ds_party_detail .female_status {
    text-align: left;
    font-weight: bold
}

.ds_party_detail .female_fee {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 50%
}

.ds_party_detail .female_fee span {
    font-weight: bold
}

.ds_party_detail .fee_part {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5rem
}

.ds_party_detail .detail {
    text-align: left;
    font-size: 87.5%
}

.ds_party_detail .link {
    font-weight: bold;
    margin-bottom: 0
}

.ds_party_detail .link a:visited {
    color: #636363
}

.ds_party_detail .end {
    background-color: #fff;
    border: 2px solid #ff0000;
    border-radius: 0.2rem;
    color: #ff0000;
    font-weight: bold;
    padding: 0.2rem 0.6rem;
    margin: 1rem 0 0.5rem
}

.ds_party_detail div {
    margin-bottom: 1rem
}

.ds_venue {
    border-bottom: solid 1.5px #ededed
}

.ds_venue h1 {
    margin-bottom: 1rem
}

.ds_venue p {
    text-align: left
}

.ds_venue .attention {
    color: #636363
}

.ds_entry_requirement {
    border-bottom: solid 1.5px #ededed
}

.ds_entry_requirement h1 {
    margin-bottom: 1rem
}

.ds_entry_requirement p {
    margin-bottom: 1rem
}

.ds_entry_requirement div {
    margin-bottom: 0.5rem
}

.ds_entry_requirement p, .ds_entry_requirement div {
    text-align: left
}

.ds_entry_requirement .male {
    border: 1px solid #00ADD2;
    border-radius: 0.2rem;
    padding: 0.2rem 0.6rem;
    color: #00ADD2;
    max-width: 4rem;
    margin-right: 0.5rem
}

.ds_entry_requirement .female {
    border: 1px solid #FF90B7;
    border-radius: 0.2rem;
    padding: 0.2rem 0.6rem;
    color: #FF90B7;
    max-width: 4rem;
    margin-right: 0.5rem
}

.ds_footer {
    background: #efefef
}

.ds_footer p {
    font-size: 0.9rem;
    margin-bottom: 0.7rem
}

@media screen and (max-width: 500px) {
    .ds_user_container .main {
        height: 2.3rem
    }

    .ds_user_container .main:before {
        top: 1.17rem
    }
}

@media screen and (min-width: 960px) {
    .ds_topics_base {
        padding: 0
    }

    .ds_topics_base .ds_topics_link {
        margin: 0 auto;
        font-size: 0.8rem;
        font-weight: normal;
        text-align: right;
        position: relative;
        right: 22%;
        top: -50px
    }

    .ds_category_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        max-width: none;
        margin: 0 auto 2rem
    }

    .ds_category_container form {
        margin-bottom: 0
    }

    .ds_topics_part, .ds_topics_part_small {
        background: #fff;
        border-radius: 0.5rem;
        padding: 1rem;
        margin-bottom: 1rem;
        margin: 0 0.5rem 2rem 0.5rem
    }

    .ds_topics_part .text, .ds_topics_part_small .text {
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 1.4
    }

    .ds_topics_part .pic, .ds_topics_part_small .pic {
        width: auto
    }

    .ds_topics_part .info, .ds_topics_part_small .info {
        width: auto
    }

    .ds_topics_container {
        max-width: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ds_topics_part_small {
        width: 33%;
        max-width: 270px;
        margin: 0;
        padding: 0 0 2rem 0
    }

    .ds_topics_part_small .text {
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 1.3;
        text-decoration: underline
    }

    .ds_topics_part_small .info .flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ds_deai_base {
        display: block
    }

    .ds_deai_base .ds_flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ds_user_container {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        grid-row-gap: 0;
        background: #fff;
        width: 100%;
        border-bottom: solid 1px #ededed
    }

    .ds_user_container .pic {
        width: 25%;
        padding-right: 0;
        max-width: 100px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .ds_user_container .text {
        text-align: left;
        width: 80%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        overflow: hidden
    }

    .ds_user_container .text p {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        margin-top: 0
    }

    .ds_user_container .title {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_user_container .main {
        height: 3.7rem;
        line-height: 1.4;
        position: relative
    }

    .ds_user_container .main:before, .ds_user_container .main:after {
        background: #fff;
        position: absolute
    }

    .ds_user_container .main:before {
        content: "…";
        top: 2.52rem;
        right: 0
    }

    .ds_user_container .main:after {
        content: "";
        height: 100%;
        width: 100%
    }

    .ds_user_container .name {
        text-align: right;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_deai_detail_base {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ds_deai_detail_base .profile {
        width: 25%;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 1rem;
        border-bottom: none;
        color: #636363
    }

    .ds_deai_detail_base .profile .pic {
        width: 80%;
        max-width: 200px;
        margin-right: 0.5rem;
        margin-bottom: 1rem
    }

    .ds_deai_detail_base .text {
        width: 72%;
        margin-top: 0;
        border-bottom: solid 1.5px #ededed
    }

    .ds_deai_detail_base .text .date {
        display: none
    }

    .ds_pc_date {
        display: block;
        text-align: right
    }

    .ds_pc_date:before {
        background: url("../nms_img/web_icon2-YWPxqwJ.png") no-repeat;
        background-size: contain;
        height: 0.7rem;
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: middle;
        padding-right: 0.3rem
    }

    .ds_user_voice .ds_flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ds_user_voice .ds_user_container:last-child {
        border-bottom: none
    }

    .ds_party_detail .party_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ds_party_detail .party_info .pic {
        width: 40%
    }

    .ds_party_detail .party_info .info {
        width: 55%
    }

    .ds_party_detail .party_info .title {
        padding-bottom: 1rem;
        border-bottom: solid 1.5px #ededed
    }

    .ds_party_detail .party_info .end {
        margin-top: 0
    }
}

.ds_tab_box {
    width: 100%;
    color: #fff;
    position: relative;
    clear: both;
    *zoom: 1;
    border-bottom: 3px solid #36a8f1;
    -webkit-border-bottom: 3px solid #36a8f1;
    -moz-border-bottom: 3px solid #36a8f1
}

.ds_tab_box:after, .ds_tab_box:before {
    content: "";
    display: table
}

.ds_tab_box:after {
    clear: both
}

input[type="radio"]:checked + .ds_switch01 {
    color: #ffffff
}

.ds_web_top_tab input {
    display: none
}

.ds_web_top_tab label {
    display: block;
    float: left;
    cursor: pointer;
    width: 50%;
    margin: 0;
    color: #36a8f1;
    font-size: 16px;
    text-align: center;
    line-height: 1.1em;
    -webkit-transition: .8s;
    transition: .8s;
    padding: 6px 0;
    font-size: 90%
}

.ds_web_top_tab label:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.ds_web_top_tab label:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.ds_web_top_tab input[type="radio"]:checked + .ds_switch_on02 {
    background: #36a8f1;
    color: #ffffff;
    font-size: 90%;
    line-height: 1.1em
}

.ds_web_top_tab input[type="radio"]:checked + .ds_switch_off02 {
    background: #36a8f1;
    color: #ffffff
}

@media screen and (max-width: 959px) {
    .ds_h1_title_1_1 {
        font-size: 160% !important
    }

    .breadcrumbs_over {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_headline_body div {
        width: 90%
    }

    .ds_f_w80 {
        font-size: 80%
    }
}

@media screen and (min-width: 960px) {
    .ds_h1_title_1_1 {
        font-size: 180% !important
    }
}

.ds_sitemap_container {
    display: block
}

.ds_sitemap_category {
    margin-bottom: 2.5rem
}

.ds_sitemap_category a {
    text-decoration: none
}

.ds_sitemap_title {
    margin-bottom: 0.5rem
}

.ds_sitemap_item {
    background: #F4F5F7;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.5rem 0
}

.ds_sitemap_item div {
    padding: 1rem 0 1rem 1.5rem;
    font-size: 1rem;
    border-bottom: dashed 1px #d0d0d0
}

.ds_sitemap_item div:last-child {
    border-bottom: none
}

@media screen and (max-width: 500px) {
    .ds_user_container .main {
        height: 2.3rem
    }

    .ds_user_container .main:before {
        top: 1.17rem
    }
}

.ds_affi_reward_flow {
    padding-right: 0;
    padding-left: 0;
    display: block
}

.ds_affi_reward_flow .arrow {
    transform: rotate(0)
}

.ds_affi_reward_flow ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem
}

.ds_affi_reward_flow ul li {
    text-align: center;
    margin-bottom: 0.5rem
}

.ds_affi_reward_flow ul li p {
    margin-bottom: 0.5rem
}

.ds_affi_reward_flow ul li .ds_bold {
    text-align: left
}

.ds_affi_reward_flow ul li img {
    max-width: 150px;
    width: 100%
}

.ds_affi_reward_flow ul li:first-child {
    width: 35%
}

.ds_affi_reward_flow ul li:last-child {
    width: 55%
}

.ds_affi_reward_flow .arrow {
    margin-bottom: 1rem
}

.ds_affi_plan_introduction {
    padding-left: 5%;
    padding-right: 5%
}

.ds_affi_plan_introduction ul {
    display: block
}

.ds_affi_plan_introduction ul li {
    width: 100%;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 1rem
}

.ds_affi_plan_introduction ul li p {
    margin-bottom: 0.5rem
}

.ds_affi_plan_introduction ul li:last-child {
    padding-top: 2rem;
    border-bottom: none
}

.ds_affi_banner {
    display: block;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 2rem
}

.ds_affi_banner .banner_text {
    padding-top: 1rem
}

.ds_affi_banner .ds_sp_table_t {
    text-align: center
}

#color-picker-wrapper {
    width: 100%;
    max-width: 350px
}

.ds_affi_banner_select_btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    transition: .2s
}

.ds_affi_banner_select_btn:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer
}

.color-white {
    background-color: #fff;
    border: solid 1px #939393
}

.color-black {
    background-color: #939393;
    border: solid 1px #939393
}

.color-blue {
    background-color: #36A8F1;
    border: solid 1px #36A8F1
}

.color-green {
    background-color: #22C03B;
    border: solid 1px #22C03B
}

.color-yellow {
    background-color: #E5D600;
    border: solid 1px #E5D600
}

.color-pink {
    background-color: #E71919;
    border: solid 1px #E71919
}

.ds_fb_register_base {
    display: block
}

.ds_fb_register_base div {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #d0d0d0
}

.ds_fb_register_base div:last-child {
    border-bottom: none
}

@media screen and (min-width: 960px) {
    .sp_block {
        display: none
    }

    .pc_block {
        display: block
    }

    .ds_headline_body {
        margin: 3rem 0 2rem
    }

    .ds_topics_base {
        padding: 0
    }

    .ds_topics_base .ds_topics_link {
        margin: 0 auto;
        font-size: 0.8rem;
        font-weight: normal;
        text-align: right;
        position: relative;
        right: 22%;
        top: -50px
    }

    .ds_category_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        max-width: none;
        margin: 0 auto 2rem
    }

    .ds_category_container form {
        margin-bottom: 0
    }

    .ds_topics_part, .ds_topics_part_small {
        background: #fff;
        border-radius: 0.5rem;
        padding: 1rem;
        margin-bottom: 1rem;
        margin: 0 0.5rem 2rem 0.5rem
    }

    .ds_topics_part .text, .ds_topics_part_small .text {
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 1.4
    }

    .ds_topics_part .pic, .ds_topics_part_small .pic {
        width: auto
    }

    .ds_topics_part .pic img, .ds_topics_part_small .pic img {
        height: 230px
    }

    .ds_topics_part .info, .ds_topics_part_small .info {
        width: auto
    }

    .ds_topics_container {
        max-width: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ds_topics_part_small {
        width: 33%;
        max-width: 270px;
        margin: 0;
        padding: 0 0 2rem 0
    }

    .ds_topics_part_small .pic img {
        height: 8rem
    }

    .ds_topics_part_small .text {
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 1.3;
        text-decoration: underline
    }

    .ds_topics_part_small .info .flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ds_deai_base {
        display: block
    }

    .ds_deai_base .ds_flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ds_user_container {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        grid-row-gap: 0;
        background: #fff;
        width: 100%;
        border-bottom: solid 1px #ededed
    }

    .ds_user_container .pic {
        width: 25%;
        padding-right: 0;
        max-width: 100px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .ds_user_container .text {
        text-align: left;
        width: 83%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        overflow: hidden
    }

    .ds_user_container .text p {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        margin-top: 0
    }

    .ds_user_container .title {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_user_container .main {
        height: 3.7rem;
        line-height: 1.4;
        position: relative
    }

    .ds_user_container .main:before, .ds_user_container .main:after {
        background: #fff;
        position: absolute
    }

    .ds_user_container .main:before {
        content: "…";
        top: 2.52rem;
        right: 0
    }

    .ds_user_container .main:after {
        content: "";
        height: 100%;
        width: 100%
    }

    .ds_user_container .name {
        text-align: right;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .ds_deai_detail_base {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ds_deai_detail_base .profile {
        width: 21%;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 1rem;
        border-bottom: none;
        color: #636363;
        padding-left: 3rem
    }

    .ds_deai_detail_base .profile .pic {
        width: 80%;
        max-width: 200px;
        margin-right: 0.5rem;
        margin-bottom: 1rem
    }

    .ds_deai_detail_base .text {
        width: 72%;
        margin-top: 0;
        border-bottom: solid 1.5px #ededed
    }

    .ds_deai_detail_base .text .date {
        display: none
    }

    .ds_pc_date {
        display: block;
        text-align: right
    }

    .ds_pc_date:before {
        background: url("../nms_img/web_icon2-YWPxqwJ.png") no-repeat;
        background-size: contain;
        background-position: center;
        height: 0.9rem;
        content: '';
        display: inline-block;
        width: 1rem;
        vertical-align: middle;
        padding-right: 0.2rem
    }

    .ds_user_voice .ds_flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ds_user_voice .ds_user_container .text {
        width: 83%
    }

    .ds_user_voice .ds_user_container:last-child {
        border-bottom: none
    }

    .ds_party_detail .party_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ds_party_detail .party_info .pic {
        width: 40%
    }

    .ds_party_detail .party_info .info {
        width: 55%
    }

    .ds_party_detail .party_info .title {
        padding-bottom: 1rem;
        border-bottom: solid 1.5px #ededed
    }

    .ds_party_detail .party_info .end {
        margin-top: 0
    }

    .ds_sitemap_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ds_sitemap_left {
        width: 48%
    }

    .ds_sitemap_right {
        width: 48%
    }

    .ds_content_property .ds_text_item {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .ds_content_property .ds_text_item .content_top, .ds_content_property .ds_text_item .content_bottom {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ds_content_property .ds_text_item div {
        border-bottom: none
    }

    .ds_content_property .ds_flex {
        width: 47%;
        height: 150px
    }

    .ds_content_property .ds_flex img {
        max-width: 144px
    }

    .ds_content_property .ds_flex div {
        width: 60%
    }

    .ds_content_property .ds_flex div h1 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: left
    }

    .ds_content_property .ds_flex div p {
        margin-bottom: 0
    }

    .ds_affiliate {
        width: 100%;
        height: 300px;
        border-radius: 0.5rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom
    }

    .ds_fb_img {
        width: 100%;
        height: 300px;
        border-radius: 0.5rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .ds_affi_reward_flow {
        padding-right: 10%;
        padding-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ds_affi_reward_flow .arrow {
        transform: rotate(-90deg)
    }

    .ds_affi_reward_flow ul {
        display: block;
        width: 27%
    }

    .ds_affi_reward_flow ul li {
        text-align: center;
        margin-bottom: 0.5rem
    }

    .ds_affi_reward_flow ul li p {
        margin-bottom: 0.5rem
    }

    .ds_affi_reward_flow ul li .ds_bold {
        text-align: center
    }

    .ds_affi_reward_flow ul li img {
        max-width: none;
        width: 50%
    }

    .ds_affi_reward_flow ul li:first-child {
        width: 100%
    }

    .ds_affi_reward_flow ul li:last-child {
        width: 100%
    }

    .ds_affi_plan_introduction ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .ds_affi_plan_introduction ul li {
        width: 47.5%;
        border-bottom: none
    }

    .ds_affi_plan_introduction ul li:last-child {
        padding-top: 0
    }

    .ds_affi_banner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .ds_affi_banner .ds_sp_table_t {
        text-align: left
    }

    .ds_affi_banner .banner_img {
        width: 48%
    }

    .ds_affi_banner .banner_text {
        width: 48%;
        padding-top: 0
    }

    .ds_affi_rank_frame {
        width: 100%;
        max-width: 500px
    }

    .ds_affi_rank_frame2 {
        width: 100%;
        max-width: 300px
    }

    .ds_fb_register_base {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .ds_fb_register_base div {
        width: 30%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }
}

@media screen and (max-width: 374px) {
    .ds_topics_container {
        display: block
    }

    .ds_topics_container .ds_topics_part_small {
        width: 100%;
        max-width: none
    }
}

.ds_mb3 {
    margin-bottom: 3rem
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.ds_text_container {
    margin-bottom: 1.5rem
}

.ds_text_container a {
    text-decoration: none
}

.ds_text_title {
    margin-bottom: 1.5rem;
    font-size: 1rem
}

.ds_text_item {
    background: #F4F5F7;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem
}

.ds_text_item div {
    padding: 0.7rem 0 0.7rem 0;
    border-bottom: dashed 1px #d0d0d0
}

.ds_text_item div .title {
    font-weight: bold;
    font-size: 1rem;
    padding-top: 0.5rem
}

.ds_text_item div p {
    margin-bottom: 1rem
}

.ds_text_item div a {
    text-decoration: underline
}

.ds_text_item div a:last-child p {
    margin-bottom: 0
}

.ds_text_item h1 {
    text-align: center;
    margin-top: 2rem
}

.ds_text_item li {
    margin-bottom: 1rem
}

.ds_text_item li:first-child {
    padding-top: 0.7rem
}

.ds_text_item li:last-child {
    margin-bottom: 0;
    padding-bottom: 0.7rem
}

.ds_text_item div:last-child {
    border-bottom: none
}

.ds_link_item {
    background: #F4F5F7;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem
}

.ds_link_item .wrap {
    padding: 0.7rem 0 0.7rem 0
}

.ds_link_item .wrap div {
    margin-bottom: 1rem
}

.ds_link_item .wrap div:last-child {
    margin-bottom: 0
}

.ds_link_item .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem
}

.ds_link_item .wrap a {
    text-decoration: underline
}

.ds_link_item h1 {
    text-align: center;
    margin-top: 2rem
}

.ds_faq_text div {
    padding: 1.4rem 0
}

.ds_small_text {
    font-size: 0.7rem
}

.row {
    display: table-row
}

.row > div {
    display: table-cell;
    padding: 0;
    border: none
}

.row_sub {
    border: none !important;
    padding-bottom: 0 !important
}

.br_p {
    margin: 0 !important
}

.qa_af_title {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem
}

.notcopy {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none
}

.ds_text_item_privacy {
    background: #F4F5F7;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem
}

.ds_text_item_privacy div .title {
    font-weight: bold;
    font-size: 1rem;
    padding-top: 0.5rem
}

.ds_text_item_privacy div p {
    margin-bottom: 1rem
}

.ds_text_item_privacy div a {
    text-decoration: underline
}

.ds_text_item_privacy div a:last-child p {
    margin-bottom: 0
}

.ds_text_item_privacy h1 {
    text-align: center;
    margin-top: 2rem
}

.ds_text_item_privacy div:last-child {
    border-bottom: none
}

#ds_kaso_base2, .ds_kaso_waku {
    width: 90%;
    max-width: 600px;
    margin: 0 auto
}

.ds_pt40 {
    padding-top: 40px
}

.ds_pt20 {
    padding-top: 20px
}

.ds_pb20 {
    padding-bottom: 20px
}

.ds_ptb30 {
    padding: 30px 0
}

.ds_h1_title_1, .ds_h1_title_1_1, .ds_h1_title_2 {
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 20px !important;
    text-align: center !important;
    color: #36a8f1 !important;
    letter-spacing: 0.1em !important
}

.ds_h1_title_1 {
    font-size: 180% !important
}

.ds_h1_title_font_weight_n {
    font-weight: normal
}

.ds_h1_title_margin_zero {
    margin: 0
}

.ds_h1_title_center {
    text-align: center;
    width: 100%
}

.ds_border_t_lr10 {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px
}

.ds_border_b_lr10 {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px
}

.ds_mlr20 {
    margin: 0 20px
}

.ds_f_w80 {
    font-size: 80%
}

.ds_f_w110 {
    font-size: 110%
}

.ds_f_w115 {
    font-size: 115%
}

.ds_f_w120 {
    font-size: 120%
}

.ds_f_w130 {
    font-size: 130%
}

.ds_f_w140 {
    font-size: 140%
}

.ds_f_w150 {
    font-size: 150%
}

.ds_f_w180 {
    font-size: 180%
}

.ds_f_w190 {
    font-size: 190%
}

.fz_0_875rem {
    font-size: 0.875rem
}

.fz_1rem {
    font-size: 1rem !important
}

.fz_1_25rem {
    font-size: 1.25rem
}

.ds_fz_1_2rem {
    font-size: 1.2rem
}

.ds_fz_1_35rem {
    font-size: 1.35rem
}

.ds_border_b_1 {
    border-bottom: 1px dashed #d0d0d0;
    -webkit-border-bottom: 1px dashed #d0d0d0;
    -moz-border-bottom: 1px dashed #d0d0d0
}

.ds_mt10 {
    margin-top: 10px
}

.ds_plr20 {
    padding: 0 20px
}

.ds_plr5 {
    padding-left: 5%;
    padding-right: 5%
}

.ds_ptb15 {
    padding: 16px 0 11px
}

.ds_mlr10 {
    margin: 0 10px
}

.ds_plr3 {
    padding: 0 3px
}

.ds_pb10 {
    padding-bottom: 10px
}

.ds_w33 {
    width: 32%
}

@media screen and (max-width: 300px) {
    .ds_w33 {
        width: 30%
    }
}

.ds_diary_img_base {
    background: #F4F5F7;
    border-radius: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    width: 100%
}

.ds_diary_img {
    width: 90%;
    max-width: 590px;
    vertical-align: bottom
}

.ds_mlr15 {
    margin: 0 15px
}

.ds_kaso_waku2 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%
}

.ds_web_f_color_blue {
    color: #36a3ec;
    font-weight: bold;
    font-size: 120%
}

.ds_ptb20 {
    padding: 20px 0
}

.ds_f_w120 {
    font-size: 120%
}

.ds_left_page1 {
    width: 100%
}

.ds_left_page1 > p > span {
    display: block;
    padding-left: 2.5%;
    padding-right: 2.5%
}

.ds_left_page1 > p.ds_monney_nedan_box, .ds_left_page2 > p.ds_monney_nedan_box, .ds_left_page2 > p.ds_monney_nedan_box1 {
    display: table;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.ds_left_page1 > p.ds_monney_nedan_box > span:nth-child(odd), .ds_left_page2 > p.ds_monney_nedan_box > span:nth-child(odd), .ds_left_page2 > p.ds_monney_nedan_box1 > span:nth-child(odd) {
    display: table-cell;
    padding-left: 2.5%;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%
}

.ds_left_page2 > p.ds_monney_nedan_box1 > span:nth-child(odd) {
    padding-bottom: 0
}

.ds_left_page1 > p.ds_monney_nedan_box > span:nth-child(even), .ds_left_page2 > p.ds_monney_nedan_box > span:nth-child(even), .ds_left_page2 > p.ds_monney_nedan_box1 > span:nth-child(even) {
    display: table-cell;
    padding-right: 2.5%;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30%
}

.ds_left_page2 > p.ds_monney_nedan_box1 > span:nth-child(even) {
    padding-bottom: 0
}

.ds_left_page2 {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 20px
}

.ds_bg_color_pw {
    background: #f7f7f7
}

#ds_left_page1 > div > ul > li > img, .ds_left_page2 > ul > li > img {
    display: block
}

#ds_left_page1 .ds_left_page2 {
    margin: 10px 0;
    padding-bottom: 10px
}

#ds_left_page1 .ds_left_page2:nth-child(3) {
    margin: 10px 0
}

#ds_left_page1 .ds_left_page2:nth-child(4) {
    margin: 10px 0
}

.ds_left_page2 a, .ds_left_page2 a.ds_t_link1 {
    font-size: 80%;
    display: block;
    color: #636363
}

.ds_left_page2 a.ds_t_link1 {
    font-size: 72%
}

.ds_left_page2 .ds_header_menu_app {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ds_left_page2 .ds_header_menu_app p {
    text-align: left;
    color: #636363
}

.ds_left_page2 .ds_header_menu_app .icon {
    padding-right: 3%;
    width: 28%
}

.ds_left_page2 .ds_header_menu_app .ds_flex a {
    display: block;
    padding-bottom: 0
}

.ds_left_page2 .ds_header_menu_app .ds_flex img {
    width: 90%;
    padding-right: 5%
}

.ds_mb20 {
    margin-bottom: 20px
}

.ds_mt30 {
    margin-top: 30px
}

.mb_0_25rem {
    margin-bottom: 0.25rem
}

.mb_0_5rem {
    margin-bottom: 0.5rem
}

.mb_0_75rem {
    margin-bottom: 0.75rem
}

.mb_1rem {
    margin-bottom: 1rem
}

.mb_1_25rem {
    margin-bottom: 1.25rem
}

.mb_1_5rem {
    margin-bottom: 1.5rem
}

.mb_2rem {
    margin-bottom: 2rem
}

.ds_border_1 {
    border: 1px solid #636363;
    -webkit-border: 1px solid #636363;
    -moz-border: 1px solid #636363
}

.ds_border_1b {
    border: 1px solid #36a8f1;
    -webkit-border: 1px solid #36a8f1;
    -moz-border: 1px solid #36a8f1
}

.ds_border_ra10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.ds_mb30 {
    margin-bottom: 30px
}

.ds_p5 {
    padding: 5px
}

.ds_p1rem {
    padding: 1rem
}

.ds_ptb5 {
    padding: 5px 0
}

.ds_mt20 {
    margin-top: 20px
}

.ds_mt40 {
    margin-top: 40px
}

.ds_pt15 {
    padding-top: 15px
}

.ds_pl10 {
    padding-left: 10px
}

.ds_mb5 {
    margin-bottom: 5px
}

.ds_pl20 {
    padding-left: 20px
}

.ds_pl20p {
    padding-left: 20%
}

.ds_mas_space {
    padding-left: 1em;
    text-indent: -1em
}

.ds_plr2 {
    padding-left: 2rem;
    padding-right: 1.5rem
}

.ds_ml10 {
    margin-left: 10px
}

.ds_line_h {
    line-height: 1.7em
}

.ds_w40 {
    width: 40%
}

.ds_sp_contents_t, .ds_sp_table_m, .ds_sp_table_t, .ds_sp_table_t_1 {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds_sp_table_t_1 p:nth-child(1) {
    display: table-cell;
    vertical-align: top
}

.ds_sp_table_t_1 p:nth-child(2) {
    display: table-cell;
    vertical-align: top
}

.ds_sp_table_t li {
    display: table-cell;
    vertical-align: top
}

.ds_sp_table_m li {
    display: table-cell;
    vertical-align: middle
}

.ds_f_color_b {
    color: #36a8f1
}

.ds_w30 {
    width: 30%
}

.ds_border_t_2 {
    border-top: 1px solid #d0d0d0;
    -webkit-border-top: 1px solid #d0d0d0;
    -moz-border-top: 1px solid #d0d0d0
}

.ds_content_property .content_top, .ds_content_property .content_bottom {
    padding-top: 0;
    padding-bottom: 0
}

.ds_content_property .ds_flex {
    justify-content: space-around
}

.ds_content_property .ds_flex img {
    width: 28%;
    max-width: 105px;
    padding-right: 1rem
}

.ds_content_property .ds_flex div {
    width: 65%
}

.ds_content_property .ds_flex div h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: left
}

.ds_content_property .ds_flex div p {
    margin-bottom: 0
}

.ds_login_page1 {
    margin: 0 auto;
    max-width: 300px
}

.ds_login_page1 input[type="text"], .ds_login_page1 input[type="tel"], .ds_login_page1 input[type="email"], .ds_login_page1 input[type="password"] {
    width: 100%;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 13px 8px;
    color: #4d4d4d;
    border: solid 1px #7a7a7a;
    -webkit-border: solid 1px #7a7a7a;
    -moz-border: solid 1px #7a7a7a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 120%
}

.ds_login_page1 .pass_block input[type="text"], .ds_login_page1 .pass_block input[type="password"] {
    padding: 13px 32px 13px 8px
}

.ds_login_page1 input[type="text"]:focus, .ds_login_page1 input[type="tel"]:focus, .ds_login_page1 input[type="email"]:focus, .ds_login_page1 input[type="password"]:focus {
    border-color: #36a8f1;
    outline: 0
}

.ds_login_page1 :-ms-input-placeholder {
    color: #7a7a7a
}

.ds_login_page1 ::-webkit-input-placeholder {
    color: #7a7a7a
}

.ds_login_page1 :-ms-input-placeholder {
    color: #7a7a7a
}

.ds_login_page1 ::-moz-placeholder {
    color: #7a7a7a
}

.ds_login_page1 label.ds_ado_sentaku {
    position: relative
}

.ds_login_page1 label.ds_ado_sentaku:before {
    display: block;
    content: " ";
    position: absolute;
    top: 68%;
    right: 7%;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 5px solid transparent;
    border-top: 8px solid #9c9c9c;
    pointer-events: none
}

.ds_login_page1 select {
    width: 65%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 30%;
    margin-right: 5%;
    padding: 13px 5%;
    color: #4d4d4d;
    border: solid 0 #fff;
    -webkit-border: solid 0 #fff;
    -moz-border: solid 0 #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ededed;
    font-size: 120%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.login_div {
    box-sizing: border-box;
    color: #4d4d4d;
    width: 90%;
    margin: 0 auto
}

.login_div .pass_block label, .login_div .custom label {
    float: left;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1
}

.login_div a {
    color: #4d4d4d
}

.ds_mb15 {
    margin-bottom: 15px
}

input[type=checkbox] {
    display: inline-block;
    margin-right: 6px
}

input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer
}

@media (min-width: 1px) {
    input[type=checkbox] {
        display: none;
        margin: 0
    }

    input[type=checkbox] + label {
        padding-left: 24px
    }

    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: #fff;
        border-radius: 4px
    }

    input[type=checkbox] + label::before {
        border: 1px solid #a6a6a6
    }

    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block
    }

    input[type=checkbox]:checked + label::after {
        left: 4px;
        width: 11px;
        height: 7px;
        margin-top: -5px;
        border-left: 2px solid #36a8f1;
        border-bottom: 2px solid #36a8f1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.ds_mt60 {
    margin-top: 60px
}

.ds_mt25 {
    margin-top: 25px
}

.mtb_1 {
    margin-top: 1rem;
    margin-bottom: 0.5rem
}

.fv_base {
    margin: 1.5rem 0 2rem;
    padding: 0 5%
}

.fv_base .title_bold {
    font-size: 1.1rem
}

.large_text {
    font-size: 1.1rem
}

.title_d {
    width: 100%
}

.topics_d {
    display: inline-block;
    height: 1.6rem;
    background-color: #36a8f1;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    padding: 0 0.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    line-height: 1.7
}

.topics_d:after {
    content: "";
    display: block;
    border-top: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid #36a8f1;
    border-bottom: 0.8rem solid transparent;
    position: absolute;
    top: 0%;
    left: 100%
}

.title_bold {
    font-weight: bold;
    line-height: 2rem
}

.small_text {
    font-size: 1rem
}

.normal_text {
    font-size: 0.95rem;
    line-height: 1.7
}

.video-container {
    margin: 1rem 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.staff_box {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.staff_box .category {
    width: 4rem;
    white-space: nowrap
}

.staff_box .acter {
    width: 20rem
}

.staff_box .acter span {
    display: inline-block;
    line-height: 1.7
}

.info_base {
    background-color: #e0e0e0;
    padding: 1.5rem 0 0
}

.info_head {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    border-bottom: dashed 2px #cdcdcd
}

.af_base {
    padding: 1rem 0
}

.af_icon {
    width: 16%
}

.info_title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #36a8f1;
    margin: 0.5rem 0
}

.info_content {
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto
}

.info_content img {
    width: 100%;
    margin: 0.5rem 0 0.2rem
}

.info_content .normal_text {
    margin-top: 0.5rem;
    line-height: 2.5rem
}

.move_btn span {
    display: inline-block
}

.move_btn {
    border: 1px solid #36a8f1;
    background-color: #36a8f1;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    padding: 3% 5%;
    font-size: 1.0rem;
    margin: 1.5rem auto 2.5rem;
    width: 90%;
    color: #fff;
    cursor: pointer
}

.topics_link {
    line-height: 1.7;
    color: #686868;
    text-decoration: none
}

.move_border {
    border-bottom: dashed 1px #686868;
    margin-top: 2em;
    margin-bottom: 2em
}

.menu_box a {
    text-decoration: none
}

.menu_box {
    display: inline-flex;
    justify-content: center
}

.menu_box p {
    color: #36a8f1;
    font-size: 1rem;
    margin: 0 1rem
}

#ds_kaso_base {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 20px
}

.ds_mb1rem {
    margin-bottom: 1rem
}

.ds_mb2rem {
    margin-bottom: 2rem
}

.topic_bg_gray {
    padding: 1rem;
    background-color: #e5e5e5;
    border-radius: 0.5rem
}

.ds_flex_d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    justify-content: flex-start
}

.ds_td_underline {
    text-decoration: underline
}

.font14 {
    font-size: 14px
}

@media screen and (min-width: 960px) {
    .resize_85 {
        width: 85%
    }

    .resize_15 {
        width: 15%
    }

    .fv_base .title_bold {
        font-size: 1.4rem
    }

    .large_text {
        font-size: 1.5rem
    }

    .title_bold {
        font-weight: bold;
        line-height: 2.5rem
    }

    .normal_text {
        font-size: 1.25rem
    }
}

.small_text_d {
    font-size: 1rem
}

@media screen and (max-width: 500px) {
    .small_text_d {
        font-size: 12px;
        letter-spacing: 0
    }
}

@media screen and (max-width: 375px) {
    .small_text_d {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .small_text_d {
        font-size: 10px
    }
}

.ds_pt2rem {
    padding-top: 2rem
}

.ds_mb10 {
    margin-bottom: 10px
}

.ds_mt2rem {
    margin-top: 2rem
}

.ds_mt25rem {
    margin-top: 2.5rem
}

.contents_h2 {
    font-size: 1.4em
}

.ds_w60 {
    width: 60%
}

.ds_font_bgYellow {
    background-color: #fffab5
}

.pt1rem {
    padding-top: 1rem
}

.pb1rem {
    padding-bottom: 1rem
}

.ds_col_blue {
    color: #36a8f1;
    text-decoration: none
}

.ds_mb2_5rem {
    margin-bottom: 2.5rem
}

.ds_mb3rem {
    margin-bottom: 3rem
}

.ds_pb15rem {
    padding-bottom: 1.5rem
}

.ds_grad_btn {
    display: inline-block;
    position: relative;
    background: linear-gradient(to left, #83C7BF, #36A8F1);
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    max-width: 400px;
    padding: 1.1rem 0;
    text-decoration: none
}

.ds_grad_btn p {
    color: #fff
}

.ds_grad_btn p:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 8.7px 5px 0px 5px;
    border-color: #fff transparent transparent transparent
}

.important_red {
    color: #ff0000
}

.ds_pb1rem {
    padding-bottom: 1rem
}

.omitted {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100px
}

.ds_f_left {
    float: left
}

.ds_mr15 {
    margin-right: 15px
}

.ds_mr1rem {
    margin-right: 1rem
}

.ds_f_w70 {
    font-size: 70%
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
    .g-nav-menu li {
        padding: 0 0.3rem
    }

    #ds_pc_header .ds_blue_btn {
        width: 7rem;
        font-size: 0.8rem
    }
}

@media screen and (min-width: 1025px) and (max-width: 1190px) {
    .g-nav-menu li {
        padding: 0 0.5rem
    }

    #ds_pc_header .ds_blue_btn {
        width: 7.5rem;
        font-size: 0.9rem
    }
}

.ds_w_fit-content {
    width: fit-content
}

.privacy_japhic_width {
    width: 100px
}

@media screen and (min-width: 960px) {
    .about_diary {
        margin-top: 1rem !important;
        margin-bottom: 1.4rem !important
    }
}

.overflow_wrap_break_word {
    overflow-wrap: break-word
}

.long_url {
    word-break: break-all
}

.ds_mt15 {
    margin-top: 1.5rem
}

.ds_mb15 {
    margin-bottom: 1.5rem
}

.login_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.login_bnr img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto
}

@media screen and (max-height: 400px) {
    .login_bnr {
        display: none
    }
}

.ds_ytWrapper {
    position: relative;
    width: 100%
}

.ds_ytWrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.ds_ytWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ds_content_base {
    width: 100%
}

.back_color_gray {
    background-color: #F2F2F2
}

.topic_sub_title {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #707070;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem
}

.ds_picture_area {
    padding: 1rem 0.5rem 0 0.5rem
}

.ds_text_topics_small {
    font-size: 0.8rem;
    line-height: 1.5rem
}

.ds_text_topics_medium {
    font-size: 0.9rem;
    line-height: 1.5rem
}

.ds_text_p_tb06 {
    padding: 0 0.6rem
}

.text_common_bold_black {
    font-weight: bold;
    color: #000000
}

.ds_container {
    background: #F4F5F7;
    border-radius: 0.5rem
}

.ds_container-padding1 {
    padding: 2rem 0 2rem
}

.ds_headline3 {
    font-weight: normal;
    font-size: 1.25rem
}

.ds_borderList {
    text-align: left
}

.ds_borderList_element {
    display: flex;
    border-bottom: dashed 1px #d0d0d0;
    padding: 1rem 0 1rem
}

.ds_borderList_element:first-of-type {
    border-top: dashed 1px #d0d0d0
}

.ds_borderList_element-date {
    width: 15%;
    margin-bottom: 0
}

.ds_borderList_element-text {
    width: 85%
}

.ds_borderList_element-text img {
    margin-top: 0.5rem
}

.ds_borderList_container-img {
    display: flex
}

.ds_borderList_container-img p {
    margin-right: 0.5rem
}

.ds_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.ds_modal_container {
    width: auto;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.ds_headline_body div {
    padding-bottom: 1rem;
    width: 100%;
    margin: auto
}

@media screen and (max-width: 960px) {
    .ds_container-padding1 {
        padding: 1.5rem 1rem 1.5rem
    }

    .ds_borderList_element {
        display: block
    }

    .ds_borderList_element-date {
        width: 100%;
        margin-bottom: 0.5rem
    }

    .ds_borderList_element-text {
        width: 100%
    }

    .ds_modal_container {
        width: 100%
    }
}

.ds_lightgray_box {
    background: #F4F5F7;
    padding: 1rem
}

.ds_topics_tieup_cd_img {
    display: block;
    width: 70%;
    margin: auto
}

.ds_border_box {
    padding: 1rem;
    border: #000000 1px solid
}

.ds_footer_link_box {
    border: solid 2px #EBECED;
    border-radius: 6px;
    padding: 1.5rem;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto
}

.ds_footer_box_text {
    font-size: 0.9rem;
    text-align: left;
    color: #000
}

.itemize_list ul {
    margin-left: 1.5rem
}

.itemize_list ul > li {
    text-align: left;
    list-style: outside disc
}

.itemize_list ul > li > p {
    margin-bottom: 0.5rem
}

.itemize_list ul > li:last-child {
    margin-bottom: 2rem
}

.sub_title_underline {
    text-decoration: underline;
    font-weight: bold;
    color: #000
}

.sub_title_underline ul > li > a {
    color: #000
}

.blue_label_block {
    background: #E4E4E4;
    position: relative;
    padding: 1rem;
    text-align: left
}

.blue_label_block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    border-left: 15px solid #55BEF9
}

.blue_label_block:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    border-left: 15px solid #36A8F1
}

.blue_label_block_text {
    color: #000;
    font-size: 1.1rem;
    padding: 0 0.5rem
}

.pass_block {
    position: relative
}

.pass_view_block {
    display: none;
    position: absolute;
    width: 16px;
    top: 71%;
    right: 0.5rem;
    align-items: center;
    line-height: 1
}

.popup_error_padd {
    padding: 20px 0 0 20px
}

.ds_popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.female_popup_btn, .male_popup_btn {
    display: block;
    height: 44px;
    max-width: 240px;
    border: 1px solid #4d4d4d;
    border-radius: 40px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: none;
    transform: none;
    color: #4d4d4d !important;
    margin: 16px auto
}

.reg_renewal_title {
    font-weight: bold;
    font-size: 1.25rem;
    color: #4d4d4d;
    margin-bottom: 2rem
}

.bg_color_black {
    background: #212121 !important
}

.bg_color_black:before {
    background: #212121 !important
}

.reg_popup_space {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.reg_popup_text {
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1
}

.reg_popup_text p:last-child {
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: 0.25rem
}

.under_age_text {
    font-size: 0.75rem;
    line-height: 1;
    color: #4d4d4d
}

@media screen and (min-width: 960px) {
    .female_popup_btn, .male_popup_btn {
        height: 4rem;
        max-width: 320px
    }

    .reg_popup_text {
        font-size: 1.25rem
    }

    .reg_popup_text p:last-child {
        margin-top: 0.5rem
    }

    .reg_renewal_title {
        font-size: 1.5rem
    }
}

.model_2024_ambassador_sms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 60%
}

.text_left {
    text-align: left !important
}

.is-sp-br {
    display: none
}

@media screen and (max-width: 959px) {
    .is-sp-br {
        display: inline
    }
}

.section_title {
    color: #36a8f1 !important;
    text-align: center;
    font-style: normal;
    font-weight: bold
}

.section_subtitle {
    color: #636363;
    font-style: normal;
    font-weight: bold
}

.section_spacer {
    margin: 0 auto
}

.desc_text {
    color: #636363;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem
}

.section_even_bg_color {
    background-color: #f9f9f9
}

.section_bg_color_dark_gray {
    background-color: #dfdfdf
}

@media screen and (min-width: 960px) {
    .section_spacer {
        max-width: 900px;
        padding: 3rem 0
    }

    .section_title {
        font-size: 2rem;
        font-weight: bold;
        line-height: 3rem
    }

    .section_subtitle {
        text-align: center;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.875rem
    }
}

@media screen and (max-width: 959px) {
    .section_spacer {
        padding: 2rem 1.25rem
    }

    .section_title {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 2.25rem
    }

    .section_subtitle {
        text-align: center;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.875rem
    }
}

.bg_color_white {
    background-color: #fff
}

.grecaptcha-badge {
    display: none
}

.y_p48 {
    padding: 48px 0
}

.pt12 {
    padding-top: 12px
}

.pt32 {
    padding-top: 32px
}

.pt48 {
    padding-top: 48px
}

.pb48 {
    padding-bottom: 48px
}

.login_help {
    padding-bottom: 12px
}

.login_title {
    font-size: 2rem;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 1.5
}

.hidden {
    display: none
}

#login_btn {
    margin: 0 auto;
    height: 64px;
    width: 98%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(80deg, #5e83fc 0%, #36a8f1 60%, #26dacb);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    cursor: pointer
}

#ds_kaso_base2.member_login {
    padding: 48px 0
}

.ds_login_bottom p a {
    font-size: 0.75rem
}

.login_err_text_box {
    text-align: left;
    margin: 0 auto;
    padding-top: 1rem;
    padding-left: 1rem;
    max-width: 300px
}

@media screen and (min-width: 960px) {
    #ds_kaso_base2.member_login {
        padding: 72px 0
    }

    .ds_login_page1 {
        max-width: 400px
    }

    .login_help {
        padding-bottom: 16px
    }

    .login_err_text_box {
        max-width: 400px
    }
}

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

.profile_img {
    width: 45%;
    padding: 0 8px;
    box-sizing: border-box
}

.profile_desc {
    width: 55%;
    padding: 0 8px;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .profile_container {
        flex-direction: column
    }

    .profile_img {
        width: 70%
    }

    .profile_desc {
        width: 100%
    }
}

.onboarding-title-pad {
    padding-top: 4.875rem;
    padding-bottom: 1rem
}

.profile_description_text {
    font-size: 1rem;
    line-height: 1.7
}
