.bannerBox {
    position: relative;
    z-index: 3;
    width: 100%;
    /* min-height: 40vh; */
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #000000;
    overflow: hidden;
    line-height: 0;
}


/*__________________________________________________
  
    newsBox
    __________________________________________________*/

.newsBox {
    max-width: 100%;
    width: 100%;
    min-height: 940px;
    height: 100%;
    margin: 0 auto 8em;
    padding: 0;
}

.news-box {
    max-width: 750px;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0;
}


.newsBox video {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.newsBox h2 {
    width: 100%;
    margin: 0 auto 5rem auto;
    padding: 5rem 0 0 0;
    color: #000000;
    font-family: trajan-pro-3, serif;
    font-style: normal;
    font-size: calc(100vw * 60 / 1920);
    font-weight: 400;
    text-align: center;
}

.newsBox .news-box-bg {
    position: relative;
    z-index: 2;
    max-width: 78.4%;
    width: 100%;
    margin: 0 auto;
    padding: 0 10.8%;
    background-color: white;
    /* background-image: linear-gradient(90deg, rgba(189, 189, 189, 1), rgba(255, 255, 255, 1) 50%, rgba(189, 189, 189, 1)); */
    min-height: 100%;
}


@media only screen and (max-width: 850px) {
    .newsBox {
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        padding: 0;
        /* background: #ffffff; */
    }

    .newsBox h2 {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 60px 0 20px 0;
        font-family: trajan-pro-3, serif;
        font-style: normal;
        font-size: calc(100vw * 80 / 850);
        font-weight: 400;
        color: #4c4c4c;
        text-align: center;
    }

    .newsBox video {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .newsBox .news-box-bg {
        position: relative;
        z-index: 2;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 2em 0;
        /* background-image: linear-gradient(90deg, rgba(189, 189, 189, 1), rgba(255, 255, 255, 1) 50%, rgba(189, 189, 189, 1)); */
    }
}


.itemWrap {
    width: 90%;
    max-width: 800px;
    margin: 2em auto;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
}

.titleBox {
    /* width: 100%; */
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

/* square --------------------------------------------------------*/

.square {
    width: 6vw;
    max-width: 67px;
    aspect-ratio: 1 / 1; /* 正方形 */
    border: 1px solid #ffffffdb;
    transform: rotate(45deg);
    position: relative;
    margin: 12px 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    min-width: 3em;
    color: white;
    font-weight: bold;
    text-align: center;
    /* font-size: clamp(0.6875rem, 0.1154rem + 1.0769vw, 1.125rem); 11-18 / 850-1500 */
    font-size: clamp(0.6875rem, -0.1389rem + 1.5556vw, 1.125rem); /* 11-18 / 850-1300 */
    transform: rotate(-45deg);
}

@media only screen and (max-width:849px) {
    .square {
        width: 8vw;
        max-width: 8vw;
        margin: 15px 20px 15px 15px;
    }

    .text {
        font-size: clamp(1.0625rem, 0.9725rem + 0.2874vw, 1.125rem); /* 17-18 / 501-849 */
    }
}

@media only screen and (max-width:750px) {
    .square {
        width: 8vw;
        max-width: 8vw;
        margin: 10px 15px 10px 10px;
    }

    .text {
        font-size: clamp(0.8125rem, -0.448rem + 3.3557vw, 1.125rem); /* 13-18 / 601-750 */ 
    }

}

@media only screen and (max-width:600px) {
    .square {
        width: 13vw;
        max-width: 13vw;
    }

    .text {
        font-size: clamp(0.9375rem, 0.1812rem + 2.0134vw, 1.125rem); /* 15-18 / 601-750 */
    }
}

@media only screen and (max-width:500px) {
    .square {
        width: 17vw;
        max-width: 17vw;
        margin: 8px 15px 8px 8px;
    }

    .text {
        font-size: clamp(0.75rem, 0.1667rem + 2.6667vw, 1rem); /* 12-16 / 350-500 */
    }
}

@media only screen and (max-width:350px) {

    .square {
        margin: 5px 7px 5px 5px;
    }
    .text {
        font-size: 11px;
    }
}

/* -------------------------------------------------------------- */

.title-p {
    font-family: source-han-serif-jp-variable, serif;
    font-variation-settings: "wght" 600;
    font-size: 24px;
    font-size: 16px;
    font-size: 0.9em;
    font-size: clamp(1.25rem, 0.6429rem + 1.1429vw, 1.5rem);
    /* 20-24 / 800-1200 */
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-left: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-p span {
    font-size: 16px;
}

.itemArea {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../images/novelty/back.webp);
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-wrap {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.titleWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin: 2em auto;
}

.box-a {
    width: 5em;
    height: 27px;
    background-color: #0009;
    font-family: source-han-serif-jp-variable, serif;
    font-variation-settings: "wght" 400;
    font-size: clamp(1.125rem, 0.5179rem + 1.1429vw, 1.375rem);
    /* 18-22 / 850-1200 */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    /* margin-top: 0.2em; */
    margin-right: 1em;
    padding: 5px;
}

.dateBox {
    font-family: trajan-pro-3, serif;
    font-weight: 600;
    font-style: normal;
    /* font-size: clamp(1.875rem, 0.3571rem + 2.8571vw, 2.5rem); */
    /* 30-40 / 850-1200 */
    font-size: clamp(1.625rem, -0.5rem + 4vw, 2.5rem);
    /* 26-40 / 850-1200 */
    color: #388184;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.2;
}

.dateBox span {
    font-size: clamp(1.25rem, 0.1875rem + 2vw, 1.6875rem);
    /* 20-27 / 850-1200 */
}

.dateBox span.minus {
    font-family: Noto Sans JP;
    font-weight: 400;
    vertical-align: middle;
}


.icon {
    width: 18%;
    position: absolute;
    top: -27px;
    right: -10px;
}

.itemBox {
    width: 100%;
    margin: 0 auto 3em;
}

.textArea {
    width: 100%;
    margin: 0 auto;
}

.textArea ul {
    list-style-type: none;
    padding: 0;
}

.textArea li {
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    font-size: clamp(0.75rem, 0.4464rem + 0.5714vw, 0.875rem);
    /* 12-14 / 850-1200 */
    color: #3b3b3b;
    line-height: 1.5;
    margin-bottom: 0.8em;
    text-indent: -1em;
    padding-left: 1em;
}

.tArea {
    width: 100%;
    margin-bottom: 2em;
}

.obi {
    background-color: #0009;
    padding: 10px;
    font-family: source-han-serif-jp-variable, serif;
    font-variation-settings: "wght" 400;
    font-size: clamp(1.125rem, 0.5179rem + 1.1429vw, 1.375rem);
    /* 18-22 / 850-1200 */
    color: white;
}

.textArea-B {
    width: 96%;
    margin: 0 auto 3em;
}


.textArea-B p {
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: clamp(0.9375rem, 0.6339rem + 0.5714vw, 1.0625rem);
    /* 15-17 / 850-1200 */
    font-size: clamp(0.875rem, 0.5714rem + 0.5714vw, 1rem);
    line-height: 1.7;
    color: #3b3b3b;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

.end {
    display: flex;
    justify-content: space-between;
}

.end img {
    width: 6%;
}

.square3 {
        display: flex;
        align-items: center;
        width: 15%;
        flex-shrink: 0;

    }

@media only screen and (max-width: 850px) {

    .box-a {
        margin-top: 0;
    }

    .icon {
        width: 21%;
        top: -3em;
    }
}



@media only screen and (max-width: 599px) {

    .itemWrap {
        width: 90%;
        margin: 2em auto;
        display: flex;
        flex-direction: column;
        border: 1px solid black;
        position: relative;
    }

    .titleBox {
        /* width: 100%; */
        background-color: black;
        color: white;
        display: flex;
        flex-direction: row;
        padding: 10px;
    }

    .square3 {
        display: flex;
        align-items: center;
        width: 20%;

    }

    .title-p {
        font-family: source-han-serif-jp-variable, serif;
        font-variation-settings: "wght" 600;
        font-size: 24px;
        font-size: 16px;
        font-size: 0.9em;
        font-size: clamp(0.875rem, 0.2917rem + 2.6667vw, 1.125rem);
        /* 14-18 / 350-500 */
        font-size: clamp(0.78125rem, -0.0208rem + 3.6667vw, 1.125rem);
        font-size: clamp(0.8125rem, 0.0833rem + 3.3333vw, 1.125rem);
        font-size: clamp(0.9375rem, 0.5rem + 2vw, 1.125rem);
        /* 15-18 / 350-500 */
        font-size: clamp(0.9375rem, 0.3542rem + 2.6667vw, 1.1875rem);
        text-align: left;
        line-height: 1.4;
        letter-spacing: 1px;
        margin-left: 0.5em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .title-p span {
        font-size: 16px;
        font-size: 11px;
    }

    .itemArea {
        width: 100%;
        margin: 0 auto;
        background-image: url(../../images/novelty/back.webp);
        background-repeat: repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .box-wrap {
        width: 95%;
        margin: 0 auto;
    }

    .titleWrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
        margin: 1em auto;
    }

    .box-a {
        width: 4.5em;
        height: 17px;
        background-color: #0009;
        font-family: source-han-serif-jp-variable, serif;
        font-variation-settings: "wght" 700;
        font-size: 15px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 1px;
        margin-top: 0;
    }

    .dateBox {
        font-family: trajan-pro-3, serif;
        font-weight: 600;
        font-style: normal;
        font-size: 21px;
        color: #388184;
        letter-spacing: 1px;
        text-align: left;
        line-height: 1.4;
    }

    .dateBox span {
        font-size: 15px;
    }

    .dateBox span.minus {
        font-family: Noto Sans JP;
        font-weight: 300;
    }

    .icon {
        width: 22%;
        top: -2.5em;
        right: -1em;
    }

    .itemBox {
        width: 100%;
        margin: 0 auto 2em;
    }

    .textArea {
        width: 100%;
        margin: 0 auto;
    }

    .textArea ul {
        list-style-type: none;
        padding: 0;
    }

    .textArea li {
        font-size: 12px;
        color: #3b3b3b;
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em;
    }

    .tArea {
        width: 100%;
        margin-bottom: 2em;
    }

    .obi {
        background-color: #0009;
        padding: 10px;
        font-family: source-han-serif-jp-variable, serif;
        font-variation-settings: "wght" 400;
        font-size: 16px;
        color: white;
    }

    .textArea-B p {
        font-size: 14px;
        line-height: 1.7;
        color: #3b3b3b;
    }

    .end img {
        width: 10%;
    }


}


@media only screen and (max-width: 400px) {
    .icon {
        width: 23%;
        top: -2em;
    }

    .box-a {
        font-size: 12px;
    }

    .textArea li {
        line-height: 1.6;
        margin-bottom: 0.3em;
    }
}

.listWrap {
    width: 90%;
    margin: 3em auto 0;
}

.topWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
}

.t-a {
    width: 30%;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    color: #b0b0b0;
    background-color: black;
    padding: 10px 10px 10px 20px;
    border-right: 2px solid white;
}

.t-b {
    width: 70%;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    color: #b0b0b0;
    background-color: black;
    padding: 10px 10px 10px 20px;
}




.weekWrap {
    display: flex;
    flex-direction: row;
    height: 2.5em;
    margin-bottom: 5px;
    color: #0f1111;
    border: 1px solid #dcdcdc;
}

.weekBox {
    width: 30%;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
}

.areaBox {
    width: 70%;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.weekBox_on {
    width: 30%;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    background-color: #388184;
    color: white;
}

.areaBox_on {
    width: 70%;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    background-color: #388184;
    color: white;
    padding-left: 20px;
}

.linkBox {
    margin: 2em auto 4em;
    text-align: center;
    font-size: clamp(0.938rem, 0.791rem + 0.28vw, 1.188rem);
    color: #4c4c4c;
    letter-spacing: 1px;
}

a.web:link {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: underline;
}

a.web:visited {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
}

a.web:active {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
}

a.web:hover {
    background-color: transparent;
    color: #4c4c4c;
    text-decoration: none;
}


@media only screen and (max-width:800px) {
    .listWrap {
        width: 90%;
        margin: 3em auto 0;
    }

    .topWrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 5px;
    }

    .t-a {
        width: 35%;
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: 13px;
        color: #b0b0b0;
        background-color: black;
        padding: 10px;
        border-right: 1px solid white;
    }

    .t-b {
        width: 65%;
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: 13px;
        color: #b0b0b0;
        background-color: black;
        padding: 10px 10px 10px 16px;
    }




    .weekWrap {
        display: flex;
        flex-direction: row;
        height: 2em;
        margin-bottom: 5px;
        color: #0f1111;
        border: 1px solid #dcdcdc;
    }

    .weekBox {
        width: 35%;
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .areaBox {
        width: 65%;
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: 13px;
        display: flex;
        align-items: center;
        padding-left: 8px;
    }

    .weekBox_on {
        width: 35%;
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        display: flex;
        align-items: center;
        padding: 13px;
        background-color: #388184;
        padding-left: 10px;
    }

    .areaBox_on {
        width: 65%;
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: 13px;
        display: flex;
        align-items: center;
        background-color: #388184;
        padding-left: 6px;
    }

    .linkBox {
        font-family: Noto Sans JP;
        font-weight: 300;
        font-size: calc(100vw * 30 / 850);
        margin: 1.5em auto 2.5em;
        line-height: 1.6;
        letter-spacing: 1px;
        text-align: center;
        color: #4c4c4c;
    }

    a.web:link {
        background: linear-gradient(transparent 60%, #d3d3d3 30%);
        /* display: inline-block; */
        display: inline;
        color: #4c4c4c;
        text-decoration: none;
    }

    a.web:visited {
        background-color: transparent;
        color: #4c4c4c;
        text-decoration: none;
    }

    a.web:active {
        background-color: transparent;
        color: #4c4c4c;
        text-decoration: none;
    }

    a.web:hover {
        background-color: transparent;
        color: #4c4c4c;
        text-decoration: none;
    }

}



.pulse {
    animation: pulse 3s ease-out infinite;
    opacity: 1;
}

@keyframes pulse {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1.0);
    }
}