@charset "utf-8";

/* ------------------
 シャベルンジャー
---------------------*/
#syaberu h1 {
    margin-bottom: 0;
}
#syaberu h1 img {
    width: 80%;
    margin: 0 auto;
    max-width: 1900px;
    display: block;
}
#syaberu h1 picture {
    background:linear-gradient(#64c8ef 0 85%, transparent 85% 100%);
    position: relative;
    overflow: hidden; 
}
#syaberu section{
    padding-top: 30px;
}
#syaberu section .backframe,
#syaberu section h3,
#syaberu section .members,
#syaberu section .title,
#syaberu section .syaberi{
    max-width: 1220px;
    margin: 0 auto;
}

#syaberu .archives img{
    margin: 0 auto;
    display: block;
}
#syaberu .archives .backframe{
    display: flex;
    flex-wrap: wrap;
}

#syaberu .archives .backframe h2{
    width: 30%;
    padding-top: 30px;
}
#syaberu .archives .backframe ul{
    width: 70%;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
#syaberu .archives .backframe li{
    font-size: 2rem;
    padding-left: 20px;
    padding-top: 10px;
}
#syaberu .member-introductions,
#syaberu .thismo-syaberi{
    border-top: solid 10px #f00;
    background-image: url(/img/usr/freepage/syaberungers/bg01.webp);
    background-repeat: repeat;
    margin-top: 50px;
    padding-bottom: 50px;
}
#syaberu .member-introductions h3,
#syaberu .thismo-syaberi h3{
    margin: 30px auto;
    display: block;
    width: 60%;
    text-align: center;
}
#syaberu .members{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin: 0 auto;
}

#syaberu .set{
    flex: 1 1 calc(50% - 25px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    background-color: #d7eff9;
    border: solid 5px #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

#syaberu .set .photo{
    width: 30%;    
}
#syaberu .set .comment{
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 10px;
    width: 70%;
}
#syaberu .thismo-syaberi{
  background-image: url(/img/usr/freepage/syaberungers/bg02.webp);
  margin-top: 0px;
}
#syaberu .thismo-syaberi .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#syaberu .thismo-syaberi .title li._pc  {
    width: 30%;
}

#syaberu .thismo-syaberi .month{
    background-color: #000;
    color: #eef665;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 5rem;
    letter-spacing:0.05em;
    margin: auto 20px;
}

#syaberu .thismo-syaberi .month .sm{
    font-size: 2rem;
}

#syaberu .thismo-syaberi .syaberi{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

#syaberu .thismo-syaberi .syabeL,
#syaberu .thismo-syaberi .syabeR{
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    padding: 10px;
}

#syaberu .thismo-syaberi .syabeR {
    flex-direction: row-reverse;
}

#syaberu .thismo-syaberi .photo{
    width: 18%;
}
#syaberu .thismo-syaberi .syabeL .photo {
    margin-left: 20px;
}

#syaberu .thismo-syaberi .syabeR .photo {
    margin-right: 20px;
}

#syaberu .thismo-syaberi .comment {
    position: relative;
    display: inline-block;
    width: 75%;
    margin-left: 30px;
    padding: 20px;
    border: 4px solid #5bbee8;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.5;
}

#syaberu .thismo-syaberi .comment::before {
    content: "";
    position: absolute;
    top: 23%;
    left: 0;
    border-style: solid;
    border-width: 16px 30px 16px 0;
    border-color: transparent #5bbee8 transparent transparent;
    translate: -100% -50%;
}

#syaberu .thismo-syaberi .comment::after {
    content: "";
    position: absolute;
    top: 23%;
    left: 0;
    border-style: solid;
    border-width: 12.6px 23.6px 12.6px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
}

#syaberu .thismo-syaberi .syabeR .comment {
    margin-left: 0px;
    margin-right: 30px;
}
#syaberu .thismo-syaberi .syabeR .comment::before {
    top: 23%;
    right:  0;
    left: auto;
    border-width: 16px 0 16px 30px;
    border-color: transparent transparent transparent #5bbee8;
    translate: 100% -50%;
}

#syaberu .thismo-syaberi .syabeR .comment::after {
    top: 23%;
    right:  0;
    left: auto;
    border-width: 12.6px 0 12.6px 23.6px;
    border-color: transparent transparent transparent #ffffff;
    translate: 100% -50%;
}
#syaberu .thismo-syaberi > div {
    padding-bottom:70px;
    scroll-margin-top: 130px;
}
.wrapper-iz-store-tour #syaberu .thismo-syaberi > div {
    scroll-margin-top: 170px;
}

#syaberu .thismo-syaberi .fcRed {
    color:#f00;
    font-size:1.25em;
    font-weight: bold;
}
#syaberu .thismo-syaberi a {
    color: #3300ff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #syaberu h1 img {
        width: 100%;
    }
    #syaberu section{
        padding: 20px 10px;
    }
    #syaberu .archives img{
        width: 50%;
    }
    #syaberu .archives .backframe h2,
    #syaberu .archives .backframe img{
        width: 85%;
        margin: 0 auto;
        padding-top: 10px;
    }
    #syaberu .archives .backframe ul{
        padding-top: 10px;
    }
    #syaberu .archives .backframe li{
        font-size: 1.4rem;
        padding: 0;
    }
    #syaberu .member-introductions,
    #syaberu .thismo-syaberi{
        margin-top: 0px;
        background-size: 40%;
    }
    #syaberu .member-introductions h3,
    #syaberu .thismo-syaberi h3{
        margin: 20px auto;
        width: 100%;
    }
    #syaberu .members{
        gap:15px;
    }
    #syaberu .set{
        flex: auto;
        padding: 10px;
    }
    #syaberu .set .comment{
        font-size: 1.2rem;
        letter-spacing: -0.5px;
    }
    #syaberu .thismo-syaberi .title li._sp{
        width: 20%;
    }
    #syaberu .thismo-syaberi .month{
        font-size: 2rem;
        margin: auto;
    }
    #syaberu .thismo-syaberi .month .sm{
        font-size: 1.5rem;
    }
    #syaberu .thismo-syaberi .syaberi{
        margin-top: 0px;
    }
    #syaberu .thismo-syaberi .comment {
        width: 100%;
        margin-top: 30px;
        padding: 10px;
        font-size: 1.2rem;
        line-height: 1.3;
    }
    #syaberu .thismo-syaberi .comment::before {
        top: 0;
        left: 21%;
        border-width: 0px 32px 30px 0;
        border-color: transparent transparent #5bbee8;
        translate: -50% -100%;
    }
    #syaberu .thismo-syaberi .comment::after {
        top: 0;
        left: 21%;
        border-width: 0 24.6px 23.1px 0;
        border-color: transparent transparent #ffffff;
        translate: calc(-50% - 0.7px) -100%;
    }
    #syaberu .thismo-syaberi .syabeR .comment::before {
        top: 0;
        left: 83%;
        right: auto;
        border-width: 0px 0px 30px 32px;
        border-color: transparent transparent #5bbee8;
        translate: -50% -100%;
    }
    #syaberu .thismo-syaberi .syabeR .comment::after {
        top: 0;
        left: 83%;
        right: auto;
        border-width: 0 0 23.1px 24.6px;
        border-color: transparent transparent #ffffff;
        translate: calc(-50% + 0.7px) -100%;
    }
    #syaberu .thismo-syaberi .syabeL,
    #syaberu .thismo-syaberi .syabeR{
        flex-wrap: wrap;
        padding: 10px 0 0;
    }
    #syaberu .thismo-syaberi .photo{
        width: 35%;
    }
    #syaberu .thismo-syaberi > div {
        scroll-margin-top: 110px;
    }
    .wrapper-iz-store-tour #syaberu .thismo-syaberi > div {
        scroll-margin-top: 130px;
    }
}
