@charset "utf-8";
/*-----------------------------------------------------------------
PC/SP
------------------------------------------------------------------*/
.spOnly {
    display: block;
}
.pcOnly {
    display: none;
}
@media screen and (min-width: 769px) {
    .spOnly {
        display: none;
    }
    .pcOnly {
        display: block;
    }
}

/*-----------------------------------------------------------------
TOTOP
------------------------------------------------------------------*/
#fixed_btn_wrap {
    position: relative;
}
.fixed_btn {
    position: fixed;
    width: 45px;
    border: none;
    margin: 12px;
    bottom: 0;
    right: 4px;
    z-index: 99;
    transition: 0.5s;
    cursor: pointer;
}
.fixed_btn img {
    position: absolute;
    width: 45px;
    opacity: 0;
    bottom: 0;
    right: 4px;
}

.fixed_btn.active img {
    opacity: 1;
    pointer-events: auto;
}
button.fixed_btn.active img:nth-child(1) {
    display: none;
}
@media (any-hover: hover) {
    button.fixed_btn.active:hover img:nth-child(1) {
        display: block;
    }
    button.fixed_btn.active:hover img:nth-child(2) {
        display: none;
    }
}
@media (hover: none) {
    button.fixed_btn.active.is-touch_active img:nth-child(1) {
        display: block;
    }
    button.fixed_btn.active.is-touch_active img:nth-child(2) {
        display: none;
    }
}

/*-----------------------------------------------------------------
header
------------------------------------------------------------------*/
.header {
    width: 100%;
    /*height: 90px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999;
    translate: 0;
    transition: translate ease 0.4s;
}
.header.is-hidden {
    translate: 0 -120%;
}
.logo_sony_wrap {
    height: 32px;
    padding: 0 12px;
    background: #003366;
}
.logo_sony_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 32px;
}
.logo_sony_inner a {
    display: inline-block;
    width: 72px;
    margin: 0;
    line-height: 1;
}
.header__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 #ebebeb;
}
.nav_info {
    display: inline-flex;
    width: 100%;
    height: 58px;
    align-items: center;
    background: #fff;
}
.nav_info_link {
    display: none;
}
.nav_info_logo {
    width: 175px;
}
.nav_info_link {
    display: none;
}
.global_nav_box {
    width: 90%;
    height: 100%;
    padding: 0;
    margin: 0 0 0 10%;
    background-color: #fff;
    overflow-y: scroll;
}
/* .global_nav_main:first-child > a {
    border-bottom: 2px solid #e8e8e8;
} */
.global_nav_main > a {
    position: relative;
    padding: 0 0 0 20px;
    border-right: none;
    border-bottom: 2px solid #e8e8e8;
}
.global_nav_inner li {
    position: relative;
    display: inline-block;
}
.global_nav_main {
    position: relative;
    min-width: 100%;
    text-align: left;
/*    font-size: 1.6rem;*/
    font-size: calc(12px + 4 * ((100vw - 300px) / 165));
    font-weight: 700;
    line-height: 4;
}
.global_nav_main a {
    display: block;
}
.global_nav_child {
    position: static;
    width: 100%;
    height: 100%;
    overflow: auto;
    color: #333; /* 文字色 */
    opacity: 1;
    font-weight: normal;
    visibility: hidden;
    transition: visibility 0.4s ease;
}
.header__nav.active .global_nav_child {
    visibility: visible;
}
.hover:hover::after {
    display: none;
}
.global_nav_child_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.list_child_cont {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: unset;
    background: #fff;
    border-bottom: 2px solid #e8e8e8;
}
.global_nav_emph {
    background: #ebf5f6;
}
.list_child_cont a {
    position: relative;
    padding: 15px 30px;
    text-align: left;
    font-size: 1.4rem;
    /*font-size: calc(10px + 4 * ((100vw - 300px) / 165));*/
    font-weight: 700;
}
li.global_nav_main > a::after,
.list_child_cont a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #267989;
}

.sp_link_wrapper li.sp_link_box {
    display: block;
    width: 80%;
    margin: 24px auto;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
}
li.sp_link_box a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
}
li.sp_link_box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #333333;
}
.sp_close_box {
    width: 100%;
    bottom: 90px;
    padding: 14px 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    border: none;
    background-color: #ebebeb;
}
.sp_close_box .inner {
    position: relative;
    display: block;
    width: 50px;
    margin: 0 auto;
    text-align: right;
}
.sp_close_box .inner-text::before,
.sp_close_box .inner-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 14px;
    background: #333;
}
.sp_close_box .inner-text::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sp_close_box .inner-text::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 58px;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    visibility: hidden;
    background-color: #ffffff;
    transition: visibility ease 0.4s;
}

/* ハンバーガーメニュー */
.header__hamburger {
    display: grid;
    place-content: center;
    width: min(45px,100%);
    max-width: 40px;
    height: 40px;
    padding: 0;
}

.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}
.hamburger span {
    width: 24px;
    height: 3px;
    background-color: #333333;
    position: relative;
    transition: ease 0.4s;
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    margin: 6px 0;
}

.hamburger span:nth-child(3) {
    top: 0;
}
.header__nav.active {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(0);
    overflow-y: scroll;
    height: calc(100vh - 90px);
    visibility: visible;
}

.hamburger.active span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: -12px;
    transform: rotate(-45deg);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .global_nav_main {
        font-size: 1.6rem;
    }
    .list_child_cont a {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1025px) {
    .header {
        /*height: 145px;*/
        box-shadow: 0 2px 10px 0 #ebebeb;
    }
    .header.is-hidden {
        translate: 0 -200%;
    }
    .header__inner {
        position: static;
        height: fit-content;
        box-shadow: none;
    }
    .header__nav {
        min-width: 1042px;
        top: 100px;
        transform: initial;
        height: inherit;
        display: flex;
        justify-content: end;
        width: 100%;
        transition: none;
        background-color: #ffffff;
        box-shadow: 0 2px 10px 0 #ebebeb;
        visibility: unset;
    }
    _::-webkit-full-page-media, _:future, :root .header__nav {
            height: auto;
    }
    .header__nav.active {
        background-color: #ffffff;
        height: auto;
        overflow: unset;
    }
    .logo_sony_wrap {
        height: 36px;
        padding: 0 12px;
        background: #003366;
    }
    .nav_info {
        width: 1214px;
        height: 64px;
        margin: 0 auto;
        padding: 0 12px;
    }
    .logo_sony_inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1000px;
        margin: 0 auto;
        height: 32px;
    }
    .logo_sony_inner a {
        display: inline-block;
        width: 74px;
        margin: 0;
        line-height: 1.2;
    }

    .nav_info {
        display: flex;
        justify-content: space-between;
    }
    .nav_info_logo {
        display: inline-block;
        width: 224px;
        margin: 15px 0;
        margin-left: 95px;
    }
    .nav_info_link {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 1.3rem;
        padding: 0 92px 0 0;
    }
    .nav_info_link > li:nth-child(odd) {
        padding: 0 20px 0 0;
    }
    .js-focus-trap {
        display: none;
    }

    /* global_nav
--------------------------------------------*/
    .global_nav_inner {
        position: relative;
        height: 64px;
        box-shadow: 0 2px 10px 0 #ebebeb;
    }
    .global_nav_box {
        width: 1029px;
        margin: 0 auto;
        padding: 20px 12px;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
    }
    .global_nav_box_inner {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .global_nav_main {
        position: static;
    }
    .global_nav_main {
        position: static;
    }
    /* .global_nav_line {
        width: 1px;
        height: 21px;
        margin-top: 4px;
        background-color: #ddd;
    } */
    .global_nav_main > a {
        padding: 0;
        border-bottom: none;
    }

    li.global_nav_main > a::after,
    .list_child_cont a::after {
        content: none;
    }
    .global_nav_inner li {
        display: inline-block;
    }
    .global_nav_main {
        display: inline-block;
        min-width: fit-content;
        padding-inline: 37px;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 160%;
        border-left: 1px solid #ddd;
    }
    .global_nav_main:last-child {
        border-right: 1px solid #ddd;
    }
    .global_nav_main a {
        display: block;
    }

    .global_nav_child {
        width: 100%;
        position: absolute;
        height: 100vh;
        overflow: hidden;
        top: 74%;
        left: 0;
        color: #333; /* 文字色 */
        font-weight: normal;
        background: rgb(0, 51, 102, 0.8); /* 背景色 */
        visibility: visible;
        display: none; /* 下層メニューを非表示 */
    }

    .hover.is-show:focus-within::after,
    .hover.is-show:hover::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #003366 transparent;
        border-width: 0px 5px 10px 5px;
        margin: 0 auto;
        padding-top: 10px;
        /*opacity: 0.8;*/
    }
    .hover:has(:not(.is-show))::after {
        display: none;
    }
    .list_child_name {
        width: 100%;
        max-width: 984px;
        margin: 24px auto;
        text-align: left;
        font-size: 1.6rem;
        color: #ffffff;
    }
    .global_nav_child_box {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-width: 984px;
        margin: 0 auto;
    }
    .list_child_cont {
        width: 32%;
        max-width: 308px;
        margin: 0 0 24px 0;
        border-radius: 3px;
        background: #fff;
    }
    .list_child_cont a {
        position: relative;
        padding: 15px;
        text-align: center;
    }
    .list_child_cont a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: rotate(45deg) translateY(-50%);
        width: 6px;
        height: 6px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #267989;
    }
    .hamburger {
        display: none;
    }

    /* グロナビ ホバー PC */
    .global_nav_main > a {
        position: relative;
    }
    .global_nav_main > a:hover::before {
        content: "";
        position: absolute;
        border-bottom: 3px solid #267989;
        width: 90%;
        left: 4%;
        bottom: -8px;
    }
    .global_nav_main .list_child_cont a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 769px) {
    .header__nav.active,
    .global_nav_box {
        overflow-y: unset;
    }
}

@media screen and (min-width: 1025px) {
    .spOnlyNav {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .pcOnlyNav {
        display: none;
    }
    .global_nav_main a:where(:focus-visible),.sp_close_box:where(:focus-visible) {
        outline-offset: -3px;
    }
}

/*-----------------------------------------------------------------
main
------------------------------------------------------------------*/
img {
    width: 100%;
}
/* @media screen and (min-width: 769px) {
    .main {
        min-width: 1042px;
    }
} */

/*-----------------------------------------------------------------
footer
------------------------------------------------------------------*/

.footer {
    width: 100%;
    padding: 42px 0 0 0;
    /*height: 245px;*/
    border-top: 2px solid #d9d9d9;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer_info li {
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 1;
}
.footer_info .footer_center[class] {
    width: 100%;
    text-align: center;
}
.footer_info .footer_border-none[class] {
    border-right: none;
}
.footer_info li:not(:last-child) {
    border-right: 1px solid #c9c9c9;
}

.footer_info_btn {
    width: 100%;
}
.footer_info_btn a {
    position: relative;
    display: block;
    width: 80%;
    max-width: 208px;
    margin: 24px auto;
    padding: 16px 0;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
}
.footer_info_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #333333;
}
.footer_logo {
    max-width: 270px;
    margin: 0 auto;
}
.footer_logo img {
    width: 100%;
}
.footer .copy {
    padding: 4px 0;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    background-color: #003366;
}
@media screen and (min-width: 769px) {
    .footer {
        height: auto;
        padding: 0;
        border-top: 2px solid #d9d9d9;
    }
    .footer_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        max-width: 540px;
        margin: 0 auto;
        padding: 20px 0 0;
    } /*
    .footer_info{order: 2;margin: 12px 0;}
    .footer_info_btn{order: 3;}
    .footer_logo{order: 1; width: 270px; margin: 0;}
*/
    .footer_info {
        margin: 12px 0;
    }
    .footer_logo {
        width: 270px;
        margin: 0;
    }
    .footer_info_btn a {
        display: grid;
        place-content: center;
        width: 160px;
        height: 60px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 398px) {
    .footer_info li {
        font-size: 2.7vw;
    }
}

/*--------------------
共通パーツ
-----------------------------------------*/
.cont_header_img {
    position: relative;
    max-width: 347px;
    margin: 0 auto;
    /*    padding: 60px 0 0 0;*/
    line-height: 1;
}
.cont_header {
    text-align: center;
    margin: 12px 0 24px 0;
    padding: 0;
}
.cont_txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
}
.cont_txt_l {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
}
.bt_wrap {
    margin: 20px 0;
}
.bt_pt1,
.bt_pt1_blank,
.bt_pt1_arrowB,
.bt_pt2,
.bt_pt2_blank {
    position: relative;
    display: block;
    width: 60vw;
    max-width: 320px;
    margin: 0 auto;
    padding: 17px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border: 2px solid #267989;
    border-radius: 3px;
    background-color: #267989;
}
.bt_pt1::after,
.bt_pt2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ffffff;
}
.bt_pt1_arrowB::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(135deg) translateY(50%);
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ffffff;
}

.bt_pt1:hover,
.bt_pt1_blank:hover,
.bt_pt1_arrowB:hover,
.bt_pt2:hover,
.bt_pt2_blank:hover {
    color: #267989;
    cursor: pointer;
    border: 2px solid #267989;
    border-radius: 3px;
    background-color: #fff;
}
.bt_pt1:hover::after,
.bt_pt2:hover::after,
.bt_pt1_arrowB:hover::after {
    border-color: #267989;
}

img.ico_blank {
    position: absolute;
    top: 35%;
    right: 20px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.bt_pt1_blank:hover img.ico_blank {
    filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(315%) hue-rotate(142deg) brightness(86%)
        contrast(91%);
}

.bt_pt2,
.bt_pt2_blank {
    color: #000000;
    border: 2px solid #267989;
    border-radius: 3px;
    background-color: #ffffff;
}
.bt_pt2::after {
    border-color: #267989;
}

._primaryGreen {
    margin-top: 0;
    background: var(--Linear, linear-gradient(90deg, #017256 0%, #3869b2 50%, #013366 100%));
}
._primaryGreen:hover {
    color: #003366;
    cursor: pointer;
    border: 2px solid #003366;
    border-radius: 3px;
    background-color: #fff;
    background: var(--Linear, linear-gradient(90deg, #fff 0%, #fff 50%, #fff 100%));
}
._primaryGreen:hover::after {
    border-color: #003366;
}

._primaryGreen._tertiary {
    margin-top: 0;
    background: #fff;
    border-color: #267989;
    color: #000000;
}
._primaryGreen._tertiary:after {
    border-color: #267989;
}
._primaryGreen._tertiary:hover {
    color: #000;
    border: 2px solid #267989;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: underline;
}
._primaryGreen._tertiary:hover::after {
    border-color: #267989;
}

._primaryPink {
    margin-top: 0;
    background: #e01861;
    border: 2px solid #e01861;
}
._primaryPink:hover {
    color: #e01861;
    cursor: pointer;
    border: 2px solid #e01861;
    border-radius: 3px;
    background-color: #fff;
}
._primaryPink:hover::after {
    border-color: #e01861;
}

._primaryPink._primary {
    margin-top: 0;
    background: #e01861;
    border: 2px solid #e01861;
    background: linear-gradient(90deg, #de178e 0%, #db3752 50%, #b81313 100%);
}
._primaryPink._primary:hover {
    color: #e01861;
    cursor: pointer;
    border: 2px solid #e01861;
    border-radius: 3px;
    background: #fff;
}
._primaryPink._primary:hover::after {
    border-color: #e01861;
}

@media screen and (min-width: 769px) {
    .cont_header {
        margin: 24px 0;
    }
    .cont_img {
        padding: 80px 0 0 0;
    }
    .cont_txt,
    .cont_txt_l {
        font-size: 1.6rem;
    }
    .bt_pt1,
    .bt_pt2 {
        width: 400px;
    }
}

/*-----------------------------------------------------------------
ACCORDION
------------------------------------------------------------------*/
.accordion {
    width: 94%;
    margin: 0 auto;
    box-shadow: 0 2px 10px 0 #ebebeb;
}
.accordion:not(:first-of-type) {
    margin-top: 16px;
}
.accordion h3.heading, .accordion .heading.title_text_02{
    padding: 0;
    margin: 0;
}
.accordion h3.heading_center, .accordion.title_text_02 .heading_center {
    text-align: center;
}
.accordion .trigger {
    width: 100%;
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: start;
    column-gap: 12px;
    font-size: 1.6rem;
    color: #267989;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    cursor: pointer;
}
.accordion._faq .trigger {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    column-gap: 12px;
    font-size: 1.6rem;
    color: #267989;
    font-weight: 700;
    text-decoration: none;
}

.accordion._faq .trigger::before {
    content: "Q.";
    width: 22px;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #267989;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.accordion .trigger::before {
    /*content: "";*/
    width: 22px;
    display: grid;
    /*place-content: center;*/
    aspect-ratio: 1;
    border-radius: 50%;
    color: #267989;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.accordion .trigger[aria-expanded="true"] .icon::before {
    rotate: 180deg;
}
.accordion .trigger .icon {
    width: 16px;
    aspect-ratio: 1;
    margin: 5px 0 0 0;
    position: relative;
}
.accordion .trigger .icon::before,
.accordion .trigger .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #267989;
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 16px;
}
.accordion .trigger .icon::before {
    rotate: 90deg;
    transition: rotate 0.3s ease;
}
.accordion .panel {
    position: relative;
    top: -20px;
    display: block;
    overflow: clip;
    transition: height 0.4s ease;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.accordion .panel .panel-inner {
    font-size: 1.4rem;
    width: 86.3%;
    margin: 5px auto 0;
    margin-left: 3em;
}

.accordion_faq .panel .panel-inner {
    font-size: 1.4rem;
    width: 86.3%;
    margin: 5px 0 0 34px;
}
@media (any-hover: hover) {
    .accordion .trigger:hover .acc_title {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #267989;
    }
}
@media (hover: none) {
    .accordion .trigger.is-touch_active .acc_title {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #267989;
    }
}
@media screen and (min-width: 769px) {
    .accordion {
        max-width: 984px;
    }
    .accordion:not(:first-of-type) {
        margin-top: 24px;
    }
    .accordion .trigger {
        font-size: 2rem;
    }
    .accordion .panel .panel-inner {
        font-size: 1.6rem;
        width: 93.3%;
        margin-left: 3.4em;
    }
}

/*-----------------------------------------------------------------
TOP Sliedr
------------------------------------------------------------------*/
.cont_slider_wrap {
    width: 92%;
    max-width: 1020px;
    margin: 2vw auto;
}
.cont_slider_inner {
    width: 100%;
    padding-bottom: 4vw; /*停止ボタン表示用Padding*/
    overflow: hidden;
}
.cont_slider_box {
    position: relative; /*一時停止ボタン表示用*/
    width: 89%;
    margin: 5px auto 0;
}
.slick-item {
    margin: 0 0.8rem;
}
.slick-item[aria-hidden="true"] {
    pointer-events: none;
}

.slick-list {
    overflow: visible;
    padding-right: 10%;
}

/*dots*/
.cont_slider_inner .dots-wrap {
    display: flex;
    margin-top: 5vw;
    width: 96%;
    /* border: 1px solid #47727b; */
}

.cont_slider_inner .dots-wrap li {
    width: 100%;
    margin: 0;
    /* background: #fff;
    cursor: pointer; */
}

.cont_slider_inner .dots-wrap li button {
    width: 100%;
    height: 6px;
    margin: 0;
    background: #fff;
    cursor: pointer;
    font-size: 0;
    border: none;
    border-top: 1px solid #47727b;
    border-bottom: 1px solid #47727b;
    padding: 0;
}
.cont_slider_inner .dots-wrap li:first-child button {
    border-left: 1px solid #47727b;
}
.cont_slider_inner .dots-wrap li:last-child button {
    border-right: 1px solid #47727b;
}
.cont_slider_inner .dots-wrap li.slick-active button {
    background: #267989;
}
.cont_slider_inner .dots-wrap li button:focus-visible {
   outline: 1px solid currentColor;
}
/*一時停止ボタン*/
.slick_pause_box {
    position: absolute;
    bottom: -8px;
    right: -15px;
}
.btn_pause {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: #47727b;
    border-radius: 50%;
    border: none;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.btn_pause::after {
    content: "";
    width: 7px; /* 幅を指定 */
    height: 9px; /* 高さを指定 */
    border-width: 0 2px 0 2px;
    border-color: transparent #fff transparent #fff;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_pause.playback::after {
    width: 0; /* 幅を0に指定 */
    height: 0; /* 高さを0に指定 */
    border-width: 5px 0 5px 9px; /* 線の幅を指定して三角を作る */
    border-color: transparent transparent transparent #fff;
    left: 54%;
}
.play_button_wrap {
    text-align: center;
}
@media screen and (min-width: 769px) {
    .cont_slider_inner .dots-wrap {
        margin-top: 2vw;
    }
}

/*-----------------------------------------------------------------
Error Page
------------------------------------------------------------------*/
body:has(#maintenance) .footer {
    position: fixed;
    bottom: 0;
}

.error_wrap {
    max-width: 960px;
    padding: 20px;
    margin: 0 auto;
    padding: 2vw 2vw 40vw;
}
.error_wrap h1 {
    text-align: center;
    font-size: 2.6rem;
}
@media screen and (min-width: 769px) {
    .error_wrap {
        min-height: calc(100vh - 165px - 140px);
        padding: 2vw 2vw 10vw;

    }
    body:has(.error_wrap) {
        /*overflow: hidden;*/
    }
    body:has(.error_wrap) .footer {
        /*position: fixed;
        bottom: 0;*/
    }

    .error_wrap h1 {
        font-size: 3.2rem;
    }
}
