.dp-plus,
.dp-plus *,
.dp-plus *::before,
.dp-plus *::after {
    box-sizing: border-box;
}

.layout-fix {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.dp-plus a {
    text-decoration: none;
    cursor: pointer;
}

.dp-plus button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.dp-plus .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.item-area,
.month-area,
.news-main-contents-area {
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    list-style: none;
}

.item-area>li,
.month-area>li,
.news-main-contents-area>li,
.calendar-itme,
.news-item-unit {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width:1030px) {
    .news-item-unit,
    .news-main-contents-area>li {
        width: 100%;
    }
}

.item-area>li::marker,
.month-area>li::marker,
.news-main-contents-area>li::marker,
.calendar-itme::marker,
.news-item-unit::marker {
    content: '';
}

.news-item-article {
    height: 100%;
}

.news-layout-fix {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #F5F5F5;
    gap: clamp(80px, calc(40.00px + 3.1250vw), 100px);
}

@media screen and (max-width:1030px) {
    .news-layout-fix {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

/*====================
フォントの振り分け
====================*/
:root {
    --font-sans: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-serif: "Noto Serif JP", "Noto Sans JP", serif;
}

.dp-plus {
    font-family: var(--font-serif);
}

.d-sans {
    font-family: var(--font-sans);
}

/*====================
ボタンアクション
====================*/
.dp-plus a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.dp-plus p {
    margin: 0;
    padding: 0;
}

.border-run {
    max-width: 250px;
    z-index: 10;
}

.btn-style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 250px;
    height: 42px;
}

.dp-plus p.btn-style-text {
    margin-left: 34px;
    font-weight: 400;
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.dp-plus p.btn-style-text-delta {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.dp-plus p.btn-style-text-color-white {
    color: #FFFFFF;
}

.text-passive {
    opacity: 0;
    transition: all 0.3s linear;
}


.border-run {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #000000;
    text-decoration: none;

}

.border-run-color-white {
    color: #FFFFFF;
}

.border-run-line {
    position: absolute;
    background: currentColor;
    opacity: 1;
}

.border-run-line.t {
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease .18s;
}

.border-run-line.r {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .18s ease .36s;
}

.border-run-line.b {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(1);
    transform-origin: right;
    transition: none;
}

.border-run-line.l {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .18s ease 0s;
}

.border-run:hover .border-run-line.t,
.border-run:hover .border-run-line.r,
.border-run:hover .border-run-line.l,
.border-run:focus-visible .border-run-line.t,
.border-run:focus-visible .border-run-line.r,
.border-run:focus-visible .border-run-line.l {
    transform: scale(1);
}

.border-run:hover .text-passive {
    opacity: 1;
}

.border-run:focus-visible {
    outline: none;
}

@media screen and (max-width:1030px) {
    .dp-plus a.border-run-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px;
        padding-bottom: 10px;
        max-width: 320px;
        width: 100%;
        gap: 10px;
        z-index: 10;
    }

    .btn-border-color {
        border: 1px solid #FFFFFF;
    }

    .border-run-mobile p.d-sans {
        font-size: 14px;
        line-height: normal;
    }
}

/*====================
contents　汎用CSS
====================*/
.contents-item-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1520px;
    width: 100%;
    gap: clamp(40px, calc(37.45px + 8.5106vw), 80px);
}

.contents-item-area.area-fix {
    margin-top: clamp(30px, calc(18.43px + 1.1236vw), 40px);
}

.contents-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(50px, calc(18.09px + 4.2662vw), 100px);
    width: 100%;
}

.contents-item-text-area {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contents-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    max-width: clamp(500px, calc(199.10px + 29.2135vw), 760px);
    width: 100%;
    z-index: 2;
}

.contents-img img {
    display: block;
    width: 100%;
}

.contents-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: clamp(420px, calc(142.25px + 26.9663vw), 660px);
    width: 100%;
    gap: clamp(10px, calc(6.48px + 0.7042vw), 20px);
    z-index: 3;
}

.contents-text .c-text-heder {
    font-size: clamp(24px, calc(5.48px + 1.7978vw), 40px);
    line-height: clamp(40px, calc(0.00px + 3.1250vw), 60px);
    font-weight: 600;
    color: #004097;
    width: 100%;
}

.contents-text .c-text-label {
    font-size: clamp(20px, calc(16.48px + 0.7042vw), 30px);
    line-height: clamp(36px, calc(31.07px + 0.9859vw), 50px);
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #000000;
    width: 100%;
}

.contents-deco-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.contents-text .c-text-notes {
    font-size: clamp(16px, calc(12.00px + 0.3125vw), 18px);
    line-height: clamp(34px, calc(31.89px + 0.4225vw), 40px);
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 100%;
}

.contents-movie-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    max-width: clamp(970px, calc(333.48px + 61.7978vw), 1520px);
    width: 100%;
}

.contents-movie-item {
    overflow: hidden;
    display: flex;
    border-radius: 20px;
    width: 48%;
    aspect-ratio: 16 / 9;
}

.contents-movie-item iframe.iframe-style {
    width: 100%;
}

@media screen and (max-width:1030px) {
    .dp-uniqueness-area {
        max-width: 430px;
        padding: 50px 20px;
    }

    .contents-item {
        flex-direction: column;
        gap: 20px;
    }

    .contents-img {
        border-radius: 12px;
    }

    .contents-img img {
        width: 100%;
    }

    .contents-text .c-text-heder {
        font-feature-settings: "halt";
        text-align: center;
    }

    .contents-text .c-text-label {
        font-size: clamp(18px, calc(4.36px + 3.6364vw), 20px);
        line-height: clamp(32px, calc(31.74px + 0.8511vw), 36px);
        font-feature-settings: "halt";
    }

    .contents-text .c-text-notes {
        font-size: clamp(14px, calc(8.00px + 1.6000vw), 16px);
        line-height: clamp(16px, calc(14.85px + 3.8298vw), 34px);
        font-feature-settings: "palt";
    }

    .contents-item-area.area-fix {
        margin: 0;
    }

    .contents-movie-area {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }

    .contents-movie-item {
        width: 100%;
        border-radius: 12px;
    }
}

/*====================
#news-side-contents
====================*/
.dp-side-item-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 210px;
    width: 100%;
    padding: 150px 0 200px 0;
    gap: clamp(80px, calc(40.00px + 3.1250vw), 100px);
}

.dp-side-item-area .header {
    font-size: clamp(24px, calc(5.48px + 1.7978vw), 40px);
    line-height: clamp(40px, calc(20.00px + 1.5625vw), 50px);
    color: #000000;
    font-weight: 300;
}

.dp-side-item-area .label {
    font-size: clamp(20px, calc(-10.00px + 2.0833vw), 30px);
    line-height: clamp(20px, calc(-10.00px + 2.0833vw), 30px);
    color: #000000;
    font-weight: 400;
}

.dp-side-item-area .notes-bold {
    font-size: clamp(16px, calc(8.00px + 0.6250vw), 20px);
    color: #000000;
    font-weight: 500;
}

.dp-side-item-area .notes {
    font-size: clamp(16px, calc(8.00px + 0.6250vw), 20px);
    color: #000000;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.dp-side-item-area button.notes {
    font-size: clamp(16px, calc(8.00px + 0.6250vw), 20px);
    color: #000000;
    font-weight: 300;
}

.dp-side-item-category-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.contents-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.deco-w-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.item-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendar-itme {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.month-area {
    display: none;
    flex-direction: column;
    gap: 6px;
}

.month-area-active {
    display: flex;
}

.mobile-content {
    display: none;
}


@media screen and (max-width:1030px) {
    .dp-side-item-area {
        max-width: 430px;
        width: 430px;
        flex-direction: row;
        justify-content: space-between;
        padding: 60px 20px 40px 20px;
    }

    .contents-area {
        width: fit-content;
    }

    .item-area {
        width: fit-content;
        gap: 6px;
    }

    .mobile-content {
        display: flex;
    }

    .dp-side-item-area .header {
        font-size: 30px;
    }
}

@media screen and (max-width:500px) {
    .dp-side-item-area {
        width: clamp(375px, calc(0.00px + 100.0000vw), 500px);
    }
}

/*====================
#news-main-contents
====================*/
.news-main-contents-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 150px 0 30px 0;
    row-gap: 50px;
    column-gap: 24px;
    width: clamp(810px, calc(-10.00px + 64.0625vw), 1220px);
}

.news-pagination {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 40px;
}

/* PC 基本デザイン */
.news-pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.news-pagination .page-numbers:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.news-pagination .current {
  background: #333;
  color: #fff;
  border-color: #333;
  cursor: default;
}

/* スマホ最適化（折り返し防止） */
@media (max-width: 480px) {
  .news-pagination .page-numbers {
    margin: 0 3px;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
  }

  .news-pagination .prev,
  .news-pagination .next {
    padding: 6px 8px;
    font-size: 12px;
  }
}



.news-single-fix {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 150px 0 200px 0;
}

.layout-single-fix {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    width: 100%;
}

.news-item {
    display: flex;
    flex-direction: column;
    max-width: 390px;
    width: 100%;
    height: 500px;
    background-color: #FFFFFF;
}

.news-item-img-area {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 390px;
    width: 100%;
    height: 250px;
}

.news-img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    transition: transform 0.4s ease;
    transform: scale(1);
    transform-origin: center center;
}

.news-item:hover .news-img {
    transform: scale(1.2);
}

.news-item-text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    height: calc(100% - 250px);
}

.tag-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news-item-text-area .label {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}

.tag-area .tag {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}

.tag-area .date {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}

.contents-area .notes-bold {
    font-size: clamp(16px, calc(8.00px + 0.6250vw), 20px);
    color: #000000;
    font-weight: 500;
}

.contents-area .notes {
    font-size: clamp(16px, calc(8.00px + 0.6250vw), 20px);
    color: #000000;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contents-area .calendar-year,
.contents-area .calendar-mark {
    font-size: clamp(16px, calc(8.00px + 0.6250vw), 20px);
    color: #000000;
    font-weight: 300;
}

.tag-area .date,
.tag-area-single .date {
    display: block;
}

.tag-area-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    gap: 20px;
}

.tag-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    width: 180px;
    height: 30px;
    background-color: #000000;
    border-radius: 50px;
}

.tag-area-single .tag {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.tag-area-single .date {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.main-input-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 50px;
}

.contents-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
}

.contents-block-text-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.main-input-area .header {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}

.contents-block .label {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.contents-block .notes {
    font-size: clamp(16px, calc(12.00px + 0.3125vw), 18px);
    line-height: clamp(34px, calc(31.89px + 0.4225vw), 40px);
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #000000;
}

.contents-block-img-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.contents-block-img-area img {
    width: auto;
}

.back-btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.back-btn img {
    width: 200px;
}

@media screen and (max-width:1440px) {
    .contents-block {
        flex-direction: column;
    }

    .contents-block-img-area img {
        width: 100%;
    }
}

@media screen and (max-width:1030px) {
    .news-mobile-fix {
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .news-main-contents-area {
        max-width: 430px;
        padding: 0 20px;
        width: 100%;
    }

    .archive-mobile-fix {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 100px;
    }

    .news-single-fix {
        margin: 0;
    }

    .layout-single-fix {
        padding: 30px 10px;
    }

    .contents-block-img-area {
        gap: 20px;
    }

    .back-btn {
        justify-content: center;
        align-items: center;
    }

    .main-input-area .header {
        font-size: 22px;
    }

    .contents-block .label {
        font-size: 20px;
    }

    .contents-block-text-area {
        gap: 10px;
    }
}

@media screen and (max-width:500px) {
    .news-main-contents-area {
        width: clamp(375px, calc(0.00px + 100.0000vw), 500px);
    }
}





/*====================
レスポンシブ切り替え
====================*/
.d-pc {
    display: flex;
}

.d-mobile {
    display: none;
}

img.d-pc {
    display: block;
}

img.d-mobile {
    display: none;
}

.hero-area img.d-pc {
    display: block;
}

.hero-area img.d-mobile {
    display: none;
}

.d-pc-s {
    display: inline-block;
}

.d-mobile-s {
    display: none;
}

@media screen and (max-width:1030px) {
    .d-pc {
        display: none;
    }

    .d-mobile {
        display: flex;
    }

    img.d-pc {
        display: none;
    }

    img.d-mobile {
        display: block;
    }

    .d-pc-s {
        display: none;
    }

    .d-mobile-s {
        display: inline-block;
    }
}

@media screen and (max-width:500px) {
    .hero-area img.d-pc {
        display: none;
    }

    .hero-area img.d-mobile {
        display: block;
    }
}