@charset "utf-8";

/* ==================================================== */

/*  共通
/* ==================================================== */
.common-title__box {
    text-align: center;
}

.common-title__box h2 {
    position: relative;
}

.common-title__box h2 p {
    position: relative;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: clamp(34px, calc(34px + (38 - 34) * ((100vw - 768px) / (1366 - 768))), 38px);
    z-index: 3;
}

.common-title__box h2 p span {
    font-size: clamp(22px, calc(22px + (26 - 22) * ((100vw - 768px) / (1366 - 768))), 26px);
}

.common-title__box h2::after {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    background: url(../img/home/paint_pink.svg) no-repeat;
    background-size: cover;
    width: 226.13px;
    height: 43.93px;
    margin: auto;
    z-index: 2;
}

.common-title__box h2.purple::after {
    background: url(../img/home/paint_purple.svg) no-repeat;
    background-size: cover;
}

.common-title__box h2.yellow::after {
    background: url(../img/home/paint_yellow.svg) no-repeat;
    background-size: cover;
}

.common-title__box h2.orange::after {
    background: url(../img/home/paint_orange.svg) no-repeat;
    background-size: cover;
}

.common-title__box h2.green::after {
    background: url(../img/home/paint_green.svg) no-repeat;
    background-size: cover;
    width: 435.07px;
    height: 66.92px;
    bottom: -22px;
}

.common-title__box h3 {
    display: inline-block;
    padding: 1px 20px;
    background-color: #FEDC50;
    color: #3D3C46;
    font-size: clamp(22px, calc(22px + (24 - 22) * ((100vw - 768px) / (1366 - 768))), 24px);
}

.common-title__box h4 {
    display: inline-block;
    margin-bottom: .2em;
    padding: 1px 20px;
    background-color: #000;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 768px) / (1366 - 768))), 18px);
    color: #fff;
    letter-spacing: 1px;
}

.common-title__box h5 {
    display: inline-block;
    font-weight: bold;
    font-size: clamp(40px, calc(40px + (43 - 40) * ((100vw - 768px) / (1366 - 768))), 43px);
    letter-spacing: 2px;
}

.read_text {
    margin: 45px auto 0;
    text-align: center;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
}

@media screen and (max-width:767px) {
    .common-title__box h2::after {
        width: 182.21px;
        height: 35.4px;
    }

    .common-title__box h2.green::after {
        width: 303.12px;
        height: 46.62px;
        bottom: -17px;
    }

    .common-title__box h2 p {
        font-size: 3rem;
        letter-spacing: normal;
    }

    .common-title__box h2 p span {
        font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 768px) / (1366 - 768))), 18px);
    }

    .common-title__box h3 {
        font-size: 1.6rem;
    }

    .common-title__box h4 {
        margin-bottom: 10px;
        padding: 5px 16px;
        letter-spacing: normal;
    }

    .common-title__box h5 {
        font-size: 3rem;
    }

    .read_text {
        margin-top: 33px;
        font-size: 1.4rem;
        text-align: center;
    }

}

/*mainvisual*/
.mainvisual {
    position: relative;
    width: 79%;
    height: calc(100vh + 207px);
    margin: auto;
}

.mainvisual .mainvisual_bg {
    position: absolute;
    top: -24%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    min-width: 1023px;
    width: 124%;
    height: 124%;
    background: url(../img/home/mainvisual_circle.svg) no-repeat;
    background-size: contain;
    background-position: center;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.mainvisual .logo__area {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 1500px;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 11;
}

.mainvisual .logo__area .maintext_next {
    width: 612.89px;
    width: 44%;
    margin: auto;
    padding-bottom: 22px;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.mainvisual .logo__area .tokyo-wrap {
    position: relative;
    width: 47%;
    margin: auto;
}

.mainvisual .logo__area .maintext_tokyo {
    width: 100%;
    margin: auto;
}
.mainvisual .logo__area .maintext_anata {
    width: 402px;
    width: 35%;
    margin: auto;
}
.mainvisual .logo__area .maintext_member {
    width: 260px;
    width: 23%;
    margin: .7% auto;
}


.mainvisual .logo__area .maintext_besties {
    width: 663.34px;
    width: 48%;
    margin: .7% auto;
}

.mainvisual .logo__area .maintext_anime {
    overflow: hidden;
}

.mainvisual .logo__area .maintext_tokyo span {
    display: block;
    transition: transform 1s;
    transition-timing-function: cubic-bezier(0.01, 0.66, 0, 1.01);
    transform: translate3d(0, 100%, 0);
}

.mainvisual .logo__area .maintext_anime span.main_active {
    transform: translate3d(0, 0, 0);
}

.mainvisual .logo__area .maintext_besties span {
    display: block;
    transition: transform 1s;
    transition-timing-function: cubic-bezier(0.01, 0.66, 0, 1.01);
    transform: translate3d(0, 100%, 0);
}

.mainvisual .logo__area .logo_line {
    width: 676.87px;
    width: 49%;
    margin: auto;
}

.mainvisual .logo__area .logo_tokyo {
    width: 17%;
    margin: 2% auto 0;
    opacity: 0;
    transition-duration: 1.5s;
}

.mainvisual .logo__area .logo_tokyo.main_active {
    opacity: 1;
}

@media screen and (max-width:1024px) {
    .mainvisual {
        width: 100%;
        height: 100vh;
    }

    .mainvisual .mainvisual_bg {
        min-width: initial;
        top: -1%;
        width: 94%;
        height: 94%;
        background-size: 115%;
    }

    .mainvisual .logo__area {
        top: 57%;
    }

}

@media screen and (max-width:767px) {
    .mainvisual {
        height: calc(100vh - 254px);
        height: 555px;
        background-size: 150%;
        background-position: center 120px;
    }

    .mainvisual .mainvisual_bg {
        top: 5%;
        background-size: 213%;
    }

    .mainvisual .logo__area {
        top: 65%;
    }

    .mainvisual .logo__area .maintext_next {
        width: 77%;
        padding-bottom: 17px;
    }

    .mainvisual .logo__area .tokyo-wrap {
        width: 78%;
    }

    .mainvisual .logo__area .maintext_besties {
        margin: 6px auto;
        width: 77%;
    }

    .mainvisual .logo__area .logo_line {
        width: 78%;
    }

}

/* member-badge */
.mainvisual .tokyo-wrap .member-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    margin: 0;
    transform: translate(40%, -75%);
    z-index: 20;
}

.mainvisual .tokyo-wrap .member-badge img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .mainvisual .tokyo-wrap .member-badge {
        width: 34%;
    }
}

/*se-contents__read*/
.se-contents__read {
    margin-bottom: 8vw;
}

.se-contents__read.wbase__bg {
    margin-top: 50px;
}

.se-contents__read .inner {
    max-width: 1095px;
    padding: 7vw 40px 10vw;
}

.se-contents__read .read_title {
    margin-bottom: 3.5vw;
}

.se-contents__read .read_title h2 {
    margin-bottom: 25px;
}

.se-contents__read .read_title .flex {
    flex-wrap: wrap;
    align-items: center;
}

.se-contents__read .read_title figure.logo_year {
    max-width: 149.95px;
    width: 14%;
    margin-right: 10px;
}

.se-contents__read .read_title figure.logo_tokyobesties {
    max-width: 652px;
    width: 64%;
}

.se-contents__read .read_title .borderline {
    display: inline-block;
    margin-top: 12px;
    padding-left: 1%;
    letter-spacing: normal;
    font-weight: bold;
    font-size: clamp(30px, calc(30px + (39 - 30) * ((100vw - 768px) / (1366 - 768))), 39px);
}

.se-contents__read .read_title .borderline>span {
    letter-spacing: -12px;
}

.se-contents__read .text {
    font-weight: bold;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
    line-height: 2;
}

.se-contents__read .text p {
    margin-bottom: 1.5em;
}

.se-contents__read .text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    .se-contents__read .inner {
        padding: 70px 40px 100px;
    }

}

@media screen and (max-width:767px) {
    .se-contents__read {
        width: 92%;
        margin: 0 auto 70px;
    }

    .se-contents__read .inner {
        padding: 35px 5.7% 80px;
    }

    .se-contents__read .read_title {
        margin-bottom: 35px;
        text-align: center;
    }

    .se-contents__read .read_title h2 {
        margin-bottom: 17px;
        font-size: 1.6rem;
    }

    .se-contents__read .read_title .flex {
        justify-content: center;
    }

    .se-contents__read .read_title figure.logo_year {
        width: 77px;
        margin: 0 auto 7px;
    }

    .se-contents__read .read_title figure.logo_tokyobesties {
        width: 100%;
    }

    .se-contents__read .read_title .borderline {
        margin-top: 12px;
        padding-left: 0;
        font-size: 2.3rem;
        letter-spacing: 2px;
    }

    .se-contents__read .read_title .borderline>span {
        letter-spacing: -8px;
    }

    .se-contents__read .text {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .se-contents__read .text p {
        margin-bottom: 35px;
    }

}

.se-contents__read .split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.se-contents__read .link_button {
    height: 48px;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    z-index: 20;
}

@media screen and (max-width:1024px) {
    .se-contents__read .split {
        flex-direction: column;
    }

    .se-contents__read .link_button {
        font-size: 20px;

    }
}

@media screen and (max-width:767px) {
    .se-contents__read .split {
        flex-direction: column;
    }

    .se-contents__read .link_button {
        font-size: 18px;
    }
}


/*add_entry*/
.add_entry {
    padding-top: min(4vw, 55px);
}

@media screen and (max-width:767px) {
    .add_entry {
        padding-top: 30px;
    }

}

/*se-contents__slider*/
.se-contents__slider {
    position: relative;
    margin-top: -1vw;
    z-index: 11;
}

@media screen and (max-width:767px) {
    .se-contents__slider {
        padding-top: 55px;
        margin-top: 0;
    }

}

/*se-contents__special*/
.se-contents__special {
    position: relative;
    margin: 9vw auto 12vw;
}

.se-contents__special h2 {
    position: relative;
    margin-bottom: 50px;
    padding-top: 30px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    font-size: clamp(24px, calc(24px + (26 - 24) * ((100vw - 768px) / (1366 - 768))), 26px);
}

.se-contents__special h2 p {
    display: inline-block;
    font-size: clamp(30px, calc(30px + (37 - 30) * ((100vw - 768px) / (1366 - 768))), 37px);
}

.se-contents__special .c-tab-over h2 > span {
    position: absolute;
    top: calc(100% + 20px);
    left: calc(50% + 10px);
    font-size: clamp(10px, calc(10px + (12 - 10) * ((100vw - 768px) / (1366 - 768))), 12px);
}

.se-contents__special .special_box {
    position: relative;
    width: 82.6%;
    margin: 0 auto 50px;
    padding: 50px 3% 70px;
    box-shadow: 5px 4px 0px rgb(0 0 0);
    background-color: #fff;
    border: solid 1px #000;
}

.se-contents__special .special_box h3 {
    width: 88%;
    margin: 0 auto 1em;
    font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 768px) / (1366 - 768))), 24px);
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    color: #FFF;
    background: #F39800;
    border-radius: 999px;
}

.se-contents__special .special_box .flex {
    justify-content: center;
    align-items: flex-end;
}

.se-contents__special .special_box .fukidashi {
    position: absolute;
    top: -75px;
    top: -22%;
    right: -85px;
    width: 215px;
    width: 28.2%;
    min-width: 170px;
}

.se-contents__special .special_box .ai {
    position: absolute;
    bottom: -60px;
    right: 18px;
    width: 114px;
    width: 15%;
}

.se-contents__special .special_box .flex figure {
    width: 32.7%;
    margin-right: 7%;
}

.se-contents__special .special_box .flex .name_box {
    flex: 1;
}
.se-contents__special .special_box .flex .name_box_img {
    width: 48%;
}

.se-contents__special .special_box .flex .name_box h4 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #E31A95;
    font-size: clamp(30px, calc(30px + (34 - 30) * ((100vw - 768px) / (1366 - 768))), 34px);
}

.se-contents__special .special_box .flex .name_box h4>span {
    font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 768px) / (1366 - 768))), 22px);
}

.se-contents__special .special_box .flex .name_box>span {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: clamp(15px, calc(15px + (18 - 15) * ((100vw - 768px) / (1366 - 768))), 18px);
}

.se-contents__special .special_box .flex .name_box p {
    line-height: 1.5;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 768px) / (1366 - 768))), 15px);
}

@media screen and (max-width:1024px) {
    .se-contents__special .special_box .flex {
        justify-content: flex-start;
    }

    .se-contents__special .special_box .flex figure {
        margin-right: 4%;
    }

    .se-contents__special .special_box .flex .name_box {
        width: 60%;
    }

    .se-contents__special .special_box .ai {
        min-width: 100px;
    }

}

@media screen and (max-width:767px) {
    .se-contents__special h2 {
        font-size: 1.5rem;
    }

    .se-contents__special h2 p {
        font-size: 2.3rem;
    }

    .se-contents__special .special_box {
        max-width: 300px;
        width: 100%;
        margin-bottom: 60px;
        padding: 35px 8% 60px;
    }

    .se-contents__special .special_box h3 {
        padding-bottom: 2px;
        letter-spacing: 0.2em;
    }

    .se-contents__special .special_box .fukidashi {
        min-width: auto;
        width: 118px;
        bottom: -50px;
        right: -18px;
        top: auto;
    }

    .se-contents__special .special_box .ai {
        min-width: auto;
        width: 80px;
        right: 110px;
        bottom: -77px;
    }

    .se-contents__special .special_box .flex {
        display: block;
    }

    .se-contents__special .special_box .flex figure {
        width: 137px;
        margin: 0 auto 20px;
    }

    .se-contents__special .special_box .flex .name_box {
        width: 100%;
    }

    .se-contents__special .special_box .flex .name_box h4 {
        text-align: center;
        font-size: 2.4rem;
    }

    .se-contents__special .special_box .flex .name_box h4>span {
        font-size: 1.6rem;
    }

    .se-contents__special .special_box .flex .name_box>span {
        text-align: center;
    }

    .se-contents__special .special_box .flex .name_box p {
        font-size: 1.4rem;
    }

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝27日lp更新時＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sample_box .special_box {
    padding: 19px 30px 50px;
}

.sample_box div.c-tab-over {
    position: relative;
    display: block !important;
}

.sample_box div.c-tab-over figure {
    position: absolute;
    bottom: -34px;
    right: 0;
    left: 0;
    width: 405.22px;
    margin: auto;
    z-index: 5;
}

.sample_box h2 p span {
    font-size: clamp(24px, calc(24px + (26 - 24) * ((100vw - 768px) / (1366 - 768))), 26px);
}

.sample_box .special_box .flex {
    justify-content: flex-start;
}

.se-contents__special .special_box .ai {
    bottom: -74px;
}

.sample_box .special_box .flex figure {
}

.sample_box .special_box .flex .name_box_img {
    width: 48.7%;
    margin-top: 1em;
}
.sample_box .special_box.special_box_pro .flex .name_box_img {
    width: 67.7%;
}
.sample_box .special_box.special_box_creator .flex:last-of-type {
    margin-top: 30px;
}
.sample_box .special_box.special_box_creator .flex:last-of-type .name_box_img {
    width: 75.9%;
}

.sample_box .unknow_creator {
    display: flex;
    justify-content: center;
}
.sample_box .unknow_creator img {
    max-width: 640px;
}

.sample_box .special_box .flex .name_box p {
    line-height: 1.7;
    font-weight: bold;
    font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 768px) / (1366 - 768))), 16px);
}

@media screen and (max-width:767px) {
    .sample_box div.c-tab-over {
        display: none !important;
    }

    .sample_box h2.c-sp-only {
        display: block !important;
        margin-bottom: 33px;
    }

    .sample_box h2.c-sp-only p.note {
        font-size: 1.1rem;
    }

    .sample_box .special_box {
        padding: 19px 3% 50px;
    }

    .sample_box .special_box .flex .name_box_img {
        width: 46.7%;
        margin-top: 0.5em;
        margin-left: auto;
        margin-right: auto;
    }

    .sample_box .special_box.special_box_creator .flex:last-of-type .name_box_img {
        width: 79.9%;
    }

    .sample_box .special_box .flex figure {
        width: 70%;
        margin-left: 8%;
    }

    .sample_box .special_box .flex .name_box {
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        margin-top: 0;
    }

    .se-contents__special .special_box .ai {
        right: 20px;
    }

}

/*se-contents__news*/
.se-contents__news.wbase__bg {
    margin: 5vw auto 10vw;
}

.se-contents__news .inner {
}

.se-contents__news .insta_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.se-contents__news .insta_flex .post_box {
    width: 33%;
    margin: 0 1.5%;
}

.se-contents__news .insta_flex .post_box a {
    position: relative;
    display: block;
}

.se-contents__news .insta_flex .post_box a:hover {
    opacity: 1;
}

.se-contents__news .insta_flex .post_box a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #0000009c;
    z-index: 1;
}

.se-contents__news .insta_flex .post_box a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-block;
    content: "";
    width: 58px;
    height: 58px;
    background-image: url(../img/home/insta_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.se-contents__news .insta_flex .post_box a:hover:after {
    opacity: 1;
}

.se-contents__news .insta_flex .post_box a:hover:before {
    opacity: 1;
}

.se-contents__news .insta_flex .post_box img {
    box-shadow: 3px 3px 5px rgb(0 0 0 / 5%);
}

.se-contents__news h2 {
    margin-bottom: 45px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    font-size: clamp(24px, calc(24px + (26 - 24) * ((100vw - 768px) / (1366 - 768))), 26px);
}

.se-contents__news h2 p {
    display: inline-block;
}

.se-contents__news .common-title__box h3 {
    margin-bottom: 15px;
    padding: 1px 65px;
}

.se-contents__news .news-area ul {
    letter-spacing: 0.05em;
}

.se-contents__news .news-area li {
    display: flex;
    margin-bottom: 1.5em;
    padding-bottom: 1.7em;
    border-bottom: solid 1px #D9D9D9;
}

.se-contents__news .news-area li:last-child {
    margin-bottom: 0;
}

.se-contents__news .news-area li>time {
    width: 12%;
    width: 114px;
    font-size: clamp(15px, calc(15px + (16 - 15) * ((100vw - 768px) / (1366 - 768))), 16px);
    line-height: 1.6;
}

.se-contents__news .news-area li>p {
    width: 88%;
    font-weight: normal;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 768px) / (1366 - 768))), 18px);
}

.se-contents__news .news-area li>p a[target="_blank"] {
    padding-right: 1.5em;
    background: url(../img/common/ico_link.svg) no-repeat right center;
}

@media screen and (max-width:767px) {
    .se-contents__news.wbase__bg {
        margin: 50px auto 70px;
    }

    .se-contents__news .common-title__box h3 {
        margin-bottom: 1em;
    }

    .se-contents__news .insta_flex {
        display: block;
        margin-bottom: 50px;
    }

    .se-contents__news .insta_flex .post_box {
        width: 70%;
        margin: 0 auto 10px;
    }

    .se-contents__news h2 {
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 1.6;
    }

    .se-contents__news .news-area ul {
        margin-bottom: 20px;
    }

    .se-contents__news .news-area li {
        display: block;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .se-contents__news .news-area li>time {
        display: block;
        margin-bottom: 0.3em;
        width: 100%;
    }

    .se-contents__news .news-area li>p {
        width: 100%;
    }

    .se-contents__news .news-area li>p a[target="_blank"] {
        padding-bottom: 0.2em;
        background-size: 1em;
    }

}


/*recommended-area map*/
.recommended-area .common-title__box h3{
    margin-bottom: 27px;
    background-color: #B5DDFF;
}
.recommended-area h2{
    margin-bottom: 15px;
    line-height: 1.34;
}
.recommended-area .read_text{
    margin: 0 auto;
}


/*PC*/
.recommended-area .map_area .pc-map_area .read_text{
    margin-bottom: 52px;
}
.recommended-area .map_area .pc-map_area .read_text:before{
    display: inline-block;
    margin: 0px 9px;
    width: 20px;
    height: 30px;
    vertical-align: -8px;
    background-image: url(../img/home/map/map_pin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.recommended-area .map_area .pc-map_box{
    position: relative;
    margin-bottom: 100px;

}
.recommended-area .map_area .pc-map_box .recommended_ttl_img{
    position: absolute;
    top: -12px;
    width: 43.913%;
    max-width: 404px;
    z-index: 4;
}
.recommended-area .map_area .pc-map_box a{
    opacity:1;
}
.recommended-area .map_area .pc-map_box a img{
    transition:transform 0.2s ease;
}
.recommended-area .map_area .pc-map_box a *:hover{
    opacity:1;
    transform: scale(1.1);
}
/*ピンの位置の調整*/
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_01,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_02,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_03,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_04,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_05,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_06,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_07,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_08,
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_09 {
    position: absolute;
    width: 2.226%;
    max-width: 25px;
    transform: translate(-50%, -50%);/*本当はいらないので次回計算時は消しておく*/
}

.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_01{
    top: 51.399%;
    left: 59.8%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_02{
    top: 44.725%;
    left: 60.293%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_03{
    top: 59.3%;
    left: 60%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_04{
    top: 56%;
    left: 62.5%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_05{
    top: 55%;
    left: 58.067%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_06{
    top: 61.5%;
    left: 61.3%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_07{
    top: 51.89%;
    left: 55.439%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_08{
    top: 61.081%;
    left: 57.5%;
}
.recommended-area .map_area .pc-map_box .pc-pin_box .pc-pin_09{
    top: 54%;
    left: 46%;
}

/*イラストの位置の調整*/
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_01,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_02,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_03,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_04,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_05,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_06,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_07,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_08,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_09,
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_10 {
    position: absolute;
}

.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_01{
    width: 16.9%;
    max-width: 155px;
    top: 4.25%;
    left: 78.261%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_02{
    width: 17.5%;
    max-width: 161px;
    top: 2.779%;
    left: 61%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_03{
    width: 17%;
    max-width: 156px;
    top: 67.566%;
    left: 53.391%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_04{
    width: 26.196%;
    max-width: 241px;
    top: 39.4%;
    left: 68.283%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_05{
    width: 15.3%;
    max-width: 140px;
    top: 65.9%;
    left: 21.022%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_06{
    width: 20.3%;
    max-width: 186px;
    top: 62%;
    left: 69%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_07{
    width: 16.609%;
    max-width: 148px;
    top: 2.779%;
    left: 42.674%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_08{
    width: 15.9%;
    max-width: 146px;
    top: 65.588%;
    left: 37.1%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_09{
    width: 24.6%;
    max-width: 226px;
    top: 25%;
    left: 17%;
}
.recommended-area .map_area .pc-map_box .pc-item_box .pc-item_img_10{
    width: 31.9%;
    max-width: 293px;
    top: 47%;
    left: 9.6%;
}



/*SP*/
@media screen and (max-width:767px) {
    .recommended-area h2{
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
    .recommended-area .map_area .pc-map_area,
    .recommended-area .map_area .pc-map_area{
        display: none;
    }


    .recommended-area .map_area .sp-map_area .recommended_ttl_img{
        margin-bottom: 25px;
        width: 285px;
    }
    .recommended-area .map_area .sp-map_area .sp-map_main{
        margin-bottom: 25px;
    }
    .recommended-area .map_area .sp-map_area .read_text{
        font-size: 1.5rem;
    }
    .recommended-area .map_area .sp-map_area .read_text span{
        display: inline-block;
        margin: 0px 4px;
        width: 10px;
        height: 16px;
        vertical-align: -2px;
        background-image: url(../img/home/map/arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
    }
    .recommended-area .map_area .sp-map_area .sp-item_list{
        margin: 17px 0 80px;
    }
    .recommended-area .map_area .sp-map_area .sp-item_list li>a{
        display: flex;
        margin-bottom: 13px;
        padding-bottom: 15px;
        border-bottom:1px solid #D9D9D9;
        align-items: center;
    }
    .recommended-area .map_area .sp-map_area .sp-item_list li>a:before{
        display: inline-block;
        margin-right: 5px;
        width: 16.2px;
        height: 24.6px;
        background-image: url(../img/home/map/map_pin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
    }
    .recommended-area .map_area .sp-map_area .sp-item_list li>a:after{
        display: inline-block;
        width: 12.5px;
        height: 19px;
        background-image: url(../img/home/map/arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
    }

    .recommended-area .map_area .sp-map_area .sp-item_list li>a .sp-item_img{
        padding-right: 10px;
        width: 37%;
        text-align: center;
    }
    .recommended-area .map_area .sp-map_area .sp-item_list li>a .sp-item_img img{
        max-width: 90px;
    }
    .recommended-area .map_area .sp-map_area .sp-item_list li>a .list_text{
        padding-right: 1em;
        width: 63%;
        font-size: 16px;
        font-weight: bold;
    }
    .recommended-area .map_area .sp-map_area .sp-item_list li>a .list_text span{
        display: table;
        margin-bottom: 5px;
        padding: 1px 13px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid #000;
        font-size: 13px;
    }
}


/*se-contents__ICP*/
.se-contents__ICP {
    margin: 9vw auto 12vw;
}

.se-contents__ICP .ICP_box .flex {
    position: relative;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin: 20px 0 5.5vw 0;
}

.se-contents__ICP .ICP_box .flex figure {
    max-width: 575px;
    min-width: 530px;
    width: 62%;
    margin-right: 1%;
}

.se-contents__ICP .ICP_box .flex h4 {
    font-weight: bold;
    font-size: clamp(23px, calc(23px + (25 - 23) * ((100vw - 768px) / (1366 - 768))), 25px);
    letter-spacing: 1px;
}

.se-contents__ICP .ICP_box .flex h4 p {
    display: inline-block;
    font-size: clamp(21px, calc(21px + (30 - 21) * ((100vw - 768px) / (1366 - 768))), 30px);
}

.se-contents__ICP .ICP_box .flex h4 b {
    font-weight: bold;
    font-size: clamp(21px, calc(21px + (30 - 21) * ((100vw - 768px) / (1366 - 768))), 30px);
}

.se-contents__ICP .check_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.se-contents__ICP .check_box .list_box {
    align-items: center;
    width: 46.9%;
    min-height: 135px;
    margin-bottom: 2.6vw;
    padding: 18px 2% 18px 3%;
    box-shadow: 5px 4px 0px rgb(0 0 0);
    background-color: #fff;
    border: solid 1px #000;
}

.se-contents__ICP .check_box .list_box figure {
    width: 41px;
    height: 39px;
    flex-shrink: 0;
}

.se-contents__ICP .check_box .list_box:nth-child(5),
.se-contents__ICP .check_box .list_box:nth-child(6) {
    margin-bottom: 0;
}

.se-contents__ICP .check_box .list_box p {
    margin-left: 4%;
    font-weight: bold;
    font-size: clamp(17px, calc(17px + (22 - 17) * ((100vw - 768px) / (1366 - 768))), 22px);
}

.se-contents__ICP .check_box .list_box p span {
    display: block;
    padding-top: .3em;
    font-weight: normal;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 768px) / (1366 - 768))), 15px);
}

.se-contents__ICP .ico {
    position: absolute;
    top: 5.5vw;
    right: 5%;
    width: 11%;
}

@media screen and (max-width:767px) {
    .se-contents__ICP {
        margin: 70px auto;
    }

    .se-contents__ICP .ICP_box .flex {
        max-width: 100%;
        justify-content: center;
        margin: 25px auto 32px;
    }

    .se-contents__ICP .ICP_box .flex figure {
        min-width: initial;
        width: 90%;
        margin: 0 auto 6px;
    }

    .se-contents__ICP .ICP_box .flex h4 {
        font-size: 1.6rem;
    }

    .se-contents__ICP .ICP_box .flex h4 p,
    .se-contents__ICP .ICP_box .flex h4 b {
        font-size: 2rem;
    }

    .se-contents__ICP .check_box {
        display: block;
    }

    .se-contents__ICP .check_box .list_box {
        min-height: 109px;
        width: 95%;
        margin: 0 auto 15px;
        padding: 15px 3% 15px 22px;
    }

    .se-contents__ICP .check_box .list_box p {
        width: 78%;
        font-size: 1.6rem;
    }

    .se-contents__ICP .check_box .list_box p span {
        font-size: 10px;
    }

    .se-contents__ICP .check_box .list_box figure {
        width: 30.62px;
        height: 29.57px;
    }

    .se-contents__ICP .check_box .list_box:nth-child(5),
    .se-contents__ICP .check_box .list_box:nth-child(6) {
        margin-bottom: 15px;
    }

    .se-contents__ICP .ico {
        top: auto;
        bottom: 20px;
        width: 95px;
    }

}

/*se-contents__conditions*/
.se-contents__conditions .item_box {
    margin: 70px auto 0;
}

.se-contents__conditions .item_box .flex {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
    border-bottom: dashed 1px #C8DAFC;
}

.se-contents__conditions .item_box .flex:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.se-contents__conditions .item_box .flex>p {
    min-width: 94px;
    padding-left: 5px;
    text-align-last: justify;
    font-weight: bold;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__conditions .item_box .flex ul {
    width: 85%;
    padding-left: 2%;
    font-weight: normal;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__conditions .item_box .flex ul li span {
    display: inline-block;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 768px) / (1366 - 768))), 15px);
}

.se-contents__conditions .item_box .flex:last-child {
    border: none;
}

.se-contents__conditions .item_box .flex:last-child ul {
    width: 85%;
    padding-left: 0;
    font-weight: normal;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 768px) / (1366 - 768))), 18px);
}

.se-contents__conditions .item_box .flex:last-child ul li {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width:767px) {
    .se-contents__conditions .item_box {
        margin: 60px auto 0;
    }

    .se-contents__conditions .item_box .flex {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: dashed 2px #C8DAFC;
    }

    .se-contents__conditions .item_box .flex:nth-child(4),
    .se-contents__conditions .item_box .flex:nth-child(5),
    .se-contents__conditions .item_box .flex:last-child {
        flex-wrap: wrap;
    }

    .se-contents__conditions .item_box .flex>p {
        padding: 0;
    }

    .se-contents__conditions .item_box .flex:nth-child(5)>p,
    .se-contents__conditions .item_box .flex:last-child>p {
        margin-bottom: 15px;
    }

    .se-contents__conditions .item_box .flex ul {
        width: auto;
    }

    .se-contents__conditions .item_box .flex:nth-child(5) ul,
    .se-contents__conditions .item_box .flex:last-child ul {
        width: 100%;
        padding: 0;
        font-size: 1.6rem;
    }

    .se-contents__conditions .item_box .flex>span.c-sp-only {
        width: 100%;
        padding-top: 20px;
    }

    .se-contents__conditions .item_box .flex>span.c-sp-only span {
        font-weight: normal;
        font-size: 1.4rem;
    }

    .se-contents__conditions .item_box .flex>span.c-sp-only span b {
        display: block;
    }

}

/*se-contents__method*/
.se-contents__method {
}

.se-contents__method .entry_btn {
    margin-bottom: 50px;
    padding-top: 60px;
}

.se-contents__method .conditions_contents ul {
    max-width: 740px;
    margin: 5vw auto 0;
}

.se-contents__method .conditions_contents ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__method .conditions_contents ul li h2 {
    width: 39px;
    height: 39px;
    line-height: 41px;
    text-align: center;
    font-style: italic;
    color: #fff;
    background-color: #3D3C46;
    border-radius: 25px;
}

.se-contents__method .conditions_contents ul li p {
    margin-left: 12px;
}

@media screen and (max-width:1024px) {
    .se-contents__method .entry_btn {
        margin-bottom: 0;
    }

}

@media screen and (max-width:767px) {
    .se-contents__method .entry_btn {
        padding-top: 50px;
    }

    .se-contents__method .conditions_contents ul {
        margin: 55px auto 0;
        font-size: 1.4rem;
    }

    .se-contents__method .conditions_contents ul li {
        align-items: flex-start;
        font-size: 1.4rem;
    }

    .se-contents__method .conditions_contents ul li h2 {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .se-contents__method .conditions_contents ul li p {
        width: 87%;
    }

}

/*se-contents__activities*/
.se-contents__activities {
}

.se-contents__activities .activities_box {
    max-width: 760px;
    width: 76%;
    margin: 4.5vw auto 0;
    padding: 4vw 5%;
    box-shadow: 5px 4px 0px rgb(0 0 0);
    background-color: #fff;
    border: solid 1px #000;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__activities .activities_box .flex {
    margin-bottom: .8em;
}

.se-contents__activities .activities_box .flex:last-child {
    margin-bottom: 0;
}

.se-contents__activities .activities_box .flex span {
    width: 102px;
    margin-right: 4%;
    font-weight: bold;
}

.se-contents__activities .activities_box .flex p {
    width: 78%;
    line-height: 1.4;
}

.se-contents__activities .activities_box .flex p>span {
    display: block;
    width: auto;
    margin-right: 0;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 768px) / (1366 - 768))), 15px);
    font-weight: normal;
}

.se-contents__activities .activities_sns {
    margin-top: 40px;
}

.se-contents__activities .activities_sns h3 {
    text-align: center;
    font-weight: bold;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 768px) / (1366 - 768))), 18px);
}

.se-contents__activities .activities_sns h3 span {
    font-size: clamp(18px, calc(18px + (20 - 18) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__activities .activities_sns h3 span::after {
    height: 10px;
}

.se-contents__activities .activities_sns ul {
    max-width: 490px;
    display: flex;
    justify-content: center;
    margin: 25px auto 0;
    padding: 20px 3%;
    background-color: #F7F7F7;
}

.se-contents__activities .activities_sns ul li {
    width: 80px;
    margin: 0 5%;
}

.se-contents__activities .activities_sns ul li figure {
    width: 75px;
    margin: auto;
}

.se-contents__activities .activities_sns ul li p {
    margin-top: 7px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

@media screen and (max-width:1024px) {
    .se-contents__activities .activities_box {
        width: 100%;
    }

}

@media screen and (max-width:767px) {
    .se-contents__activities .activities_box {
        width: 100%;
        margin-top: 44px;
        padding: 34px 5% 50px;
    }

    .se-contents__activities .activities_box .flex {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .se-contents__activities .activities_box .flex span {
        width: 80px;
        margin-right: 0;
    }

    .se-contents__activities .activities_box .flex p {
        width: 70%;
    }

    .se-contents__activities .activities_box .flex p>span {
        margin-top: 1em;
        font-size: 1.2rem;
    }

    .se-contents__activities .activities_sns ul {
        justify-content: space-around;
        padding: 23px 3%;
    }

    .se-contents__activities .activities_sns ul li {
        width: 70px;
    }

    .se-contents__activities .activities_sns ul li figure {

        /*padding: 15px;*/
    }

    .se-contents__activities .activities_sns ul li p {
        font-size: 1.4rem;
    }

}

/*se-contents__schedule*/
.se-contents__schedule .inner {
    padding: 5.5vw 40px 8vw;
}

.se-contents__schedule figure {
    margin-top: 4vw;
}

.se-contents__schedule .sp_area {
    display: none;
}

@media screen and (max-width:1024px) {
    .se-contents__schedule .inner {
        padding: 60px 40px 80px;
    }

}

@media screen and (max-width:767px) {
    .se-contents__schedule .inner {
        padding: 42px 5.7% 52px;
    }

    .se-contents__schedule .common-title__box h2 p {
        font-size: 2.8rem;
    }

    .se-contents__schedule figure {
        margin-top: 56px;
    }

    .se-contents__schedule .sp_area {
        display: block;
        margin: 35px auto 0;
    }

    .se-contents__schedule .sp_area .flex {
        align-items: center;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .se-contents__schedule .sp_area .flex p {
        width: 50%;
        padding-left: 7px;
    }

    .se-contents__schedule .sp_area .flex p span {
        display: inline-block;
        font-size: 1.3rem;
        line-height: 1.5;
        font-weight: normal;
    }

    .se-contents__schedule .sp_area .sp_schedule {
        position: relative;
        margin-top: 50px;
        padding: 47px 5% 14px;
        box-shadow: 5px 4px 0px rgb(0 0 0);
        background-color: #fff;
        border: solid 1px #000;
        font-size: 1.4rem;
    }

    .se-contents__schedule .sp_area .sp_schedule h3 {
        position: absolute;
        top: -10px;
        right: 0;
        left: 0;
        max-width: 232px;
        width: 100%;
        margin: auto;
        padding: 6px 0;
        font-size: 1.5rem;
        background-color: #000;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .se-contents__schedule .sp_area .sp_schedule h2 {
        width: 28px;
        height: 28px;
        line-height: 29px;
        font-size: 1.4rem;
        text-align: center;
        font-style: italic;
        color: #fff;
        background-color: #F2009E;
        border-radius: 25px;
    }

    .se-contents__schedule .sp_area .sp_schedule p {
        font-weight: normal;
        width: 85%;
        font-size: 1.4rem;
    }

    .se-contents__schedule .sp_area .sp_schedule p span {
        font-size: 90%;
    }

    .se-contents__schedule .sp_area .sp_schedule .note {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .se-contents__schedule .sp_area .sp_schedule .note span {
        font-size: 120%;
    }

    .se-contents__schedule .sp_area .sp_schedule .note span.blue {
        color: #00A7E5;
        font-weight: bold;
        font-size: 100%;
    }

    .se-contents__schedule .sp_area p.note {
        font-size: 1.5rem;
        text-align: center;
    }

    .se-contents__schedule .sp_area .sp_schedule_1 {
        margin-top: 40px;
        padding: 45px 5% 10px;
    }

    .se-contents__schedule .sp_area .sp_schedule_1 h3 {
        max-width: 286px;
    }

    .se-contents__schedule .sp_area .sp_schedule_1 .item p {
        width: 100%;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .se-contents__schedule .sp_area .sp_schedule_1 .item p span {
        font-size: 1.5rem;
    }

    .se-contents__schedule .sp_area .sp_schedule_1 .item {
        margin-bottom: 13px;
    }

    .se-contents__schedule .sp_area .sp_schedule_1 .item time {
        display: block;
        padding-bottom: 3px;
        color: #F2009E;
        font-weight: bold;
        font-size: 1.6rem;
    }

}

/*se-contents__chance*/
.se-contents__chance {
    margin-bottom: 8vw;
}

.se-contents__chance .chance_box {
    position: relative;
    text-align: center;
}

.se-contents__chance .chance_box figure {
    max-width: 424px;
    margin: 0 auto 1em;
}

.se-contents__chance .chance_box h4 {
    letter-spacing: 3px;
    font-weight: bold;
    font-size: clamp(22px, calc(22px + (26 - 22) * ((100vw - 768px) / (1366 - 768))), 26px);
}

.se-contents__chance .chance_box h4 .borderline {
    font-weight: bold;
    font-size: clamp(31px, calc(31px + (35 - 31) * ((100vw - 768px) / (1366 - 768))), 35px);
}

.se-contents__chance .chance_contents {
    max-width: 653px;
    margin: 4.5vw auto 0;
}

.se-contents__chance .chance_contents .flex {
    align-items: center;
    margin-bottom: 3em;
}

.se-contents__chance .chance_contents .flex:last-child {
    margin-bottom: 0;
}

.se-contents__chance .chance_contents .flex .acmin-pro-c {
    margin-top: -5px;
    line-height: .2;
    color: #3D3C46;
    font-size: clamp(58px, calc(58px + (61 - 58) * ((100vw - 768px) / (1366 - 768))), 61px);
}

.se-contents__chance .chance_contents .flex h3 {
    margin-left: 3%;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
    font-weight: bold;
    line-height: 1.8;
}

.se-contents__chance .chance_contents .flex h3 span {
    font-size: clamp(21px, calc(21px + (26 - 21) * ((100vw - 768px) / (1366 - 768))), 26px);
    font-weight: bold;
}

.se-contents__chance .chance_contents .flex h3 span.animation_line>span {
    padding: 0 5px;
    color: #E31A95;
}

.se-contents__chance .chance_contents .flex:nth-child(2) h3 span.animation_line>span {
    color: #9399ED;
}

.se-contents__chance .chance_contents .flex:nth-child(3) h3 span.animation_line>span {
    color: #F59E27;
}

.se-contents__chance .chance_contents .flex:nth-child(4) h3 span.animation_line>span {
    color: #1DA7E9;
}

.se-contents__chance .chance_contents .flex:nth-child(5) h3 span.animation_line>span {
    color: #69e2d7;
}

.se-contents__chance .chance_contents .flex:nth-child(6) h3 span.animation_line>span {
    color: #FFCD00;
}

.se-contents__chance .chance_contents .flex:nth-child(7) h3 span.animation_line>span {
    color: #E31A95;
}

.se-contents__chance .chance_contents .flex:nth-child(8) h3 span.animation_line>span {
    color: #1DA7E9;
}

.se-contents__chance .chance_ico {
    position: absolute;
    top: 5.5vw;
    right: 15%;
    width: 10%;
}

@media screen and (max-width:1024px) {
    .se-contents__chance .chance_ico {
        right: 10%;
    }

}

@media screen and (max-width:767px) {
    .se-contents__chance {
        width: 92%;
        margin: 0 auto 70px;
    }

    .se-contents__chance .chance_box {
        text-align: center;
    }

    .se-contents__chance .chance_box figure {
        width: 90%;
        margin: 0 auto 1em;
    }

    .se-contents__chance .chance_box h4 {
        font-size: 1.4rem;
        letter-spacing: normal;
    }

    .se-contents__chance .chance_box h4 .borderline {
        font-size: 1.8rem;
    }

    .se-contents__chance .chance_contents {
        margin-top: 40px;
    }

    .se-contents__chance .chance_contents .flex {
        margin-bottom: 25px;
    }

    .se-contents__chance .chance_contents .flex {
        align-items: flex-start;
    }

    .se-contents__chance .chance_contents .flex .acmin-pro-c {
        margin-top: 0;
        font-size: 5.2rem;
        line-height: 1;
    }

    .se-contents__chance .chance_contents .flex h3 {
        margin-left: 6%;
        line-height: 1.7;
    }

    .se-contents__chance .chance_contents .flex h3 span.animation_line>span {
        line-height: 1.3;
    }

    .se-contents__chance .chance_ico {
        width: 100px;
        right: 0;
        top: auto;
        bottom: -40px;
    }

}

/*se-contents__entry*/
.se-contents__entry {
    margin-bottom: 8vw;
}

@media screen and (max-width:767px) {
    .se-contents__entry {
        margin-bottom: 70px;
    }

}

/*se-contents__note*/
.se-contents__note {
}

.se-contents__note .note_box {
    margin-bottom: 4.5vw;
}

.se-contents__note .note_box:last-child {
    margin-bottom: 0;
}

.se-contents__note .t_center {
    text-align: center;
}

.se-contents__note .note_box h2 {
    margin-bottom: 3.4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-size: clamp(18px, calc(18px + (20 - 18) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__note .note_box .scroll_box {
    height: 250px;
    overflow-y: scroll;
    line-height: 1.7;
}

.se-contents__note .note_box .scroll_box h3 {
    margin-bottom: .8em;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 768px) / (1366 - 768))), 18px);
}

.se-contents__note .note_box .scroll_box h4 {
    margin: 1em 0 .5em;
    font-weight: bold;
}

.se-contents__note .note_box .scroll_box h5 {
    margin: 30px auto .8em;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 768px) / (1366 - 768))), 17px);
}

.se-contents__note .note_box .scroll_box p {
    margin-bottom: 20px;
}

.se-contents__note .note_box .scroll_box ul {
    margin-bottom: 30px;
}

.se-contents__note .note_box .scroll_box ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.se-contents__note .note_box .scroll_box a {
    text-decoration: underline;
}

.se-contents__note .note_box .scroll_box::-webkit-scrollbar {
    width: 7px;
}

.se-contents__note .note_box .scroll_box::-webkit-scrollbar-track {
    background-color: #dedffd;
}

.se-contents__note .note_box .scroll_box::-webkit-scrollbar-thumb {
    background-color: #c0c3ff;
}

.se-contents__note .note_box:last-child ul li {
    margin-bottom: .5em;
}

@media screen and (max-width:767px) {
    .se-contents__note .note_box {
        margin-bottom: 50px;
    }

    .se-contents__note .note_box h3 {
        font-size: 1.5rem;
    }

    .se-contents__note .note_box h5 {
        font-size: 1.6rem;
    }

}

/*se-contents__faq*/
.se-contents__faq {
    margin-bottom: 7vw;
}

.se-contents__faq .faq_box:first-child {
    margin-top: 33px;
}

.se-contents__faq .faq_box {
    margin-top: 4.5vw;
}

.se-contents__faq .faq_box .faq_ttl {
    margin-bottom: 25px;
    padding: 14px 0 15px;
    font-weight: bold;
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1366 - 768))), 20px);
}

.se-contents__faq .faq_box .se-question {
    width: 100%;
    margin-bottom: 66px;
}

.se-contents__faq .faq_box .se-question:last-child {
    margin-bottom: 0;
}

.se-contents__faq .faq_box .se-question .question__container .faq__box {
    margin-bottom: 20px;
    border: solid 1px #CBCBCB;
}

.se-contents__faq .faq_box .se-question .question__container .question__title {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 14px 6% 14px 3.8%;
    font-weight: bold;
    font-size: clamp(15px, calc(15px + (16 - 15) * ((100vw - 768px) / (1366 - 768))), 16px);
}

.se-contents__faq .faq_box .se-question .question__container .question__title:before,
.se-contents__faq .faq_box .se-question .question__container .question__title:after {
    content: '';
    display: block;
    background-color: #C0C3FB;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 3px;
}

.se-contents__faq .faq_box .se-question .question__container .question__title:after {
    transform: rotate(90deg);
    transition-duration: .5s;
}

.se-contents__faq .faq_box .se-question .question__container .question__title span.font-rubik {
    display: block;
    width: 45px;
    font-weight: normal;
    font-style: italic;
    font-size: clamp(29px, calc(29px + (32 - 29) * ((100vw - 768px) / (1366 - 768))), 32px);
    color: #C0C3FB;
}

.se-contents__faq .faq_box .se-question .question__container .question__title.is-active:before {
    opacity: 0;
}

.se-contents__faq .faq_box .se-question .question__container .question__title.is-active:after {
    transform: rotate(0);
}

.se-contents__faq .faq_box .se-question .question__container .question__content {
    position: relative;
    height: 0;
    margin-left: 45px;
    padding: 0 3.8%;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .5s;
}

.se-contents__faq .faq_box .se-question .question__container .question__content.is-open {
    margin: 0 0 35px 45px;
    line-height: normal;
    height: auto;
    opacity: 1;
}

/*.faq_box_purple*/
.se-contents__faq .faq_box_purple .faq_ttl,
.se-contents__faq .faq_box_purple .se-question .question__container .question__title:before,
.se-contents__faq .faq_box_purple .se-question .question__container .question__title:after {
    background-color: #C0C3FB;
}

.se-contents__faq .faq_box_purple .se-question .question__container .question__title span.font-rubik {
    color: #C0C3FB;
}

/*.faq_box_pink*/
.se-contents__faq .faq_box_pink .faq_ttl,
.se-contents__faq .faq_box_pink .se-question .question__container .question__title:before,
.se-contents__faq .faq_box_pink .se-question .question__container .question__title:after {
    background-color: #FDB8FB;
}

.se-contents__faq .faq_box_pink .se-question .question__container .question__title span.font-rubik {
    color: #FDB8FB;
}

/*.faq_box_blue*/
.se-contents__faq .faq_box_blue .faq_ttl,
.se-contents__faq .faq_box_blue .se-question .question__container .question__title:before,
.se-contents__faq .faq_box_blue .se-question .question__container .question__title:after {
    background-color: #B3FBF3;
}

.se-contents__faq .faq_box_blue .se-question .question__container .question__title span.font-rubik {
    color: #B3FBF3;
}

/*.faq_box_yellow*/
.se-contents__faq .faq_box_yellow .faq_ttl,
.se-contents__faq .faq_box_yellow .se-question .question__container .question__title:before,
.se-contents__faq .faq_box_yellow .se-question .question__container .question__title:after {
    background-color: #FEDC50;
}

.se-contents__faq .faq_box_yellow .se-question .question__container .question__title span.font-rubik {
    color: #FEDC50;
}

@media screen and (max-width:767px) {
    .se-contents__faq {
        margin-bottom: 70px;
    }

    .se-contents__faq .inner {
        padding: 55px 5.7% 40px;
    }

    .se-contents__faq .faq_box {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .se-contents__faq .faq_box .faq_ttl {
        padding: 14px 3.8%;
        margin-bottom: 17px;
    }

    .se-contents__faq .faq_box .se-question .question__container .faq__box {
        margin-bottom: 15px;
    }

    .se-contents__faq .faq_box .se-question .question__container .question__title {
        padding: 14px 10% 14px 3.8%;
        font-size: 1.4rem;
    }

    .se-contents__faq .faq_box .se-question .question__container .question__title span {
        width: 76%;
    }

    .se-contents__faq .faq_box .se-question .question__container .question__title span.font-rubik {
        width: 41px;
    }

    .se-contents__faq .faq_box .se-question .question__container .question__title:before,
    .se-contents__faq .faq_box .se-question .question__container .question__title:after {
        right: 10px;
    }

}