@charset "UTF-8";
/* ===================================
header
==================================== */
header {
    background-color: var(--darkbrown);
}

.section__topicwhite {
    padding: 120px 0 60px; 
    background-color: var(--mossgreen);
}

/* sp */
@media screen and (max-width: 767px) {
    .section__topicwhite {
        padding: 54px 0 16px;
        font-size: 2.2rem;
    }

    .header {
        padding: 8px;
    }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section__topicwhite {
        padding: 70px 0 31px;
        font-size: 3.2rem;
    }
}

/* ===================================
workshop txt
==================================== */
.section--workshopitem {
    background-color: var(--palegreen);
}

.workshopitem {
    position: relative;
}

.workshopitem__txt {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0;
    padding: 68px 0;
}

.workshopitem__txt::before {
    content: "Workshop";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 16rem;
    font-weight: 400;
    line-height: 1.0;
    font-family: "Stardos Stencil", system-ui;
    color: rgba(255, 255, 255, 0.23);
    z-index: -1;
    pointer-events: none;
    white-space: nowrap;
}

.workshopitem__txt p {
    position: relative;
    z-index: 1;
}

.spbr {
    display: none;
}

/* header sp・タブレット */
@media screen and (max-width: 1024px) {
    .workshopitem__txt::before {
        font-size: 8.8rem;
    }

    .workshopitem__txt {
        font-size: 1.6rem;
        line-height: 1.6;
        padding: 44px 0;
    }

    .workshopitem__txt p:first-child {
        margin-bottom: 16px;
    }

    .spbr {
        display: flex;
    }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .workshopitem__txt::before {
        font-size: 12rem;
    }

    .spbr {
        display: none;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px) {
    .workshopitem__txt {
        font-size: 1.5rem;
    }

    .workshopitem__txt::before {
        font-size: 7.2rem;
    }
}

/* =======================================================
ワークショップグリッドスタイル
======================================================== */
.workshop__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 55px;
    margin: 0 auto; 
    max-width: 1328px;
    padding: 0 0.38%;
}

.workshop__caption {
    background-color: var(--offwhite);
    text-align: left;
    padding: 8px 0 8px 8px;
    line-height: 2.0;
}

.workshop__title{
    font-family: "Kaisei Opti", serif;
    font-size: 1.7rem;
    white-space: nowrap;
}

.workshop__organizer {
    font-family: "Kaisei Opti", serif;
    font-size: 1.6rem;
}

.workshop__instagram {
    font-family: "Kotta One", serif;
    font-size: 1.8rem;
}

.workshop__instagram a {
    transition: color 0.3s ease;
}

.workshop__instagram a:hover {
    color: #f77d03
}

.workshop-label {
    font-family: "Stardos Stencil", system-ui;
    color: rgba(255, 255, 255, 0.15);
    font-size: 16rem;
    line-height: normal;
    font-weight: 400;
}

/* workshop sp */
@media screen and (max-width: 767px) {
    .workshop__grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 13.3%;
    }

    .workshop-label {
        font-size: 8.8rem;
        padding: 20px 0;
    }

    .workshop__title {
        font-size: 1.6rem;
    }

    .workshop__organizer {
        font-size: 1.5rem;
    }

    .workshop__instagram {
        font-size: 1.7rem;
    }

    .workshop__caption {
        line-height: 1.8;
        padding: 14px 12px;
    }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .workshop__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
        padding: 0 5.8%;
    }

    .workshop-label {
        font-size: 12rem;
        padding: 0;
    }

    .workshop__caption {
        padding: 16px 18px;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px) {
    .workshop__grid {
        gap: 40px;
        padding: 0 12.5%;
    }

    .workshop__title,
    .workshop__organizer {
        font-size: 1.5rem;
        
    }

    .workshop__instagram {
        font-size: 1.6rem;
    }

    .workshop-label {
        font-size: 7.2rem;
    }

    .workshop__caption {
        line-height: 1.7;
    }
}

/* ===================================
はじめましての方も大歓迎
==================================== */
.workshop__endimg {
    position: relative;
    background-image: url(../images/workshop_end_pc.png);
    opacity: 55%;
    background-size: cover;
    background-position: center;  
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    min-height: 480px;
    height: 30vh; 
    padding-right: 14%;
}

.workshop__welcome {
    position: relative;
    font-family: "Kaisei Opti", serif;
    font-size: 3.2rem;
    color: #FFFFFF;
    z-index: 2;
    text-align: right;
    background-color: rgba(45, 50, 45, 0.6);
    margin-left: 740px; 
    padding: 0 40px;
    line-height: 2.0;
    white-space: nowrap;
}

/* workshop sp・タブレット共通 */
@media screen and (max-width: 1024px) {
    .workshop__endimg {
        background-image: url(../images/workshop_end_sp.png);
        min-height: 187px;
        padding-right: 8%;
    }

    .workshop__welcome {
        font-size: 1.6rem;
        padding: 0;
    }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1250px) {
    .workshop__endimg {
        min-height: 320px;
    }

    .workshop__welcome {
        margin-left: 380px;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px) {
    .workshop__welcome {
        font-size: 1.5rem;
    }
}

/* ===================================
footer
==================================== */
.footer {
    background-color: var(--darkbrown);
}

.footer__logo img {
    width: 300px;
    height: auto;
    margin: 0 auto 28px;
    padding-top: 103px;
}

footer .nav__list {
    gap: 20px;
    justify-content: center;
    margin-bottom: 86px;
}

.copy {
    color: var(--offwhite);
    font-family: "Kotta One", serif;
    font: 1.4rem;
    margin-bottom: 38px;
}
 .footer ,
.copy {
  margin: 0;
  padding: 0;
}

.footer__instagram {
    display: none;
}

/*  sp・タブレット */
 @media screen and (max-width: 1024px) {
    .footer__logo img {
        width: 142px;
        padding-top: 50px;
    }

    .copy {
        font-size: 1.3rem;
        padding-top: 12px;
    }

    .footer__bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        gap:210px;
        padding-bottom: 12px;
    }

    .footer__instagram {
        display: flex;
    }

    .footer__instagram img {
        width: 20px;
        height: 20px;
    }        
 }

 /* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer__bottom {
        gap: 540px;
    }
    
    .footer__instagram {
        display: flex;
    }
}

/* 375px以下のスマホ */
@media screen and (max-width: 374px){
    .footer__bottom {
        gap: 150px;
    }
}


