@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}
:root {
    --z-lv-1: 1;
    --z-lv-2: 10;
    --z-lv-3: 100;
    --z-lv-4: 1000;
    --z-lv-5: 10000;
    --z-lv-6: 100000;
    --z-lv-7: 1000000;
    --z-lv-8: 10000000;
    --z-lv-9: 100000000;
    --z-lv-10: 1000000000;
    --z-behindLv-1: -1;
    --z-behindLv-2: -10;
    --z-behindLv-3: -100;
    --z-behindLv-4: -1000;
    --z-behindLv-5: -10000;
    --z-behindLv-6: -100000;
    --z-behindLv-7: -1000000;
    --z-behindLv-8: -10000000;
    --z-behindLv-9: -100000000;
    --z-behindLv-10: -1000000000;
    --fontFamily-base: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
        メイリオ, Meiryo, sans-serif;
    --fontFamily-mincho: Georgia, 游明朝, "Yu Mincho", YuMincho,
        "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    --fontFamily-mono: monospace, serif;
    --fontWeight-thin: 100;
    --fontWeight-extraLight: 200;
    --fontWeight-light: 300;
    --fontWeight-normal: 400;
    --fontWeight-medium: 500;
    --fontWeight-semiBold: 600;
    --fontWeight-bold: 700;
    --fontWeight-extraBold: 800;
    --fontWeight-black: 900;
    --easeIn-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --easeOut-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
    --easeInOut-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    --easeIn-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --easeOut-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --easeInOut-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --easeIn-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --easeOut-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeInOut-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --easeIn-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    --easeOut-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --easeInOut-quart: cubic-bezier(0.77, 0, 0.175, 1);
    --easeIn-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    --easeOut-quint: cubic-bezier(0.23, 1, 0.32, 1);
    --easeInOut-quint: cubic-bezier(0.86, 0, 0.07, 1);
    --easeIn-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --easeOut-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --easeInOut-expo: cubic-bezier(1, 0, 0, 1);
    --easeIn-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --easeOut-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
    --easeInOut-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --easeIn-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    --easeOut-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --easeInOut-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --size-ipad-long: 1024px;
    --size-ipad-short: 768px;
    --size-ipadPro10inch-long: 1112px;
    --size-ipadPro10inch-short: 834px;
}
@keyframes funyafunya {
    0% {
        border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    }
    12.5% {
        border-radius: 80% 30% 50% 50%/50%;
    }
    25% {
        border-radius: 40% 40% 50%/30% 50% 50%;
    }
    37.5% {
        border-radius: 20% 30% 56% 70%/80% 50% 70% 20%;
    }
    50% {
        border-radius: 5%;
    }
    62.5% {
        border-radius: 3%;
    }
    75% {
        border-radius: 2%;
    }
    86.5% {
        border-radius: 1%;
    }
    to {
        border-radius: 0;
    }
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
        游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN,
        メイリオ, Meiryo, sans-serif;
    font-family: var(--fontFamily-base);
}
*,
:after,
:before {
    box-sizing: border-box;
}
pre {
    font-family: monospace, serif;
    font-family: var(--fontFamily-mono);
    font-weight: 400;
    font-weight: var(--fontWeight-normal);
}
@media (min-width: 768px) {
    .-hidden-pc {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .-hidden-sp {
        display: none !important;
    }
}
.-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.footer {
    padding: 40px 0 130px;
    background: linear-gradient(#f55c75, #f23353);
}
@media (max-width: 767px) {
    .footer {
        padding: 20px 0 120px;
    }
}
.footer__tell-btn {
    width: 100%;
    height: 104px;
    background-image: url(../image/cv_tell_btn_sp.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.footer__tell-btn a {
    height: 100%;
    width: 100%;
}
.footer .tell {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
    .footer .tell {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 26px;
    }
}
.footer .note {
    text-align: center;
}
.footer .note li {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.1em;
}
@media (max-width: 767px) {
    .footer .note li {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.75px;
    }
}
#mv img {
    width: 100%;
}
#about {
    padding: 80px 0;
    background-image: url(../image/bg_triangle_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    #about {
        padding: 40px 0 0;
        background-image: url(../image/bg_triangle_sp.jpg);
    }
}
#about img {
    width: 100%;
}
.about__body .content-top {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .about__body .content-top {
        margin-bottom: 40px;
    }
}
.about__body .content-ttl {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .about__body .content-ttl {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}
.about__body .content-ttl:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .about__body .content-ttl:after {
        width: 40px;
        height: 3px;
    }
}
.about__body .content-sub-ttl {
    width: 75%;
    padding-bottom: 32px;
    margin: auto;
}
@media (max-width: 767px) {
    .about__body .content-sub-ttl {
        width: 85%;
        padding-bottom: 20px;
    }
}
.about__body .main-text {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
@media (max-width: 767px) {
    .about__body .main-text {
        font-size: 16px;
        line-height: 28px;
    }
}
.about__body .content-bottom .content-body {
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .about__body .content-bottom .content-body {
        flex-direction: column;
    }
}
.about__body .content-bottom .content-body:after,
.about__body .content-bottom .content-body:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
    background-color: #000;
}
@media (max-width: 767px) {
    .about__body .content-bottom .content-body:after,
    .about__body .content-bottom .content-body:before {
        top: auto;
    }
}
.about__body .content-bottom .content-body:before {
    width: 2px;
    height: 100%;
}
@media (max-width: 767px) {
    .about__body .content-bottom .content-body:before {
        bottom: -20px;
        width: 2px;
        height: 40px;
    }
}
.about__body .content-bottom .content-body:after {
    width: 50px;
    height: 2px;
}
@media (max-width: 767px) {
    .about__body .content-bottom .content-body:after {
        width: 90%;
        height: 2px;
    }
}
@media (min-width: 768px) {
    .about__body .content-bottom .content-body .list,
    .about__body .content-bottom .content-body figure {
        flex-basis: 50%;
    }
}
@media (min-width: 768px) {
    .about__body .content-bottom .content-body figure {
        margin-right: 60px;
    }
}
@media (max-width: 767px) {
    .about__body .content-bottom .content-body figure {
        width: 85%;
        margin: 0 auto 30px;
    }
}
.about__body .content-bottom .content-body .list {
    background-color: #fff;
}
@media (min-width: 768px) {
    .about__body .content-bottom .content-body .list {
        padding: 40px 20px;
        margin-left: 60px;
        border: 1px solid #9eacbb;
        border-radius: 20px;
    }
}
.about__body .content-bottom .content-body .list ul {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .about__body .content-bottom .content-body .list ul.last {
        padding-top: 4px;
    }
}
.about__body .content-bottom .content-body .list ul:first-of-type li {
    line-height: 2.5;
}
.about__body
    .content-bottom
    .content-body
    .list
    ul:first-of-type
    li:nth-child(odd) {
    flex-basis: 42%;
}
.about__body
    .content-bottom
    .content-body
    .list
    ul:first-of-type
    li:nth-child(2n) {
    flex-basis: 58%;
}
.about__body
    .content-bottom
    .content-body
    .list
    ul:first-of-type
    li:last-child {
    flex-basis: 50%;
}
.about__body .content-bottom .content-body .list ul:last-of-type li {
    line-height: 1.75;
}
@media (max-width: 767px) {
    .about__body .list {
        padding: 20px 0;
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .about__body .list ul {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .about__body .list ul li {
        line-height: 1.75;
    }
}
.about__body .list ul:first-of-type li:nth-child(odd) {
    flex-basis: 60%;
}
.about__body .list ul:first-of-type li:nth-child(2n) {
    flex-basis: 40%;
}
#cv {
    padding: 40px 0;
    background-image: url(../image/cv_background_pc.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
@media (max-width: 767px) {
    #cv {
        background-image: url(../image/cv_background_sp.png);
    }
}
#cv img {
    width: 100%;
}
@media (max-width: 767px) {
    .cv__body {
        width: 95%;
        margin: auto;
    }
}
.cv__ttl {
    max-width: 520px;
    margin: auto;
}
.cv__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    padding: 40px 0 100px;
    margin: auto;
}
@media (max-width: 767px) {
    .cv__btn-wrap {
        flex-direction: column;
        padding: 26px 0 40px;
    }
}
.cv__btn-wrap .btn {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media (min-width: 768px) {
    .cv__btn-wrap .btn {
        width: 33.33333%;
        height: 120px;
        cursor: pointer;
        transition: 0.5s;
    }
}
@media (max-width: 767px) {
    .cv__btn-wrap .btn {
        width: 100%;
        height: 90px;
        background-size: contain;
    }
}
@media (max-width: 767px) {
    .cv__btn-wrap .btn:not(.shop) {
        margin-bottom: 4px;
    }
}
.cv__btn-wrap .btn a {
    height: 100%;
    width: 100%;
}
.cv__btn-wrap .btn.mail a,
.cv__btn-wrap .btn.shop a {
    display: block;
}
.cv__btn-wrap .btn.tell {
    background-image: url(../image/cv_tell_btn_off_pc.png);
}
@media (max-width: 767px) {
    .cv__btn-wrap .btn.tell {
        background-image: url(../image/cv_tell_btn_sp.png);
    }
}
@media (min-width: 768px) {
    .cv__btn-wrap .btn.tell:hover {
        background-image: url(../image/cv_tell_btn_on_pc.png);
    }
}
.cv__btn-wrap .btn.mail {
    background-image: url(../image/cv_mail_btn_off_pc.png);
}
@media (max-width: 767px) {
    .cv__btn-wrap .btn.mail {
        background-image: url(../image/cv_mail_btn_sp.png);
    }
}
@media (min-width: 768px) {
    .cv__btn-wrap .btn.mail:hover {
        background-image: url(../image/cv_mail_btn_on_pc.png);
    }
}
.cv__btn-wrap .btn.shop {
    background-image: url(../image/cv_shop_btn_off_pc.png);
}
@media (max-width: 767px) {
    .cv__btn-wrap .btn.shop {
        background-image: url(../image/cv_shop_btn_sp.png);
    }
}
@media (min-width: 768px) {
    .cv__btn-wrap .btn.shop:hover {
        background-image: url(../image/cv_shop_btn_on_pc.png);
    }
}
#price {
    padding: 80px 0;
}
@media (max-width: 767px) {
    #price {
        padding: 40px 0;
    }
}
#price img {
    width: 100%;
}
.price__body h2 {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .price__body h2 {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}
.price__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .price__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.price__body .date {
    width: 230px;
    height: 50px;
    margin: 0 auto 42px;
    text-align: center;
    background-color: #efefef;
    border-radius: 25px;
}
@media (max-width: 767px) {
    .price__body .date {
        width: 180px;
        height: 40px;
        margin-bottom: 20px;
    }
}
.price__body .date p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
@media (max-width: 767px) {
    .price__body .date p {
        font-size: 16px;
    }
}
.price__body .text p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
@media (max-width: 767px) {
    .price__body .text p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }
}
.price__body .text p.pink {
    font-weight: 700;
    color: #f23353;
}
@media (min-width: 768px) {
    .price__body .text p.pink {
        padding-top: 16px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .price__body .text p.pink {
        padding-top: 8px;
    }
}
.price__body .anchor {
    margin: 36px 0 72px;
}
.price__body .anchor .anchor__inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .price__body .anchor .anchor__inner ul {
        flex-wrap: wrap;
    }
}
.price__body .anchor .anchor__inner ul li {
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    flex-basis: 25%;
    transition: 0.15s;
    height: 200px;
    width: 200px;
}
@media (max-width: 767px) {
    .price__body .anchor .anchor__inner ul li {
        flex-basis: calc(50% - 10px);
        width: auto;
        height: 176px;
    }
}
@media (max-width: 375px) {
    .price__body .anchor .anchor__inner ul li {
        height: 158px;
    }
}
@media (max-width: 360px) {
    .price__body .anchor .anchor__inner ul li {
        height: 152px;
    }
}
@media (max-width: 320px) {
    .price__body .anchor .anchor__inner ul li {
        height: 134px;
    }
}
@media (min-width: 768px) {
    .price__body .anchor .anchor__inner ul li:hover {
        opacity: 0.8;
    }
}
@media (min-width: 768px) {
    .price__body .anchor .anchor__inner ul li:not(:last-child) {
        margin-right: 34px;
    }
}
@media (max-width: 767px) {
    .price__body .anchor .anchor__inner ul li:nth-child(odd) {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .price__body .anchor .anchor__inner ul li:first-child,
    .price__body .anchor .anchor__inner ul li:nth-child(2) {
        margin-bottom: 20px;
    }
}
.price__body .anchor .anchor__inner ul li .item-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.price__body .anchor .anchor__inner .image img {
    width: 70px !important;
}
@media (max-width: 767px) {
    .price__body .anchor .anchor__inner .image img {
        width: 50px !important;
    }
}
.price__body .anchor .anchor__inner .name {
    position: relative;
    padding: 14px 0 20px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .price__body .anchor .anchor__inner .name {
        padding: 8px 0 16px;
    }
}
@media (max-width: 320px) {
    .price__body .anchor .anchor__inner .name {
        font-size: 12px;
    }
}
.price__body .anchor .anchor__inner .name:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transform: rotate(45deg);
    transition: 0.15s;
}
@media (min-width: 768px) {
    .price__body .anchor .anchor__inner ul li:hover .name:after {
        bottom: -2px;
    }
}
.price__list.tab-list.first {
    margin-bottom: 44px;
}
@media (max-width: 767px) {
    .price__list.tab-list {
        background-image: url(../image/price_list_bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }
}
.price__list.tab-list .tab-list-inner {
    width: 100%;
    max-width: 900px;
    max-width: var(--max-width);
    margin: 0 auto;
}
@media (max-width: 767px) {
    .price__list.tab-list .tab-list-inner {
        max-width: 90%;
        max-width: var(--max-width-sp);
        padding-top: 20px;
    }
}
.price__list .price__list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .price__list .price__list-head {
        flex-direction: column;
        align-items: center;
    }
}
.price__list .price__list-head .ttl {
    display: flex;
    align-items: center;
    padding: 24px 0 10px 24px;
}
@media (min-width: 768px) {
    .price__list .price__list-head .ttl {
        background-image: url(../image/price_list_ttl_bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
    }
}
@media (max-width: 767px) {
    .price__list .price__list-head .ttl {
        flex-direction: column;
        align-items: center;
        padding: 0 0 0 12px;
    }
}
.price__list .price__list-head .image img {
    width: 58px !important;
}
@media (max-width: 767px) {
    .price__list .price__list-head .image img {
        width: 90px !important;
    }
}
.price__list .price__list-head .name {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
@media (min-width: 768px) {
    .price__list .price__list-head .name {
        padding-left: 20px;
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .price__list .price__list-head .name {
        padding: 20px 0;
        margin-bottom: 20px;
    }
}
.price__list .price__list-head .name:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 18px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .price__list .price__list-head .name:before {
        top: auto;
        right: 0;
        width: 40px;
        height: 3px;
        margin: auto;
    }
}
.tab__group {
    display: flex;
    justify-content: flex-end;
    margin: 0 -5px -2px;
}
@media (max-width: 767px) {
    .tab__group {
        justify-content: space-between;
        width: 100%;
        margin: 0 0 -2px;
    }
}
.tab__item {
    box-sizing: border-box;
    padding: 0 5px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .tab__item {
        flex-basis: 25%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .tab__item:not(:last-child) {
        padding-right: 5px;
    }
}
.tab-item-inner {
    position: relative;
    padding: 20px 22px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.75px;
    background-color: #fff;
    border-top: 2px solid #9eacbb;
    border-right: 2px solid #9eacbb;
    border-left: 2px solid #9eacbb;
    border-radius: 15px 15px 0 0;
}
@media (min-width: 768px) {
    .tab-item-inner {
        min-width: 124px;
    }
}
@media (max-width: 767px) {
    .tab-item-inner {
        padding: 16px 2px;
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .tab-item-inner {
        font-size: 10px;
    }
}
.tab-item-inner:not(.-active) {
    background: linear-gradient(#f0f3f9, #c6cdd6);
}
.tab-item-inner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    content: "";
    background-color: #9eacbb;
}
.tab-item-inner.-active:after {
    background-color: #fff;
}
.tab-content {
    border: 2px solid #9eacbb;
    border-radius: 15px 0 15px 15px;
}
.tab-content__item {
    box-sizing: border-box;
    display: none;
    padding: 60px;
    text-align: left;
}
@media (max-width: 767px) {
    .tab-content__item {
        padding: 20px;
    }
}
.tab-content__item.-active {
    display: block;
    animation: fade 0.5s ease;
}
.tab-content__item ul li {
    font-size: 16px;
    letter-spacing: 0.75px;
}
@media (min-width: 768px) {
    .tab-content__item ul li {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
}
.tab-content__item ul li:not(:first-child) {
    padding-top: 36px;
}
@media (max-width: 767px) {
    .tab-content__item ul li:not(:first-child) {
        padding-top: 20px;
    }
}
.tab-content__item ul li:not(:last-child) {
    padding-bottom: 36px;
    border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 767px) {
    .tab-content__item ul li:not(:last-child) {
        padding-bottom: 20px;
    }
}
.tab-content__item ul li p {
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 767px) {
    .tab-content__item ul li p {
        font-size: 13px;
        line-height: 1.75;
    }
}
.tab-content__item ul li .bold {
    font-weight: 700;
}
@media (max-width: 767px) {
    .tab-content__item ul li .bold {
        display: inline-block;
        width: 90px;
    }
}
@media (min-width: 768px) {
    .tab-content__item ul li .name .bold {
        display: block;
    }
}
@media (min-width: 768px) {
    .tab-content__item ul li .price .bold {
        padding-right: 80px;
    }
}
.price__list.pull-list {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .price__list.pull-list {
        margin-top: 20px;
    }
}
.price__list details[open] .price__list-body {
    animation: fadeIn 0.5s ease;
}
.price__list summary {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(#f0f3f9, #c6cdd6);
    border: 2px solid #9eacbb;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 28px 0;
    transition: 0.15s;
}
@media (max-width: 767px) {
    .price__list summary {
        padding: 20px 0 20px 30px;
        text-align: left;
    }
}
.price__list details[open] summary {
    border-radius: 15px 15px 0 0;
}
.price__list summary::-webkit-details-marker {
    display: none;
}
.price__list summary .icon {
    background-color: #fff;
    border: 1px solid #a4b1bf;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
    top: 0;
    right: 20px;
    bottom: 0;
    position: absolute;
    height: 50px;
    width: 50px;
}
@media (max-width: 767px) {
    .price__list summary .icon {
        height: 40px;
        width: 40px;
    }
}
.price__list summary .icon:after,
.price__list summary .icon:before {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: auto;
    content: "";
    background-color: #f23353;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .price__list summary .icon:after,
    .price__list summary .icon:before {
        right: 11px;
        width: 16px;
        height: 3px;
    }
}
.price__list summary .icon:after {
    right: 23px;
    width: 3px;
    height: 20px;
}
@media (max-width: 767px) {
    .price__list summary .icon:after {
        right: 18px;
        width: 3px;
        height: 16px;
    }
}
.price__list details[open] summary .icon:before {
    opacity: 0;
}
.price__list details[open] summary .icon:after {
    transform: rotate(90deg);
}
.price__list summary:focus {
    outline: none;
}
.price__list .price__list-body {
    font-size: 16px;
    letter-spacing: 0.75px;
    background-color: #fff;
    border-right: 2px solid #9eacbb;
    border-bottom: 2px solid #9eacbb;
    border-left: 2px solid #9eacbb;
    border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
    .price__list .price__list-body {
        font-size: 14px;
    }
}
.price__list .price__list-body.tab-content {
    border-radius: 15px 0 15px 15px;
}
@media (max-width: 767px) {
    .price__list .price__list-body.tab-content {
        border-radius: 0 0 15px 15px;
    }
}
.price__list .price__list-body .head {
    display: flex;
    padding: 20px 80px;
    margin-bottom: 20px;
    background-color: #feeef1;
    border-bottom: 2px solid #f23353;
}
@media (max-width: 767px) {
    .price__list .price__list-body .head {
        align-items: center;
        padding: 12px 8px;
        margin-bottom: 8px;
    }
}
.price__list .price__list-body .head p {
    font-weight: 700;
    color: #f23353;
}
@media (max-width: 767px) {
    .price__list .price__list-body .head p {
        font-size: 13px;
    }
}
.price__list .price__list-body .head p:first-child,
.price__list .price__list-body .head p:nth-child(2) {
    flex-basis: 20%;
}
@media (max-width: 767px) {
    .price__list .price__list-body .head p:first-child {
        flex-basis: 24%;
    }
}
@media (max-width: 767px) {
    .price__list .price__list-body .head p:nth-child(2) {
        flex-basis: 28%;
    }
}
.price__list .price__list-body .head p:nth-child(3),
.price__list .price__list-body .head p:nth-child(4) {
    flex-basis: 30%;
    text-align: center;
}
@media (max-width: 767px) {
    .price__list .price__list-body .head p:nth-child(3),
    .price__list .price__list-body .head p:nth-child(4) {
        flex-basis: 24%;
        line-height: 1.25;
        text-align: left;
    }
}
.price__list .price__list-body .ipad-head {
    padding: 20px 80px;
    font-weight: 700;
    color: #f23353;
    background-color: #fffbb9;
}
@media (max-width: 767px) {
    .price__list .price__list-body .ipad-head {
        padding: 12px 16px;
    }
}
.price__list .price__list-body .list {
    padding: 20px 80px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .price__list .price__list-body .list {
        padding: 12px 8px;
    }
}
.price__list .price__list-body .list.last {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .price__list .price__list-body .list.last {
        padding-bottom: 20px;
    }
}
.price__list .price__list-body .list .list__inner {
    display: flex;
}
.price__list .price__list-body .list .list__inner .capacity,
.price__list .price__list-body .list .list__inner .sub-ttl {
    flex-basis: 20%;
}
.price__list .price__list-body .list .list__inner .sub-ttl {
    font-weight: 700;
}
@media (max-width: 767px) {
    .price__list .price__list-body .list .list__inner .sub-ttl {
        flex-basis: 24%;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .price__list .price__list-body .list .list__inner .capacity {
        flex-basis: 28%;
    }
}
.price__list .price__list-body .list .list__inner .price {
    flex-basis: 30%;
    text-align: center;
}
@media (min-width: 768px) {
    .price__list .price__list-body .list .list__inner .price {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .price__list .price__list-body .list .list__inner .price {
        flex-basis: 24%;
        font-size: 13px;
    }
}
.price__list .price__list-body .list:not(.last) {
    position: relative;
}
.price__list .price__list-body .list:not(.last):after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 95%;
    height: 2px;
    margin: auto;
    content: "";
    background-color: #e5e5e5;
}
#price .note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    #price .note {
        margin-top: 10px;
    }
}
#price .note p {
    line-height: 28px;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    #price .note p {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (min-width: 768px) {
    #price .note p:not(:last-child) {
        padding-bottom: 6px;
    }
}
.cv_tell {
    padding: 40px 0;
    background: linear-gradient(#f55c75, #f23353);
}
@media (max-width: 767px) {
    .cv_tell {
        padding: 20px 0;
    }
}
.cv_tell img {
    width: 100%;
}
.cv_tell .container {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .cv_tell .container {
        flex-direction: column;
        max-width: 95%;
    }
}
.cv__tell-btn {
    background-image: url(../image/cv_tell_btn_off_pc.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media (min-width: 768px) {
    .cv__tell-btn {
        width: 360px;
        height: 120px;
        cursor: pointer;
        transition: 0.5s;
    }
}
@media (max-width: 767px) {
    .cv__tell-btn {
        flex-direction: column;
        width: 100%;
        height: 104px;
        background-image: url(../image/cv_tell_btn_sp.png);
        background-size: contain;
    }
}
@media (min-width: 768px) {
    .cv__tell-btn:hover {
        background-image: url(../image/cv_tell_btn_on_pc.png);
    }
}
.cv__tell-btn a {
    height: 100%;
    width: 100%;
}
.cv__tell-number {
    padding-left: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}
@media (max-width: 767px) {
    .cv__tell-number {
        padding-top: 8px;
        padding-left: 0;
        font-size: 26px;
    }
}
#an_price {
    padding: 80px 0;
}
@media (max-width: 767px) {
    #an_price {
        padding: 40px 0;
    }
}
#an_price img {
    width: 100%;
}
.an_price__body h2 {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .an_price__body h2 {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}
.an_price__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .an_price__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.an_price__list.pull-list {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .an_price__list.pull-list {
        margin-top: 20px;
    }
}
.an_price__list details[open] .price__list-body {
    animation: fadeIn 0.5s ease;
}
.an_price__list summary {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(#f0f3f9, #c6cdd6);
    border: 2px solid #9eacbb;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 28px 0;
    transition: 0.15s;
}
@media (max-width: 767px) {
    .an_price__list summary {
        padding: 20px 0 20px 30px;
        text-align: left;
    }
}
.an_price__list details[open] summary {
    border-radius: 15px 15px 0 0;
}
.an_price__list summary::-webkit-details-marker {
    display: none;
}
html.no-details details > summary:before {
    content: none !important;
}
.an_price__list summary .icon {
    background-color: #fff;
    border: 1px solid #a4b1bf;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
    top: 0;
    right: 20px;
    bottom: 0;
    position: absolute;
    height: 50px;
    width: 50px;
}
@media (max-width: 767px) {
    .an_price__list summary .icon {
        height: 40px;
        width: 40px;
    }
}
.an_price__list summary .icon:after,
.an_price__list summary .icon:before {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: auto;
    content: "";
    background-color: #f23353;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .an_price__list summary .icon:after,
    .an_price__list summary .icon:before {
        right: 11px;
        width: 16px;
        height: 3px;
    }
}
.an_price__list summary .icon:after {
    right: 23px;
    width: 3px;
    height: 20px;
}
@media (max-width: 767px) {
    .an_price__list summary .icon:after {
        right: 18px;
        width: 3px;
        height: 16px;
    }
}
.an_price__list details[open] summary .icon:before {
    opacity: 0;
}
.an_price__list details[open] summary .icon:after {
    transform: rotate(90deg);
}
.an_price__list summary:focus {
    outline: none;
}
.an_price__list .price__list-body {
    font-size: 16px;
    letter-spacing: 0.75px;
    border-right: 2px solid #9eacbb;
    border-bottom: 2px solid #9eacbb;
    border-left: 2px solid #9eacbb;
    border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
    .an_price__list .price__list-body {
        font-size: 14px;
    }
}
.an_price__list .price__list-body .head {
    display: flex;
    justify-content: space-between;
    padding: 20px 80px;
    margin-bottom: 20px;
    background-color: #feeef1;
    border-bottom: 2px solid #f23353;
}
@media (max-width: 767px) {
    .an_price__list .price__list-body .head {
        align-items: center;
        padding: 12px 16px;
        margin-bottom: 8px;
    }
}
.an_price__list .price__list-body .head p {
    font-weight: 700;
    color: #f23353;
}
@media (max-width: 767px) {
    .an_price__list .price__list-body .head p {
        font-size: 13px;
    }
}
.an_price__list .price__list-body .list {
    padding: 20px 80px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .an_price__list .price__list-body .list {
        padding: 12px 16px;
    }
}
.an_price__list .price__list-body .list.last {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .an_price__list .price__list-body .list.last {
        padding-bottom: 20px;
    }
}
.an_price__list .price__list-body .list .list__inner {
    display: flex;
    justify-content: space-between;
}
.an_price__list .price__list-body .list:not(.last) {
    position: relative;
}
.an_price__list .price__list-body .list:not(.last):after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 95%;
    height: 2px;
    margin: auto;
    content: "";
    background-color: #e5e5e5;
}
.an_price__list .price__list-body .list .list__inner .model p {
    font-weight: 700;
}
#shop_flow {
    padding: 80px 0 40px;
}
@media (max-width: 767px) {
    #shop_flow {
        padding: 40px 0 20px;
    }
}
#shop_flow img {
    width: 100%;
}
.shop_flow__body h2 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .shop_flow__body h2 {
        padding-bottom: 24px;
        margin: 0 auto 24px;
        width: 90%;
    }
}
.shop_flow__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .shop_flow__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.shop_flow__body .sub-ttl {
    width: 75%;
    margin: 0 auto 40px;
}
@media (max-width: 767px) {
    .shop_flow__body .sub-ttl {
        width: 100%;
        margin-bottom: 24px;
    }
}
#access {
    padding: 40px 0;
}
@media (max-width: 767px) {
    #access {
        padding: 20px 0;
    }
}
#access img {
    width: 100%;
}
.access__body h2 {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .access__body h2 {
        padding-bottom: 24px;
        margin: 0 auto 24px;
        width: 85%;
    }
}
.access__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .access__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.access__body .sub-ttl {
    width: 65%;
    margin: 0 auto 40px;
}
.access__body .sub-ttl p {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}
@media (max-width: 767px) {
    .access__body .sub-ttl {
        width: 80%;
        margin-bottom: 24px;
    }
    .access__body .sub-ttl p {
        font-size: 14px;
    }
}
.access__body .image {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .access__body .image {
        margin-bottom: 30px;
    }
}
.access__body .map {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .access__body .map {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .access__body .map .iframe-wrap {
        width: 95%;
        margin: auto;
    }
}
.access__body .map .iframe-wrap iframe {
    width: 100%;
    border-radius: 20px;
}
.access__body .pay .pay__inner {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.access__body .pay .pay__inner .pay-ttl {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.75px;
    background: linear-gradient(#000, #3c3c3c);
    border-radius: 18px 18px 0 0;
}
@media (max-width: 767px) {
    .access__body .pay .pay__inner .pay-ttl {
        padding: 14px 0;
        font-size: 18px;
    }
}
.access__body .pay .pay__inner .pay-body {
    border: 2px solid #000;
    border-radius: 0 0 18px 18px;
    padding: 48px 80px;
}
@media (max-width: 767px) {
    .access__body .pay .pay__inner .pay-body {
        padding: 12px 16px;
    }
}
.access__body .pay .pay__inner .pay-body .pay-sub-ttl {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
@media (max-width: 767px) {
    .access__body .pay .pay__inner .pay-body .pay-sub-ttl {
        font-size: 15px;
    }
}
.access__body .pay .pay__inner .pay-body ul {
    display: flex;
    flex-wrap: wrap;
}
.access__body .pay .pay__inner .pay-body ul li {
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 767px) {
    .access__body .pay .pay__inner .pay-body ul li {
        font-size: 14px;
        line-height: 1.75;
    }
}
.access__body .pay .pay__inner .pay-body ul li:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .access__body .pay .pay__inner .pay-body ul li:not(:last-child) {
        margin-right: 10px;
    }
}
@media (max-width: 360px) {
    .access__body .pay .pay__inner .pay-body ul li:not(:last-child) {
        margin-right: 4px;
    }
}
.access__body .pay .pay__inner .pay-body .pink {
    padding-top: 8px;
    color: #f23353;
}
@media (max-width: 767px) {
    .access__body .pay .pay__inner .pay-body .pink {
        line-height: 1.5;
        padding-top: 4px;
        padding-left: 4px;
    }
}
#mail_flow {
    padding: 80px 0;
}
@media (max-width: 767px) {
    #mail_flow {
        padding: 20px 0;
    }
}
#mail_flow img {
    width: 100%;
}
.mail_flow__body h2 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .mail_flow__body h2 {
        padding-bottom: 24px;
        margin: 0 auto 24px;
        width: 90%;
    }
}
.mail_flow__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .mail_flow__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.mail_flow__body .sub-ttl {
    width: 50%;
    margin: 0 auto 40px;
}
@media (max-width: 767px) {
    .mail_flow__body .sub-ttl {
        width: 100%;
        margin-bottom: 24px;
    }
}
.mail_flow__body .text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
@media (max-width: 767px) {
    .mail_flow__body .text {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }
}
.mail_flow__body .attention {
    margin-top: 80px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention {
        margin-top: 40px;
    }
}
.mail_flow__body .attention .attention__inner {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.mail_flow__body .attention .attention__inner .attention-ttl {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.75px;
    background: linear-gradient(#000, #3c3c3c);
    border-radius: 18px 18px 0 0;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .attention-ttl {
        padding: 14px 0;
        font-size: 18px;
    }
}
.mail_flow__body .attention .attention__inner .attention-body {
    border: 2px solid #000;
    border-radius: 0 0 18px 18px;
    padding: 48px 80px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .attention-body {
        padding: 20px 16px;
    }
}
.mail_flow__body .attention .attention__inner .content:not(.last) {
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .content:not(.last) {
        margin-bottom: 28px;
    }
}
.mail_flow__body .attention .attention__inner .attention-sub-ttl {
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .attention-sub-ttl {
        font-size: 15px;
    }
}
.mail_flow__body .attention .attention__inner ul,
.mail_flow__body .attention .attention__inner ul li {
    margin-left: 12px;
    list-style: disc;
}
.mail_flow__body .attention .attention__inner ul li {
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner ul li {
        font-size: 14px;
    }
}
.mail_flow__body .attention .attention__inner p {
    font-size: 16px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner p {
        font-size: 14px;
    }
}
.mail_flow__body .attention .attention__inner p:not(.attention-ttl) {
    line-height: 1.75;
}
.mail_flow__body .attention .attention__inner .index {
    padding-bottom: 10px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .index {
        font-size: 15px;
        padding-bottom: 6px;
    }
}
.mail_flow__body .attention .attention__inner .index:not(.first) {
    margin-top: 28px;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .index:not(.first) {
        margin-top: 26px;
    }
}
.mail_flow__body .attention .attention__inner .download {
    color: #f23353;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    max-width: 270px;
    position: relative;
    text-decoration: none;
    transition: 0.15s;
    width: -webkit-max-content;
    width: max-content;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .download {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .mail_flow__body .attention .attention__inner .download:hover {
        opacity: 0.8;
    }
}
.mail_flow__body .attention .attention__inner .download:after {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
.mail_flow__body .attention .attention__inner .download .icon {
    background-color: #f23353;
    border-radius: 6px;
    display: inline-block;
    height: 18px;
    position: relative;
    vertical-align: bottom;
    width: 18px;
}
@media (-ms-high-contrast: none) {
    .mail_flow__body .attention .attention__inner .download .icon {
        vertical-align: middle;
    }
}
.mail_flow__body .attention .attention__inner .download .icon:before {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 2px;
    position: absolute;
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
}
.mail_flow__body .attention .attention__inner .pink {
    padding-top: 8px;
    padding-left: 8px;
    color: #f23353;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .pink {
        line-height: 1.5;
        padding-top: 4px;
        padding-left: 8px;
    }
}
.mail_flow__body .attention .attention__inner .tel-icon {
    margin-right: 6px;
    vertical-align: baseline;
    width: 15px !important;
}
@media (max-width: 767px) {
    .mail_flow__body .attention .attention__inner .tel-icon {
        margin-right: 4px;
        width: 14px !important;
    }
}
.mail_flow__body .money {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .mail_flow__body .money {
        margin-top: 20px;
    }
}
.mail_flow__body .money .money__inner {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.mail_flow__body .money .money__inner .money-ttl {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.75px;
    background: linear-gradient(#000, #3c3c3c);
    border-radius: 18px 18px 0 0;
}
@media (max-width: 767px) {
    .mail_flow__body .money .money__inner .money-ttl {
        padding: 14px 0;
        font-size: 18px;
    }
}
.mail_flow__body .money .money__inner .money-body {
    border: 2px solid #000;
    border-radius: 0 0 18px 18px;
    padding: 48px 80px;
}
@media (max-width: 767px) {
    .mail_flow__body .money .money__inner .money-body {
        padding: 12px 16px;
    }
}
.mail_flow__body .money .money__inner .money-sub-ttl {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
@media (max-width: 767px) {
    .mail_flow__body .money .money__inner .money-sub-ttl {
        font-size: 15px;
    }
}
.mail_flow__body .money .money__inner .money-sub-ttl:not(.first) {
    margin-top: 20px;
}
.mail_flow__body .money .money__inner ul,
.mail_flow__body .money .money__inner ul li {
    margin-left: 12px;
    list-style: disc;
}
.mail_flow__body .money .money__inner ul li {
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 767px) {
    .mail_flow__body .money .money__inner ul li {
        font-size: 14px;
    }
}
.mail_flow__body .money .money__inner p {
    font-size: 16px;
}
@media (max-width: 767px) {
    .mail_flow__body .money .money__inner p {
        font-size: 14px;
    }
}
.mail_flow__body .money .money__inner p:not(.money-ttl) {
    line-height: 1.75;
}
.mail_flow__body .money .money__inner .pink {
    padding-top: 8px;
    padding-left: 8px;
    color: #f23353;
}
@media (max-width: 767px) {
    .mail_flow__body .money .money__inner .pink {
        line-height: 1.5;
        padding-top: 4px;
        padding-left: 8px;
    }
}
.form {
    padding: 80px 0;
}
@media (max-width: 767px) {
    .form {
        padding: 40px 0;
    }
}
.form img {
    width: 100%;
}
.form__body h2 {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .form__body h2 {
        padding-bottom: 24px;
        margin: 0 auto 24px;
    }
}
.form__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .form__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.form__body .sub-ttl {
    margin: 0 auto 60px;
    width: 50%;
}
@media (max-width: 767px) {
    .form__body .sub-ttl {
        margin-bottom: 40px;
        width: 70%;
    }
}
.form__body .item {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .form__body .item {
        align-items: flex-start;
        flex-direction: column;
    }
}
.form__body .item.note,
.form__body .item.type {
    align-items: flex-start;
}
@media (max-width: 767px) {
    .form__body .item.body .ttl,
    .form__body .item.capacity .ttl,
    .form__body .item.career .ttl,
    .form__body .item.loan .ttl,
    .form__body .item.lock .ttl {
        padding-bottom: 0;
    }
}
.form__body .item:not(.note) {
    margin-bottom: 46px;
}
@media (max-width: 767px) {
    .form__body .item:not(.note) {
        margin-bottom: 32px;
    }
}
.form__body .ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
@media (min-width: 768px) {
    .form__body .ttl {
        flex-basis: 35%;
    }
}
@media (max-width: 767px) {
    .form__body .ttl {
        font-size: 15px;
        padding-bottom: 16px;
    }
}
.form__body .ttl sup {
    color: #f23353;
    font-weight: 400;
    padding-left: 2px;
    vertical-align: top;
}
.form__body .input-area {
    width: 100%;
}
@media (min-width: 768px) {
    .form__body .input-area {
        flex-basis: 65%;
    }
}
.form__body .item.type .select-box-wrap {
    display: flex;
    flex-direction: column;
}
.form__body .item.type .select-box-wrap.last {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .form__body .item.type .select-box-wrap.last {
        margin-top: 30px;
    }
}
.form__body .item.type .select-box-wrap .list-wrap {
    display: flex;
}
.form__body .item.type .select-box-wrap .list-wrap .list {
    display: flex;
    flex-direction: column;
}
.form__body .item.type .select-box-wrap .list-wrap .list.left,
.form__body .item.type .select-box-wrap .list-wrap .list.right {
    flex-basis: 50%;
}
.form__body .item.type .select-box-wrap .input-area-ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .form__body .item.type .select-box-wrap .input-area-ttl {
        font-size: 15px;
        padding-bottom: 16px;
    }
}
.form .input-area.radio .select-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.form .input-area.radio .radio:not(:last-child) {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .form .input-area.radio .radio:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .form .input-area.radio .radio {
        margin-top: 16px;
    }
}
.require-note {
    margin-top: 8px;
    text-align: right;
}
@media (max-width: 767px) {
    .require-note {
        font-size: 12px;
        margin-top: 4px;
    }
}
.require-note sup {
    color: #f23353;
}
.privacy_confirm {
    font-size: 18px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .privacy_confirm {
        font-size: 14px;
        margin-top: 30px;
    }
}
.privacy_confirm a {
    color: #2a96e2;
    text-decoration: none;
    transition: 0.15s;
}
@media (min-width: 768px) {
    .privacy_confirm a:hover {
        opacity: 0.8;
    }
}
.error-text {
    color: #f23353;
    line-height: 24px;
    padding-top: 8px;
}
@media (max-width: 767px) {
    .error-text {
        font-size: 12px;
        line-height: 20px;
        padding-top: 6px;
    }
}
.confirm-error-text {
    color: #f23353;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .confirm-error-text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }
}
.front-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.1px;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .front-text {
        font-size: 15px;
        margin-bottom: 20px;
        letter-spacing: 0.05px;
        line-height: 26px;
    }
}
.confirm-body {
    border: 1px solid #979797;
    border-radius: 15px;
}
.confirm-body .confirm-body__inner {
    padding: 40px;
}
@media (max-width: 767px) {
    .confirm-body .confirm-body__inner {
        padding: 26px;
    }
}
.confirm-body .confirm-body__inner .item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.confirm-body .confirm-body__inner .item:not(.last) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.confirm-body .confirm-body__inner .item .text,
.confirm-body .confirm-body__inner .item .ttl {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 36px;
}
@media (max-width: 767px) {
    .confirm-body .confirm-body__inner .item .text,
    .confirm-body .confirm-body__inner .item .ttl {
        font-size: 14px;
        line-height: 24px;
    }
}
.confirm-body .confirm-body__inner .item .ttl {
    flex-basis: 45%;
    font-weight: 700;
}
.confirm-body .confirm-body__inner .item .ttl sup {
    color: #f23353;
    font-weight: 400;
    padding-left: 2px;
    vertical-align: top;
}
.confirm-body .confirm-body__inner .item .text {
    flex-basis: 55%;
}
.form label {
    cursor: pointer;
}
.form label:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .form label:not(:last-child) {
        margin-bottom: 16px;
    }
}
.form .item.accessory .input-area.checkbox label:not(:last-child) {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .form .item.accessory .input-area.checkbox label:not(:last-child) {
        margin-right: 16px;
    }
}
.form input[type="email"],
.form input[type="tel"],
.form input[type="text"] {
    background-color: #f3f3f3;
    border: 1px solid #979797;
    border-radius: 10px;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    width: 100%;
}
@media (max-width: 767px) {
    .form input[type="email"],
    .form input[type="tel"],
    .form input[type="text"] {
        border-radius: 5px;
        font-size: 15px;
        height: 36px;
        padding: 0 8px;
    }
}
.form .input-area.-error input[type="email"],
.form .input-area.-error input[type="tel"],
.form .input-area.-error input[type="text"] {
    background-color: #feeef1;
    border: 1px solid #f23353;
}
.form input[type="checkbox"] {
    display: none;
}
.form input[type="checkbox"]:checked {
    color: #f23353;
}
.form input[type="checkbox"]:checked + .checkbox-text:after {
    content: "";
    display: block;
    border-bottom: 2px solid #f23353;
    border-right: 2px solid #f23353;
    transform: rotate(40deg);
    top: 2px;
    left: 8px;
    position: absolute;
    height: 14px;
    width: 8px;
}
@media (max-width: 767px) {
    .form input[type="checkbox"]:checked + .checkbox-text:after {
        left: 7px;
        height: 12px;
        width: 6px;
    }
}
.form .checkbox-text {
    display: inline-block;
    padding-top: 4px;
    padding-left: 32px;
    position: relative;
}
@media (max-width: 767px) {
    .form .checkbox-text {
        padding-top: 2px;
        padding-left: 26px;
    }
}
.form .checkbox-text:before {
    content: "";
    display: block;
    border: 1px solid #979797;
    border-radius: 4px;
    top: 0;
    left: 0;
    position: absolute;
    height: 24px;
    width: 24px;
}
@media (max-width: 767px) {
    .form .checkbox-text:before {
        height: 20px;
        width: 20px;
    }
}
.form input[type="radio"] {
    display: none;
}
.form .radio input + label {
    padding-top: 4px;
    padding-left: 32px;
    position: relative;
}
@media (max-width: 767px) {
    .form .radio input + label {
        padding-top: 2px;
        padding-left: 26px;
    }
}
.form .radio input + label:before {
    content: "";
    display: block;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: absolute;
    height: 24px;
    width: 24px;
}
@media (max-width: 767px) {
    .form .radio input + label:before {
        height: 20px;
        width: 20px;
    }
}
.form .radio input:checked + label:before {
    background-color: #f23353;
    border: 1px solid #f23353;
}
.form .radio input:checked + label:after {
    content: "";
    display: block;
    background: #fff;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    position: absolute;
    height: 12px;
    width: 12px;
}
@media (max-width: 767px) {
    .form .radio input:checked + label:after {
        top: 5px;
        left: 5px;
        height: 10px;
        width: 10px;
    }
}
.form textarea {
    background-color: #f3f3f3;
    border: 1px solid #979797;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.confirm-btn {
    background: linear-gradient(#f55c75, #f23353);
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 30px auto 0;
    max-width: 500px;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
    position: relative;
}
@media (max-width: 767px) {
    .confirm-btn {
        font-size: 18px;
        margin: 32px auto 4px;
        max-width: 90%;
    }
}
@media (min-width: 768px) {
    .confirm-btn:hover {
        opacity: 0.8;
    }
}
.confirm-btn:after,
.confirm-btn:before {
    content: "";
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
}
@media (max-width: 767px) {
    .confirm-btn:after,
    .confirm-btn:before {
        right: 14px;
    }
}
.confirm-btn:before {
    background-color: #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
@media (max-width: 767px) {
    .confirm-btn:before {
        height: 36px;
        width: 36px;
    }
}
.confirm-btn:after {
    border-top: 3px solid #f23353;
    border-right: 3px solid #f23353;
    transform: rotate(45deg);
    height: 12px;
    right: 38px;
    width: 12px;
}
@media (max-width: 767px) {
    .confirm-btn:after {
        height: 10px;
        right: 28px;
        width: 10px;
    }
}
.confirm-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 24px;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .confirm-btn a {
        padding: 20px;
    }
}
.send-btn {
    background: linear-gradient(#f55c75, #f23454);
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 40px auto 0;
    max-width: 500px;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
    position: relative;
}
@media (max-width: 767px) {
    .send-btn {
        font-size: 18px;
        margin: 20px auto 0;
        max-width: 90%;
    }
}
@media (min-width: 768px) {
    .send-btn:hover {
        opacity: 0.8;
    }
}
.send-btn:after,
.send-btn:before {
    content: "";
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
}
@media (max-width: 767px) {
    .send-btn:after,
    .send-btn:before {
        right: 14px;
    }
}
.send-btn:before {
    background-color: #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
@media (max-width: 767px) {
    .send-btn:before {
        height: 36px;
        width: 36px;
    }
}
.send-btn:after {
    border-top: 3px solid #f23353;
    border-right: 3px solid #f23353;
    transform: rotate(45deg);
    height: 12px;
    right: 38px;
    width: 12px;
}
@media (max-width: 767px) {
    .send-btn:after {
        height: 10px;
        right: 28px;
        width: 10px;
    }
}
.send-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 24px;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .send-btn a {
        padding: 20px;
    }
}
.return-btn {
    background-color: #f3f3f3;
    border-radius: 40px;
    color: #555;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto 0;
    max-width: 500px;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
    position: relative;
}
@media (max-width: 767px) {
    .return-btn {
        font-size: 18px;
        margin: 10px auto 0;
        max-width: 90%;
    }
}
@media (min-width: 768px) {
    .return-btn:hover {
        opacity: 0.8;
    }
}
.return-btn:after,
.return-btn:before {
    content: "";
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
}
@media (max-width: 767px) {
    .return-btn:after,
    .return-btn:before {
        right: 14px;
    }
}
.return-btn:before {
    background-color: #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
@media (max-width: 767px) {
    .return-btn:before {
        height: 36px;
        width: 36px;
    }
}
.return-btn:after {
    border-bottom: 3px solid #6c6c6c;
    border-left: 3px solid #6c6c6c;
    transform: rotate(45deg);
    height: 12px;
    right: 34px;
    width: 12px;
}
@media (max-width: 767px) {
    .return-btn:after {
        height: 10px;
        right: 28px;
        width: 10px;
    }
}
.return-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 24px;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .return-btn a {
        padding: 20px;
    }
}
.form.complete .return-btn {
    margin: 40px auto 0;
}
@media (max-width: 767px) {
    .form.complete .return-btn {
        margin: 20px auto 0;
    }
}
#shop_info {
    padding: 80px 0;
    background-image: url(../image/bg_triangle_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    #shop_info {
        padding: 40px 0;
        background-image: url(../image/bg_triangle_sp.jpg);
    }
}
#shop_info img {
    width: 100%;
}
.shop_info__body h2 {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .shop_info__body h2 {
        padding-bottom: 24px;
        margin: 0 auto 24px;
        width: 80%;
    }
}
.shop_info__body h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #f23353;
}
@media (max-width: 767px) {
    .shop_info__body h2:after {
        width: 40px;
        height: 3px;
    }
}
.shop_info__body .map {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .shop_info__body .map .iframe-wrap {
        width: 95%;
        margin: auto;
    }
}
.shop_info__body .map .iframe-wrap iframe {
    width: 100%;
    border-radius: 20px;
}
.shop_info__body .info .info__item-wrap {
    display: flex;
}
@media (max-width: 767px) {
    .shop_info__body .info .info__item-wrap {
        flex-direction: column;
    }
}
.shop_info__body .info .info__item-wrap:not(.last) {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .shop_info__body .info .info__item-wrap:not(.last) {
        margin-bottom: 20px;
    }
}
.shop_info__body .info .info__item-wrap .item {
    display: flex;
    align-items: baseline;
}
@media (min-width: 768px) {
    .shop_info__body .info .info__item-wrap .item.left {
        flex-basis: 70%;
    }
}
@media (max-width: 767px) {
    .shop_info__body .info .info__item-wrap .item.left {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .shop_info__body .info .info__item-wrap .item.right {
        flex-basis: 30%;
    }
}
.shop_info__body .info .info__item-wrap .item .ttl {
    width: 110px;
    height: 36px;
    margin-right: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: linear-gradient(#000, #3c3c3c);
    border-radius: 18px;
}
@media (max-width: 767px) {
    .shop_info__body .info .info__item-wrap .item .ttl {
        width: 100px;
        min-width: 100px;
    }
}
.shop_info__body .info .info__item-wrap .item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
:root {
    --max-width: 900px;
    --max-width-sp: 90%;
}
@media (min-width: 768px) {
    .hidden-pc {
        display: none;
    }
}
@media (max-width: 767px) {
    .hidden-pc {
        display: block;
    }
}
@media (min-width: 768px) {
    .hidden-sp {
        display: block;
    }
}
@media (max-width: 767px) {
    .hidden-sp {
        display: none;
    }
}
.main {
    width: 100%;
    overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .main {
        zoom: 0.7;
    }
}
.container {
    width: 100%;
    max-width: 900px;
    max-width: var(--max-width);
    margin: 0 auto;
}
@media (max-width: 767px) {
    .container {
        max-width: 90%;
        max-width: var(--max-width-sp);
    }
}
.bg__border {
    background-image: url(../image/bg_border_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .bg__border {
        background-image: url(../image/bg_border_sp.jpg);
        background-repeat: repeat;
        background-size: 100%;
    }
}
.float {
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -100%;
    position: fixed;
    padding: 20px;
    transition: 0.3s;
    z-index: 100;
    width: 70%;
}
@media (min-width: 768px) {
    .float {
        box-shadow: 0 8px 10px rgba(242, 51, 83, 0.5);
        border-radius: 15px 15px 0 0;
    }
}
@media (max-width: 767px) {
    .float {
        padding: 12px;
        width: 100%;
    }
}
.float .float__inner {
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: relative;
}
@media (max-width: 767px) {
    .float .float__inner {
        flex-direction: column-reverse;
    }
}
.float .logo {
    width: 100px;
}
@media (max-width: 767px) {
    .float .logo {
        margin-top: 12px;
        width: 80px;
    }
}
.float img {
    width: 100%;
}
.float__cv-wrap {
    display: flex;
}
.float__cv-wrap .btn {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
@media (min-width: 768px) {
    .float__cv-wrap .btn {
        cursor: pointer;
        height: 70px;
        transition: 0.5s;
        width: 360px;
    }
}
@media (max-width: 767px) {
    .float__cv-wrap .btn {
        height: 50px;
        width: 160px;
    }
}
@media (max-width: 320px) {
    .float__cv-wrap .btn {
        height: 40px;
        width: 140px;
    }
}
.float__cv-wrap .btn a {
    height: 100%;
    width: 100%;
}
.float__cv-wrap .btn.mail a {
    display: block;
}
.float__cv-wrap .btn.tell {
    background-image: url(../image/float_cv_tell_off_pc.png);
    margin-right: 20px;
}
@media (max-width: 767px) {
    .float__cv-wrap .btn.tell {
        margin-right: 12px;
        background-image: url(../image/float_cv_tell_sp.png);
    }
}
@media (min-width: 768px) {
    .float__cv-wrap .btn.tell:hover {
        background-image: url(../image/float_cv_tell_on_pc.png);
    }
}
.float__cv-wrap .btn.mail {
    background-image: url(../image/float_cv_mail_off_pc.png);
}
@media (max-width: 767px) {
    .float__cv-wrap .btn.mail {
        background-image: url(../image/float_cv_mail_sp.png);
    }
}
@media (min-width: 768px) {
    .float__cv-wrap .btn.mail:hover {
        background-image: url(../image/float_cv_mail_on_pc.png);
    }
}
.top-btn {
    cursor: pointer;
    bottom: -100%;
    right: 80px;
    position: fixed;
    height: 90px;
    width: 90px;
    transition: 0.3s;
    transition-delay: 0.05s;
}
@media (max-width: 767px) {
    .top-btn {
        right: 4px;
    }
}
.top-btn img {
    width: 100%;
}
.top-btn a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
@media (min-width: 768px) {
    .top-btn:hover {
        opacity: 0.9;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
