@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
body {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
}
.sp {
    display: none;
}
.inner {
    width: 100%;
    padding: 0 4%;
}
img {
    max-width: 100%;
}
.fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}
@media screen and (max-width:1000px) {
    .inner {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.pc_back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ffe5f2 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ffe5f2 calc(100% - 1px));
    background-size: 30px 30px;
    background-color: #fcd5e9;
}
#wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.loop {
    animation: loop 40s linear infinite;
    font-size: 9rem;
    width: 100%;
    mix-blend-mode: overlay;
}
.loop2{
    position: absolute;
    font-size: 9rem;
    top: 0;
    left: 0;
    animation: loop 40s -20s linear infinite;
    mix-blend-mode: overlay;
}
.back_left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 600px);
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.back_left .logo {
    width: 300px;
    margin-bottom: 20px;
}
.back_left .service-logo {
    width: 100%;
}
.back_left .service-text {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 30px 0;
    line-height: 1.7;
}
.btn-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.btn-wrap .anchor {
    position: relative;
    border: solid 2px #fff;
    width: calc(50% - 10px);
    border-radius: 6px;
    z-index: 2;
    line-height: 1;
}
.btn-wrap .anchor .anchor-in {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    gap: 10px;
    border-radius: 6px;
    display: flex;
    z-index: 2;
    line-height: 1;
}
.btn-wrap .anchor::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    top: 5px;
    right: -5px;
    z-index: -1;
}
.btn-wrap .anchor span {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
}
.btn-wrap .anchor i {
    display: block;
    width: 10px;
    height: 10px;
}
.btn-wrap .anchor i img {
    vertical-align: bottom;
}
.btn-wrap .anchor.sc .anchor-in {
    background-color: #ff3d5f;
}
.btn-wrap .anchor.pd .anchor-in {
    background-color: #7c40ec;
}
#mainContent {
    position: absolute;
    right: 120px;
    width: 400px;
    min-height: 100vh;
    margin: 0 auto;
}
.content-wrap {
    margin-top: 80px;
    border-radius: 20px 20px 0 0;
    border: solid 5px #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ffe5f2 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ffe5f2 calc(100% - 1px));
    background-size: 30px 30px;
    background-color: #fcd5e9;
}
.content-wrap.thanks-page {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.2) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.2) calc(100% - 1px));
    background-size: 30px 30px;
    background-color: #1b1b41;
    position: relative;
}

@media screen and (max-width:1000px) {
    #wrap {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .back_left {
        display: none;
    }
    #mainContent {
        width: 100%;
        position: relative;
        top: unset;
        right: unset;
    }
    .content-wrap {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
}

.main_header {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    z-index: 99;
    position: relative;
}
.main_header .header-logo {
    display: block;
    width: 220px;
}
@media screen and (max-width:1000px) {
    .main_header .site-logo {
        width: 180px;
    }
}
.thanks-page .main_header {
    background-color: #fff;
}
.thanks-page main {
    z-index: 2;
}

.mv {
    width: 100%;
    padding: 20px 0 60px;
}
.mv .mv-text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0;
}
.mv .btn-wrap {
    gap: 6px;
}
.mv .btn-wrap .anchor span {
    font-size: 1.6rem;
}
.mv .btn-wrap .anchor {
    width: calc(50% - 6px);
}
.mv .mv_content .mv_catch {
    width: 95%;
    position: absolute;
    left: 0px;
    bottom: 150px;
}
.mv .mv_content .mv_main_logo {
    width: 90%;
    margin: 0 auto;
}

.mv_lower {
    background: linear-gradient(135deg, rgba(26,37,91,1) 0%, rgba(3,8,28,1) 100%);
    padding: 40px 0;
}
.mv_usp_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mv_usp_list .mv_usp_item {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    border: solid 1px #fff;
    padding: 20px 20px 20px 40px;
    line-height: 1.7;
}
.mv_usp_list .mv_usp_item::before {
    content: url(../images/check_box.svg);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 28px;
    left: 10px;
}
.mv_usp_list .mv_usp_item .under_red {
    background: linear-gradient(transparent 75%, #d7000e 25%);
}

#short-comedy {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4bfd6 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f4bfd6 calc(100% - 1px));
    background-size: 30px 30px;
    background-color: #ee98bd;
    padding-bottom: 60px;
}
.section-title {
    position: relative;
    transform: translateY(-20px);
    overflow: hidden;
    z-index: 2;
}
.title-slider-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #ff3d5f;
    padding: 10px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(4deg);
    gap: 20px;
    z-index: 1;
    top: 34px;
}
.title-slider {
    animation: scroll-right 20s infinite linear .5s both;
    display: flex;
    gap: 20px;
}
.title-slide {
    width: 500px;
}
.title-slide img {
    display: block;
    width: 100%;
}

.title-slider-wrap.en-wrap {
    background-color: #fff;
    border-top: 2px solid #ff3d5f;
    border-bottom: 2px solid #ff3d5f;
    transform: rotate(-2deg);
    z-index: 0;
    top: -34px;
}
.title-slider-wrap.en-wrap .title-slider {
    animation: scroll-left 20s infinite linear .5s both;
}
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.sec-desc {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
}
.video-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
video {
    width: 80%;
    max-width: 100%;
    border: solid 2px #fff;
    border-radius: 20px;
}

#podcast {
    background-image: linear-gradient(180deg, rgba(221, 169, 251, 1), rgba(255, 203, 201, 1));
    padding-bottom: 90px;
    position: relative;
}
#podcast::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.4) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.4) calc(100% - 1px));
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#podcast .title-slider-wrap {
    background-color: #7c40ec;
}
#podcast .title-slider-wrap.en-wrap {
    background-color: #fff;
    border-top: 2px solid #7c40ec;
    border-bottom: 2px solid #7c40ec;
}
#podcast .title-slider-wrap.en-wrap .title-slide {
    width: 400px;
}
#podcast .inner {
    position: relative;
}
.coming-soon {
    margin-top: 30px;
}
.comment_name {
    display: flex;
    align-items: center;
}
.comment_name .comment_img {
    position: relative;
    z-index: 2;
}
.comment_name .name {
    font-size: 2rem;
    font-weight: 800;
    color: #1b1b41;
    background-color: #fff;
    padding: 5px 25px 5px 35px;
    border-radius: 0 10px 10px 0;
    transform: translateX(-10px);
    position: relative;
    z-index: 1;
    border: solid 2px #1b1b41;
    border-bottom: solid 6px #1b1b41;
}
.comment_inner {
    position: relative;
    border: solid 1px #3f1194;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px));
    background-size: 10px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.comment_inner .comment_q {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1b1b41;
    line-height: 1.5;
    margin-top: 10px;
}
.comment_inner .comment_a {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 10px 0 25px;
    color: #ff3d5f;
}

#tsubuyaki {
    background-color: #1b1b41;
    padding: 45px 0 60px;
    position: relative;
}
#tsubuyaki::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.2) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.2) calc(100% - 1px));
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#tsubuyaki .inner {
    position: relative;
}
#tsubuyaki .post-text {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 0;
}
#tsubuyaki .q_head {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 25px 0 10px;
    text-align: center;
}
#tsubuyaki .question {
    position: relative;
    border: solid 1px #3f1194;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.05) calc(100% - 1px));
    background-size: 10px 10px;
    margin-bottom: 15px;
}
#tsubuyaki .question select {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1b1b41;
}
#tsubuyaki .question input[type="text"] {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1b1b41;
}
#tsubuyaki .question .q {
    margin-right: 4px;
}
#tsubuyaki .question .q,
#tsubuyaki .question .q-text {
    font-weight: 900;
    line-height: 1.5;
    color: #1b1b41;
}
#tsubuyaki textarea {
    width: 100%;
    height: 10em;
    border: solid 1px #3f1194;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
}
#tsubuyaki .caution {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    margin: 25px 0 10px;
    text-align: center;
}
#tsubuyaki .post-submit {
    display: block;
    width: 200px;
    margin: 0 auto;
    background: none;
    outline: none;
    border: none;
}

.about-temp {
    padding: 60px 0;
}
.about-txt {
    margin-top: 20px;
}

.cta-wrap {
    padding-top: 40px;
}
.cta-text {
    font-size: 1.4rem;
    text-align: center;
}
.cta-text .emp {
    font-size: 1.8rem;
    font-weight: 900;
}

footer {
    padding: 30px 0 100px;
    background-color: #fff;
    position: relative;
    z-index: 4;
}
footer .footer_bnr {
    display: block;
    margin: 10px 0 40px;
}
footer .sns-share-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}
footer .sns-share-btns .sns-share-btn {
    display: block;
    width: 50px;
}
footer .logo {
    width: 240px;
    margin: 0 auto;
}
footer .ft_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 20px 0 25px;
}
footer .ft_nav .ft_nav_link {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
}
footer .copyright {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
}

.thanks-sec {
    padding: 50px 0;
}
.thanks-img {
    width: 200px;
    margin: 20px auto;
}
.thanks-text {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
}
.share-btn {
    display: block;
    width: 200px;
    margin: 30px auto 10px;
}
.top-btn {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

section {
    position: relative;
}
section .inner {
    position: relative;
    z-index: 2;
}
.il {
    position: absolute;
    z-index: 1;
}
.il01 {
    width: 30px;
    top: -30px;
    right: 80px;
    transform: rotate(40deg);
}
.il02 {
    width: 50px;
    top: 0;
    right: 0;
}
.il03 {
    width: 70px;
    top: 0;
    left: 0;
}
.il04 {
    width: 60px;
    top: 110px;
    right: -15px;
}
.il05 {
    width: 60px;
    top: 150px;
    left: -8px;
}
.il06 {
    width: 50px;
    top: 270px;
    left: -10px;
}
.il07 {
    width: 37px;
    top: 360px;
    right: -10px;
    transform: rotate(10deg);
}
.il08 {
    width: 60px;
    top: 230px;
    right: 0;
    z-index: 3;
}
.il09 {
    width: 40px;
    top: 350px;
    left: 0;
}
.il10 {
    width: 60px;
    top: 20px;
    left: 40px;
}
.il11 {
    width: 50px;
    top: 60px;
    right: 110px;
}
.il12 {
    display: none;
}
.il13 {
    width: 50px;
    top: 200px;
    left: -20px;
}
.il14 {
    width: 40px;
    top: 300px;
    right: 0px;
}
.il15 {
    width: 50px;
    top: 380px;
    left: -10px;
}
.il16 {
    width: 90px;
    top: 490px;
    right: -20px;
}
.il17 {
    width: 180px;
    top: 520px;
    left: -50px;
}
.il18 {
    width: 50px;
    top: 680px;
    right: 15px;
}
.il19 {
    width: 40px;
    top: 800px;
    right: 8px;
}
.il20 {
    width: 50px;
    top: 870px;
    left: 8px;
}
.il21 {
    width: 100px;
    top: 970px;
    right: -10px;
}
.il22 {
    width: 50px;
    top: 1100px;
    left: -10px;
}
.il23 {
    width: 180px;
    top: 1300px;
    right: -10px;
}
.il24 {
    width: 50px;
    top: 1280px;
    left: 10px;
}
.il25 {
    width: 60px;
    top: 1420px;
    left: 5px;
}
.il26 {
    width: 50px;
    top: 1480px;
    right: 5px;
}
.il27 {
    width: 80px;
    top: 20px;
    left: 100px;
}
.il28 {
    top: 66px;
    left: 0;
}
.il29 {
    width: 60px;
    top: 90px;
    right: 140px;
}
.il30 {
    width: 100px;
    top: 80px;
    right: -20px;
}
.il31 {
    width: 40px;
    top: 210px;
    right: 10px;
}
.il32 {
    width: 90px;
    top: 250px;
    left: -40px;
}
.il33 {
    width: 50px;
    bottom: 30px;
    right: 20px;
}
.il34 {
    width: 60px;
    bottom: 10px;
    left: 70px;
}
.il35 {
    width: 90px;
    bottom: 10px;
    right: 110px;
}
.il36 {
    width: 60px;
    top: 20px;
    left: 120px;
}
.il37 {
    width: 40px;
    top: 35px;
    left: 0px;
}
.il38 {
    width: 60px;
    top: 150px;
    right: -10px;
}
.il39 {
    width: 80px;
    top: 210px;
    left: -30px;
}
.il40 {
    width: 20px;
    top: 300px;
    right: 5px;
}
.il41 {
    width: 80px;
    bottom: 20px;
    left: 10px;
}
.il42 {
    width: 80px;
    bottom: 20px;
    right: 10px;
}
.il43 {
    width: 60px;
    top: 35px;
    left: 10px;
}
.il44 {
    width: 60px;
    top: 10px;
    right: 50px;
}
.il45 {
    width: 60px;
    top: 70px;
    right: -30px;
}
.il46 {
    width: 90%;
    bottom: 50px;
    left: 0px;
}
.il47 {
    bottom: 100px;
    left: 0px;
}
.il48 {
    width: 100px;
    top: 140px;
    left: 100px;
}
.il49 {
    width: 70px;
    bottom: 120px;
    right: -15px;
}
.il50 {
    width: 80px;
    bottom: 220px;
    right: -5px;
}
.il51 {
    width: 80px;
    bottom: -20px;
    right: -5px;
}
.il01t {
    width: 96%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.il02t {
    width: 96%;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.pc01 {
    width: 750px;
    position: absolute;
    top: 20px;
    right: calc(50% - 800px);
    z-index: 1;
}
.pc02 {
    width: 820px;
    position: absolute;
    top: 20px;
    left: calc(50% - 960px);
    z-index: 1;
}

/* TikTok embed */
.video-item {
    width: 100%;
    border: solid 2px #fff;
    border-radius: 20px;
    overflow: hidden;
}
.video-item iframe {
    border-radius: 20px;
    width: 100%;
}

.floating_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    padding: 20px 0;
}
.floating_btn .ft_btn {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.floating_btn.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media screen and (min-width: 1001px) {
    .floating_btn {
        width: 400px;
    }
}