@charset "utf-8";
@font-face {
    font-family: "Nobel-Book";
    src: url("../fonts/225ad12d2bf7c7dce316275c3383bf34.eot");
    src: url("../fonts/225ad12d2bf7c7dce316275c3383bf34.eot?#iefix")format("embedded-opentype"), url("../fonts/225ad12d2bf7c7dce316275c3383bf34.woff2")format("woff2"), url("../fonts/225ad12d2bf7c7dce316275c3383bf34.woff")format("woff"), url("../fonts/225ad12d2bf7c7dce316275c3383bf34.ttf")format("truetype"), url("../fonts/225ad12d2bf7c7dce316275c3383bf34.svg#Nobel-Book")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ====================================================================

  Kodate Top PC Style - Modified 202406

==================================================================== */


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

  Style From "v2_kodate_top.css"

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

.wrap {
    width: 100%;
    margin: 0 auto 60px;
}


/* パンくず
-------------------------------------------------------------------- */

#bread ul {
    position: relative;
    top: initial;
    left: initial;
    color: #000000;
    margin: 0;
    text-shadow: none;
}

#bread li {
    color: #000000;
}

#bread li.txt_w a {
    color: #000000;
}


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

  Main Visual - Slider

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

.main-visual {
    position: relative;
    top: 0;
    width: auto;
    padding: 80px 0 0 calc((100% - 1200px) / 2);
    margin: 0 0 20px;
}

.mv02 {
    display: block;
}

.main-visual figure {
    position: relative;
    width: auto;
    padding: 0 0 0 calc((1350 - 970) / 1350 * 100%);
    /*
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1.5s forwards;
  animation-delay: 1.0s;
  */
}

.mv-fadeIn {
    animation: fadeIn .5s forwards;
}

.mv-fadeOut {
    animation: fadeOut .5s forwards;
}

.movie-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*
  width: calc( 100% - ((1350 - 970) / 1350 * 100%) );
  margin: 0 0 0 calc((1350 - 970) / 1350 * 100%);
  opacity: 0;
  visibility: hidden;
  animation-delay: .5s;
  animation: fadeIn 1.5s forwards;
  */
}

.mv01 .movie-container {
    opacity: 0;
    visibility: hidden;
}

.movie-container video {
    /*
  position: absolute;
  top: 0;
  right: 0;
  */
    width: calc( 100% - ((1350 - 970) / 1350 * 100%));
    height: auto;
    margin: 0 0 0 calc((1350 - 970) / 1350 * 100%);
    aspect-ratio: 970 / 660;
    object-fit: cover;
}


/* Swiper Styles Overwrite ("kodate_top_v3.css")
-------------------------------------------------------------------- */

.swiper-pagination {
    /*bottom: calc(157px - 140px) !important;*/
    bottom: 0 !important;
    width: auto;
    padding: 0 0 0 calc((100% - 1200px) / 2);
    text-align: left;
}

.swiper-pagination-bullet {
    width: 81px;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 7px 0 0 !important;
}

.swiper-pagination-bullet-active {
    position: relative;
    width: 81px;
    height: 3px;
    background: #f2f2f2;
}

.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #205799;
    display: inline-block;
    animation: progress 10.0s linear 0s forwards;
    /* Adjustment Point（スライドのページネーション） */
}


/* Page Heading Styles Overwrite ("kodate_top_v3.css")
-------------------------------------------------------------------- */

.mv-heading {
    position: absolute;
    z-index: 2;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
}


/* Black */

.mv-heading.blk {
    z-index: 2;
    top: calc(187 / 1500 * 100%);
    width: calc((1350 - 970) / 1350 * 100%);
}


/* White */

.mv-heading.white {
    z-index: 1;
    top: calc(187 / 1500 * 100%);
}

.mv-heading p.ttl {
    position: relative;
    font-size: 64px;
    font-size: 6.4rem;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.4;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    /*
  line-height: calc(84 / 66);
  text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
  animation-delay: .5s;
  */
}

.mv-heading.blk p.ttl {
    color: #000000;
}

.mv-heading.white p.ttl {
    color: #ffffff;
}


/* メインタイトルの1文字 */

.mv-heading p.ttl span {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    /*
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  animation: fadeIn .75s forwards;
  */
}

.mv04 .mv-heading p.ttl span {
    letter-spacing: -.125em;
    margin: 0 0 0 -.5em;
}

.letters-fadeIn {
    animation: fadeIn 1.5s forwards;
}


/* Adjustment Point（メインタイトルの1文字のアニメーション） */


/* Adjustment Point（メインタイトルの1文字の表示スピード）
-------------------------------------------------------------------- */


/* メインタイトル1 */

.mv01 .mv-heading p.ttl span:nth-of-type(1) {    animation-delay: calc(0.5s + 0.075s);}
.mv01 .mv-heading p.ttl span:nth-of-type(2) {    animation-delay: calc(0.5s + 0.075s * 2);}
.mv01 .mv-heading p.ttl span:nth-of-type(3) {    animation-delay: calc(0.5s + 0.075s * 3);}
.mv01 .mv-heading p.ttl span:nth-of-type(4) {    animation-delay: calc(0.5s + 0.075s * 4);}
.mv01 .mv-heading p.ttl span:nth-of-type(5) {    animation-delay: calc(0.5s + 0.075s * 5);}
.mv01 .mv-heading p.ttl span:nth-of-type(6) {    animation-delay: calc(0.5s + 0.075s * 6);}
.mv01 .mv-heading p.ttl span:nth-of-type(7) {    animation-delay: calc(0.5s + 0.075s * 7);}
.mv01 .mv-heading p.ttl span:nth-of-type(8) {    animation-delay: calc(0.5s + 0.075s * 8);}
.mv01 .mv-heading p.ttl span:nth-of-type(9) {    animation-delay: calc(0.5s + 0.075s * 9);}
.mv01 .mv-heading p.ttl span:nth-of-type(10) {    animation-delay: calc(0.5s + 0.075s * 10);}
.mv01 .mv-heading p.ttl span:nth-of-type(11) {    animation-delay: calc(0.5s + 0.075s * 11);}
.mv01 .mv-heading p.ttl span:nth-of-type(12) {    animation-delay: calc(0.5s + 0.075s * 12);}
.mv01 .mv-heading p.ttl span:nth-of-type(13) {    animation-delay: calc(0.5s + 0.075s * 13);}
.mv01 .mv-heading p.ttl span:nth-of-type(14) {    animation-delay: calc(0.5s + 0.075s * 14);}
.mv01 .mv-heading p.ttl span:nth-of-type(15) {    animation-delay: calc(0.5s + 0.075s * 15);}
.mv01 .mv-heading p.ttl span:nth-of-type(16) {    animation-delay: calc(0.5s + 0.075s * 16);}


/* メインタイトル2 */

.mv02 .mv-heading p.ttl span:nth-of-type(1) {    animation-delay: calc(0.5s + 0.075s);}
.mv02 .mv-heading p.ttl span:nth-of-type(2) {    animation-delay: calc(0.5s + 0.075s * 2);}
.mv02 .mv-heading p.ttl span:nth-of-type(3) {    animation-delay: calc(0.5s + 0.075s * 3);}
.mv02 .mv-heading p.ttl span:nth-of-type(4) {    animation-delay: calc(0.5s + 0.075s * 4);}
.mv02 .mv-heading p.ttl span:nth-of-type(5) {    animation-delay: calc(0.5s + 0.075s * 5);}
.mv02 .mv-heading p.ttl span:nth-of-type(6) {    animation-delay: calc(0.5s + 0.075s * 6);}
.mv02 .mv-heading p.ttl span:nth-of-type(7) {    animation-delay: calc(0.5s + 0.075s * 7);}
.mv02 .mv-heading p.ttl span:nth-of-type(8) {    animation-delay: calc(0.5s + 0.075s * 8);}
.mv02 .mv-heading p.ttl span:nth-of-type(9) {    animation-delay: calc(0.5s + 0.075s * 9);}
.mv02 .mv-heading p.ttl span:nth-of-type(10) {    animation-delay: calc(0.5s + 0.075s * 10);}
.mv02 .mv-heading p.ttl span:nth-of-type(11) {    animation-delay: calc(0.5s + 0.075s * 11);}
.mv02 .mv-heading p.ttl span:nth-of-type(12) {    animation-delay: calc(0.5s + 0.075s * 12);}
.mv02 .mv-heading p.ttl span:nth-of-type(13) {    animation-delay: calc(0.5s + 0.075s * 13);}
.mv02 .mv-heading p.ttl span:nth-of-type(14) {    animation-delay: calc(0.5s + 0.075s * 14);}
.mv02 .mv-heading p.ttl span:nth-of-type(15) {    animation-delay: calc(0.5s + 0.075s * 15);}
.mv02 .mv-heading p.ttl span:nth-of-type(16) {    animation-delay: calc(0.5s + 0.075s * 16);}


/* メインタイトル3 */

.mv03 .mv-heading p.ttl span:nth-of-type(1) {    animation-delay: calc(0.5s + 0.075s);}
.mv03 .mv-heading p.ttl span:nth-of-type(2) {    animation-delay: calc(0.5s + 0.075s * 2);}
.mv03 .mv-heading p.ttl span:nth-of-type(3) {    animation-delay: calc(0.5s + 0.075s * 3);}
.mv03 .mv-heading p.ttl span:nth-of-type(4) {    animation-delay: calc(0.5s + 0.075s * 4);}
.mv03 .mv-heading p.ttl span:nth-of-type(5) {    animation-delay: calc(0.5s + 0.075s * 5);}
.mv03 .mv-heading p.ttl span:nth-of-type(6) {    animation-delay: calc(0.5s + 0.075s * 6);}
.mv03 .mv-heading p.ttl span:nth-of-type(7) {    animation-delay: calc(0.5s + 0.075s * 7);}
.mv03 .mv-heading p.ttl span:nth-of-type(8) {    animation-delay: calc(0.5s + 0.075s * 8);}
.mv03 .mv-heading p.ttl span:nth-of-type(9) {    animation-delay: calc(0.5s + 0.075s * 9);}
.mv03 .mv-heading p.ttl span:nth-of-type(10) {    animation-delay: calc(0.5s + 0.075s * 10);}
.mv03 .mv-heading p.ttl span:nth-of-type(11) {    animation-delay: calc(0.5s + 0.075s * 11);}
.mv03 .mv-heading p.ttl span:nth-of-type(12) {    animation-delay: calc(0.5s + 0.075s * 12);}
.mv03 .mv-heading p.ttl span:nth-of-type(13) {    animation-delay: calc(0.5s + 0.075s * 13);}
.mv03 .mv-heading p.ttl span:nth-of-type(14) {    animation-delay: calc(0.5s + 0.075s * 14);}
.mv03 .mv-heading p.ttl span:nth-of-type(15) {    animation-delay: calc(0.5s + 0.075s * 15);}
.mv03 .mv-heading p.ttl span:nth-of-type(16) {    animation-delay: calc(0.5s + 0.075s * 16);}


/* メインタイトル4 */

.mv04 .mv-heading p.ttl span:nth-of-type(1) {    animation-delay: calc(0.5s + 0.075s);}
.mv04 .mv-heading p.ttl span:nth-of-type(2) {    animation-delay: calc(0.5s + 0.075s * 2);}
.mv04 .mv-heading p.ttl span:nth-of-type(3) {    animation-delay: calc(0.5s + 0.075s * 3);}
.mv04 .mv-heading p.ttl span:nth-of-type(4) {    animation-delay: calc(0.5s + 0.075s * 4);}
.mv04 .mv-heading p.ttl span:nth-of-type(5) {    animation-delay: calc(0.5s + 0.075s * 5);}
.mv04 .mv-heading p.ttl span:nth-of-type(6) {    animation-delay: calc(0.5s + 0.075s * 6);}
.mv04 .mv-heading p.ttl span:nth-of-type(7) {    animation-delay: calc(0.5s + 0.075s * 7);}
.mv04 .mv-heading p.ttl span:nth-of-type(8) {    animation-delay: calc(0.5s + 0.075s * 8);}
.mv04 .mv-heading p.ttl span:nth-of-type(9) {    animation-delay: calc(0.5s + 0.075s * 9);}
.mv04 .mv-heading p.ttl span:nth-of-type(10) {    animation-delay: calc(0.5s + 0.075s * 10);}
.mv04 .mv-heading p.ttl span:nth-of-type(11) {    animation-delay: calc(0.5s + 0.075s * 11);}
.mv04 .mv-heading p.ttl span:nth-of-type(12) {    animation-delay: calc(0.5s + 0.075s * 12);}
.mv04 .mv-heading p.ttl span:nth-of-type(13) {    animation-delay: calc(0.5s + 0.075s * 13);}
.mv04 .mv-heading p.ttl span:nth-of-type(14) {    animation-delay: calc(0.5s + 0.075s * 14);}
.mv04 .mv-heading p.ttl span:nth-of-type(15) {    animation-delay: calc(0.5s + 0.075s * 15);}
.mv04 .mv-heading p.ttl span:nth-of-type(16) {    animation-delay: calc(0.5s + 0.075s * 16);}



/* Line 2（+1.5s） */


/*
.mv-heading h2:nth-of-type(2) span:first-of-type { animation-delay: 1.6s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(2) { animation-delay: 1.7s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(3) { animation-delay: 1.8s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(4) { animation-delay: 1.9s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(5) { animation-delay: 2.0s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(6) { animation-delay: 2.1s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(7) { animation-delay: 2.2s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(8) { animation-delay: 2.3s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(9) { animation-delay: 2.4s }
.mv-heading h2:nth-of-type(2) span:nth-of-type(10) { animation-delay: 2.5s }
*/

.mv-heading p.ttl small {
    font-size: calc(36 / 66 * 1em);
    white-space: nowrap;
}

.mv-heading p.txt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: calc(36 / 18);
    color: #000000;
    margin: 40px 0 60px;
    opacity: 0;
    visibility: hidden;
    /* animation-delay: .5s;                 /* Adjustment Point（メインタイトル下の文言） */
}

.mv-heading>div {
    display: block;
    margin: 0;
}

.fadeIn {
    animation: fadeIn 1.5s forwards;
}


/* Adjustment Point（メインタイトル下の塊のアニメーション）  */


/* Font "Nobel Book"
-------------------------------------------------------------------- */

.ff-nb {
    font-family: "Nobel-Book", sans-serif !important;
    font-size: 78px !important;
    font-size: 7.8rem !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
    letter-spacing: 0.025em !important;
    line-height: 1.2 !important;
}


/* Link Arrow
-------------------------------------------------------------------- */

.link-details {
    position: relative;
    width: 239px;
    display: block;
    opacity: 0;
    visibility: hidden;
    /* animation-delay: .5s;                /* Adjustment Point（『詳細はこちら』リンク） */
}

.link-details::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 239px;
    height: 1px;
    display: inline-block;
    background-color: #707070;
    /*
  background: url(../images/link-details_arrow.svg) no-repeat 50% 50%;
  background-size: cover;
  */
    transition: all .3s;
}

.link-details::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 21px;
    height: 1px;
    transform: rotate(25deg);
    display: inline-block;
    background-color: #707070;
    transition: all .3s;
}

.link-details span {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: all .3s;
}

.link-details:hover::before {
    left: 5%;
}

.link-details:hover::after {
    right: -5%;
}

.link-details span:hover {
    opacity: 0.7;
}


/* KeyFrames
-------------------------------------------------------------------- */

@keyframes progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}


/* Page Heading - Add 202406
-------------------------------------------------------------------- */

.page-heading {
    margin: 0 0 120px;
}

.page-heading h1 {
    font-size: calc(68px * .8);
    font-size: calc(6.8rem * .8);
    font-weight: 300;
    letter-spacing: 0.1em;
    text-shadow: none;
    color: #000000;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 0.25em;
}

.page-heading p {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.666666;
    letter-spacing: 0.05em;
}


/* トピックス
-------------------------------------------------------------------- */

#dmp {
    padding: 0;
}

/* メンテナンスのお知らせ
-------------------------------------------------------------------- */
.maintenance_pc {
    position: absolute;
    right: 10px;
    bottom: 15px;
    background:rgba(255, 255, 255, 0.7);
    width: fit-content;
    padding: 1rem;
    z-index: 100;
    font-size: 1.2rem;
    line-height: 1.6;
}
.maintenance_pc p.title {
    font-size: 1.6rem;
}
.maintenance_pc p.link {
    text-align: right;
}
.maintenance_pc p.link::after {
    content:'\3009';
    margin-left: 0.5rem;
}

.maintenance_sp {
    display: none;
}