@charset "utf-8";

.top__outer {
    position: relative;
}

.border-solid-box {
    border: 3px solid #111;
}

#top.hidden {
    overflow: hidden;
}

/* header */
.header__inner.op0 {
    opacity: 0;
}

.header__inner {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.header__inner.scroll {
    position: fixed;
    background-color: #00533A;
    transition: all .3s;
}

.header__inner.scroll .top__title {
    padding: 0 50px 0 30px;
}

.header__inner.scroll .top__title img {
    max-width: 166px;
}

.top__title {
    padding: 32px 35px;
}

/* gnav */
.gnav-btn {
    display: none;
}

.gnav__topLink {
    display: none;
}

.top__left {
    width: 100%;
    max-width: 1170px;
}

.header__inner.header__inner.scroll .top__left {
    max-width: 1200px;
}

.gnav {
    width: 100%;
    max-width: 990px;
}

.gnav__link {
    color: #00533a;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.header__inner.scroll .gnav__link {
    color: #fff;
}

/* reserve */
.reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 120px;
    height: 120px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #00533a;
    margin-left: 20px;
}

.reserve:hover {
    opacity: 1;
}

.reserve:hover .reserve__text {
    opacity: 0.6;
}

.header__inner.scroll .reserve {
    max-width: 150px;
    height: 100px;
}

/* main-visual */
.main-visual {
    width: 100%;
    position: relative;
}

.mv__text {
    position: absolute;
    top: 140px;
    right: 180px;
    background-image: url(../img/mv-text.png);
    background-size: contain;
    width: 25.6vw;
    height: 322px;
    color: #111;
    font-size: 28px;
    text-align: center;
    padding-top: 4%;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.mv-sp {
    display: none;
}

/* main */
.border-bold-box {
    border: 4px solid #111;
}

.main__sec {
    padding-top: 100px;
}

.sec__title {
    margin-bottom: 35px;
}

.sec__title span {
    display: block;
    text-align: center;
}

.sec__text {
    margin-bottom: 55px;
    text-align: center;
    line-height: 2.2;
}

/* campaign */
.campaign {
    background-image: url(../img/campaign-bgi1.png);
    background-repeat: repeat;
    padding-bottom: 115px;
    position: relative;
}

.campaign::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    max-width: 480px;
    height: 100%;
    max-height: 480px;
    background-image: url(../img/campaign-bgi2.png);
}

.campaign::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    max-width: 480px;
    height: 100%;
    max-height: 480px;
    background-image: url(../img/campaign-bgi3.png);
}

.campaign__inner {
    position: relative;
    z-index: 1;
}

.campaign-box {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    aspect-ratio: 3 / 1;
}

.campaign-box:last-child {
    margin-bottom: 0;
}

/* concept */
.concept__outer {
    margin-top: -25px;
    background-image: url(../img/concept-bgi1.png), url(../img/responsive/concept-bgi.png);
    background-repeat: repeat-x;
    background-position: 0 0, 0 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.concept__outer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/concept-bgi2.png);
    background-repeat: repeat;
    clip-path: polygon(0 77%, 100% 55%, 100% 100%, 0% 100%);
    z-index: -2;
    bottom: 0;
    left: 0;
}

.concept {
    padding-top: 0;
    position: relative;
    overflow: hidden;

}

.concept__left {
    text-align: center;
    position: relative;
    padding-top: 55px;
    margin-left: 12px;
}

.concept__title {
    /* font-family: 'Montserrat', sans-serif;
    color: #111;
    font-size: 16px;
    background-image: url(../img/title-bgi.png);
    background-size: contain;
    width: 140px;
    padding: 8px 0;
    letter-spacing: 0.09em; */
    margin: 0 auto;
    position: relative;
    /* z-index: 3; */
    padding: 0 15px;
}

/* .concept__cathphrase {
    margin-top: -50px;
} */

.concept__text {
    margin-top: -24px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 19px;
    color: #111;
    line-height: 3.5;
    letter-spacing: .1em;
    text-align: left;
}

.concept__text span {
    padding: 9px 20px;
    background-color: #ffff4d;
    filter: drop-shadow(7px 5px 0 #5DD3CB);
}

.concept::before {
    position: absolute;
    bottom: 48px;
    left: -10px;
    content: "";
    width: 178px;
    height: 259px;
    background-image: url(../img/concept-bgi3.png);
    background-size: contain;
    z-index: -1;
}

.concept::after {
    position: absolute;
    bottom: 112px;
    right: -30px;
    content: "";
    width: 216px;
    height: 340px;
    background-image: url(../img/concept-bgi4.png);
    background-size: contain;
    z-index: -1;
}

.concept .swiper-wrapper {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.concept__button {
    max-width: 400px;
    margin: 0 auto;
}

.concept__imgBox--top {
    padding-top: 25px;
    margin-left: 20px;
}

.concept__imgBox--bottom {
    text-align: right;
    margin-right: 20px;
}

/* photo-plan */
.photo-plan {
    background-image: url(../img/photoplan-bgi1.png);
    text-align: center;
    padding-bottom: 110px;
    background-repeat: repeat-x;
}

.plan-btn {
    margin: 25px 0;
}

.photo-plan__box+.photo-plan__box {
    margin-left: 30px;
}

.photo-plan__box--text {
    font-weight: 700;
    margin-bottom: 40px;
}

.photo-plan__imgBox {
    max-width: 360px;
}

.title__imgBox:first-child {
    margin-left: 25px;
}

.title__imgBox:last-child {
    margin-right: 25px;
}

.photo-plan .title__imgBox:first-child {
    padding-top: 100px;
}

.photo-plan .title__imgBox:last-child {
    padding-top: 30px;
}

/* modal */
.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.modal-window {
    display: inline-block;
    z-index: 200;
    position: relative;
    width: 95%;
    max-width: 1200px;
    padding: 60px 0 85px;
    background: #fff;
    vertical-align: middle;
    margin: 2% 0;
    border-radius: 4px;
}

.top-modal-close {
    position: absolute;
    top: 24px;
    right: 18px;
}

.modal-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 50px;
}

.modal__title {
    width: 100%;
    padding: .7em 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #111;
    font-size: 21px;
    letter-spacing: 0.09em;
    background-repeat: repeat;
}

#modal1 .modal__title {
    background-image: url(../img/modal/bgi1.png);
}

#modal2 .modal__title {
    background-image: url(../img/modal/bgi2.png);
}

#modal3 .modal__title {
    background-image: url(../img/modal/bgi3.png);
}

.modal__text {
    font-weight: 700;
}

.modal__title--text {
    font-size: 18px;
    margin: 25px 0;
}

.modal__title--bottom {
    line-height: 2.2;
    margin-top: 20px;
}

.modal__sec--title {
    padding-top: 65px;
    margin-bottom: 45px;
}

.modal__grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px;
}

.set {
    max-width: 620px;
    margin: 0 auto;
    text-align: left;
}

.set__title {
    font-size: 36px;
    font-weight: 900;
    margin-left: 70px;
    margin-bottom: 15px;
    padding-top: 52px;
}

.set__list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 15px 20px;
}

.set__box {
    border: 2px solid #036;
    border-radius: 2px;
    padding: 1em 2em;
    color: #036;
}

.modal-icon {
    width: 41px;
    height: 39px;
    margin-right: 35px;
}

.modal-icon img {
    height: 100%;
    object-fit: contain;
}

.goods {
    max-width: none;
    margin-top: 50px;
    position: relative;
    padding: 13px;
}

.goods::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    border-left: 2px dotted rgb(0, 51, 102, 0.5);
    top: -50px;
    right: 24%;
}

.goods__left {
    font-size: 18px;
    width: 40%;
    margin-right: 10px;
}

.goods__modal-icon {
    margin: 0 auto;
    margin-bottom: 8px;
}

.goods__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 13px;
    width: 100%;
}

.goods__item {
    border: 1px solid #036;
    padding: 0.5em 0;
}

.set__price {
    margin-top: 40px;
    font-size: 18px;
}

.set__num {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-left: 15px;
    letter-spacing: 0.05em;
}

.yen {
    font-size: 36px;
}

.modal__link {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #036;
    max-width: 620px;
    padding: 1.35em;
    display: block;
    margin: 70px auto 75px;
    position: relative;
}

.modal__link::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 20px;
    background-image: url(../img/modal/reserve-arrow.png);
}

/* space */
.space {
    background-image: url(../img/space-bgi.png);
    background-repeat: repeat;
    padding-bottom: 75px;
}

.space__slideshow .swiper-wrapper,
.costume__slideshow .swiper-wrapper {
    transition-timing-function: linear;
}

/* studio */
.studio {
    background-image: url(../img/studio-bgi.png);
    background-repeat: repeat;
    padding-bottom: 100px;
}

.studio__sub-title {
    font-size: 24px;
    font-weight: 700;
    background-color: #fbef11;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 1em;
    line-height: 1;
    margin-bottom: 20px;
}

.studio__text {
    line-height: 1.6;
    margin-bottom: 25px;
}

.studio__text span {
    font-weight: 700;
}

.studio__text:nth-of-type(5) {
    margin-bottom: 50px;
}

.studio__slideshow {
    padding: 0 50px;
    position: relative;
}

.studio .prev {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    z-index: 5;
}

.studio .next {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    z-index: 5;
}

.studio .swiper-slide {
    text-align: center;
}

/* costume */
.costume {
    margin-top: -25px;
    background-image: url(../img/costume-bgi.png);
    background-repeat: repeat-x;
    padding-bottom: 100px;
}

/* access */
.access {
    background-image: url(../img/access-bgi.png), url(../img/access-bgi1.png);
    background-position: left 0 bottom 100px, top 0 left 0;
    background-repeat: no-repeat, repeat-x;
    padding-bottom: 165px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}

.access__imgBox {
    height: 100%;
}

.access__right {
    padding-left: 75px;
}

.access__name {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.access__list {
    color: #111;
}

.access__item {
    margin-bottom: 25px;
}

.access__item dt {
    width: 5.5em;
    font-weight: 500;
}

.insta__link+.insta__link {
    margin-left: 40px;
}

/* FAQ */
.faq {
    background-image: url(../img/faq-bgi.png);
    background-repeat: repeat;
    padding-bottom: 160px;
}

.faq__sec {
    margin-bottom: 45px;
}

.faq__sec:last-child {
    margin-bottom: 0;
}

.faq__sec--title {
    font-size: 24px;
    color: #111;
    margin-bottom: 20px;
}

/* アコーディオンパネル */
.accordion-box {
    background-color: #fff;
    border: 3px solid #1D6750;
    border-radius: 10px;
    margin-bottom: 15px;
}

.accordion-box:last-child {
    margin-bottom: 0;
}

.accordion-box__q {
    text-indent: -47px;
    font-size: 18px;
    background-color: #1D6750;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 1.5em 80px 1.5em 72px;
}

.accordion-box span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 24px;
    font-size: 18px;
}

.accordion-box__a {
    text-indent: -47px;
    padding: 0 50px 0 72px;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
}

.accordion-box__a span {
    color: #1d6750;
}

.accordion-box__q::after {
    position: absolute;
    content: "";
    background-image: url(../img/plus.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 20px;
    transition-duration: .3s;
}

.accordion-box__a.open {
    line-height: 1.6;
    height: auto;
    opacity: 1;
    padding: 1.6em 50px 1.6em 72px;
}

.accordion-box__q.active::after {
    background-image: url(../img/minus.png);
}

/* footer */
footer {
    background-color: #00533a;
}

.footer__inner {
    padding: 64px 0 36px;
}

.footer__link {
    display: block;
    color: #fff;
    padding-bottom: 1em;
    border-bottom: 2px solid #fff;
    position: relative;
}

.footer__link::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/arrow-w.png);
    background-size: contain;
    top: 0;
    right: 0;
}

.footer__link:first-child {
    width: 175px;
    margin-right: 35px;
}

.footer__link:last-child {
    width: 230px;
}

.copy {
    margin-top: 80px;
}

.copy small {
    color: #fff;
    font-size: 12px;
}

/* page-top */
.page-top {
    bottom: 40px;
    right: 32px;
    z-index: 9;
    transition: visibility .3s, opacity .3s;
}

/* 240502 Add */
.photo-plan__container {
    flex-wrap: wrap;
}
.photo-plan__box {
    width: calc(90% / 2);
    margin-bottom: 30px;
}
.goods.add-goods::before {
    display: none;
}
#modal1 .modal__title {
    background-image: url(../img/modal/bgi1-02.png);
}
#modal2 .modal__title {
    background-image: url(../img/modal/bgi2-02.png);
}
#modal3 .modal__title {
    background-image: url(../img/modal/bgi3-02.png);
}
#modal4 .modal__title {
    background-image: url(../img/modal/bgi4-02.png);
}
.add-plan {
    margin-top: 20px;
    font-size: 42px;
}
.add-plan .yen {
    font-size: 30px;
}
.add-plan br {
    display: none;
}
.set__price.add-set__price {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}