@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Maru Gothic", serif;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.2px;
    color: #050505;
    background: #FFCD9B;
}

/* -----------font-----------*/

/* -----------icomoon-----------*/
img {
    width: 100%;
    height: auto;
}
.sp {
    display: block;
}
.pc {
    display: none;
}

/* -----------共通-----------*/

.white_wrap {
    padding: 0 20px;
    margin: 70px auto 20px;
}
.white_wrap .white_inner  {
    max-width: 1100px;
    background: #fff;
    margin: 0px auto;
    padding: 30px 20px;
}

/* -----------SP header-----------*/
header {
    width: 100vw;
    height: 70px;
    position: fixed;
    z-index: 1000;
    top: 0;
    padding: 20px 12px;
    box-sizing: border-box;
    background: #FFCD9B;
}
header .header_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header_logo {
    max-width: 100px;
}

header .hamburger {
    width: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 11px;
}
header .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    transition: 0.3s;
}
header .hamburger.active {
    gap: 0;
}
header .hamburger.active span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
}
header .hamburger.active span:nth-of-type(2) {
    display: none;
}
header .hamburger.active span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
}

header .header_menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #FFCD9B;
    transform: translateX(100%);
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header_menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
header .header_menu ul li {
    list-style: disc;
}
header .header_menu ul li.current {
    width: fit-content;
    list-style: none;
    position: relative;
}
header .header_menu ul li.current::before {
    content: "ー";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    left: -25px;
    top: 0;
}
header .header_menu ul li.current::after {
    content: "ー";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    right: -25px;
    top: 0;
}
header .header_menu ul li a {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
header .header_menu.active {
    transform: translateX(0%);
}

/* -----------footer-----------*/
footer {
    width: 100vw;
    background: #FFCD9B;
    padding: 30px 12px 55px;
    box-sizing: border-box;
}
footer .footer_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
footer .footer_logo {
    width: 60%;
    max-width: 180px;
}

footer .footer_menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .footer_menu a {
    color: #212121;
    text-decoration: none;
}

footer .footer_address {
    text-align: center;
}

footer small {
    font-size: 10px;
    line-height: 2;
    display: block;
    text-align: center;
}

/* -----------to top-----------*/
.to_top {
    position: fixed;
    right: 15px;
    bottom: 40px;
}
.to_top img {
    width: 32px;
    aspect-ratio: 1;
}
/* -----------top mv-----------*/
.top_mv {
    margin: 70px auto 0;
    height: calc(100vh - 70px);
    background: url(../img/top_mv_bg_pc.webp)no-repeat;
    background-size: cover;
    background-position: calc(100% + 80px) center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top_mv h2 {
    font-size: clamp(18px, 7.5vw, 40px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000 ;
}
.top_mv p {
    font-size: clamp(18px, 6vw, 24px);
    font-weight: bold;
    color: #51FF00;
    text-align: center;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000 ;
}

/* -----------top about-----------*/
.top_about .top_about_mind {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
}
.top_about .top_about_mind .mind_main {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 3px solid #000;
}
.top_about .top_about_mind .mind_text {
    font-size: 15px;
    line-height: 37px;
    font-weight: bold;
    padding: 20px 0 0;
}

.top_about .top_about_summary {
    padding: 0px 40px;
}
.top_about .top_about_summary {
    font-size: 15px;
    line-height: 37px;
    font-weight: bold;
}
.top_about .about_btn {
    width: fit-content;
    display: block;
    padding: 12px 60px;
    font-size: 15px;
    line-height: 33px;
    text-decoration: none;
    background: #000;
    color: #fff;
    margin: 25px auto 70px;
    font-weight: normal;
}

/* -----------top works-----------*/
.top_works {
    padding: 75px 20px;
}
.top_works h2 {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    margin: 0 auto 20px;
}
.top_works p {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0;
}

.top_works .top_works_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 100px 5px 0;
}
.top_works .top_works_content .content_item img {
    display: block;
}
.top_works .top_works_content .content_item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.top_works .top_works_content .content_item p {
    font-size: 20px;
    line-height: 50px;
    transition: .5s;
}
.top_works .works_btn {
    width: fit-content;
    display: block;
    padding: 12px 60px;
    font-size: 15px;
    line-height: 33px;
    text-decoration: none;
    background: #000;
    color: #fff;
    margin: 60px auto 70px;
    font-weight: normal;
}

/* -----------top contact-----------*/
.top_contact {
    padding: 70px 20px;
    background: url(../img/top_contact_bg.webp)no-repeat center/cover;
}
.top_contact .top_contact_wrap {
    max-width: 940px;
    background: #fff;
    padding: 30px 20px;
    font-weight: bold;
    margin: 0 auto;
}
.top_contact .top_contact_text {
    font-size: 18px;
}
.top_contact .top_contact_line {
    width: fit-content;
    font-size: clamp(16px, 4.7vw, 20px);
    line-height: 59px;
    display: block;
    padding: 0 20px;
    margin: 30px auto;
    background: #12D400;
    color: #fff;
    text-decoration: none;
}
.top_contact .top_contact_tel {
    font-size: 20px;
    color: #050505;
    display: block;
    text-align: center;
    text-decoration: none;
}

/* -----------about-----------*/
.about_main .about_main_wrap h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 60px;
    color: #212121;
    text-align: center;
    margin: 0 auto 24px;
}
.about_main .about_main_item {
    font-weight: bold;
    border-bottom: 2px solid #DCDCDC;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}
.about_main .about_main_item .item_label {
    color: #DC9231;
}
.about_main .about_main_item .tel_wrap {
    display: flex;
    gap: 10px;
}
.about_main .about_main_item .item_text.map {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: #050505;
}
.about_main .about_main_item .item_text.map .map_icon {
    width: 19px;
}

/* -----------works-----------*/
.works .works_wrap {
    padding: 30px 10px;
}
.works .works_title {
    font-size: clamp(20px, 5.7vw, 24px);
    text-align: center;
    font-weight: bold;
    margin: 7px auto 32px;
}
.works .works_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin: 0 auto 73px;
}
.works .works_item h3 {
    width: fit-content;
    font-size: clamp(20px, 7.6vw, 32px);
    line-height: 30px;
    font-weight: bold;
    background: #7BA677;
    color: #fff;
    padding: 10px 20px;
    margin: 0 auto;
}
.works .event_item h4,
.works .works_item h4 {
    width: fit-content;
    font-size: clamp(18px, 5vw, 20px);
    line-height: 42px;
    font-weight: bold;
    margin: 80px auto 40px;
}
.works .event_item_text,
.works .works_item_text {
    font-size: 15px;
    line-height: 39px;
    font-weight: 500;
}
.works .event_item img,
.works .works_item img {
    max-width: 420px;
}

.works .event_item {
    padding: 0px 20px;
}


/* -----------schedule-----------*/
.schedule .schedule_title {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto 32px;
    text-align: center;
}
.schedule .schedule_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.schedule .schedule_wrap .schedule_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.schedule .schedule_wrap .schedule_item_label {
    width: 100%;
    max-width: 470px;
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #DC9231;
    padding: 13px 0;
    margin: 0 auto;
}
.schedule .schedule_wrap .schedule_item_text {
    /* width: fit-content; */
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    margin: 20px auto 0;
}
.schedule .schedule_wrap .schedule_item_wrap {
    width: 100%;
}
.schedule .schedule_wrap .schedule_item_image {
    width: 80%;
    max-width: 420px;
    padding: 10px 0;
    box-sizing: border-box;
}
.schedule .schedule_wrap .schedule_item:nth-of-type(8) .schedule_item_image {
    /* width: 40%; */
    padding: 0 60px;
}

/* -----------contact-----------*/
.contact_title {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto 32px;
    text-align: center;
}
.contact_text {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px auto 0 0;
}
.contact form .label_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact form .label {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}
.contact form .label.required .label_name::after {
    content: "必須";
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background: #DC9231;
    padding: 2px 4px;
    margin: 0 0 0 2px;
    position: relative;
    top: -1px;
}
.contact form .label.optional .label_name::after {
    content: "任意";
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background: #A0A0A0;
    padding: 2px 4px;
    margin: 0 0 0 2px;
    position: relative;
    top: -1px;
}
.contact form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #505050;
    box-sizing: border-box;
    resize: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}
.contact form .message {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 25px;
}
.contact form .message a {
    color: #050505;
}
.contact form .submit {
    max-width: 300px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    background: #7BA677;
    border: none;
    border-radius: 100px;
    margin: 0 auto;
}

/* -----------privacy policy-----------*/
.privacy_policy_title {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto 32px;
    text-align: center;
}
.privacy_policy_text {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

/* -----------ipad-----------*/
@media screen and (min-width:640px) {

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

    /* -----------共通-----------*/

    /* -----------ipad header-----------*/

    /* -----------footer-----------*/

    /* -----------top-----------*/
    .to_top {
        right: 37px;
        bottom: 32px;
    }
    .to_top img {
        width: 50px;
    }

    .top_mv h2 {
        font-size: 50px;
    }
    .top_mv .top_mv_catchphrase {
        font-size: 40px;
    }

    .top_works .top_works_content .content_item p {
        font-size: 32px;
    }
    

}

/* -----------PC-----------*/
@media screen and (min-width:960px) {

    body {
        font-size: 18px;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    /* -----------共通-----------*/
    .white_wrap {
        margin: 170px auto 100px;
        padding: 0 80px;
    }
    .white_wrap .white_inner {
        padding: 76px min(8%, 100px) 76px;
    }

    /* -----------PC header-----------*/
    header {
        background: transparent;
    }
    header .header_wrap {
        justify-content: space-between;
    }

    header .header_logo {
        width: 20%;
        max-width: 320px;
    }

    header .header_menu {
        height: unset;
        position: relative;
        transform: translateX(0);
        background: transparent;
        justify-content: flex-end;
    }
    header .header_menu ul {
        flex-direction: row;
        align-items: center;
        gap: 18px;
    }
    header .header_menu ul li {
        list-style: none;
    }
    header .header_menu ul li.current::after,
    header .header_menu ul li.current::before {
        display: none;
    }
    header .header_menu ul li a {
        display: block;
        width: fit-content;
        color: #505050;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
    }
    header .header_menu.top_page ul li a {
        color: #fff;
    }
    header .header_menu .instagram_btn {
        width: 140px;
        line-height: 30px;
        text-align: center;
        background: #DC9231;
        border-radius: 10px;
        padding: 18px 0px 20px;
        color: #fff;
        text-shadow: none;
    }
    header .header_menu .contact_btn {
        width: 140px;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        background: #7BA677;
        border-radius: 10px;
        padding: 18px 0px 20px;
        color: #fff;
        text-shadow: none;
    }

    header .hamburger {
        display: none;
    }

    /* -----------footer-----------*/
    footer {
        margin: 54px 0 0 ;
    }
    footer .footer_menu {
        flex-direction: row;
        gap: 0;
    }
    footer .footer_menu li a {
        padding: 0 15px;
        border-left: 1px solid #212121;
    }
    footer .footer_menu li:first-of-type a {
        border-left: none;
    }

    /* -----------top mv-----------*/
    .top_mv {
        height: 100vh;
        background: url(../img/top_mv_bg_pc.webp)no-repeat center/cover;
        margin: 0;
    }
    .top_mv h2 {
        letter-spacing: 0;
        font-size: clamp(80px, 8.95vw, 96px);
        line-height: 120px;
        text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
        0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
        0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
        0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
        0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000 ;
    }
    .top_mv .top_mv_catchphrase {
        font-size: 48px;
        color: #51FF00;
        margin: 40px auto 0;
        text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
                    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
                    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
                    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 
                    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000 ;
    }
    /* -----------top about-----------*/
    .top_about .top_about_mind {
        flex-direction: row;
        align-items: center;
        padding: 100px min(6%, 120px) 90px;
    }
    .top_about .top_about_mind .mind_main {
        width: 34%;
        border-bottom: none;
        border-right: 3px solid #000;
        padding: 120px 0;
        font-size: 36px;
    }
    .top_about .top_about_mind .mind_text {
        width: 66%;
        padding: 0 50px;
        font-size: 32px;
        line-height: 50px;
    }

    .top_about .top_about_summary {
        padding: 0px 80px;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
    }
    .top_about .top_about_summary img,
    .top_about .top_about_summary .summary_wrap {
        width: min(750px, 50%);
    }
    .top_about .top_about_summary p {
        font-size: 32px;
        line-height: 50px;
    }
    .top_about .top_about_summary .about_btn {
        margin: 60px auto 0;
    }

    /* -----------top contact-----------*/
    .top_contact .top_contact_wrap {
        padding: 60px 30px;
    }
    /* -----------top works-----------*/
    .top_works {
        padding: 75px 20px 130px;
    }
    .top_works h2 {
        font-size: 36px;
        margin: 0 auto 45px;
    }
    .top_works p {
        font-size: 32px;
        line-height: 50px;
    }

    .top_works .top_works_content {
        flex-direction: row;
        padding: 45px 100px 0;
    }
    .top_works .top_works_content .content_item {
        max-width: 600px;
    }

    /* -----------about-----------*/
    .about_main .about_main_item {
        flex-direction: row;
        align-items: center;
        font-size: 20px;
        padding: 30px 10px 10px;
    }
    .about_main .about_main_item .item_label {
        width: 160px;
    }
    .about_main .about_main_item .item_text.map {
        margin: 0 0 0 30px;
        align-self: flex-end;
        border-bottom: 1px solid;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .about_main .about_main_item.tel_item {
        flex-direction: row;
    }
    .about_main .about_main_item.tel_item .tel_wrap {
        width: 50%;
    }

    .about_main .about_main_wrap h2 {
        font-size: 36px;
    }

    /* -----------schedule-----------*/
    .schedule .schedule_title {
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        margin: 0px auto 46px;
    }
    .schedule .schedule_wrap .schedule_item_label {
        font-size: clamp(26px, 2.6vw, 36px);
        margin: 0;
    }
    .schedule .schedule_wrap .schedule_item_text {
        font-size: clamp(24px, 2.4vw, 32px);
        line-height: 42px;
        margin: 20px 0 0;
    }
    .schedule .schedule_wrap .schedule_item {
        flex-direction: row-reverse;
        gap: min(8%, 130px);
    }
    .schedule .schedule_wrap .schedule_item_image {
        width: max(250px, 30%);
        object-fit: contain;
        padding: 0 20px;
    }
    .schedule .schedule_wrap .schedule_item:nth-of-type(8) .schedule_item_image {
        padding: 0 80px;
    }

    /* -----------works-----------*/
    .works .works_title {
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        margin: 28px auto 74px;
    }
    .works .works_item {
        flex-direction: row;
        gap: 10px;
    }
    .works .works_item:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .works .event_item h4,
    .works .works_item h4 {
        font-size: 30px;
        letter-spacing: 0.4px;
    }
    .works .event_item img,
    .works .works_item img {
        width: 50%;
        max-width: 500px;
    }
    .works .event_item_text,
    .works .works_item_text {
        font-size: 30px;
    }
    .works .event_item_wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .works .event_item h4 {
        font-size: 36px;
    }
    .works .event_item_text {
        width: calc(50% - 30px);
    }
    .works .event_item img {
        width: 50%;
        padding: 0 30px;
        object-fit: contain;
        box-sizing: border-box;
    }

    /* -----------contact-----------*/
    .contact .white_inner {
        padding: 30px 140px 0px;
    }
    .contact form {
        margin: 50px auto 0 auto;
    }
    .contact form .label_wrap {
        flex-direction: row;
    }
    .contact form .label_wrap .label {
        flex-grow: 1;
    }

    /* -----------privacy policy-----------*/
    .privacy_policy_title {
        font-size: 30px;
        margin: 0 auto 50px;
    }


}


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

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

    /* -----------共通-----------*/

    /* -----------PC header-----------*/

    /* -----------footer-----------*/

    /* -----------top-----------*/
}