@charset "UTF-8";

html,main {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #424242;
    overflow-x: hidden;
}
body {
    margin: 0;
    min-width: 320px;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
ul {
    padding-left: 0;
    list-style: none;
}
a {
    color: #424242;
    text-decoration: none;
}
p {
    margin: 15px 0;
}
.wrapper {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
}
@media (min-width: 768px) {
    .wrapper {
        max-width: 700px;
        margin: 0 auto;
    }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}


.heading {
    display: flex;
    align-items: center;
    text-align: center;
}
.heading.heading--beginning {
    justify-content: space-around;
    margin-bottom: 30px;
    color: #8CCCB0;
}
.heading.heading--character {
    justify-content: space-around;
    margin-bottom: 20px;
    color: #95B5DE;
}
.heading.heading--media {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #EBA5AC;
}
.heading.heading--stamp {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #8CCCB0;
}
.title {
    margin: 0;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: initial;
}
@media (min-width: 768px) {
    .title {
        font-size: 60px;
    }
}
@media (max-width: 380px) {
    .title {
        font-size: 26px;
    }
}
.label {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;
}
@media (max-width: 380px) {
    .label {
        font-size: 10px;
    }
}
.item {
    font-size: 14px;
    line-height: 1.8;
}
@media (min-width: 768px) {
    .item {
        font-size: 16px;
        line-height: 2;
    }
    .item.item--beginning {
        width: 58%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 48px;
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-family: "Darumadrop One", sans-serif;
    cursor: pointer;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 50px;
    padding-bottom: 5px;
}
.button.button--blue {
  background-color: #95B5DE;
}
.button.button--pink {
  background-color: #EBA5AC;
}
.button.button--green {
  background-color: #8CCCB0;
}
@media (min-width: 768px) {
    .button {
        width: 340px;
        height: 96px;
        font-size: 22px;
    }
}


.hero {
    position: relative;
}
.hero__bg img {
    width: 100%;
    height: auto;
}
.hero__logo img {
    position: absolute;
    top: 78%;
    left: 25%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hero__main img {
    position: absolute;
    top: 36%;
    left: 25%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hero__sub img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
}
@media (max-width: 1279px) {
    .hero__logo img {
        width: 50%;
        top: 78%;
        left: 25%;
    }
    .hero__main img {
        width: 50%;
    }
    .hero__sub img {
        width: 90%;
        padding: 20px;
    }
}
@media (min-width: 1280px) {
    .hero__bg img {
        width: 100%;
        height: 730px;
    }
    .hero__logo img {
        top: 70%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    .hero__main img {
        top: 30%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
}


.beginning {
    margin-top: 40px;
    margin-bottom: -45px;
}
.beginning__img {
    position: relative;
}
.beginning__img--left {
    top: -10px;
}
.beginning__img--right {
    top: 5px;
}
.beginning__body {
    margin-bottom: 60px;
    text-align: center;
    line-height: 2;
}
.beginning__copy {
    font-size: 16px;
    letter-spacing: 0.05em;
}
.beginning__footer {
    position: relative;
    top: 30px;
}
@media (min-width: 768px) {
    .beginning {
        margin-top: 120px;
        margin-bottom: -45px;
    }
    .beginning__copy {
        font-size: 22px;
    }
    .beginning__footer {
        position: relative;
        top: 40px;
    }
}


.character {
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: rgba(146, 210, 220, 0.22);
}
.character__img {
    position: relative;
}
.character__img--left {
    top: -15px;
    transform: translateX(-100vw);
}
.character__img--right {
    top: 5px;
    transform: translateX(100vw);
}
.character__body {
    margin-bottom: 60px;
    text-align: center;
}
.character__container {
    display: grid;
    place-items: center;
    padding-top: 10%;
    position: relative;
    overflow: hidden;
}
.container__container > img {
  grid-area: 1 / 1;
}
.character__main {
    position: relative;
    z-index: 10;
    width: 80%;
}
.character__sub {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    object-fit: cover;
    opacity: 0;
}
.character__footer {
    position: relative;
    top: 30px;
}
.character__inner {
   display: flex;
   justify-content: center;
}
.character__btn {
    position: relative;
    top: -75px;
    left: 80px;
    opacity: 0;
}
@media (min-width: 768px) {
    .character {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .character__container {
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .character__img--right {
        top: 30px;
    }
    .character__footer {
        top: 80px;
    }
    .character__btn {
        top: -150px;
        left: 160px;
    }
}


.media {
    margin-top: 40px;
    margin-bottom: -45px;
}
.media__top {
    display: flex;
    justify-content: center;
    margin-top: -110px;
    opacity: 0;
}
.media__img {
    position: relative;
}
.media__img--left {
    top: -20px;
    left: -40px;
    opacity: 0;
}
.media__img--right {
    top: 40px;
    left: 26px;
    opacity: 0;
}
.media__img--main {
    z-index: 10;
}
.media__img--btn {
    top: -90px;
    opacity: 0;
}
.media__body {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}
.media__footer {
    position: relative;
    top: 30px;
}
.media__inner {
    display: flex;
    justify-content: center;
}
.media__img--bottom {
    opacity: 0;
}
@media (min-width: 768px) {
    .media {
        margin-top: 100px;
    }
    .media__top {
        margin-top: -160px;
    }
    .media__img--main {
        width: 80%;
        margin: 0 auto;
        object-fit: cover;
    }
    .media__footer {
        top: 80px;
    }
    .media__img--btn {
        top: -170px;
    }
}
@media (max-width: 767px) {
    .media__img--main {
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .media__img--main {
        width: 80%;
        margin: 0 auto;
    }
}


.stamp {
    padding-top: 180px;
    padding-bottom: 10px;
    background-color: rgba(140, 204, 176, 0.20);
}
.stamp__top {
    display: flex;
    justify-content: center;
    margin-top: -110px;
}
.stamp__img {
    position: relative;
}
.stamp__img--left {
    top: -46px;
    left: -10px;
    opacity: 0;
}
.stamp__img--right {
    top: 20px;
    left: 0px;
    opacity: 0;
}
.stamp__img--main {
    z-index: 10;
}
.stamp__img--btn {
    top: -54px;
    left: -90px;
    opacity: 0;
}
.stamp__body {
    margin-bottom: 60px;
    text-align: center;
}
.stamp__footer {
    position: relative;
    top: 20px;
}
.stamp__inner {
    display: flex;
    justify-content: center;
}
.stamp__container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.stamp-footer__ill--sub {
    margin-left: 260px;
    margin-top: -56px;
    opacity: 0;
}
@media (min-width: 768px) {
    .stamp {
        padding-top: 240px;
    }
    .stamp-footer__ill--sub {
        margin-left: 70%;
        margin-top: -20%;
    }
    .stamp__footer {
        top: 60px;
    }
    .stamp__img--btn {
        top: -120px;
        left: -180px;
    }
}


.character-list {
    position: relative;
    background-color: #92D2DC;
}
.star {
    position: absolute;
    background-color: rgba(255, 248, 174, 0.5);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    opacity: 1;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
}
.character-list__content {
    position: relative;
    z-index: 10;
    color: #fff;
}
.character-list__heading {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.character-list__logo {
    text-align: left;
}
.character-list__title {
    margin-top: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}
.character-list__label {
    margin-top: 0px;
    margin-bottom: 40px;
}
.character-list__copy {
    margin-bottom: 40px;
}
.character-list__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 80px;
    text-align: center;
}
.character-list__item {
    width: 46%;
    margin-top: 40px;
}
.character-list__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 5;
}
.character-list__mark {
    display: inline-block;
    height: 13px;
}
.character-list__name {
    margin: 0;
    font-size: 16px;
}
.character-list__explanation {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
@media (min-width: 768px) {
    .character-list__heading {
        padding-top: 80px;
    }
    .character-list__copy {
        font-size: 16px;
    }
    .character-list__item {
        width: 28%;
        margin-top: 80px;
    }
    .character-list__inner {
        margin-top: 20px;
    }
    .character-list__mark {
        height: auto;
    }
    .character-list__name {
        font-size: 22px;
    }
    .character-list__explanation {
        margin-top: 10px;
        font-size: 14px;
    }
}
.character-list__img {
    position: relative;
    display: inline-block;
    will-change: transform;
    z-index: 8;
    transition: none;
}
.character-list__img picture {
    display: block;
    transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
    filter: blur(0px);
    will-change: opacity, filter;
}
.character-list__img.is-active picture {
    filter: blur(4px);
}
.character-list__img picture:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
.is-transformed picture:nth-child(1) {
    opacity: 0;
}
.is-transformed picture:nth-child(2) {
    opacity: 1;
    pointer-events: auto;
}
.char-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
}

