@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav&display=swap');
.pc-none {
    display: none !important;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-rendering: geometricPrecision;
}

.top-header {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 79vh;
    overflow: hidden;
    position: relative;
    /* margin-top: 52px; */
}

.header-overlay {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 1;
    background: url(../img/kv_dot.png) repeat 0 0;
    background-size: 4px 4px;
}

.header-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.header-overlay img {
    opacity: 30%;
}

.top-header img {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.8);
}

.top_ttl {
    display: flex;
    /* font-size: 20px; */
    font-size: clamp(20px, 3vw, 35px);
    width: 100%;
    height: 50%;
    margin: auto;
    writing-mode: vertical-lr;
    color: white;
    z-index: 3;
    position: absolute;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: normal;
    letter-spacing: 5px;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    margin-top: 50%;
}

.homepage-main {
    width: 100%;
    height: max-content;
    overflow: hidden;
}

.hp1 {
    display: block;
    width: 100%;
    height: max-content;
    float: right;
    padding-bottom: 28px;
}

.hp1-text-parent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
}

.hp1 img {
    width: 100%;
    height: auto;
}

p.hp1-ttl {
    margin: 0;
    width: max-content;
    padding-right: 2%;
    color: #bd1821;
    font-size: 4vw;
    letter-spacing: 1px;
}

.hp1-text {
    width: 90%;
    font-size: 2.6vw;
    letter-spacing: 1.4px;
}

.hp2 {
    display: block;
    width: 100%;
    height: max-content;
    float: left;
    padding-bottom: 28px;
}

.hp2-text-parent {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
}

.hp2 img {
    width: 100%;
    height: auto;
}

p.hp2-ttl {
    margin: 0;
    width: max-content;
    padding-right: 2%;
    color: #bd1821;
    font-size: 4vw;
    letter-spacing: 1px;
}

.hp-line {
    border-top: 1px solid #bd1821;
    height: 1px;
    width: 60%;
    margin: 6px 2px 12px 2px;
}

.hp2-text {
    width: 90%;
    font-size: 2.6vw;
    letter-spacing: 1.4px;
}

.ob-parent {
    width: 70%;
    height: auto;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8% 0%;
}

.ob-parent img {
    width: 50%;
}

p.ob {
    font-size: 5.5vw;
    margin: 1% auto;
    font-family: yu-mincho-pr6n, sans-serif;
}

.scroll-d {
    writing-mode: vertical-rl;
    font-size: 1.9vw;
    letter-spacing: 2px;
}

.hp-parent1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding-bottom: 5%; */
}

.hp-parent2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    /* padding-bottom: 5%; */
}

p.cw {
    color: #bd1821;
    font-weight: bold;
    margin: 0px 0px 3px 10px;
    width: max-content;
    font-family: yantramanav, sans-serif;
    overflow: hidden;
    font-size: 1.5vw;
    letter-spacing: 2px;
}

.home-rec-parent {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
}

.home-rec {
    display: flex;
    width: 100%;
    /* margin-bottom: -1%; */
}

.home-rec img {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.home-rec2 {
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    background: #bd1821;
    flex-direction: column;
    justify-content: center;
}

.home-rec2 img {
    width: 40%;
    margin: auto;
    display: flex;
}

p.home-rec-text {
    font-size: 3.6vw;
    width: max-content;
    color: white;
    text-align: center;
    margin: auto;
    line-height: 1.2;
    letter-spacing: 1px;
}

span.home-rec-text2 {
    font-size: 2vw;
    text-align: center;
    margin: 0;
    letter-spacing: 1.5px;
}

.home-more-info {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 12% 0% 7% 0%;
    /* border-bottom: 1px solid gray; */
}

p.home-info-ttl,
p.home-info-ttl2,
p.home-info-ttl3 {
    color: #bd1821;
    /* width: 50%; */
    height: 96%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    padding-right: 22px;
    letter-spacing: 1px;
}

ul.home-info,
ul.home-info2,
ul.home-info3 {
    width: 50%;
    border-left: 0.5px solid gray;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    /* margin: 28px 0px; */
    /* height: max-content; */
}

li.home-info,
li.home-info2,
li.home-info3 {
    text-align: left;
    line-height: 2;
    font-size: 10px;
    text-align: left;
    line-height: 3;
    list-style-type: none;
    display: flex;
    letter-spacing: 1px;
}

li.home-info::before,
li.home-info2::before,
li.home-info3::before {
    content: "-";
    text-indent: -22px;
}

.home-info-1,
.home-info-2,
.home-info-3 {
    width: 90%;
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* margin: 1% 0% 6% 5%; */
    margin: auto;
    overflow: hidden;
    align-items: center;
}

video {
    height: 100%;
    min-height: 157vw;
    margin-top: 52px;
    transform: translateX(-100vw);
}


/* .home-info-2 {
        width: 250px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    } */

.home-news {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
    margin: auto;
    text-align: center;
}

h2.news-ttl {
    color: #bd1821;
    width: 80%;
    margin: 0% auto 5%;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
}

.news-content {
    display: flex;
    width: 100%;
    margin: 0% auto 3%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.news-date {
    color: #bd1821;
    width: 17%;
    padding: 0% 0%;
    text-align: left;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

.news-ttl2 {
    width: 70%;
    text-align: left;
    font-size: 10px;
}


/* Start column Box */

.column-box {
    width: max-content;
    height: max-content;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.col-6 {
    width: 100%;
}

.column-single {
    padding-left: 30px;
    padding-right: 30px;
}

.column-date {
    color: #bd1821;
    padding-right: 23px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
}

.column-img-parent {
    width: 300px;
    height: auto;
    display: flex;
}

img.column-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-single-text-parent {
    text-align: center;
    font-size: 15px;
    width: 300px;
    /* min-height: 170px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a.no-line {
    text-decoration: none;
    color: inherit;
}

hr.test-column {
    width: 90%;
}

.home-column {
    padding-top: 1%;
    width: 100%;
    margin: auto;
    text-align: center;
}

h2.column-ttl {
    color: #bd1821;
    width: 80%;
    margin: 2% auto 2%;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
}

p.column-single-tt1 {
    text-align: left;
    /* padding-top: 10px; */
    font-size: 13px;
    color: #bd1821 !important;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 1px;
}

p.column-single-text {
    font-size: 10px;
    letter-spacing: 1px;
    width: 100%;
    height: auto;
    color: black !important;
    text-align: left;
}


/* End Column Box */


/* Start See More Column Button */

a.clink {
    position: relative;
    text-decoration: none;
    color: inherit;
}

button.csm-btn {
    background: #bd1821;
    color: white;
    border: none;
    margin-top: 20px;
    width: max-content;
    padding: 0% 0%;
}

.csm-btn p {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 10px;
    height: 30px;
    width: max-content;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    font-family: 'Noto Sans JP';
}


/* End See More Column Button */

.home-map {
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
    padding-top: 10%;
}


/* aos animation */

.reveal-holder {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 1px 0px;
    flex-direction: column;
}

.reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: row;
}

.reveal-holder.right {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 5.5s;
}

.reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    background: white;
}

.reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #bd1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    /* transition-duration: 5.5s; */
}

.reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
}

.reveal-block.extra {
    background: #1b9edf;
}

.reveal-block.extra::before {
    background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}


/* AOS animate */

[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-left"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-right"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}


/* end aos animation */


/* slider */

.slider-parent {
    width: 100%;
    height: auto;
    max-height: 245px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 8%;
}

.slider-holder {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

p.cw-rvt {
    color: #bd1821;
    font-weight: bold;
    padding-bottom: 0px;
    margin: auto;
    width: 90%;
    font-family: yantramanav, sans-serif;
    overflow: hidden;
    font-size: 3vw;
    letter-spacing: 2px;
}


/* slider */