@charset "utf-8";

.intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.intro h3{
    text-align: center;
}
.intro dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.intro dt{
    font-size: 64px;
    line-height: 1.4;
    text-align: center;
}
.intro dd{
    font-size: 20px;
    text-align: center;
    line-height: 2.6;
}
.intro .intro_img{
    width: 70%;
    max-width: 560px;
    margin: auto;
}

.brand_box{
    background: var(--light);
    padding: 8% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.jisseki_wrap,
.brand_txt_wrap{
    max-width: 1200px;
    margin: auto;
}
.jisseki_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.brand_txt_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.jisseki{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.jisseki h4{
    text-align: center;
    font-size: 40px;
    border-bottom: 2px solid var(--yellow);
}
.jisseki ul{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.jisseki li{
    width: calc((100% - 32px) / 2);
}
.jisseki li .txt{
    font-size: 16px;
    padding-top: 6px;
}
.brand_txt_wrap{
    margin-top: 40px;
}
.brand_txt_wrap dt{
    font-size: 64px;
    line-height: 1.4;
    text-align: center;
}
.brand_txt_wrap dt span{
    display: block;
    text-align: center;
    max-width: 360px;
    margin: 0 auto 16px;
}
.brand_txt_wrap dd{
    font-size: 20px;
    text-align: center;
    line-height: 2.6;
}
.jigyou {
    align-items: stretch;
}
.jigyou dl{
    background: var(--beije);
    padding: 2px;
}
.jigyou dl dt{
    background: var(--dark);
    color: var(--light);
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding-block: 12px;
}
.jigyou dl dd{
    padding: 5% 3%;
    text-align: center;
    font-size: 16px;
}

.brand_box.makeplace_wrap{
    margin-top: 30px;
}
.makeplace{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.makeplace .ttl dt{
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
}
.makeplace .ttl dd{
    font-size: 16px;
    text-align: center;
}
.makeplace .img{
    max-width: 1000px;
    margin: auto;
}
.makeplace .flow{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.makeplace .flow dl{
    background: var(--beije);
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}
.makeplace .flow dl:not(:last-child)::before{
    content: '';
    display: block;
    background: url(../images/brand/brand_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40px; height: 40px;
}
.makeplace .flow dt{
    background: var(--dark);
    color: var(--yellow);
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 600;
    flex-basis: 34%;
    padding: 12px;
}
.makeplace .flow dd{
    padding: 16px;
    font-size: 14px;
    flex: 1;
}
.makeplace .event{
    max-width: 800px;
    margin: auto;
    padding: 4%;
}
.makeplace .event dt{
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
}
.makeplace .event dd{
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
}
.makeplace .event .caition{
    font-size: 12px;
    text-align: center;
    padding-top: 16px;
}

@media screen and (max-width: 768px) {
.intro{
    gap: 16px;
}
.intro h3{
    max-width: 120px;
    margin: auto;
}
.intro dl{
    gap: 16px;
}
.intro dt{
    font-size: 24px;
}
.intro dd{
    font-size: 14px;
}

.brand_box{
    gap: 20px;
}
.jisseki_wrap,
.brand_txt_wrap{
    max-width: 100%;
}
.jisseki_wrap{
    gap: 16px;
}
.brand_txt_wrap{
    gap: 20px;
}
.jisseki{
    gap: 20px;
}
.jisseki h4{
    font-size: 24px;
}
.jisseki ul{
    gap: 8px;
}
.jisseki li{
    width: 100%;
}
.jisseki li.small{
    width: calc((100% - 8px) / 2);
}
.jisseki li.small img{
    width: 100%;           /* 横幅は親要素（li）いっぱいに広げる */
    height: 130px;         /* 高さを固定（好みの数値に変えてください） */
    object-fit: cover;     /* アスペクト比を保ったままトリミング */
    vertical-align: bottom; /* 画像の下にできる謎の隙間を消す */
}
.jisseki li .txt{
    font-size: 11px;
    line-height: 1.3;
}
.brand_txt_wrap{
    margin-top: 20px;
}
.brand_txt_wrap dt{
    font-size: 22px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    max-width: 80%;
    margin: auto;
}
.brand_txt_wrap dd{
    font-size: 13px;
    text-align: center;
    line-height: 2.6;
    font-feature-settings: "palt";
    letter-spacing: -0.1em;
}
.jigyou dl dt{
    background: var(--dark);
    color: var(--light);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding-block: 12px;
}
.jigyou dl dd{
    padding: 5% 3%;
    text-align: center;
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: -0.1em;
}


.makeplace_wrap .inner{padding: 0;}
.makeplace{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.makeplace .ttl dt{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.makeplace .ttl dd{
    font-size: 13px;
    text-align: center;
    padding-top: 16px;
}
.makeplace .img{
    max-width: 1000px;
    margin: auto;
}
.makeplace .flow{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.makeplace .flow dl{
    background: var(--beije);
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}
.makeplace .flow dl:not(:last-child)::before{
    content: '';
    display: block;
    background: url(../images/brand/brand_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40px; height: 40px;
}
.makeplace .flow dt{
    background: var(--dark);
    color: var(--yellow);
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 600;
    flex-basis: 34%;
    padding: 12px;
}
.makeplace .flow dd{
    padding: 16px;
    font-size: 13px;
    flex: 1;
}
.makeplace .event{
    max-width: 800px;
    margin: auto;
    padding: 8% 4%;
}
.makeplace .event dt{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.makeplace .event dd{
    font-size: 13px;
    text-align: center;
    padding-top: 16px;
}
.makeplace .event .caition{
    font-size: 10px;
    text-align: center;
    padding-top: 12px;
}
}





