@charset "UTF-8";

/*  common
--------------------------------*/

#fp-contents {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: #232323;
    position: relative;
}
#fp-contents p {
    font-size: 20px;
    font-weight: 600;
}
#fp-contents::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #28BBEC;
    z-index: -2;
}

#fp-contents img {
    width: 100%;
    vertical-align: bottom;
}
#fp-contents .sp {
    display: none;
}
#fp-contents a {
    text-decoration: unset;
}

#fp-contents .txt_mplus {
    font-family: "m-plus-rounded-2p", sans-serif;
    font-weight: 900;
    font-style: normal;
}

@keyframes scroll_in {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll_in {
    opacity: 0;
}
.scroll_fade_in {
    animation: scroll_in 0.3s ease-out 0.3s forwards;
}

/*  main_visual
--------------------------------*/
#fp-contents .main_visual {
    background: url(../img/flag_l.png) no-repeat top left, url(../img/flag_r.png) no-repeat top right, url(../img/bg_main_bottom.png) repeat-x bottom left, url(../img/bg_yellow.png) no-repeat top center #28BBEC;
    background-size: min(445px, 34.7vw) auto, min(445px, 34.7vw) auto, contain, 100% 99%;
    padding-top: 28px;
    margin-bottom: 0;
}
@media screen and (max-width: 1050px){
    #fp-contents .main_visual {
        background: url(../img/flag_l.png) no-repeat top left, url(../img/flag_r.png) no-repeat top right, url(../img/bg_main_bottom02.png) repeat-x bottom left, url(../img/bg_yellow.png) no-repeat top center #28BBEC;
    background-size: min(445px, 34.7vw) auto, min(445px, 34.7vw) auto, contain, cover;
    }
}
@keyframes waveIn {
    0% {
      scale: 0.4;
      opacity: 0;
      transform: translate(70%, 40%) rotate(20deg);
    }
    30% {
      scale: 0.6;
      opacity: 1;
      transform: translate(20%, 0) rotate(-5deg);
    }
    60% {
      scale: 0.6;
      transform: translate(10%, 10%) rotate(10deg);
    }
    100% {
        scale: 1;
        opacity: 1;
        transform: translate(0, 0) rotate(0deg);
    }
}
@keyframes wave {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-5deg);
    }
    20% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#fp-contents .main_visual h1 {
    width: 498px;
    margin: 0 auto;
    animation: waveIn 1.3s ease-out forwards, wave 3s ease-out 3s infinite;
}
#fp-contents .main_visual .logo_bangumi {
    width: 692px;
    margin: 10px auto 0;
    opacity: 0;;
    animation: fadeIn 0.6s ease-out 1.6s forwards;
}

/*  contents_wrap
--------------------------------*/
#fp-contents .contents_wrap {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}
@keyframes bg_awa {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#fp-contents .contents_wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_awa_l.png) repeat-y top left;
    background-size: min(387px, 30vw) auto;
    z-index: -1;
    opacity: 0;
    animation: bg_awa 4s ease-in-out 0s infinite;
}
#fp-contents .contents_wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_awa_r.png) repeat-y top right;
    background-size: min(387px, 30vw) auto;
    z-index: -1;
    opacity: 0;
    animation: bg_awa 4s ease-in-out 0.3s infinite;
}
#fp-contents .catch {
    text-align: center;
    font-size: 36px;
    color: #FEF704;
    line-height: 1.25;
    -webkit-text-stroke: 1px #232323;
    text-shadow: 1px 3px 0 #232323;
    margin-bottom: 60px;
}
#fp-contents .catch span {
    font-size: 88%;
}

/*  schedule_area
--------------------------------*/
#fp-contents .schedule_area {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
#fp-contents .schedule_block {
    width: 100%;
    max-width: 490px;
    background-color: #64D8F4;
    border-radius: 20px;
    border: 2px solid #232323;
    padding: 20px 0 34px;
}
#fp-contents .schedule_block.scroll_fade_in:nth-of-type(2) {
    animation-delay: 0.4s;
}
#fp-contents .schedule_block .date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
#fp-contents .schedule_block .date .txt_mplus {
    font-size: 36px;
    color: #fff;
    -webkit-text-stroke: 1px #232323;
    text-shadow: 1px 3px 0 #232323;
    display: flex;
    align-items: center;
    gap: 4px;
}
#fp-contents .schedule_block .date .txt_mplus span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #232323;
    -webkit-text-stroke: none;
    text-shadow: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #FEF704;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fp-contents .schedule_block .date .arrow {
    width: 31px;
}
#fp-contents .schedule_block .place p {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
#fp-contents .schedule_block .place span {
    font-size: 58%;
    font-weight: 500;
}
#fp-contents .schedule_block .place a {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 152px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    background-color: #DEFAFF;
    border: 1px solid #232323;
    box-shadow: 0 3px 0 #232323;
    border-radius: 10px;
    color: #232323;
    position: relative;
    transition-duration: 0.3s;
    margin-top: 6px;
}
#fp-contents .schedule_block .place a:hover {
    transform: translateY(3px);
    box-shadow: none;
}
@keyframes arrow {
    0% {
        right: 15px;
    }
    20% {
        right: 12px;
    }
    40% {
        right: 15px;
    }
    100% {
        right: 15px;
    }
}
#fp-contents .schedule_block .place a::after {
    content: '';
    display: block;
    width: 13px;
    height: 10px;
    background: url(../img/arrow_access.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    animation: arrow 1.6s ease-in 0s infinite;
}


/*  txt_area
--------------------------------*/
#fp-contents .txt_area {
    width: 80%;
    max-width: 860px;
    background-color: #DEFAFF;
    border-radius: 20px;
    border: 2px solid #232323;
    margin: 0 auto 60px;
    padding: 56px 40px;
}
#fp-contents .txt_blue {
    color: #08A3D1;
    font-weight: 700;
}
#fp-contents .txt_orange {
    color: #F86B00;
}

/*  btn_rising
--------------------------------*/
#fp-contents .btn_rising {
    width: 90%;
    max-width: 728px;
    margin: 0 auto;
}
#fp-contents .btn_rising a {
    transition-duration: 0.3s;
    box-shadow: 0px 3px 6px rgba(35, 35, 35, 0.5);
    display: block;
}
#fp-contents .btn_rising a:hover {
    opacity: 0.6;
    scale: 0.95;
}

@media screen and (max-width: 768px){
    #fp-contents p {
        font-size: 15px;
        line-height: 1.8;
    }
    #fp-contents section {
        margin-bottom: min(50px, 12.8vw);
    }
    #fp-contents .pc {
        display: none;
    }
    #fp-contents .sp {
        display: block;
    }

    /*  main_visual
    --------------------------------*/
    #fp-contents .main_visual {
        background: url(../img/flag_l.png) no-repeat top left, url(../img/flag_r.png) no-repeat top right, url(../img/bg_main_bottom_sp.png) repeat-x bottom center, url(../img/bg_yellow.png) no-repeat top center #28BBEC;
        background-size: 40% auto, 40% auto, contain, cover;
        padding-top: min(35px, 8.9vw);
        padding-bottom: min(14px, 3.5vw);
    }
    #fp-contents .main_visual h1 {
        width: min(304px, 77.9vw);
    }
    #fp-contents .main_visual .logo_bangumi {
        width: min(340px, 87vw);
        margin: 8px auto 0;
    }

    /*  contents_wrap
    --------------------------------*/
    #fp-contents .contents_wrap {
        padding-top: min(16px, 4.1vw);
        padding-bottom: min(100px, 25.6vw);
    }
    #fp-contents .contents_wrap::before {
        background: url(../img/bg_awa_l_sp.png) repeat-y top left;
        background-size: max(73px, 18.7vw) auto;
    }
    #fp-contents .contents_wrap::after {
        background: url(../img/bg_awa_r_sp.png) repeat-y top right;
        background-size: max(73px, 18.7vw) auto;
    }
    #fp-contents .catch {
        font-size: min(26px, 6.6vw);
        line-height: 1.4;
        margin-bottom: min(40px, 10vw);
    }
    #fp-contents .catch span {
        font-size: 92%;
    }

    /*  schedule_area
    --------------------------------*/
    #fp-contents .schedule_area {
        width: 87%;
        margin-bottom: min(50px, 12.8vw);
        gap: 16px;
    }
    #fp-contents .schedule_block {
        padding: 20px 0 34px;
    }
    #fp-contents .schedule_block .date {
        gap: min(8px, 2vw);
    }
    #fp-contents .schedule_block .date .txt_mplus {
        font-size: min(34px, 8.7vw);
        gap: 4px;
    }
    #fp-contents .schedule_block .date .txt_mplus span {
        font-size: 13px;
        width: 27px;
        height: 27px;
    }
    #fp-contents .schedule_block .date .arrow {
        width: min(28px, 7.1vw);
    }
    #fp-contents .schedule_block .place p {
        font-size: min(28px, 7.1vw);
    }

    /*  txt_area
    --------------------------------*/
    #fp-contents .txt_area {
        width: 84%;
        max-width: 660px;
        padding: min(40px, 10vw) min(15px, 3.8vw);
        margin-bottom: min(50px, 12.8vw);
    }

    /*  btn_rising
    --------------------------------*/
    #fp-contents .btn_rising {
        width: 92.3%;
        max-width: 679px;
    }
}