@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/zkq2emd.css"); /* rift font */
body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}
p {
    font-size: 2.6vw;
    line-height: 2;
    letter-spacing: 1px;
    /* font-weight: 300; */
}

.top-header {
    display: block;
    width: 100%;
    height: 130vw;
    overflow: hidden;
    position: relative;
    margin-top: 14vw;
}
img.banner-sp {
    width: 100%;
    height: 100%;
}
.header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: url(../assets/images/general/kv_dot.png) repeat 0 0;
    background-size: 4px 4px;
    z-index: 2;
}
.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;
}
.top-header .parent {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    z-index: 3;
    bottom: 5vw;
    left: 5vw;
}

.parent-main {
    padding-left: 2vw;
}

.csr_location,
.csr_date {
    font-family: rift, sans-serif;
    color: white;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

p.csr_date {
    font-size: 9vw;
}

.map-pin {
    width: 10vw;
}
section {
    padding-top: 7vw;
}
.title {
    font-family: rift, sans-serif;
    font-size: 15vw;
    line-height: 1;
    margin: 0vw 0vw 0vw 0vw;
}
.main.sp-none {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 0px;
}
.line {
    border-left: 11px solid #008bd2;
    height: 50px;
    padding-right: 10px;
    margin-top: 1vw;
}

section.purpose .parent {
    width: 90%;
    margin: auto;
}

section.purpose .parent .single {
    width: 100%;
}
section.purpose .parent .single img {
    width: 100%;
}

section.gallery .parent {
    width: 80%;
    margin: auto;
    position: relative;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url(../assets/images/csr/next.png) !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: url(../assets/images/csr/prev.png) !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -8vw !important;
    left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -8vw !important;
    right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    transform: scale(0.5);
}

.swiper-main {
    /* height: 76vh; */
    /* height: 600px; */
    height: max-content !important;
}
.unhide {
    height: max-content !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-main.other {
    display: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-btn {
    width: 50%;
    background: #0288d1;
    margin: auto;
    padding: 14px;
    margin-top: 40px;
    color: white;
}
.swiper-btn p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    height: 30px;
    width: max-content !important;
}
.swiper-btn p:after {
    content: url(../img/CSR/right-arw.png);
    transform: scale(0.5) translateY(6px);
}

.gallery {
    border-radius: 0px !important;
}

.for-gallery {
    max-height: 251px;
}
.br90 {
    width: 100%;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}
h3 {
    font-family: rift, sans-serif;
    text-align: center;
    font-size: 8vw;
    margin: 8px 0 24px 0;
    color: #008bd2;
}
section.closure {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 20vw;
}
section.closure img {
    width: 100%;
}
section.closure .single {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.closure .title {
    text-align: center;
    color: white;
    margin-bottom: 4vw;
}
section.closure p {
    width: 78%;
    margin: auto;
    text-align: center;
    line-height: 2;
    font-size: 2.6vw;
    /* font-weight: 300; */
    letter-spacing: 1px;
    color: white;
}
