@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%;
}

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;
}

i[class^="fa-"] {
    padding-right:.5em;
    color:var(--primary-orange);
}

.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;
}

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

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

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

.a:hover {
    opacity: 0.5;
}

.pc__design {
    display: none;
}

.sp-only{
    display: block;
}
@media screen and (min-width: 769px) {
    .sp-only{
        display: 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;
        margin-right: auto;
        margin-left: auto;
    }
    .pc__logo-dx{
        width: 100px;
        margin-top: 20px;
    }
    .pc__logo-dx img{
        width: 100%;
    }
    .pc__date {
        display: block;
        width: 80%;
        margin-top: 16px;
        margin-right: auto;
        margin-left: auto;
    }

    .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 */



/* ============================
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 */

