@charset "utf-8";
/*===========================================
 reset 触らない
========================================== */
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

progress {
    display: inline-block;
}

small {
    font-size: 80%;
    font-size: .8em;
}

[hidden] {
    display: none;
}

[unselectable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

button, input, select, textarea {
    background-color: transparent;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="submit"], input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
    outline-offset: -0.125rem;
}

button, input, select, textarea {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

nav ol, nav ul {
    list-style: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

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

/*===========================================
 base プロジェクトによって編集可
========================================== */
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold"), local("YuGothic-Bold");
    font-weight: bold;
}

html {
    font-size: 100%;
}

@media (max-width: 414px) {
    html {
        font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
    }
}

@media (min-width: 414px) and (max-width: 767.98px) {
    html {
        font-size: calc((100vw - 414px) / 352 * 13 + 16px);
    }
}

@media (min-width: 768px) {
    html {
        font-size: 23px;
    }
}

body {
    color: var(--color__txt);
    font-family: 'Noto Sans JP', sans-"Noto Serif JP", serif;
    word-break: break-all;
}

p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75;
    /* -webkit-font-smoothing: antialiased; */
}

a {
    color: #f75e29;
}

p a {
    font-weight: bold;
    text-decoration: underline;
}

a > * {
}

a img {
    transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

a img:hover {
    /*  opacity: .7; */
}

em {
    font-style: normal;
    font-weight: bold;
}

img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    margin-top: -0.3px;
    margin-top: -0.01875rem;
    margin-bottom: -0.3px;
    margin-bottom: -0.01875rem;
}

picture {
    display: block;
    line-height: 0;
    font-size: 0;
}

picture > img {
    font-size: 0px;
    font-size: 0rem;
}

::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

*:focus {
    outline: none;
}

form input, form textarea {
    /* -webkit-appearance: none; */
}

h1, h2, h3 {
    /* font-family: var(--font-family__mincho); */
    /* color: #fff; */
}

.is-show {
    opacity: 1 !important;
}

.is-hide {
    opacity: 0 !important;
}

@media (min-width: 768px) {
    .pc {
        display: block;
    }

    .pc--inline {
        display: inline;
    }

    .sp {
        display: none !important;
    }

    .sp--inline {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .pc {
        display: none !important;
        pointer-events: none;
    }

    .pc--inline {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .sp--inline {
        display: inline;
    }
}

@media (max-width: 767.98px) {
    p {
        line-height: 1.75;
        font-size: 16px;
        font-size: 1rem;
    }
}

/*===========================================
 Project ここから独自CSS記載
========================================== */



.bz {}
.bz__pc {}
.bz__pc-2 {}
.bz__pc-2 img {}
.bz__pc a {}
.bz__pc a img {}
.bz__main {
    background-color: white;
}
.bz__main header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    padding: 0.375rem 0;
    width: 96%;
    margin: auto;
}
.bz__main header h1 {
    width: 25%;
    margin-left: 2%;
}
.bz__main header h1 img {}
.bz__main header a {
    width: 50%;
}
.bz__main header a img {}
.fv1 {}
.fv1 img {}
.fv2 {
    position: relative;
}
.fv2 img {}
.fv2__2 {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: "Noto Serif JP", serif;
    color: white;
    font-size: 22.4px;
    font-size: 1.4rem;
    white-space: nowrap;
}
.fv3 {
    position: relative;
}
.fv3 img {}
.fv3 a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
}
.fv3 a:nth-of-type(1) {
    top: 6%;
}
.fv3 a:nth-of-type(2) {
    top: 49%;
}
.fv3 a img {}
.s1-01 {}
.s1-01 img {}
.s1-02 {}
.s1-02 img {}
.s1-03 {}
.s1-03 img {}
.s1-04 {}
.s1-04 img {}
.s1-05 {}
.s1-05 img {}
.s1-06 {}
.s1-06 img {}
.s1-07 {}
.s1-07 img {}
.s1-08 {}
.s1-08 img {}
.s1-09 {}
.s1-09 img {}
.s-109 {}
.s-109 img {}
.s1 {}
.s1 img {}
.s2 {}
.s2 img {}
.s3 {}
.s3 img {}
.s4 {}
.s4 img {}
.s5 {}
.s5 img {}
.s6 {}
.s6 img {}
.s7 {}
.s7 img {}
.s8 {}
.s8 img {}
.s9 {}
.s9 img {}
.s10 {}
.s10 img {}
.s11 {}
.s11 img {}
.s12 {}
.s12 img {}
.s13 {}
.s13 img {}
.s14 {}
.s14 img {}
.s15 {}
.s15 img {}
.s16 {}
.s16 img {}
.s17 {}
.s17 img {}
.s18 {}
.s18 img {}
.s19 {}
.s19 img {}
.s20 {}
.s20 img {}
.s21 {}
.s21 img {}
.s22 {
    position: relative;
}
.s22 img {}
.s22__1 {
    position: absolute;
    bottom: 33.5%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: white;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
}
.s22__47 {
    bottom: 30%;
}
.s22__2 {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #EF6284;
    border: 1px solid #EF6284;
    border: 0.0625rem solid #EF6284;
    white-space: nowrap;
    padding: 4.8px 10px;
    padding: 0.3rem 0.625rem;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .02em;
    font-weight: bold;
    background-color: white;
}
.s35-3 {
    top: 81%;
}
.s23 {}
.s23 img {}
.s24 {
    position: relative;
}
.s24 img {}
.s24 div {
    position: absolute;
    top: 4%;
    transform: translate(-50%, 0%);
    left: 50%;
    width: 78%;
}
.s24 div span {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #DB377E;
    font-size: 22.4px;
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
}
.s24 div img {}
.s24 a {
    position: absolute;
    width: 83%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.s24 a:nth-of-type(1) {
    top: 28%;
}
.s24 a:nth-of-type(2) {
    top: 51%;
}
.s24 a img {}
.s25 {}
.s25 img {}
.s26 {}
.s26 img {}
.s27 {}
.s27 img {}
.s28 {}
.s28 img {}
.s29 {}
.s29 img {}
.s30 {}
.s30 img {}
.s31 {}
.s31 img {}
.s32 {}
.s32 img {}
.s33 {}
.s33 img {}
.s34 {}
.s34 img {}
.s34-1 {
    background-color: #F7FCF7;
    padding-top: 28.8px;
    padding-top: 1.8rem;
    padding-bottom: 41.6px;
    padding-bottom: 2.6rem;
}
.s34-1-txt {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 30.4px;
    font-size: 1.9rem;
    margin-bottom: 20.8px;
    margin-bottom: 1.3rem;
}
.s34-1-txt em {
    font-size: 1.2em;
}
.s34-1-2 {
    display: flex;
    overflow-x: scroll;
}
.s34-1-2 img {
    width: 74%;
    margin: 0 1.1%;
}
.s34-1-2 img:first-child{
    margin-left: 5%;
}
.s34-1-2 img:last-child {
    margin-right:5%;
}
.s35 {
    position: relative;
}
.s35 img {}
.s35-2 {
    position: absolute;
    top: 43.8%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: "Noto Serif JP", serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
}
.s35-2 em {
    font-size: 1.3em;
}
.s36 {}
.s36 img {}
.s37 {}
.s37 img {}
.s38 {}
.s38 img {}
.s39 {}
.s39 img {}
.s40 {}
.s40 img {}
.s41 {}
.s41 img {}
.s42 {}
.s42 img {}
.s43 {}
.s43 img {}
.s44 {
    background-image: url(../img/s2-44.jpg);
    background-size: 100% 100%;
    padding-bottom: 33.6px;
    padding-bottom: 2.1rem;
}
.s44_faq {
    width: 90%;
    margin: auto;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 60.8px;
    margin-bottom: 3.8rem;
}
.s44_faq dl {
    border: 2px solid #FF9AC4;
    border: 0.125rem solid #FF9AC4;
    border-radius: 7px;
    border-radius: 0.4375rem;
    background-color: white;
    padding: 17px 16px;
    padding: 1.0625rem 1rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.s44_faq dl dt {
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
}

.s44_faq dl dt:before {
    content:'';
    background-image: url(../img/s2-43-q.png);
    display: block;
    width: 19px;
    width: 1.1875rem;
    height: 27px;
    height: 1.6875rem;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}
.s44_faq dl dt:after {
    content:'＋';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    color: #FF9AC4;
    font-weight: bold;
    font-size: 27.2px;
    font-size: 1.7rem;
}

.s44_faq dl dd {
    display: none;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.s45 {
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
}
.s45 img {}
.s45_info {
    width: 85%;
    margin: auto;
    margin-bottom: 35.2px;
    margin-bottom: 2.2rem;
}
.s45_info dl {
    display: flex;
    align-items: self-start;
    margin-bottom: 14.4px;
    margin-bottom: 0.9rem;
}
.s45_info dl dt {
    background-color: #EF6685;
    color: white;
    width: 5em;
    text-align: center;
    letter-spacing: .05em;
    border-radius: 3px;
    border-radius: 0.1875rem;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: center;
    padding: 1.6px 0;
    padding: 0.1rem 0;
}
.s45_info dl dd {
    flex: 1;
    min-width: 0;
    margin-left: 3.7%;
    font-family: "Noto Serif JP", serif;
    line-height: 1.6;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-top: 1.28px;
    margin-top: 0.08rem;
}
.s45_info dl dd a {
    margin-top: 6px;
    margin-top: 0.375rem;
    display: inline-block;
    color: #D94D8A;
    letter-spacing: .1em;
    border-bottom: 1px solid #D94D8A;
    border-bottom: 0.0625rem solid #D94D8A;
}
.s46 {
    margin-bottom: 14.4px;
    margin-bottom: 0.9rem;
}
.s46 img {}
.footer {
    text-align: center;
    color: #666;
    padding: 16px 0;
    padding: 1rem 0;
}
.footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem;
}
.footer__list a {
    color: #666;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 0 3%;
}
.footer small {
    text-align: center;
    font-size: 11.2px;
    font-size: 0.7rem;
}

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


.bz {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.bz:before {
    content:'';
    background-image: url(../img/pc-bg.jpg);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
    
.bz__pc {
    max-width: 390px;
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-right: 3%;
    position: relative;
}
    @media screen and (max-width: 999.98px) { 

.bz__pc {
    display:none;
}

}
.bz__pc-inner {
    position: fixed;
    width: 100%;
    bottom: 10%;
    max-width: 390px;
    width: 100%;
}
.bz__pc-2 {
    position: relative;
}
    .bz__pc-2-1 {
        position: absolute;
        top: 4%;
        left: 52%;
        transform: translate(-50%, 0%);
        color: white;
        white-space: nowrap;
        font-family: "Noto Serif JP", serif;
        font-size: 0.9rem;
    }
.bz__pc-2 img {}
.bz__pc a {}
.bz__pc a img {}
.bz__main {
    max-width: 600px;
    width: 100%;
}
.bz__main header {}
.bz__main header h1 {}
.bz__main header h1 img {}
.bz__main header a {}
.bz__main header a img {}
.fv1 {}
.fv1 img {}
.fv2 {}
.fv2 img {}
.fv2__2 {}
.fv3 {}
.fv3 img {}
.fv3 a {}
.fv3 a:nth-of-type(1) {}
.fv3 a:nth-of-type(2) {}
.fv3 a img {}
.s1-01 {}
.s1-01 img {}
.s1-02 {}
.s1-02 img {}
.s1-03 {}
.s1-03 img {}
.s1-04 {}
.s1-04 img {}
.s1-05 {}
.s1-05 img {}
.s1-06 {}
.s1-06 img {}
.s1-07 {}
.s1-07 img {}
.s1-08 {}
.s1-08 img {}
.s1-09 {}
.s1-09 img {}
.s-109 {}
.s-109 img {}
.s1 {}
.s1 img {}
.s2 {}
.s2 img {}
.s3 {}
.s3 img {}
.s4 {}
.s4 img {}
.s5 {}
.s5 img {}
.s6 {}
.s6 img {}
.s7 {}
.s7 img {}
.s8 {}
.s8 img {}
.s9 {}
.s9 img {}
.s10 {}
.s10 img {}
.s11 {}
.s11 img {}
.s12 {}
.s12 img {}
.s13 {}
.s13 img {}
.s14 {}
.s14 img {}
.s15 {}
.s15 img {}
.s16 {}
.s16 img {}
.s17 {}
.s17 img {}
.s18 {}
.s18 img {}
.s19 {}
.s19 img {}
.s20 {}
.s20 img {}
.s21 {}
.s21 img {}
.s22 {}
.s22 img {}
.s22__1 {}
.s22__47 {}
.s22__2 {}
.s35-3 {}
.s23 {}
.s23 img {}
.s24 {}
.s24 img {}
.s24 div {}
.s24 div span {}
.s24 div img {}
.s24 a {}
.s24 a:nth-of-type(1) {}
.s24 a:nth-of-type(2) {}
.s24 a img {}
.s25 {}
.s25 img {}
.s26 {}
.s26 img {}
.s27 {}
.s27 img {}
.s28 {}
.s28 img {}
.s29 {}
.s29 img {}
.s30 {}
.s30 img {}
.s31 {}
.s31 img {}
.s32 {}
.s32 img {}
.s33 {}
.s33 img {}
.s34 {}
.s34 img {}
.s34-1 {}
.s34-1-txt {}
.s34-1-txt em {}
.s34-1-2 {}
.s34-1-2 img {}
.s34-1-2 img:first-child{}
.s34-1-2 img:last-child {}
.s35 {}
.s35 img {}
.s35-2 {}
.s35-2 em {}
.s36 {}
.s36 img {}
.s37 {}
.s37 img {}
.s38 {}
.s38 img {}
.s39 {}
.s39 img {}
.s40 {}
.s40 img {}
.s41 {}
.s41 img {}
.s42 {}
.s42 img {}
.s43 {}
.s43 img {}
.s44 {}
.s44_faq {}
.s44_faq dl {}
.s44_faq dl dt {}

.s44_faq dl dt:before {}
.s44_faq dl dt:after {}

.s44_faq dl dd {}
.s45 {}
.s45 img {}
.s45_info {}
.s45_info dl {}
.s45_info dl dt {}
.s45_info dl dd {}
.s45_info dl dd a {}
.s46 {}
.s46 img {}
.footer {}
.footer__list {}
.footer__list a {}
.footer small {}



}



