@import url('https://fonts.googleapis.com/css2?family=Jost:ital@0;1&display=swap');
*{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;line-height:1.75;}
:root{
    --sp-height: 100dvh;
    --sp-mvheight: 100dvh;
}
body{
    background-color: #f5f5f5;
}
.bk02{
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .sp{display:none;}
}
@media screen and (max-width: 768px) {
    .pc{display:none;}
}

body.load{
    overflow: hidden;
}

.first_view {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 1;
    transition: 1s;
}

.first_view.hide{
    opacity: 0;
}

.first_view.hide.end{
    display: none;
}

.first_view_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition-timing-function: ease-out;
}

.first_view_image{
    opacity: 0;
    transition: 2.5s;
}

.first_view_01{
    width: 200px;
}

.first_view_02{
    width: 240px;
}

.first_view_image.show{
    opacity: 1;
}

.first_view_image.hide{
    animation: fadeOut 1s;
    animation-fill-mode: both;
}

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

.head_title h3,.header_menu a,.fs-num,.jost-r,.scroll-infinity__item{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transform: translateY(-100px);
    transition-duration: .6s;
    transition-timing-function: ease-out;
}

.header_wrap.is-scrolled{
    background-color: rgba(255, 255, 255, .8);
}

.header_wrap.show{
    transform: translateY(0);
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    height: 94px;
    padding: 0 40px;
    margin: 0 auto;
}

.header_logo{
    max-width: 240px;
    width: 100%;
}

.header_logo img{
    width: 100%;
}

.header_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.header_menu a{
    font-size: 16px;
}

.header_menu a[target="_blank"]{
    position: relative;
    padding-right: 24px;
}

.header_menu a[target="_blank"]::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("../../img/30th/arrow-square.svg") center / contain no-repeat;
    transform: translateY(-50%);
}

.header_spbtn{
    display: none;
}

@media screen and (max-width: 768px) {
    .header{
        background-color: #fff;
        padding: 16px 0 16px 8px;
        height: 60px;
    }
    .header_logo{
        width: 160px;
    }
    .header_menu{
        display: none;
        flex-direction: column;
        align-items: flex-end;
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
    }
    .header_spbtn{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60px;
        height: 60px;
        padding: 15px 10px;
        background-color: #B8193F;
        cursor: pointer;
        line-height: 1;
    }

    .header_spbtn span {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        transition: .4s;
    }
    .header_spbtn span:nth-child(2){
        transition: .1s;
    }
    .open.header_spbtn span:nth-child(1) {
        transform: translateY(13px) rotate(45deg);
    }
    .open.header_spbtn span:nth-child(2) {
        opacity: 0;
    }
    .open.header_spbtn span:nth-child(3) {
        transform: translateY(-13px) rotate(-45deg);
    }
    .open + .header_menu{
        position: fixed;
        top: 60px;
        right: 0;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 40px 20px;
        background-color: #fffffff2;
        z-index: 9999;
    }
    .header_menu a{
        display: flex;
        padding: 10px ;
        justify-content: flex-end;
        width: 100%;
        font-size: 22px;
        border-bottom: 1px solid #c03955;
    }
    .header_menu a:first-of-type{
        border-top: none;
    }
}

.totop{
    opacity: 0;
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: -99;
    transition: .4s;
}

.totop.show{
    opacity: 1;
    bottom: 80px;
    z-index: 120;
}

.totop_btn{
    transition: .4s;
}

@media screen and (max-width: 768px) {
    .totop{
        right: 12px;
        bottom: 0;
    }
}

/* mv */
.mv{
    position: relative;
    margin-top: 94px;
    height: calc(100dvh - 94px);
    overflow: hidden;
}
.mv_main{
    position: fixed;
    top: 94px;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100dvh - 94px);
    background-color: #f5f5f5;
    z-index: -9;
    overflow: hidden;
}

.mv_main_text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    gap: 20px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    transition: .6s;
}

img[src$="mv_text02.svg"]{
    max-width: 240px;
    width: 100%;
}

img[src$="mv_text03.svg"]{
    max-width: 442px;
    width: 100%;
}

.mv_main_logo{
    position: absolute;
    left: 50%;
    bottom: 100px;
    max-width: 1440px;
    width: 100%;
    z-index: 9;
    transition: .6s;
    transform: translateX(-50%);
}

.mv_main_logo img{
    margin-left: 74px;
    width: 216px;
}

.mv_arrow{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100dvh - 94px);
    z-index: 8;
}

.mv_cover{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100dvh - 94px);
    object-fit: contain;
    z-index: 3;
}

.mv_slidein{
    opacity: 0;
    transform: translateX(500px);
    transition: .4s;
    transition-timing-function: ease-out;
}

.show.mv_slidein{
    opacity: 1;
    transform: translateX(0);
}

.mv_fadein{
    opacity: 0;
    transition-timing-function: ease-out;
}

.mv_arrow_red{
    transition-delay: .8s;
    transition-duration: .4s;
    transition-timing-function: ease-out;
}

.show.mv_arrow .mv_arrow_red{
    fill: #B8193F;
}

.show.mv_fadein{
    opacity: 1;
}

.mv_items{
    opacity: 0;
    position: relative;
    z-index: 2;
    transition: 2s;
    transition-timing-function: ease-in;
}
.mv_items.start{
    opacity: 1;
}
.mv_bg_after-arrow,
.mv_after-arrow,
.mv_bg,
.mv_bg img,
.mv_bg svg{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: calc(100dvh - 94px);
    object-fit: contain;
}

.mv_bg_light{
    opacity: 0;
}

.mv_after-arrow,
.mv_bg_light{
    z-index: 5!important;
}

.mv_items.start + .mv_bg .mv_bg_light{
    animation: mv_bg_light 6.1s infinite ease-out 1.6s forwards;
}

.mv_bg_light.restart{
    animation: mv_bg_light 6.1s infinite ease-out forwards;
}

@keyframes mv_bg_light {
    0%,40% {
        opacity: 0;
        background-color: transparent;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        background-color: transparent;
    }
}

@media screen and (min-width: 768px) {
    .mv_arrow{
        transition-duration: .6s;
        transition-timing-function: ease-out;
        transform: translate(-100dvw, 31%);
    }
    .show.mv_arrow{
        transform: translate(0);
    }
    .js-after-show.show.pc,
    .js-after-hide.pc{
        display: block;
    }
    .js-after-hide.hide.pc,
    .js-after-show.pc{
        display: none;
    }
    .mv_item{
        display: flex;
        justify-content: flex-start;
    }
    .mv_item_image{
        width: auto;
        max-height: 480px;
        object-fit: contain;
    }
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
    .mv_item_image{
        max-height: 380px;
    }
    @keyframes mv_bg_light {
        0%,8% {
            opacity: 0;
            background-color: transparent;
        }
        28% {
            opacity: 1;
        }
        48%,100% {
            opacity: 0;
            background-color: transparent;
        }
    }
}

@media screen and (max-width: 1080px) and (min-width: 769px) and (min-height: 1000px) {
    .mv_arrow{
        transform: translate(-150dvw,20%);
    }
}

@media screen and (max-width: 768px) {
    .mv_items.start + .mv_bg .mv_bg_light{
        animation-delay: .4s;
        animation-duration: 5.2s;
    }
    .mv{
        height: var(--sp-height)!important;
    }
    .mv_main{
        top: 60px;
        align-items: center;
    }
    .mv_main_text{
        top: 30px;
        right: 20px;
        gap: 10px;
        transform: unset;
    }
    img[src$="mv_text02.svg"] {
        max-width: 140px;
    }
    img[src$="mv_text03.svg"] {
        max-width: 160px;
    }
    .mv_items{
        display: flex;
        align-items: center;
        max-height: auto;
        transition: 1s;
    }
    .mv_item_image{
        max-height: 300px;
    }
    .swiper-slide{
        height: auto;
        object-fit: contain;
    }
    .mv_main_logo{
        bottom: 20px;
        left: 20px;
        transform: unset;
        width: unset; 
    }
    .mv_main_logo img{
        margin-left: 0;
        width: 140px;
    }
    .mv_cover{
        z-index: 6;
    }
    .mv_arrow{
        transition-duration: .4s;
        transform: translate(-100dvw,70px);
        object-fit: contain;
    }
    .show.mv_arrow{
        transform: translate(0,0);
    }
    .mv_bg_after-arrow,
    .mv_bg,
    .mv_bg img,
    .mv_bg svg{
        z-index: -1;
    }
    .mv_bg_light{
        z-index: 1;
    }
    .mv_after-arrow{
        z-index: 8!important;
    }
    .mv_after-arrow,
    .mv_bg_after-arrow{
        object-fit: contain;
    }
    .js-after-show.show.sp,
    .js-after-hide.sp{
        display: block;
    }
    .js-after-hide.hide.sp,
    .js-after-show.sp{
        display: none;
    }
    .js-sp-dvh{
        height: var(--sp-mvheight)!important;
    }
}

.swiper-wrapper {
    transition-timing-function: linear;
}

/* concept */
.concept_wrap{
    position: relative;
    z-index: 100;
}

.concept{
    position: relative;
    z-index: 2;
}

.concept_bk_line{
    position: sticky;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    background-image: linear-gradient(20deg, #b8193f, #b81c41 20%, #bb2648 36%, #c03754 52%, #c64f65 66%, #cf6e7b 80%, #d99495 93%, #e0aba5);
    z-index: 1;
    transform: translateX(-100dvw);
    background-attachment: fixed;
    transition: .4s;
}

.concept.is-scrolled-bk .concept_bk_line{
    animation: bk_c .4s 1 ease-out forwards;
}

.concept_bk{
    position: sticky;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100dvh;
    z-index: -2;
}

@keyframes bk_c {
    0% {
        transform: translateX(-100dvw);
    }
    100% {
        transform: translateX(0);
    }
}

.concept_main{
    position: sticky;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 12;
    transform: translateY(-50%);
}

.concept_main_card_image{
    opacity: 0;
    height: 65dvh;
}

.concept_cont{
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept_note{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
    max-width: 1320px;
    width: 100%;
}

.concept-image{
    position: absolute;
    top: calc(50dvh - 150px);
    left: 50%;
    max-width: 1380px;
    width: 100%;
    transform: translateX(-50%);
}

.concept_text_wrap{
    opacity: 0;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1380px;
    width: 100%;
    height: 100dvh;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
}

.concept_text_wrap.reverse{
    justify-content: flex-end;
}

.concept_text {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.75px;
}

.concept_text .middle{
    display: none;
}

.concept_images{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.concept_image{
    opacity: 0;
    position: absolute;
}

@media screen and (min-width: 769px) {
    .concept_image_01{
        right: 0;
        top: 25dvh;
        max-width: 600px;
    }

    .concept_image_02{
        left: 0;
        top: 140dvh;
        max-width: 520px;
    }

    .concept_image_03{
        right: 0;
        top: 195dvh;
        max-width: 600px;
    }

    .concept_image_04{
        left: 260px;
        top: 275dvh;
        max-width: 202px;
    }

    .concept_image_05{
        right: 290px;
        top: 305dvh;
        max-width: 240px;
    }

    .concept_image_06{
        left: 215px;
        top: 350dvh;
        max-width: 300px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
    .concept_note{
        padding: 0 60px;
    }
    .concept_text {
        font-size: 28px;
    }
    .concept_text .middle{
        display: block;
    }
    .concept_image_01{
        right: 40px;
        top: 30dvh;
        max-width: 400px;
    }
    .concept_image_02{
        left: 40px;
        top: 120dvh;
        max-width: 380px;
    }
    .concept_image_03{
        right: 40px;
        top: 190dvh;
        max-width: 440px;
    }
    .concept_image_04{
        right: 250px;
        left: unset;
        top: 275dvh;
        max-width: 202px;
    }
    .concept_image_05{
        right: 290px;
        top: 380dvh;
        max-width: 240px;
    }
    .concept_image_06{
        left: 100px;
        top: 320dvh;
        max-width: 300px;
    }
}

@media screen and (max-width: 890px) and (min-width: 769px) {
    .concept_note{
        padding: 0 50px;
    }
    .concept_text {
        font-size: 22px;
    }
    .concept_image_02 {
        left: 30px;
        top: 136dvh;
        max-width: 300px;
    }
    .concept_image_04 {
        right: 140px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 769px) and (min-height: 1000px) {
    .concept_main_card_image {
        height: 420px;
    }
}

@media screen and (max-width: 768px) {
    .concept_bk_line{
        transform: translateX(0);
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    }
    .concept_wrap{
        padding-top: 40px;
    }
    .concept_main{
        position: static;
        height: calc(var(--sp-height) / 2);
        padding: 0 20px;
    }
    .concept_text_wrap{
        padding: 30px;
        height: calc(var(--sp-height) * .75);
    }
    .concept_main_card_image{
        height: calc(var(--sp-height) * .65);
    }
    .concept_text {
        font-size: 20px;
    }
    .concept_note{
        overflow: hidden;
    }
    .concept_image{
        border-radius: 16px;
    }
    .concept_image_01{
        left: -20px;
        top: 0;
        width: 240px;
    }
    .concept_image_02{
        left: calc(50% - 140px);
        top: calc(75dvh - 125px);
        width: 280px;
    }
    .concept_image_03{
        left: -10px;
        top: 135dvh;
        width: 240px;
    }

    .concept_image_04{
        right: 30px;
        top: 205dvh;
        width: 120px;
    }

    .concept_image_05{
        left: 25px;
        top: 238dvh;
        width: 140px;
    }

    .concept_image_06{
        left: calc(50% - 125px);
        top: 275dvh;
        width: 240px;
    }
    .concept.is-scrolled-bk .concept_bk_line{
        animation: unset;
    }
    .concept_cont{
        top: -250px;
    }
}

/* message */
.bk02{
    position: relative;
}
.bk02::before{
    content: "";
    position: absolute;
    top: -50dvh;
    left: 0;
    display: block;
    width: 100%;
    height: 50dvh;
    background-color: #fff;
    z-index: -2;
}

.message-wrap{
    width: 100dvw;
    position: relative;
    padding: 0 0 100px;
    z-index: 10;
    overflow: hidden;
}
.message{
    position: relative;
    width: 100%;
    height: 230dvh;
    padding: 40px 0;
    background: url("../../img/30th/bk_message.png") center center / contain no-repeat;
    overflow: hidden;
}

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

.message_main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 120px 0 60px;
    width: 100%;
    z-index: 6;
}

.message_main_inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: 1280px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.message_main_image{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 510px;
    width: 100%;
}

.message_main_face{
    width: 100%;
    aspect-ratio: 3 / 2;
}

.message_main_text{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: calc(100% - 550px);
}

.message_main_text .popout{
    line-height: 1;
}

.message_main_text span{
    font-size: 14px;
    line-height: 2.1;
}

.message_main_name{
    display: flex;
    flex-direction: column;
}

.message_main_name span{
    font-size: 17px;
    font-weight: bold;
}

.message_main_text img{
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1280px){
    .message_main_inner{
        gap: 40px;
        padding: 0 40px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1151px) {
    .message_main_inner{
        padding: 50px;
    }
    .message_main_image{
        max-width: 30%;
    }
    .message_main_text {
        max-width: calc(100% - (30% + 40px));
    }
}

@media screen and (max-width: 1150px) {
    .bk02::before{
        display: none;
    }
    .message{
        height: auto;
        background-image: none;
        background-color: #f5f5f5;
    }
    .message_main{
        padding: 55px 0 35px;
    }
    .message_main_inner{
        flex-direction: column;
        gap: 20px;
    }
    .message_main_face{
        width: 100%;
    }
    .message_main_inner{
        padding: 0 20px;
    }
    .message_main_name .potision{
        font-size: 14px;
    }
    .message_main_name span{
        font-size: 18px;
    }
    .message_main_text{
        gap: 15px;
        max-width: 100%;
    }
}

/* scroll */

.scroll-infinity{
    position: relative;
    width: 100%;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    min-width: 100dvw;
    list-style: none;
    padding: 0;
    flex-shrink: 0;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100dvw / 3);
    padding: 0 24px
}

.campaign .scroll-infinity__wrap,
.campaign .scroll-infinity__list{
    text-align: center;
    justify-content:space-around;
    gap: 20px;
}

.campaign .scroll-infinity__item {
  font-size: 70px;
  width: unset;
  color: #e3c0c9;
  line-height: .75;
   padding: 0;
}

.scroll-infinity__item > img {
  width: 100%;
  filter: brightness(0.8) contrast(120%);
}

@media screen and (max-width: 768px) {
    .scroll-infinity{
        top: 6px;
    }
    .scroll-infinity__list{
        min-width: 300dvw;
    }
    .scroll-infinity__item {
        width: 100dvw;
        padding: 0 12px;
    }
    .campaign .scroll-infinity__item {
		font-size: 52px;
        min-width: 80dvw;
    }
}

/* history */
.history_wrap{
    height: 200dvh;
    background-image: linear-gradient(45deg, #D6C6B9, #E5D8CE);
}

.history{
    position: sticky;
    top: 94px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.history_cont_wrap{
    position: relative;
    padding: 40px;
    background-color: #fff;
    border-radius: 12px;
}

.history_list_wrap{
    height: 100%;
    cursor: pointer;
}

.history_list_wrap::-webkit-scrollbar{
    display: none;
}

.scroll-hint-icon{
    z-index: 9;
}

.swiper-scrollbar {
    background: #F5F5F5;
}
.swiper-scrollbar-drag {
    background: #B91841;
}

.history_cont::-webkit-scrollbar {
    width: 100%;
    height: 8px;
}

.history_cont::-webkit-scrollbar-track {
    background: #F5F5F5;
}

.history_cont::-webkit-scrollbar-thumb {
    background: #B91841;
}

.history_list{
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    justify-content: unset;
    flex-wrap: nowrap;
    padding:0;
}

.history_item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    width: 360px;
}

.history_year{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.history_year::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #B8193F;
    opacity: .2;
    z-index: 1;
}

.col2.history_year::after{
    width: calc(100% + 50px);
}

.col2_more .history_year{
    height: 56px;
}

.col2_more .history_year::after{
    left: -20px;
    right: unset;
    width: calc(100% + 20px);
}

.col2_more .history_year .history_year_inner::before{
    display: none;
}

.history_year h4{
    font-size: 56px;
    line-height: 1;
    background: linear-gradient(20deg, #b8193f, #b81c41 20%, #bb2648 36%, #c03754 52%, #c64f65 66%, #cf6e7b 80%, #d99495 93%, #e0aba5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history_year .history_year_inner{
    position: relative;
    display: inline-block;
    padding: 0 10px 0 20px;
    background-color: #fff;
    z-index: 2;
}

.history_year .history_year_inner::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #B8193F;
    transform: translateY(-50%);
}

.history_date{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 32px;
    line-height: 1;
    background: linear-gradient(20deg, #b8193f, #b81c41 20%, #bb2648 36%, #c03754 52%, #c64f65 66%, #cf6e7b 80%, #d99495 93%, #e0aba5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history_date small{
    position: relative;
    top: 2.5px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(20deg, #b8193f, #b81c41 20%, #bb2648 36%, #c03754 52%, #c64f65 66%, #cf6e7b 80%, #d99495 93%, #e0aba5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history_conts{
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    gap: 40px;
    padding: 0;
    min-height: 450px;
}

.history_cont{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 320px;
    margin: 0 auto;
}

.history_cont p{
    letter-spacing: -.2px;
}

.history_image{
    width: 100%;
    border-radius: 20px;
}

.swiper-button{
    width: 64px;
    height: 64px;
}

.swiper-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    background-color: #B91841;
    border-radius: 4px;
}

.swiper-button.swiper-button-disabled{
    background-color: #ddd;
}

.swiper-button-prev svg,
.swiper-button-next svg{
    display: none!important;
}

.swiper-button.swiper-button-prev{
    left: -31px;
}

.swiper-button.swiper-button-next{
    right: -31px;
}

@media (hover: hover) {
  .swiper-button.swiper-button-prev:hover {
    left: -35px;
  }
  .swiper-button.swiper-button-next:hover{
    right: -35px;
  }
  .totop_btn:hover{
    transform: translateY(-10px);
  }
}

.swiper-button.swiper-button-disabled{
    opacity: 1;
}


@media screen and (max-width: 1280px){
    .history_wrap{
        padding: 0 60px;
    }
}

@media screen and (max-width: 768px) {
    .history{
        padding: 40px 0;
    }
    .history_cont_wrap{
        padding: 40px;
    }
    .swiper-button{
        width: 30px;
    }
    .swiper-button.swiper-button-next{
        right: 5px;
    }
    .swiper-button.swiper-button-prev{
        left: 5px;
    }
    .history_item,
    .history_item.col2 {
        width: 100%;
    }
    .history_item{
        flex-direction: column;
        flex-wrap: nowrap;
        min-height: auto;
        padding-bottom: 40px;
    }
    .history_conts{
        gap: 10px;
        min-height: auto;
        height: auto;
        padding: 0 10px;
    }
    .history_image{
        width: 50%;
    }
    .history .swiper-slide{
        height: auto;
    }
    .col2_more .history_year{
        height: 36px;
    }
    .history_year h4{
        font-size: 36px;
    }
    .history_wrap{
        padding: 0;
    }
    .swiper-button.swiper-button-prev:hover {
        left: 5px;
    }
    .swiper-button.swiper-button-next:hover{
        right: 5px;
    }
}

/* campaign */
.campaign_wrap{
    height: 200dvh;
    padding: 80px 0 60px;
    background-color: #f5f5f5;
}

.campaign .scroll-infinity{
    top: 20px;
    opacity: .4;
}

.campaign{
    position: sticky;
    top: 94px;
}

.campaign_list{
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.campaign_item{
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #DDDDDD;
}

.history_cont_inner{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.campaign_item_img{
    width: 280px;
    aspect-ratio: 1;
    object-fit: cover;
}

.campaign_item_note{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: calc(100% - 320px);
}

.campaign_item_date{
    font-size: 14px;
}

.campaign_item_title{
    font-size: 24px;
    font-weight: bold;
}

.campaign_item_link{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B91841;
    max-width: 240px;
    width: 100%;
    margin-top: 10px;
    padding: 12px 24px;
    border-radius: 12px;
}

.campaign_item_link span{
    display: flex;
    align-items: center;
    color: #B91841;
    font-weight: bold;
    font-size: 16px;
}

.campaign_item_link span::before{
    content: "";
    display: block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background: url("../../img/30th/arrow-right.svg") center / contain no-repeat;
}

@media screen and (max-width: 1280px){
    .campaign_list{
        padding: 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .campaign{
        top: 60px;
    }
    .campaign_wrap{
        height: auto;
        padding: 45px 0;
    }
    .campaign_item{
        flex-direction: column;
    }
    .campaign_list{
        padding: 0 20px;
    }
    .campaign .head_title{
        margin-bottom: 0;
    }
    .campaign_item {
        gap: 20px;
        padding: 40px 0;
    }
	.campaign_item_date{
		font-size: 12px;
	}
    .campaign_item_title{
        font-size: 20px;
    }
    .campaign_item_note{
        width: 100%;
        gap: 10px;
    }
    .campaign_item_link{
        margin-top: 0;
        max-width: 100%;
    }
    .history_cont_inner p{
        font-size: 14px;
    }
    .history_cont{
        width: 100%;
    }
}

/* footer */

.footer{
    width: 100%;
    padding: 24px;
    padding-top: 80px;
    text-align: center;
    background-color: #f5f5f5;
}

.footer_text{
    display: inline-block;
    color: #919191;
    font-size: 13px;
}

.footer_text + .footer_text{
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 24px;
    }
}

/* head */

.head_title{
    margin-bottom: 35px;
    text-align: center;
}

.head_title h3,.head_title span{
    color: #B91841;
}

.head_title h3{
    font-size: 72px;
    line-height: 1;
}

.head_title span{
    margin-top: 12px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.head_title span::before, .head_title span::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #B91841;
}

.head_title span::before {
    left: -100px;
}

.head_title span::after {
    right: -100px;
}

@media screen and (max-width: 768px) {
    .head_title h3{
        font-size: 60px;
    }
    .head_title span{
        line-height: 1.4;
    }
    .head_title span::before, .head_title span::after{
        width: 40px;
    }
    .head_title span::before {
        left: -50px;
    }
    .head_title span::after {
        right: -50px;
    }
}

.popout{
    overflow: hidden;
}

.popout_inner{
    display: inline-block;
    transform: translateY(100%);
}

.js-list,
.js-head{
    opacity: 0;
}

.word_break {
    text-align: justify;
    word-break: break-all;
}

.grecaptcha-badge{
	z-index: 99999;
}

@media screen and (min-width: 768px) {
    #ancMessage{
        margin-top: -40px;
        padding-top: 80px;
    }
    #ancConcept{
        scroll-margin-top: 50dvh;
    }
}


@media screen and (max-width: 768px) {
    #ancConcept{
        scroll-margin-top: calc(var(--sp-height) * .8);
    }
    #ancMessage{
        margin-top: -40px;
        padding-top: 80px;
    }
}