/* 共通 */

#tagcolle img {
    -webkit-backface-visibility: hidden;
}

#tagcolle .bg_grid {
    position: relative;
    z-index: -99;
}

#tagcolle .pagettl img {
    width: 100%;
}

#tagcolle p {
    font-size: clamp(14px, 1vw, 16px);
}

#tagcolle .boldred {
    font-weight: bold;
    color: #a4000d;
}

#tagcolle .markerLine {
    background-color: #fff;
    border-bottom: 1px solid #a4000d;
    color: #a4000d;
    padding: 0 0.2rem;
    margin: 0 0.2rem;
}

#tagcolle .borderLine {
    border-bottom: 3px double #a4000d;
}

#tagcolle .borderLine2 {
    border-bottom: 1px dotted #F4E66B;
    color: #F4E66B;
}


#tagcolle .pointBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    border-radius: 7px;
    background-color: #a4000d;
    color: #fff;
    padding: 1.5rem 15px;
}

#tagcolle .pointBox::before {
    content: '';
    height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    width: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    background-color: #fff;
    display: block;
    position: absolute;
    left: 15px;
    clip-path: polygon(30% 45%, 75% 45%, 60% 25%, 100% 50%, 60% 75%, 75% 55%, 30% 55%);
}

#tagcolle .pointBox p {
    margin: 0;
    width: calc(100% - clamp(3.75rem, 3.5rem + 1.25vw, 5rem));
}

/* tagcolle01 */
#tagcolle .tagcolle01 .logo {
    width: 100%;
    height: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
    /* background-color: #fff; */
    padding: 1rem;
}

#tagcolle .tagcolle01 .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#tagcolle .tagcolle01 .ul_hand li {
    font-size: clamp(14px, 1vw, 16px);
}

#tagcolle .tagcolle01 .tagBox {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #a4000d;
}

#tagcolle .tagcolle01 .tagBox .ttl {
    font-size: clamp(16px, 1vw, 18px);
    color: #a4000d;
    font-weight: bold;
    margin-bottom: 1rem;
}

#tagcolle .tagcolle01 .imgBox {
    padding: 1rem;
}

#tagcolle .tagcolle01 .imgBox img {
    height: clamp(12.5rem, 11.25rem + 6.25vw, 18.75rem);
    width: 100%;
    object-fit: contain;
}

#tagcolle .tagcolle01 .imgBox .txt {
    padding: 1rem;
    background-color: #a4000d;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

#tagcolle .tagcolle01 .imgBox .txt::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
    width: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
    background-color: #a4000d;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#tagcolle .tagcolle01 .imgBox .txt.posting {
    background-color: #000;
}

#tagcolle .tagcolle01 .imgBox .txt.posting::after {
    background-color: #000;
}

#tagcolle .tagcolle01 .imgBox .txt .txt-s {
    font-size: clamp(12px, 1vw, 14px);
    margin-bottom: 10px;
}

#tagcolle .tagcolle01 .imgBox .txt .txt-l {
    font-size: clamp(18px, 2vw, 30px);
    font-weight: bold;
    letter-spacing: 5px;
    padding-left: 5px;
}

#tagcolle .tagcolle01 .imgBox .txtBox {
    padding: 5rem 2rem;
    text-align: center;
    font-size: clamp(16px, 1vw, 24px);
    font-weight: bold;
    position: relative;
}

#tagcolle .tagcolle01 .imgBox .txtBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: clamp(12.5rem, 11.25rem + 6.25vw, 18.75rem);
    width: 85%;
    /* background-color: #0000000e; */
    background-color: #a4000d;
    opacity: 0.2;
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0 50%, 50% 50%, 0 0, 100% 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

@media (min-width: 992px), print {
    #tagcolle .tagcolle01 .imgBox .txtBox {
        padding: 2rem;
    }

    #tagcolle .tagcolle01 .imgBox .txtBox::after {
        clip-path: polygon(50% 50%, 50% 0, 100% 50%, 50% 100%, 50% 50%, 0 100%, 0 0);
    }
}


#tagcolle .tagcolle01 .imgBox .txtBox span {
    line-height: 2;
    background-color: #fff;
    border: 1px solid #a4000d;
    color: #a4000d;
    padding: 0.3rem 1rem;
}

/* tagcolle02 */
#tagcolle .tagcolle02 h3 {
    font-size: clamp(18px, 3vw, 36px);
    text-align: center;
    font-weight: bold;
    color: #a4000d;
}

#tagcolle .tagcolle02 .inner {
    padding: 2rem 1rem;
    border: 2px solid #a4000d;
    width: calc(100% - 30px);
}

#tagcolle .tagcolle02 .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#tagcolle .tagcolle02 .imgBox img {
    width: calc(100% / 2);
    height: clamp(15.625rem, 15rem + 3.13vw, 18.75rem);
    padding: 2rem .5rem;
    object-fit: contain;
    background-color: #eee;
}

#tagcolle .tagcolle02 .listBox {
    padding: 1rem;
}

#tagcolle .tagcolle02 .listBox ul {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

@media (min-width: 992px), print {
    #tagcolle .tagcolle02 .listBox ul {
        flex-flow: row;
    }
}

#tagcolle .tagcolle02 .listBox ul li {
    width: calc(100% / 1);
}

@media (min-width: 992px), print {
    #tagcolle .tagcolle02 .listBox ul li {
        width: calc(100% / 2);
    }
}

#tagcolle .tagcolle02 .listBox ul li .subttl {
    border-bottom: 2px solid #a4000d;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: bold;
}

/* tagcolle03 */

#tagcolle .tagcolle03 {
    width: 100%;
    background-color: #a4000d;
    padding: 2rem 0;
    margin: 0;
}

#tagcolle .tagcolle03 h3 {
    font-size: clamp(16px, 1vw, 25px);
    padding-bottom: 1rem;
    color: #fff;
    line-height: 2;
    font-weight: bold;
}

#tagcolle .tagcolle03 .imgBox {
    width: 100%;
    height: clamp(15.625rem, 15rem + 3.13vw, 18.75rem);
    background-color: #fff;
    padding: 1rem;
}

#tagcolle .tagcolle03 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#tagcolle .tagcolle03 .txt {
    font-size: clamp(14px, 1vw, 20px);
    color: #fff;
    line-height: 2;
    font-weight: bold;
    margin: 1rem 0;
}

#tagcolle .tagcolle03 .txt2 {
    font-size: clamp(14px, 1vw, 16px);
    color: #a4000d;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 7px;
}


/* tagcolle04 */
#tagcolle .tagcolle04 .wrap {
    background-color: #fff;
    padding: 1rem;
    padding-top: 2rem;
}

#tagcolle .tagcolle04 h3 {
    background-color: #000;
}

/* tagcolle05 */
#tagcolle .tagcolle05 .wrap {
    background-color: #fff;
    padding: 1rem;
    padding-top: 2rem;
}

#tagcolle .tagcolle05 h4 {
    color: #a4000d;
    font-size: clamp(16px, 3vw, 25px);
    font-weight: bold;
}


#tagcolle .tagcolle05 .box .row {
    border: 1px solid #000;
    padding: 1rem;
    border-radius: 7px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

#tagcolle .tagcolle05 .box .imgBox {
    padding: 1rem;
    position: relative;
}

#tagcolle .tagcolle05 .box .imgBox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: clamp(5rem, 5rem + 0vw, 5rem);
    width: clamp(5rem, 5rem + 0vw, 5rem);
    background-image: url(../images/tagcolle/bad.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#tagcolle .tagcolle05 .box .imgBox.good::after {
    background-image: url(../images/tagcolle/good.png);
}

#tagcolle .tagcolle05 .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    align-items: center;
}

#tagcolle .tagcolle05 .goodBox h4 {
    color: #000;
    padding-left: 1rem;
}

#tagcolle .tagcolle05 .goodBox h4 span {
    font-weight: normal;
}

#tagcolle .tagcolle05 .goodBox .goodtxt {
    background-color: #a4000d;
    color: #fff;
    height: clamp(3.125rem, 2.75rem + 1.88vw, 5rem);
    width: clamp(3.125rem, 2.75rem + 1.88vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

#tagcolle .tagcolle05 .goodBox .big {
    color: #a4000d;
    font-size: clamp(16px, 3vw, 25px);
    font-weight: bold;
}

/* tagcolle06 */
#tagcolle .tagcolle06 {
    background-color: #efefef;
}

#tagcolle .tagcolle06 .wrap {
    background-color: #fff;
    padding: 1rem;
    padding-top: 2rem;
}

#tagcolle .tagcolle06 h3 {
    background-color: #000;
}

#tagcolle .tagcolle06 h4 {
    color: #a4000d;
    font-size: clamp(16px, 3vw, 25px);
    font-weight: bold;
}

#tagcolle .tagcolle06 .img {
    background-color: #fff;
    padding: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
}

/* tagcolle07 */
#tagcolle .tagcolle07 .arrow_bottom::after {
    display: none;
}

#tagcolle .tagcolle07 .itemttl {
   margin-bottom: 2rem;
   align-items: center;
   display: flex;
}
#tagcolle .tagcolle07 .itemttl .ttltxt {
    line-height: 1;
    display: block;
    margin-left: 1rem;
 }
#tagcolle .tagcolle07 .row {
    gap: 20px;
    display: flex;
    justify-content: center;
}

#tagcolle .tagcolle07 .scene .box {
    border: 1px dotted #000;
    padding: 2.5rem 2rem;
}

/* tagcolle08 */
#tagcolle .tagcolle08 .imgBox {
   background-color: #a4000d;
   height: 100px;
   width: 100px;
   border-radius: 100px;
   margin: 0 auto;
   position: relative;
}

#tagcolle .tagcolle08 .imgBox img{
    width: 100%;
    height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
