@charset "UTF-8";

/* ============================
common
============================ */
:root {
    --primary-black: #4F4C4B;
    --primary-white: #FFFFFF;
    --primary-orange: #F9C158;
    --primary-blue: #86B3E0;
    --primary-pink: #F19CA7;
    --primary-green: #A5D3AB;
    --primary-whiteLow: #F6EBD7;
    --contentWidth: 91.4%;
    --contentPadding: 4.2%;
}

html {
    font-size: 62.5%;
    margin: 0;
}

body {
    font-family:
        "M PLUS Rounded 1c",
        serif;
    font-style: normal;
    font-optical-sizing: auto;
    color: var(--primary-black);
    background-color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

.topic__group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.topic {
    color: var(--primary-blue);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--primary-black);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.topic__span {
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

/* トピック日本語線太くないか */

.a:hover {
    opacity: 0.5;
}

.pc__design {
    display: none;
}

.no-link {
    pointer-events: none;
}


/* common pc */
@media screen and (min-width: 769px) {
    body {
        font-size: 1.6rem;
        font-weight: 500;
        position: relative;
    }

    .topic {
        -webkit-text-stroke-width: 2px;
        font-size: 6.4rem;
    }
}

@media screen and (min-width: 1000px) {
    .pc__design {
        display: block;
        background-color: var(--primary-whiteLow);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .sp__design {
        width: 48%;
        background-color: var(--primary-white);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    }

}

/* pc 769px */

/* ============================
pc__design
============================ */
@media screen and (min-width: 769px) {
    .pc__left {
        position: fixed;
        left: 4%;
        top: 0;
        width: 18%;
    }

    .pc__logo {
        display: block;
        width: 80%;
        margin-top: 24px;
    }

    .pc__date {
        display: block;
        width: 80%;
        margin-top: 16px;
    }

    .pc__orange {
        display: block;
        width: 70%;
        margin: 8px 0 0 8%;
    }

    .pc__taruto {
        display: block;
        width: 55%;
    }

    .pc__right {
        position: fixed;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
        width: 18%;
    }

    .fish__group {
        display: flex;
        align-items: flex-end;
    }

    .pc__fish {
        width: 200px;
        height: auto;
        transform: scale(-1, 1)
    }

    .pc__fish2 {
        width: 100px;
        height: auto;
        transform: scale(-1, 1)
    }

    .pc__search {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        background-color: var(--primary-white);
        border-radius: 15px;
        padding: 24px;
    }

    .pc__group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ehime__map {
        max-width: 100%;
        height: auto;
    }

    .pc__topic {
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: var(--primary-black);
        color: var(--primary-orange);
        font-size: 4.0rem;
        font-weight: 900;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
    }

    .pc__span {
        color: var(--primary-black);
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
    }

    .pc__list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .pc__item {
        border-radius: 15px;
        border: 1px solid var(--primary-black);
        background-color: var(--primary-orange);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 100%;
    }

    .pc__item a {
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.2;
        display: flex;
        padding: 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .pc__item:nth-child(2) {
        background-color: var(--primary-blue);
    }

    .pc__item:nth-child(3) {
        background-color: var(--primary-pink);
    }

    .pc__item:nth-child(4) {
        background-color: var(--primary-green);
    }

    .pc__item a::after {
        content: '';
        width: 12px;
        height: 24px;
        background-image: url(../images/icon-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }



}

/* pc 769px */



/* ============================
header
============================ */
.header {
    padding: 16px 0;
    z-index: 200;
}

.header__topic a,
.footer__topic a {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.header__topic img,
.footer__topic img {
    display: block;
    width: 228px;
    height: 48px;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .header {
        padding: 24px 0;
    }

    .header__topic img,
    .footer__topic img {
        width: auto;
        height: 56px;
    }
}

/* pc 769px */

/* ============================
Article header
============================ */
.article__header {
    height: max-content;
    background-image: url(../images/main-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -80px;
}

.mainVisual img {
    display: block;
    padding-top: 80px;
    margin: 0 auto;
    width: var(--contentWidth);
}

.date__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 150px;
}

.date {
    color: var(--primary-white);
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: var(--primary-black);
    paint-order: stroke;
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
}

.date span {
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: var(--primary-black);
    paint-order: stroke;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 0.8;
}

.date--info {
    font-size: 1.6rem;
    margin-top: 1em;
    margin-bottom: .5em;
    padding:.5em 1em;
    background-color: #cc0000;
    border-radius:999px;
    color:#fff;
}

.date__group img {
    width: 24px;
    height: 24px;
}

.date--white {
    margin-top: .5em;
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 999px;
    font-size: .9em;
    margin-top: .5em;
}

/* .article-header pc */
@media screen and (min-width: 769px) {
    .article__header {
        margin-top: -104px;
    }

    .mainVisual img {
        padding-top: 104px;
        width: var(--contentWidth);
        max-width: 500px;
    }

    .date {
        -webkit-text-stroke-width: 4px;
        font-size: 2.4rem;
        paint-order: stroke;
    }

    .date span {
        -webkit-text-stroke-width: 4px;
        font-size: 4.0rem;
    }

    .date.date--info {
        font-size: 1.6rem;
        -webkit-text-stroke: 4px var(--primary-black);
        text-stroke: 4px var(--primary-black);
        paint-order: stroke;
        letter-spacing: .1em;
    }
}

/* pc 769px */



/* ============================
lead
============================ */
.lead {
    margin-top: 20px;
    padding: 0 var(--contentPadding);
}

.lead__txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 2.28;
}

.lead__span {
    font-size: 2.0rem;
    line-height: 1.6;
    display: inline-block;
    scale: 0.8;
    animation: scale 3s ease-in-out infinite;
}

@keyframes scale {
    0% {
        scale: 0.8;
    }

    100% {
        scale: 1;
    }
}

/* .lead pc */
@media screen and (min-width: 769px) {
    .lead {
        margin-top: 48px;
    }

    .lead__txt {
        font-size: 1.6rem;
    }

    .lead__txt span {
        font-size: 2.8rem;
    }
}

/* pc 769px */


/* ============================
about
============================ */
.section__about {
    margin: 100px auto;
    background-color: var(--primary-whiteLow);
    padding: 24px var(--contentPadding);
    width: var(--contentWidth);
    border-radius: 15px;
}

.about__group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 24px;
}

.about__img {
    width: 50%;
}

.about__note {
    line-height: 1.7;
    text-align: right;
    margin-top: 8px;
}

.about__txt {
    line-height: 2;
    margin-top: 24px;
    letter-spacing: 1.12px;
}


/* .about pc */
@media screen and (min-width: 769px) {
    .section__about {
        margin: 150px auto;
        padding: 32px var(--contentPadding);
    }

    .about__group {
        gap: 24px;
        margin-top: 32px;
    }

    .about__note {
        line-height: 1.7;
        text-align: right;
        margin-top: 8px;
    }

    .about__txt {
        line-height: 2;
        margin-top: 24px;
        letter-spacing: 1.12px;
    }
}

/* pc 769px */

/* ============================
event
============================ */
.section__event {
    margin-top: 60px;
}

.event__search {
    background-color: var(--primary-orange);
    padding: 48px var(--contentPadding);
}

.topic__groupEvent {
    flex-direction: row-reverse;
}

.topic__event {
    color: var(--primary-white);
    align-items: flex-end;
}

.topic__leftSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.event__txt {
    margin-top: 32px;
    line-height: 1.7;
    letter-spacing: 1.12px;
}

.search__group {
    margin-top: 48px;
    padding: 24px 0;
    background-color: var(--primary-white);
    border-radius: 15px;
}

.topic__search {
    color: var(--primary-orange);
}

.search__list {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 343px;
}

.search__item {
    border-radius: 15px;
    border: 1px solid var(--primary-black);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.search__item a {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    width: 108px;
    height: 96px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search__item:first-child {
    background-color: var(--primary-orange);
    white-space: nowrap;
}

.search__item:nth-child(2) {
    background-color: var(--primary-blue);
}

.search__item:nth-child(3) {
    background-color: var(--primary-pink);
}

.search__item:nth-child(4) {
    background-color: var(--primary-green);
}

/* .event pc */
@media screen and (min-width: 769px) {
    .section__event {
        margin-top: 80px;
    }

    .event__search {
        padding: 56px var(--contentPadding);
    }

    .event__txt {
        line-height: 2;
    }

    .search__group {
        padding: 32px 0;
    }

    .search__list {
        margin: 32px auto 0;
        max-width: 100%;
    }
}

/* pc 769px */

/* ============================
event-list
============================ */
.event__list {
    margin-top: 60px;
    padding: var(--contentPadding);
}

.event__area {
    margin-top: 64px;
}

.event__area:first-of-type {
    margin-top: 0;
}

.event__topic {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.92px;
    width: max-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--primary-orange);
}

.event__topicBlue {
    border-bottom: 3px solid var(--primary-blue);
}

.event__topicPink {
    border-bottom: 3px solid var(--primary-pink);
}

.event__topicGreen {
    border-bottom: 3px solid var(--primary-green);
}

.area__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.area__item {
    width: calc((100% - 24px) / 2);
    display: flex;
    align-content: space-between;
    margin-bottom: 2em;
}

.area__item>a {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.area__item img {
    transition: all .4s;
}

.area__item>a:hover img {
    transform: scale(1.1);
    z-index: 1;
}

.img__box {
    overflow: hidden;
}

/* fadeIn */
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}


.img__box {
    position: relative;
}

.event__icon {
    display: block;
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.5;
    background-color: var(--primary-black);
    border-radius: 5px;
    padding: 4px 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.area__item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.event__content {
    padding: 16px 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    flex-grow: 1;
}

.access {
    color: var(--primary-white);
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    padding: 8px 8px;
    background-color: var(--primary-orange);
    width: max-content;
    margin-bottom: 8px;
}

.access__pink {
    background-color: var(--primary-pink);
}

.access__blue {
    background-color: var(--primary-blue);
}

.access__green {
    background-color: var(--primary-green);
}

.event__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
}

.event__date {
    display: block;
    padding-top: 16px;
    border-top: 1px solid var(--primary-black);
}

/* .event__list pc */
@media screen and (min-width: 769px) {
    .event__area {
        margin-top: 80px;
    }

    .area__list {
        gap: 24px;
    }

    .area__item img {
        width: 280px;
    }

    .event__title {
        font-size: 2.0rem;
    }
}

/* イベントリストの設定 */
@media screen and (min-width: 768px) {
    .area__item {
        width: calc((100% - 24px - 24px) / 3);
    }
}

@media screen and (min-width: 1000px) {
    .area__item {
        width: calc((100% - 24px) / 2);
    }
}

@media screen and (min-width: 1366px) {
    .area__item {
        width: calc((100% - 24px - 24px) / 3);
    }
}

/* pc 769px */

/* ============================
share
============================ */
.share {
    margin-top: 150px;
    background-color: var(--primary-blue);
    padding: 48px 0;
}

.share__group {
    background-color: var(--primary-white);
    width: var(--contentWidth);
    padding: 32px 0;
    margin: 0 auto;
    border-radius: 15px;
}

.topic__groupShare {
    flex-direction: row-reverse;
}

.topic__share {
    color: var(--primary-blue);
    align-items: flex-end;
}

.sns__list {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

/* .share pc */
@media screen and (min-width: 769px) {
    .share {
        padding: 56px 0;
    }

    .share__group {
        padding: 40px 0;
    }

    .sns__list {
        margin-top: 40px;
    }
}

/* pc 769px */

/* ============================
additional
============================ */
.additional {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    margin-top: 150px;
    padding: 0 var(--contentPadding);
}

.additional__topic {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.6px;
}

.topic__warning {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic__warning::before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-warning.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.warning__list {
    margin-top: 24px;
}

.warning__title {
    color: var(--primary-pink);
    font-weight: 800;
    line-height: 1.7;
    margin-top: 24px;
}

.warning__title:first-of-type {
    margin-top: 0;
}

.warning__txt {
    line-height: 1.7;
}

.warning__txt ul {
    padding-left: 1em;
    list-style-type: disc;
}

.warning__os-list {
    margin: .5em 0;
}

.contact,
.sponsor {
    width: 300px;
    border: 1px solid var(--primary-black);
    border-radius: 15px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.additional__txt {
    text-align: center;
    line-height: 1.7;
}


/* .additional pc */
@media screen and (min-width: 769px) {

    .contact,
    .sponsor {
        width: 100%;
        max-width: 500px;
    }
}

/* pc 769px */

/* ============================
footer
============================ */
.footer {
    background-color: var(--primary-green);
    margin-top: 200px;
}

.footer__topic {
    padding-top: 36px;
}

.footer__main {
    display: flex;
    flex-direction: column;

}

.footer__logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 2em;
}

.footer__logo img {
    width: 120px;
}

.footer__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding-left: 11.2%;
    margin-top: 42px;
}

.footer__item,
.footer__eventItem {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.5;
}

.footer__item:nth-child(2) {
    width: max-content;
}

.footer__eventList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.footer__eventList li:not(:last-of-type)::after {
    content: "|";
    color: var(--primary-white);
    opacity: .3;
    display: inline-block;
    padding-left: .5em;
    padding-right: .5em;
}

.footer__eventItem {
    margin-top: 16px;
}

.copy {
    text-align: center;
    padding: 42px 0 16px;
}

/* .footer pc */
@media screen and (min-width: 769px) {
    .footer__main {
        flex-direction: row;
    }

    .footer__logo {
        text-align: right;
        padding-right: 11.2%;
    }
}

/* pc 769px */

/* ============================
search-btn
============================ */
.btn__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0;
}

.btn__item {
    background-color: var(--primary-orange);
    border: 1px solid var(--primary-black);
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.btn__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 16px;
}

.btn__item:nth-child(2) {
    background-color: var(--primary-blue);
}

.btn__item:nth-child(3) {
    background-color: var(--primary-pink);
}

.btn__item:nth-child(4) {
    background-color: var(--primary-green);
}

.btn__item a::after {
    content: '';
    width: 12px;
    height: 24px;
    background-image: url(../images/icon-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* .search-btn pc */
@media screen and (min-width: 769px) {
    .btn__list {
        display: none;
    }
}

/* pc 769px */

/* お知らせ */
.section__news {
    padding: 24px var(--contentPadding);
    width: 100%;
}

.news__headline {
    margin-bottom: 1em;
    color: #F9701B;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}

.news__headline i {
    color: #F9701B;
}

.news__list {
    margin: 0;
    padding: 0;
    width: 100%;
}
.news__item{
    margin-bottom: 20px;
}

.news__link {
    display: flex;
    gap: 1em;
    width: 100%;
    padding: .8em;
    border: 1px solid var(--primary-orange);
    border-radius: 8px;
    transition: all .2s;
}
.news__link--nolink {
    pointer-events: none;
}

.news__link:hover {
    background-color: #fffaf0;
}

.news__icon {
    width: 100px;
}

.news__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__title {
    line-height: 1.4;
}

.news__title span {
    display: inline-block;
    color: var(--primary-pink);
}

.news__arrow {
    text-align: right;
    color: var(--primary-orange);
}