.mv {
    position: relative;
    margin-bottom: 40px;
}
.mv-ttl {
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
    z-index: 5;
    flex-direction: column;
}
.mv-ttl.pc {
    display: flex;
}
.mv-ttl.sp {
    display: none;
}
.mv-ttl span {
    width: fit-content;
    font-size: clamp(16px, 4.5vw, 72px);
    font-weight: bold;
    color: #fff;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.mv-ttl span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 6px;
    background-color: #FFA54A;
    border-radius: 3px;
    z-index: -1;
}


.mv-bg {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  margin: auto 0 auto auto;
}

.mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.mv-img.active {
  opacity: 1;
  z-index: 1;
}

picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fixed-footer .event a:before, .fixed-footer .contact a:before {
    display: none;
}
.fixed-footer a img {
    display: flex;
    min-width: 15px;
    width: 15px;
    margin-right: 10px;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

.pc .drawer-open {
    display: none;
}
.pc .header-inner {
    padding-right: 20px;
}

.test {
    height: 100vh;
}
.cta {
    background: url(../images/main-bg.jpg) repeat;
}
.cta-block {
    width: 100%;
    background-color: #F19441;
    border: 5px solid #F19441;
    border-radius: 30px;
    max-width: 980px;
    margin: auto;
    overflow: hidden;
}
.cta h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 20px auto;
}
.cta-top {
    padding: 30px;
    background-color: #FFF8EF;
}
.cta-top p {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 0;
}
.cta-top p.big {
    font-size: 32px;
}
.cta-btm {
    display: flex;
}
.cta-img {
    display: flex;
    width: 40%;
    object-fit: cover;
}
.cta-text {
    width: 60%;
    display: flex;
    padding: 30px;
    background-color: #FFEAD8;
    flex-direction: column;
}
.cta-text p, .cta .cta-text p:last-of-type {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
}
.cta-text h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.cta-tel {
    display: flex;
    margin-bottom: 20px;
    width: fit-content;
}
.cta-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cta-link .btn {
    width: 48%;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    margin: 0;
}
.cta-link .btn:first-of-type {
    margin-right: 15px;
}
.cta-link .btn a {
    width: 100% !important;
    padding: 15px 50px 15px 30px!important;
}
section.cta {
    margin-bottom: 0;
}
section.cta p:last-of-type {
    margin-bottom: 0;
}

footer {
    display: flex;
    width: 100%;
    padding-bottom: 70px;
}

.footer-L {
    display: flex;
    max-width: 640px;
    min-width: 460px;
    background-color: #FFEDDC;
    flex-shrink: 0;
    padding: 10px;
    flex-direction: column;
}
.logo-block {
    display: flex;
    flex-direction: column;
    margin: auto;
}
.logo-block img {
    width: 280px;
    margin-bottom: 20px;
}
.logo-block p {
    font-size: 14px;
    font-weight: bold;
}
.footer-L-btm {
    margin: auto auto 0 0;
    font-size: 12px;
}
.footer-sns {
    display: flex;
}
.footer-sns a {
    display: flex;
    align-items: center;
    color: #F19441;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-sns a:first-of-type {
    margin-right: 20px;
}
.f-line:before {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F19441;
    margin-right: 10px;
    content: "";
    mask: url(../images/sns/line-fill.svg) no-repeat center center /contain;
    -webkit-mask: mask: url(../images/sns/line-fill.svg) no-repeat center center /contain;;
}
.f-insta:before {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F19441;
    margin-right: 10px;
    content: "";
    mask: url(../images/sns/instagram-fill.svg) no-repeat center center /contain;
    -webkit-mask: mask: url(../images/sns/instagram-fill.svg) no-repeat center center /contain;;
}

.footer-R {
    display: flex;
    flex-grow: 1;
    background-color: #FFD4AF;
    padding: 10px;
}
.fnav-top {
    display: flex;
}
/* .fnav-top * {
    display: flex;
    align-items: center;
    height: fit-content;
} */
.fnav-top {
    padding: 40px 3vw 30px 3vw;
    height: fit-content;
}
.footer-R * {
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif !important;
}
.footer-R {
    display: flex;
    flex-direction: column;
}
.fnav-menu-top {
    white-space: nowrap;
    margin-right: 20px;
}
.fnav-top .header-nav {
    display: block;
    margin-left: 0;
}
.header-nav > ul > li:last-of-type {
    margin-right: 0;
}
.fnav-btm {
    display: flex;
    flex-direction: column;
    padding: 0 3vw;
    position: relative;
}
.fnav-inner {
    display: flex;
}
.fnav-btm .menu {
    width: 24%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-right: 30px;
    align-items: stretch;
    flex-grow: 1;
}
.fnav-btm .menu.last {
    width: calc(48% + 30px);
    max-width: unset;
}
footer .menu-btm {
    margin: auto 0 0 auto;
}
.menu-btm a:first-of-type {
    margin-right: 20px;
}
.fnav-btm .menu ul {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    border-left: 1px solid #000;
}
.fnav-btm .menu li a {
    font-size: 14px;
}
.fnav-btm .menu a {
    width: fit-content;
}
.fnav-btm li {
    margin-bottom: 5px;
}
.fnav-btm li:last-of-type {
    margin-bottom: 0;
}
.fnav-btm .menu-ttl {
    margin-bottom: 10px;
}
.menu-online {
    font-size: 12px;
    color: #182791;
    text-decoration: underline;
    line-height: 1.5;
    margin: auto auto 0 3vw;
    font-weight: normal;
}

.page-content {
    margin-bottom: 0;
    padding-bottom: calc(var(--box-margin) + 1vh);
}

.new-style .box .image img {
    margin-top: var(--text-margin);
}
.w100bg {
    position: relative;
    padding: 60px 0;
}
.w100bg .bg {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    z-index: -1;
}
.bc-lineup {
    padding: 60px 0;
}
.bc-lineup .bg, .bgc {
    background: url(../images/main-bg.jpg) repeat;
}
.bc-lineup .image img, .bc-money .image img  {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}
.bc-lineup .box .text h3, .bc-money .box .text h3 {
    font-size: 3.8rem;
    color: #f19441;
    text-align: center;
}
.bc-lineup .image-text-type03 .text:before, .bc-money .image-text-type03 .text:before {
    border-radius: 40px;
}
.bc-lineup p, .bc-money p {
    font-weight: bold;
    text-align: center;
}
.box .btn {
    font-weight: bold;
    letter-spacing: 1px;
}
.bc-lineup .image-text-type03 .image, .bc-money .image-text-type03 .image {
    width: 80%;
    height: 100%;
    position: absolute;
    padding: 80px 0 80px 60px;
}
.bc-lineup .image-text-type03 .text, .bc-money .image-text-type03 .text {
    width: 45%;
    min-width: 290px;
}
.image-text-type03.right .image {
    right: 0;
}
.image-text-type03.left .image {
    left: 0;
}
.image-text-type03.right .text {
    margin-left: 0;
}
.image-text-type03.left .text {
    margin-right: 0;
}
.bc-lineup .box .btn, .bc-money .box .btn {
    margin-top: 0;
}
.bc-lineup .image-text-type03 .text:before, .bc-money .image-text-type03 .text:before {
    top: 76px;
    height: calc(100% - 150px);
}
.bc-money .image-text-type03 {
    flex-direction: column;
}
.bc-money .image-text-type03 .image {
    height: 400px;
    width: 100%;
    position: relative;
}
.bc-money .image-text-type03 .text {
    margin-top: -190px;
}
.bc-money .image-text-type03 .text p {
    margin-top: 0;
}
.bc-money .image-text-type03 .text h3 {
    color: #000;
}
.bc-money {
    padding: 60px 0 0 0;
}
.image-text-type01.first-top .image {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}
.pf-top {
    padding-bottom: 60px;
}
.pf-top-ttl {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 30px;
}
.pf-top-ttl-sub {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.pf-top img {
    display: flex;
    margin: 0 auto 20px auto;
}
.pf-top-img {
    width: 100%;
    max-width: 760px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.pf-top-img img {
    width: 48%;
}
.pf-top-h3 {
    font-weight: bold;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.pf-top-text {
    text-align: center;
}
.pf-top2 .pf-top-text {
    margin-bottom: 20px;
}
.box p.pf-head {
    margin: var(--text-margin) 0;
    font-size: 2.1rem;
    font-weight: bold;
}
.pf-btm-img {
    margin-top: calc(var(--box-margin) - var(--box-margin)*2 + 30px);
}
.pf-btm-img.last {
    margin-top: 20px;
}

.free-top {
    width: 100%;
    margin: 40px 0;
}
.free-top img {
    width: 100%;
}
.free-top-text p {
    font-size: 3.2rem;
    font-weight: bold;
}
p.check {
    display: flex;
    align-items: center;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
p.check:first-of-type {
    margin-top: var(--text-margin);
}
p.check::before {
    content: "";
    background: url(../images/new/check.png) no-repeat center / contain;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}
.bold {
    font-weight: bold;
}
.big {
    font-size: 2.1rem;
}

.about-ttl-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}
.about-ttl-top::before {
    content: "＼";
    margin-right: 5px;
}
.about-ttl-top::after {
    content: "／";
    margin-left: 5px;
}
.about-ttl-btm {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.free-about-img {
    width: 100%;
    margin: 0 auto;
}
.free-about-img.sp {
    max-width: 265px;
}
.studio-block {
    display: flex;
    justify-content: space-between;
}
.studio-map {
    width: 50%;
    object-fit: contain;
    object-position: top;
}
.studio-text {
    width: 45%;
}
.studio-text a {
    display: flex;
    width: fit-content;
    margin-top: 80px;
    margin-bottom: 20px;
}
.studio-tel {
    width: 100%;
    max-width: 360px;
}
.form-section {
    background: url(../images/main-bg.jpg) repeat;;
}
.form-section .cta {
    padding: 0;
}
.form-section .cta-top p {
    margin: 0;
}
.form-section .cta {
    border-radius: 30px;
    overflow: hidden;
    border: 5px solid #F19441;
}
.form-section h3:not([class]) {
    margin-bottom: 30px;
}
.form-section .form-table {
    background-color: #fff;
}
.date-group {
    max-width: 620px;
    display: flex;
    justify-content: space-between;
}
.date-group div {
    width: 48%;
    max-width: 300px;
}
.date-group select {
    width: 100%;
}
.checkbox-group {
    display: flex;
    flex-direction: column;
}
.mw_wp_form .checkbox-group .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.page-id-4707 .page-content {
    padding-bottom: 0;
}

#archive-event article {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
#archive-event .article-item {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-bottom: 60px;
    overflow: hidden;
    border-radius: 25px;
}
#archive-event .photo-wrapper {
    width: 100%;
    height: 240px;
    min-height: 240px;
}
#archive-event .photo {
    display: flex;
    width: 100%;
    height: 240px;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
}
.photo.ended {
    display: block;
    position: relative;
}
.photo.ended::before {
    content: "【終了しました】";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
#archive-event .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#archive-event .text-block {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 100%;
    background-color: #FFF3E8;
}
#archive-event h2 {
    font-size: 18px;
    margin-bottom: 17px;
}
#archive-event .event-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 10px;
}
#archive-event .event-icon {
    width: 16px;
    min-width: 16px;
    margin: auto 5px auto 0;
}
#archive-event .event-place {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.event-link {
    width: 100%;
    max-width: 240px;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    margin: 0 auto 20px auto;
    font-weight: bold;
    letter-spacing: 1px;
}
.event-link a {       
    width: 100% !important;
    padding: 15px 50px 15px 30px!important;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 13px 50px 12px 30px;
    color: #fff;
    background: var(--main-color-2);
    border-radius: 30px;
}
.event-link a::after {
    content: "\e5cc";
    position: absolute;
    top: 50%;
    right: 25px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
    line-height: 1;
    transform: translateY(-50%);
}

#single-event .event-info {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
#single-event .event-info .event-icon {
    width: 28px;
    margin-right: 3px;
}
#single-event .event-day {
    margin-right: 20px;
}

#single-event .page-content .text h2:not([class]) {
    position: relative;
    margin: var(--text-margin) 0 0 0;
    padding: 0 0 0 20px;
    font-size: 3.2rem;
    border-bottom: none;
}

#single-event .page-content .text h2:not([class])::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--main-color);
    border-radius: 3px;
    border-bottom: none;
}
.single-event .breadcrumbs-wrap {
    white-space: wrap;
}
#single-event .photo {
    border-radius: 30px;
    overflow: hidden;
}
.pager {
    width: 100%;
    max-width: 475px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
.wp-pagenavi {
    width: fit-content;
    display: flex;
    margin: 80px auto 90px auto;
    flex-wrap: wrap;
}
.wp-pagenavi .current {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 15px;
    color: #fff;
    background-color: #F19441;
    margin-right: 8px;
    border-radius: 5px;
}
.wp-pagenavi a {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 15px;
    color: #F19441;
    margin-right: 8px;
    border: 1px solid #F19441;
    border-radius: 5px;
}
.pager a {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 15px;
    color: #fff;
    background-color: #F19441;
    margin-right: 3px;
    border-radius: 5px;
}
.wp-pagenavi a.first, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.last, .wp-pagenavi a.nextpostslink {
    border: none;
    font-size: 25px;
    padding: 0;
    font-weight: 100;
}
.wp-pagenavi a.last, .wp-pagenavi a.nextpostslink {
    margin-right: 0;
}
#single-event .page-content {
    padding-bottom: 20px;
}
.pager a {
    padding: 12px 40px;
    margin-right: 0;
    margin: auto;
}
.lb-outerContainer {
    width: 80% !important;
}
.lb-container, .lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
}
.main-area {
    background: none !important;
}
.main-event {
    background: url(../images/main-bg.jpg) repeat;
}
.main-event.box-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-event .box-wrap.lg {
    max-width: 1200px;
    margin: auto;
}
.main-event .article-item {
    padding-right: 30px;
}
.main-event .article-item:last-of-type {
    padding-right: 0;
}
.main-event .text-block {
    margin-top: 20px;
}
.main-event .text-block p {
    margin-top: 10px;
}
.main-event.box .btn {
    width: fit-content;
    margin: 30px auto 0 auto;
}
.main-event.box .btn a {
    background: var(--main-color-2) !important;
}
.home .image-text-type03 .btn {
    width: fit-content;
}
.home .main-service .image-text-type03 .btn {
    margin: 0 auto;
}
.w100-image {
    width: 100%;
}
.money-last-text {
    font-size: 4.2rem;
    font-weight: bold;
}
.plan-img:last-of-type {
    margin-top: 60px;
}
.bc-link-ttl {
    color: #fff;
    padding: 30px;
    font-size: 3.2rem;
}
.bc-link {
    width: 100%;
    background-color: #F19441;
    border: 5px solid #F19441;
    border-radius: 30px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}
.bc-link-inner {
    padding: 30px;
    background-color: #FFF8EF;
}
.bc-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bc-links a {
    width: 48%;
    margin-bottom: 20px;
}
.bc-link .bc-link-inner h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.bc-link .bc-link-inner a.bc-link-btm-btn {
    width: 100%;
    max-width: 320px;
    padding: 15px 50px 15px 30px;
    display: flex;
    position: relative;
    margin: 20px auto 0 auto;
    color: #fff;
    background: var(--main-color-2);
    border-radius: 30px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: sans-serif;
}
.bc-link .bc-link-inner a.bc-link-btm-btn::after {
    content: "\e5cc";
    position: absolute;
    top: 50%;
    right: 25px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
    line-height: 1;
    transform: translateY(-50%);
}
@media screen and (max-width: 1221px) {
    footer {
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 1024px) {
    .cta {
        padding: 0 4vmin;
    }
    .form-section .cta {
        padding: 0;
    }
    .footer-L {
        display: flex;
        max-width: 640px;
        min-width: 0;
        flex-shrink: 1;
        padding: 20px;
    }
    .logo-block img {
        max-width: 280px;
        width: 90%;
    }
    .footer-sns {
        flex-direction: column;
    }
    .money-pic-02 {
        width: 100%;
        height: fit-content;
    }
    .money-pic-02 img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }
    .bc-links a {
        width: fit-content;
        margin: 0 auto 20px auto;
    }
}
@media screen and (max-width: 950px) {
    .cta-btm {
        flex-direction: column;
    }
    .cta-img {
        width: 100%;
        height: 300px;
    }
    .cta-text{
        width: 100%;
    }
    #archive-event .article-item {
        width: 48%;
    }
    .mv-ttl span {
        font-size: 6vw;
    }
}
@media screen and (max-width: 719px) {
    footer {
        flex-direction: column;
        padding-bottom: 54px;
    }
    .footer-L {
        width: 100%;
        max-width: 100%;
    }
    .footer-R {
        display: none;
    }
    .logo-block {
        margin-bottom: 30px;
    }
    .bc-lineup .image-text-type03 .image, .bc-money .image-text-type03 .image {
        position: relative;
        width: 100%;
        padding: 0;
        height: 180px;
    }
    .bc-lineup .image-text-type03 .text, .bc-money .image-text-type03 .text {
        margin: -40px auto 0 auto;
        width: 85%;
        padding: 30px 20px;
    }
    .bc-lineup .box .text h3, .bc-money .box .text h3 {
        font-size: 2.5rem;
    }
    .bc-money {
        padding-top: 30px;
    }
    .image-text-type01.first-top .image {
        margin: 0 0 20px 0;
        float: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .pf-top-img {
        flex-direction: column;
    }
    .pf-top-img img {
        width: 100%;
        max-width: 360px;
        display: flex;
        margin: 0 auto;
    }
    .pf-top-img img:first-of-type {
        margin-bottom: 20px;
    }
    .free-top-text p {
        font-size: 2.4rem;
    }
    p.check {
        font-size: 1.8rem;
    }
    p .big {
        font-size: 1.8rem;
    }
    .about-ttl-top {
        font-size: 2rem;
    }
    .about-ttl-btm {
        font-size: 2.4rem;
    }
    .studio-block {
        flex-direction: column;
    }
    .studio-map {
        width: 100%;
        margin-bottom: 20px;
    }
    .studio-text {
        width: 100%;
    }
    .studio-text a {
        display: flex;
        width: fit-content;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cta-text p {
        margin: 10px 0;
    }
    #single-event .page-content .text h2:not([class]) {
        font-size: 2.5rem;
    }
    #single-event .event-info {
        flex-direction: column;
    }
    #single-event .event-day {
        margin-bottom: 10px;
    }
    .sphone-fixed-footer ul li.sp-free a:before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../images/new/icon-free.png) no-repeat center / contain;
    }
    .sphone-fixed-footer ul li.sp-gallery a:before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../images/new/icon-gallery.png) no-repeat center / contain;
    }
    .main-service .box .btn {
        margin: 0 auto 20px auto !important;
    }
    .main-service .box .btn:last-of-type {
        margin: 0 auto 60px auto !important;
    }
    .main-concept .box .image img {
        height: 250px;
    }
    .drawer-nav > ul {
        margin-top: 0;
    }
    .drawer-top {
        display: flex;
        flex-direction: column;
        margin: 90px 30px 30px 30px;
    }
    .drawer-top a {
        font-weight: 700;
        font-family: sans-serif;
        letter-spacing: 0.08em;
        font-feature-settings: "palt" 1;
        padding: 8px 10px;
        text-align: center;
        border: 1px solid #000;
        margin-bottom: 10px;
    }
    .drawer-top a:last-of-type {
        margin-bottom: 0;
    }
    .drawer-nav > ul > li > a {
        line-height: 1;
    }
    #menu-drawer-nav a {
        display: flex;
        align-items: center;
        height: 47px;
        padding-left: 0;
    }
    #menu-drawer-nav a span {
        display: flex;
        align-items: center;
        font-family: sans-serif !important;
        line-height: 1.3;
    }
    #menu-drawer-nav li:nth-of-type(1) a::before {
        display: flex;
        font-size: 14px;
        content: "1";
        width: 25px;
        height: 25px;
        font-weight: bold;
        color: #fff;
        background: var(--main-color);
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    #menu-drawer-nav li:nth-of-type(2) a::before {
        display: flex;
        font-size: 14px;
        content: "2";
        width: 25px;
        height: 25px;
        font-weight: bold;
        color: #fff;
        background: var(--main-color);
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    #menu-drawer-nav li:nth-of-type(3) a::before {
        display: flex;
        font-size: 14px;
        content: "3";
        width: 25px;
        height: 25px;
        font-weight: bold;
        color: #fff;
        background: var(--main-color);
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    #menu-drawer-nav li:nth-of-type(4) a::before {
        display: flex;
        font-size: 14px;
        content: "4";
        width: 25px;
        height: 25px;
        font-weight: bold;
        color: #fff;
        background: var(--main-color);
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    #menu-drawer-nav li:nth-of-type(5) a::before {
        display: flex;
        font-size: 14px;
        content: "5";
        width: 25px;
        height: 25px;
        font-weight: bold;
        color: #fff;
        background: var(--main-color);
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    #menu-drawer-nav .sub-menu li a::before {
        display: none;
    }
    .bc-link-ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 600px) {
    .cta h2 {
        font-size: 20px;
    }
    .cta-top p.big {
        font-size: 23px;
    }
    .cta-top {
        padding: 25px 20px;
    }
    .cta-img {
        height: 180px;
    }
    .cta-link {
        flex-direction: column;
    }
    .cta-link .btn {
        width: 100%;
        max-width: 210px;
        margin: auto;
    }
    .cta-link .btn:first-of-type {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .mv-ttl.pc {
        display: none;
    }
    .mv-ttl.sp {
        display: flex;
    }
    .mv-ttl span {
        font-size: 10vw;
        padding-bottom: 10px;
    }
    .mv-ttl {
        top: 40px;
        transform: translateY(0);
    }
    #archive-event .article-item {
        width: 100%;
    }
    .money-last-text {
        font-size: 2.5rem;
    }
    .bc-link-ttl {
        padding: 20px;
    }
    .bc-link-inner {
        padding: 25px 20px;
    }
}

/* MV下のスライダー */
.mv-btm {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.slide-track {
  display: flex;
  gap: 20px;
  will-change: transform;
}

.slide-img {
  flex: 0 0 auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

/* 表示枚数別サイズ調整 */
@media (min-width: 1025px) {
  .slide-img {
    width: calc((100% - 20px * 3) / 4.5);
  }
}
@media (max-width: 1024px) and (min-width: 601px) {
  .slide-img {
    width: calc((100% - 20px * 2) / 3.5);
  }
}
@media (max-width: 600px) {
  .slide-img {
    width: calc((100% - 10px * 1) / 2.5);
  }
  .slide-track {
    gap: 10px;
  }
}

/* form */
.contact-form-wrapper div {
    display: flex;
}
.contact-text {
	text-align: center;
}
.wpcf7 {
	width: 100%;
	margin: auto;
}
.wpcf7 form {
	width: 100%;
}
.contact-form-wrapper {
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
}
.contact-form-wrapper label {
	display: flex;
	align-items: center;
}
.input-wrapper {
	width: 100%;
	max-width: 860px;
	margin: auto;
	border-top: 1px solid #D8D8D8;
    background-color: #fff;
}
.input-wrapper.last {
	border-bottom: 1px solid #D8D8D8;
}
.input-h {
	font-weight: bold;
	width: 240px;
	padding: 25px 20px;
}
.input-h p {
	display: flex;
	align-items: flex-start;
	margin-top: 0;
	height: fit-content;
}
.input-h .required {
    height: fit-content;
	font-size: 12px;
	color: #fff;
	background-color: #D52332;
	padding: 3px 10px;
	margin-left: 10px;
}
.input-h .small {
	font-size: 12px;
}
.input-d {
	flex-direction: column;
	width: calc(100% - 240px);
	background-color: #F2F2F2;
	padding: 25px 20px;
}
input, textarea, select {
	border-radius: 3px;
	padding: 0 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #bbb;
}
input {
	max-width: 260px;
}
input.your-address {
	max-width: 400px;
}
input[type=checkbox] {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	margin: auto 8px auto 0;
}
textarea {
	max-width: 600px;
	height: 250px;
	padding: 10px;
}
.your-day {
	width: 190px;
	height: 40px;
	margin-right: 20px;
}
.your-time {
	width: 190px;
	height: 40px;
}
.your-day-text {
	font-size: 12px;
	margin-top: 10px;
}
.your-day-text-02 {
	margin-top: 0;
}
.your-check {
	display: flex;
	flex-direction: column;
}
.your-check span {
	margin-left: 0;
}
.your-check .wpcf7-list-item {
	margin-bottom: 10px;
}
.your-check .wpcf7-list-item.last {
	margin-bottom: 0;
}
.your-studio span {
	margin: 0;
}
input[type=radio] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: auto 8px auto 0;
}

.form-agree {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 30px auto;
	color: #D52332;
	font-weight: bold;
	font-size: 14px;
}
.form-agree label {
	margin: auto;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.form-submit {
	width: 220px;
	display: flex;
	align-items: center;
    margin: 0 auto 40px auto;
}
.wpcf7-submit {
	border: none;
	color: #fff;
	background-color: var(--sphone-fixed-footer-bg-color);
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	min-width: 100%;
	height: 55px;
	font-size: 18px;
}
.contact-privacy {
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}
.contact-privacy-ttl {
	font-weight: bold;
	font-size: 18px;
	margin: 40px 0 10px 0;
}
.contact-privacy-text {
	font-size: 12px;
}
.form-btm-text {
	flex-direction: column;
	margin: 32px auto 43px auto;
}
.form-btm-text p {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.form-btm-text p.big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
}
#contact-form .contact-form-wrapper {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
.contact-document {
    width: 100%;
    height: 150px;
    background: url(../images/new/contact-document.png) no-repeat center left / contain;
    margin-top: 15px;
}

.free-contact .input-wrapper, .free-contact .input-d {
    background-color: transparent;
    border-color: #999999;
}

.input-column-wrapper {
    display: flex;
}
.input-column-wrapper span {
    width: fit-content;
}

@media screen and (max-width: 1000px) {
	.input-wrapper {
		flex-direction: column;
	}
	.input-d, .input-h {
		width: 100%;
	}
	.input-h {
		padding-bottom: 0;
	}
	.input-d {
		background-color: transparent;
        padding: 10px 20px 20px 20px;
    }
	.input-wrapper {
		border: none;
	}
	.input-column-wrapper {
		display: flex;
		flex-direction: column;
	}
	.your-time {
		margin-top: 15px;
	}
	input {
		max-width: 600px;
	}
	input.your-address {
		max-width: 600px;
	}
	.form-agree label {
		display: flex;
		align-items: center;
	}
	#contact-form .contact-form-wrapper {
		padding: 0;
		margin-top: 20px;
	}
	.form-btm-text {
		margin: 30px auto 50px 0;
	}
	.form-btm-text p {
		text-align: left;
	}
    .document-input p:first-of-type {
        order: 2;
    }
    .contact-document {
        background: url(../images/new/contact-document_sp.png) no-repeat center left / contain;
        order: 1;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .pc-tab {
        display: none;
    }
}

@media (hover: hover) and (pointer: fine) {
	.wpcf7 .wpcf7-submit{
		cursor: pointer;
	}
	.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed;
	}
}