@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------

　   共通

--------------------------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    color: #444;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 2.4rem;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

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

li {
    list-style: none;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

main {
    background: url(../img/back.jpg) no-repeat top center;
    background-size: cover;
    margin: 0 auto;
}

#navi,
.toggle_btn {
    display: none;
}

.pc-none,
.none-text {
    display: none;
}

/* ---------------------------------------------------------------------------------------------

　   font

--------------------------------------------------------------------------------------------- */
body {
    font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro,
        ヒラギノ明朝 Pro;
    font-weight: 500;
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
.header {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 20;
    color: #fefefe;
    color: #fefefe;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.header a:hover {
    text-shadow: 0px 3px 7px black;
}

.header__inner {
    padding: 18px 14px;
    background-color: rgba(231, 208, 169, 0.75);
}

.header__nav {
    width: 80%;
    margin: 0 auto;
}

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

.header__link {
    font-size: 1.8rem;
}

.header__inner.wrapper {
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   fv

--------------------------------------------------------------------------------------------- */
.fv {
    width: 100%;
    height: auto;
}

.fv__inner {
    padding: 151px 0 104px;
    text-align: center;
    color: #fefefe;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.fv__catch {
    margin-left: auto;
    margin-right: 0;
    max-width: 592px;
    font-weight: 600;
}

.fv__title {
    font-size: 3rem;
    padding-bottom: 12px;
}

.fv__text {
    font-size: 6rem;
    letter-spacing: 0.2em;
    position: relative;
}

.fv__text::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/border.png);
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}

.fv__text-bottom {
    padding-top: 12px;
    font-size: 4.2rem;
    letter-spacing: 0.075em;
}

.fv__btn {
    width: 305px;
    margin: 76px auto 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.fv__btn:hover {
    -webkit-box-shadow: 0px 3px 7px 0px black;
    box-shadow: 0px 3px 7px 0px black;
}

.fv__btn:hover a {
    text-shadow: 0px 3px 7px black;
}

.fv__btn a {
    display: block;
    margin: 0 auto;
    font-size: 3rem;
    letter-spacing: 0.025em;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    color: white;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    position: relative;
}

.fv__btn a::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../img/btn.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 11px;
    right: 35px;
}

/* ---------------------------------------------------------------------------------------------

　   about

--------------------------------------------------------------------------------------------- */
.about {
    width: 100%;
    height: auto;
}

.translucent {
    width: 100%;
    background-color: rgba(226, 226, 226, 0.1);
}

.about__inner {
    padding: 26px 0 46px;
}

.sec__title {
    font-size: 3.6rem;
    display: table;
    padding: 0 46px;
    margin: 0 auto 36px;
    color: white;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    position: relative;
}

.sec__title::before {
    content: '';
    width: 160px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -160px;
}

.sec__title::after {
    content: '';
    width: 160px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -160px;
}

.about__text {
    width: 100%;
    max-width: 632px;
    margin: 0 auto;
    font-size: 24px;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    color: white;
    position: relative;
}

.about__text::after {
    content: '';
    width: 61px;
    height: 36px;
    background: url(../img/attention.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -61px;
}

.about__text span:nth-child(1) {
    display: block;
    max-width: 491px;
    margin: 0 auto 14px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(60%, #2d1d15)
    );
    background: linear-gradient(transparent 60%, #2d1d15 60%);
    opacity: 0.8;
    padding-bottom: 2px;
}

.about__text span:nth-child(2) {
    display: block;
    max-width: 627px;
    margin: 0 auto 14px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(60%, #2d1d15)
    );
    background: linear-gradient(transparent 60%, #2d1d15 60%);
    opacity: 0.8;
    padding-bottom: 2px;
}

.about__text span:nth-child(3) {
    display: block;
    max-width: 550px;
    margin: 0 auto 14px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(60%, #2d1d15)
    );
    background: linear-gradient(transparent 60%, #2d1d15 60%);
    opacity: 0.8;
    padding-bottom: 2px;
}

.about__text span:nth-child(4) {
    display: block;
    max-width: 292px;
    margin: 0 auto;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(60%, #2d1d15)
    );
    background: linear-gradient(transparent 60%, #2d1d15 60%);
    opacity: 0.8;
    padding-bottom: 2px;
}

/* ---------------------------------------------------------------------------------------------

　   book

--------------------------------------------------------------------------------------------- */
.book {
    padding: 100px 0 82px;
}

.book img {
    display: block;
    width: 72.3684%;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------

　   movie

--------------------------------------------------------------------------------------------- */
.movie {
    width: 100%;
    height: auto;
}

.movie__inner {
    padding: 28px 0 36px;
}

.movie__box {
    width: 92.9824%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.youtube {
    width: 43%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.movie__text {
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 2.4rem;
    color: #fff;
    margin-left: 10px;
}

/* ---------------------------------------------------------------------------------------------

　   schedule

--------------------------------------------------------------------------------------------- */
.schedule {
    width: 100%;
    height: auto;
    padding-bottom: 82px;
}

.schedule__inner {
    padding: 68px 0 0;
}

.schedule__inner img {
    display: block;
    width: 100%;
}

.schedule__text {
    padding: 21px 0;
    text-align: center;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 2.4rem;
    color: #fff;
}

/* ---------------------------------------------------------------------------------------------

　   download

--------------------------------------------------------------------------------------------- */
.download {
    width: 100%;
    height: auto;
}

.download__inner {
    padding: 32px 0 26px;
}

.download__text {
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 2.4rem;
    color: #fff;
    display: table;
    margin: 0 auto;
}

.download__btn {
    width: 31.054%;
    height: auto;
    margin: 38px auto 0;
}

.download__btn img,
.download__btn a {
    display: block;
}

/* ---------------------------------------------------------------------------------------------

　   parents

--------------------------------------------------------------------------------------------- */
.parents {
    width: 100%;
    height: auto;
}

.parents__inner {
    padding: 74px 0 44px;
}

.parents__inner img {
    display: block;
    width: 87.1052%;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------

　   price

--------------------------------------------------------------------------------------------- */
.price {
    width: 100%;
    height: auto;
    padding-bottom: 78px;
}

.price__inner {
    padding: 48px 0 74px;
}

.price__box {
    width: 64.7368%;
    margin: 0 auto;
}

.price__box img {
    display: block;
    width: 292px;
    margin: 0 auto 45px;
}

.price__box .price__text:first-child {
    margin-top: 21px;
}

.price__box .price__text:last-child {
    margin-top: 21px;
}

.price__text {
    display: table;
    margin: 0 auto;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.025em;
}

.price__text span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
}

.price__text.after {
    position: relative;
}

.price__text.after::after {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    background: url(../img/example.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: -84px;
    right: -117px;
}

/* ---------------------------------------------------------------------------------------------

　   price

--------------------------------------------------------------------------------------------- */
.settlement {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 62px;
}

.settlement__inner {
    padding: 52px 0 53px;
    position: relative;
}

.settlement__border {
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 3rem;
    color: #fff;
    display: table;
    margin: 0 auto;
    letter-spacing: 0.025em;
}

.settlement__border span {
    display: block;
    max-width: 491px;
    margin: 0 auto 26px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(60%, #f29c9d)
    );
    background: linear-gradient(transparent 60%, #f29c9d 60%);
    padding: 0 2px;
}

.settlement__text {
    text-align: center;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.settlement__btn {
    width: 35.3473%;
    height: auto;
    margin: 24px auto 0;
}

.settlement__btn img,
.settlement__btn a {
    display: block;
}

.silhouette {
    position: absolute;
    width: 199px;
    right: 0;
    bottom: -62px;
}

.silhouette img {
    display: block;
}

/* ---------------------------------------------------------------------------------------------

　   contact

--------------------------------------------------------------------------------------------- */
.contact {
    width: 100%;
    height: auto;
    padding-bottom: 58px;
    margin: 0 auto;
}

form#mail_form {
    width: 100%;
    font-family: 'Noto Sans JP', 'NotoSansCJKjp', 'Hiragino Sans',
        'ヒラギノ角ゴシック', sans-serif;
    font-size: 2rem;
}

form#mail_form dl dt {
    text-align: left;
}

form#mail_form dl dd {
    width: 100%;
}

form#mail_form input[type='text'],
form#mail_form input[type='tel'] {
    width: 410px;
}

form#mail_form input[type='number'] {
    width: 134px;
}

form#mail_form input[name='address'],
form#mail_form textarea {
    width: 810px;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
    padding-top: 0;
    padding-left: 0;
}

form#mail_form dl dt:first-child {
    padding-bottom: 0px;
    width: 100%;
}

.agree-box {
    text-align: center;
}

form#mail_form input#form_submit_button {
    width: 214px;
    height: 47px;
    display: block;
    margin: 0 auto;
    background: url(../img/contact_btn.png) no-repeat center center;
    background-size: contain;
    color: rgba(255, 255, 255, 0);
}

form#mail_form dl dt:first-child {
    position: relative;
    display: inline;
    margin-right: auto;
}

form#mail_form dl dt span.required {
    position: absolute;
    top: 0;
}

form#mail_form dl dt span::after {
    content: '必須';
    display: inline-block;
    position: absolute;
    font-size: 14px;
    border-radius: 10px;
    white-space: nowrap;
}

form#mail_form input[type='text'],
form#mail_form input[type='email'],
form#mail_form input[type='tel'],
form#mail_form input[type='number'] {
    background-color: #ffd7d7;
    border: 1px solid #fff;
    height: 40px;
}

form#mail_form textarea {
    background-color: #ffd7d7;
    border: 1px solid #fff;
}

form#mail_form input[type='checkbox'] {
    position: relative;
}

form#mail_form input[type='checkbox']::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 4px solid #ffd7d7;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1400px) {
    form#mail_form input[type='text'],
    form#mail_form input[type='tel'] {
        width: 42.3958333vw;
    }
    form#mail_form input[type='number'] {
        width: 13.75vw;
    }
    form#mail_form input[name='address'],
    form#mail_form textarea {
        width: 84.5833333vw;
    }
}

/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer img {
    display: block;
}

.footer small {
    background-color: #ffafb3;
    display: block;
    padding: 21px 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
}

.footer__inner {
    position: relative;
    font-weight: 600;
}

.footer__text-box {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 64px;
    right: 26%;
    height: 382px;
}

.footer__text {
    font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro,
        ヒラギノ明朝 Pro;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.14em;
    line-height: 1.9668;
}

.footer__name {
    display: table;
    margin-top: auto;
    margin-bottom: 0;
    font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro,
        ヒラギノ明朝 Pro;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.16em;
    line-height: 2.2478;
}

.footer__btn {
    position: absolute;
    right: 11%;
    bottom: 20px;
    width: 175px;
}

.footer__btn a {
    display: block;
}

/* ---------------------------------------------------------------------------------------------

　   Responsive

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1300px) {
    .footer img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .footer__text-box {
        top: 2%;
    }
    .header__nav {
        width: 94%;
    }
}

@media screen and (max-width: 1111px) {
    .header__link {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1100px) {
    main {
        background-position: top 12px center;
    }
    .footer {
        background: url(../img/cherry.jpg) no-repeat center left;
        background-size: cover;
    }
    .footer__img {
        display: none !important;
    }
    .footer__inner {
        height: 518px;
    }
    .footer__text-box {
        top: 58px;
    }
}

@media screen and (max-width: 1060px) {
    .header__inner {
        background-color: unset;
    }
    .header__nav {
        display: none;
    }
    #navi,
    .toggle_btn {
        display: block;
    }
    #header {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 40px;
        position: fixed;
        z-index: 10;
    }
    #navi {
        font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN,
            Hiragino Mincho Pro, ヒラギノ明朝 Pro;
        font-weight: 600;
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        color: #fff;
        padding: 60px 25px;
        background-color: rgba(45, 29, 21, 0.8);
        text-shadow: 0px 3px 7px black;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 20;
        opacity: 0;
    }
    #navi a {
        color: #fff;
    }
    .open #navi {
        left: 0;
        opacity: 1;
    }
    #navi ul {
        margin: 0;
        padding: 0;
    }
    #navi ul.nav-menu {
        margin-bottom: 60px;
        border-top: 1px #fff solid;
    }
    #navi ul.nav-menu li {
        position: relative;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px #fff solid;
    }
    #navi ul.nav-sns li {
        padding: 5px 0;
    }
    .toggle_btn {
        display: block;
        position: fixed;
        top: 25px;
        right: 45px;
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 20;
    }
    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .toggle_btn span:nth-child(1) {
        top: 4px;
    }
    .toggle_btn span:nth-child(2) {
        top: 14px;
    }
    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }
    .open .toggle_btn span {
        background-color: #fff;
    }
    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }
    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }
    #mask {
        display: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
        z-index: 10;
        cursor: pointer;
    }
    .footer__text {
        top: 4%;
    }
    .footer__name {
        top: 44%;
        right: 40%;
    }
    .movie__box {
        width: 100%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .movie__text {
        margin: 20px auto 0;
    }
    .youtube {
        width: 72.3684%;
    }
    .price__box {
        min-width: 541.71px;
    }
}

@media screen and (max-width: 862px) {
    .sec__title {
        font-size: 2rem;
        padding: 0 18px;
    }
    .sec__title::after,
    .sec__title::before {
        top: 44%;
    }
    .about__text,
    .movie__text,
    .schedule__text,
    .download__text,
    .settlement__text,
    .price__text,
    .fv__title {
        font-size: 1.6rem;
    }
    .price__text span {
        font-size: 1.4rem;
    }
    .settlement__border span {
        font-size: 2.4rem;
    }
    .fv__text {
        font-size: 3rem;
        display: table;
        margin: 0 auto;
    }
    .fv__text-bottom {
        font-size: 2.8rem;
    }
    .fv__btn {
        width: 200px;
    }
    .fv__btn a {
        font-size: 1.6rem;
    }
    .fv__btn a::before {
        width: 18px;
        height: 18px;
        top: 4px;
    }
}

@media screen and (max-width: 768px) {
    main {
        background: url(../img/sp-back.jpg) no-repeat top center;
        background-size: cover;
        max-width: 750px;
    }
    .fv__inner {
        padding-top: 72px;
        padding-bottom: 58px;
    }
    .fv__btn {
        margin-top: 36px;
    }
    .about__inner {
        padding-top: 11px;
        padding-bottom: 26px;
    }
    .movie__inner {
        padding: 11px 0 32px;
    }
    .schedule__inner {
        padding-top: 46px;
    }
    .schedule__text {
        padding: 12px 0;
    }
    .schedule {
        padding-bottom: 50px;
    }
    .download__inner {
        padding: 11px 0;
    }
    .parents__inner {
        padding: 38px 0 24px;
    }
    .price__inner {
        padding: 22px 0 23px;
    }
    .price {
        padding-bottom: 40px;
    }
    .settlement__inner {
        padding: 24px 0 18px;
    }
    .footer__img {
        display: block !important;
    }
    .footer__text-box {
        display: none;
    }
    .footer__btn {
        width: 92px;
    }
    .footer__inner {
        height: auto;
    }
    .about__text::after {
        width: 40px;
        height: 17px;
        right: 0;
    }
    .about__text span:nth-child(1) {
        max-width: 282px;
    }
    .about__text span:nth-child(2) {
        max-width: 365px;
    }
    .about__text span:nth-child(3) {
        max-width: 336px;
    }
    .about__text span:nth-child(4) {
        max-width: 176px;
    }
    .price__box img {
        width: 248px;
    }
    .price__text.after::after {
        width: 52px;
        height: 52px;
        top: -54px;
        right: -62px;
    }
    .parents__inner img {
        width: 100%;
    }
    .sec__title {
        margin-bottom: 18px;
    }
    .sec__title::after,
    .sec__title::before {
        width: 80px;
    }
    .sec__title::after {
        right: -80px;
    }
    .sec__title::before {
        left: -80px;
    }
    .price__text {
        font-size: 1.4rem;
    }
    .price__box {
        width: 100%;
        min-width: 421.71px;
    }
    .book {
        padding: 43px 0 61px;
    }
    .silhouette {
        width: 98px;
        bottom: -22px;
    }
    .settlement {
        padding-bottom: 23px;
    }
    .contact {
        padding-bottom: 20px;
    }
    form#mail_form dl dt:first-child,
    .agree-box {
        font-size: 12px;
    }
    .agree-box {
        display: block;
        margin-top: 8px !important;
    }
    form#mail_form dl dt span::after {
        font-size: 10px;
    }
    form#mail_form dl dt span::after {
        padding: 2px 4px;
        top: -3.5px;
    }
    form#mail_form dl dd {
        padding: 0;
    }
    form#mail_form input[type='text'],
    form#mail_form input[type='email'],
    form#mail_form input[type='tel'],
    form#mail_form input[type='number'] {
        height: 24px;
        font-size: 12px;
        padding: 2px 2%;
    }
    form#mail_form textarea {
        font-size: 12px;
        padding: 2px 2%;
    }
    form#mail_form input#form_submit_button {
        width: 120px;
        height: 28px;
    }
}

@media screen and (max-width: 590px) {
    .footer__btn {
        width: 16%;
    }
}

@media screen and (max-width: 510px) {
    .wrapper {
        width: 96%;
    }
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    .movie__text {
        text-align: center;
    }
    .sec__title {
        font-size: 1.8rem;
        margin-bottom: 24px;
    }
    .about__text::after {
        right: 20px;
    }
    .price__box {
        min-width: auto;
        padding: 0 8px;
    }
    .sec__title::after,
    .sec__title::before {
        width: 40px;
    }
    .sec__title::before {
        left: -40px;
    }
    .sec__title::after {
        right: -40px;
    }
    .price__text.after::after {
        right: -56px;
    }
    .price__box img {
        width: 50%;
    }
    .download__btn,
    .settlement__btn {
        width: 50%;
    }
    .book img {
        width: 96%;
    }
    .settlement__border span {
        position: relative;
        z-index: 2;
    }
    .price__text.after {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .price__text.after::after {
        right: -22px;
    }
}

@media screen and (max-width: 350px) {
    .about__text {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .about__text::after {
        top: -16px;
    }
}
/*# sourceMappingURL=style.css.map */
