@charset "UTF-8";
/*
Theme Name: news zero Next Creators Contest
Description: news zero Next Creators Contest
Version: 2026.6
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Zen Kaku Gothic New", sans-serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    transition: opacity 1s ease;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
    opacity: 0;
}
body.show {
    opacity: 1;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-all;
    text-align: left;
    cursor: pointer;
}
.pc_view a:hover {
    opacity: 0.75;
}
.pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /* word-break: keep-all; */
    /* word-wrap: normal; */
    overflow-wrap: break-word;
    letter-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    line-height: 1.6em;
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.outline {
    position: relative;
    min-width: 1000px;
    margin: 0 auto;
}
.main {
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
}
.f_en {}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
header {
    background: #fff;
    z-index: 1000;
    position: relative;
    padding-bottom: 1px;
}
header ul {
    display: flex;
    background: #222;
    gap: 24px;
    padding: 1px 25px;
}
header ul li {}
header ul li a {
    display: block;
    font-size: 10px;
    color: #fff;
    line-height: 1.5em;
    padding: 4px 0 5px 0;
}
header .logo {
    display: block;
    width: 73px;
    margin: 20px auto;
}
.gmenu .bt_menu {}
footer {
    position: relative;
    z-index: 1000;
    background: #222;
    display: flex;
    align-items: center;
    padding: 20px 70px;
}
footer .logo {
    display: block;
    width: 90px;
}
footer .copyright {
    text-align: center;
    font-size: 14px;
    margin: 14px 0 0 20px;
    color: #ffff;
}
.main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.main .btstyle1 {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid #fff;
    background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
    position: relative;
    font-size: 22px;
    box-shadow: 3px 4px 4px #0000001f;
}
.main .btstyle1.gold {
    background: linear-gradient(to right, rgba(230, 221, 180, 1) 1%, rgba(202, 189, 137, 1) 100%);
}
.main .btstyle1.black {
    background: #000;
    color: #fff;
}
.main .btstyle1.download {
    font-size: 18px;
    width: 332px;
    height: 66px;
    margin: 21px 0 10px 0;
}
.pc_view .main .btstyle1:hover {
    opacity: 1;
    transform: scale(1.03);
}
.main .btstyle1::after {
    top: 50%;
    right: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #000;
    border-width: 10px;
    margin-top: -4px;
    transform: scale(0.6, 1);
}
.main .btstyle1.download::after {
    width: 30px;
    height: 30px;
    background: url(../images/icon_download.webp) no-repeat center center / contain;
    border: none;
    content: "";
    position: relative;
    top: auto;
    right: 0;
    transform: none;
    margin: 0 -15px 0 15px;
}
.main .btstyle1 span {
    display: block;
}
.main .btfixed {
    position: fixed;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 50%;
    transform: translate(0, -50%);
    width: 68px;
    height: 250px;
    border-radius: 20px 0 0 20px;
    border-right: none;
    justify-content: center;
    z-index: 1000;
}
.main .btfixed::after {
    top: auto;
    bottom: auto;
    margin: 13px 0 -16px 0;
    right: auto;
    position: relative;
}
.main .btfixed span {
    letter-spacing: 0.1em;
}
.pc_view .main .btfixed:hover {
    transform: translate(0, -50%);
    width: 74px;
}
.main .visual {
    z-index: 100;
    height: calc(100vh - 92px);
    height: calc(100dvh - 92px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    isolation: isolate;
}
.main .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    z-index: 0;
    background: #000;
}
.main .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all ease;
    object-position: 55% 50%;
}
.main .visual>.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.main .visual h1 {
    width: 460px;
}
.main .visual h1 img {}
.main .visual h1 span {
    text-align: center;
    display: block;
    font-weight: 800;
    font-size: 29px;
    line-height: 1.5em;
}
.main .visual .copy {
    font-size: 33px;
    text-align: center;
    margin-top: 40px;
}
.main .visual .copy span {
    display: flex;
    justify-content: center;
    font-size: 22px;
    line-height: 1em;
    position: relative;
    align-items: center;
    gap: 14px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.main .visual .copy span::before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #000000;
    border-width: 20px;
    transform: scale(1, 0.3);
}
.main .visual .copy span::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #000000;
    border-width: 20px;
    transform: scale(1, 0.3);
}
.main .visual .info {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.main .visual .info .period {
    background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 100px;
    padding: 0 50px 0 18px;
    margin-right: -20px;
}
.main .visual .info .period .title {
    background: #000;
    color: #fff;
    width: 152px;
    line-height: 48px;
    text-align: center;
    border-radius: 100px;
    margin-right: 20px;
}
.main .visual .info .period .time {
    font-size: 26px;
    line-height: 1em;
}
.main .visual .info .period .time strong {
    font-size: 38px;
    line-height: 1em;
}
.main .visual .info .period .time span {
    display: inline-block;
    margin: 0 0 0 -11px;
    line-height: 1em;
}
.pc_view .main .visual .info .btstyle1 {
    display: flex !important;
}
.main .intro {
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 24%, rgba(255, 255, 255, 0.7) 100%);
    padding: 150px 0 200px 0;
    margin-bottom: -62px;
}
.main .intro>.inner {}
.main .intro .text {
    font-size: 22px;
    text-align: center;
    line-height: 3em;
}
.main .intro .text a {
    display: inline-block;
    color: #7FA318;
    border-bottom: 2px solid #8FB523;
    line-height: 1.5em;
}
.main .gmenu {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
    max-width: 1240px;
    width: 94%;
    left: 50%;
    transform: translate(-50%, 0);
}
.main .gmenu.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.pc_view .main .gmenu nav {
    opacity: 1 !important;
    display: block !important;
}
.main .gmenu nav {
    display: block;
}
.main .gmenu nav ul {
    display: flex;
    gap: 25px;
    height: 80px;
    align-items: center;
    justify-content: center;
}
.main .gmenu nav ul li {
    width: calc((100% - 75px) / 4);
}
.main .gmenu nav ul li a {
    width: 100%;
}
.main .content {
    padding-top: 62px;
}
.main .content .news {
    background: #000;
    position: relative;
    padding: 150px 0 120px 0;
}
.main .content .news>.inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 94%;
}
.main .content .news h2 {
    color: #fff;
    font-size: 54px;
    line-height: 1em;
    margin-top: 13px;
}
.main .content .news ul {
    width: calc(100% - 250px);
}
.main .content .news ul li {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.15) 100%);
    height: 80px;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 0 43px;
    justify-content: space-between;
}
.main .content .news ul li .date {
    letter-spacing: 0.05em;
}
.main .content .news ul li .title {
    width: calc(100% - 140px);
}
.main .content .news ul li .title a {
    color: #fff;
    text-decoration: underline;
}
.main .content .intro {
    padding: 100px 0 0 0;
    background: url(../images/bg_intro.webp) no-repeat calc(50% + 560px) top / 1142px auto;
    position: relative;
    z-index: 100;
}
.main .content .intro>.inner {
    width: calc(100% - 140px);
    margin: 0 auto 0 auto;
    height: 800px;
    position: relative;
}
.main .content .intro>.inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -65px;
    left: 11%;
    width: 263px;
    height: 342px;
    background: url(../images/img_illust1.webp) no-repeat center center / contain;
}
.main .content .intro .img {
    position: absolute;
    left: 0;
    width: 83%;
    height: 630px;
}
.main .content .intro .img img {
    border-radius: 130px;
}
.main .content .intro .img2 {
    left: auto;
    right: 0;
    top: auto;
    bottom: -20px;
    height: 400px;
    width: 47%;
}
.main .content .intro .img2.active {
    bottom: 0;
}
.main .content .intro .img2 img {
    border-radius: 80px;
}
.main .content .sec {
    position: relative;
    background: #ffffffb3;
}
.main .content .sec>.inner {
    padding: 120px 0 120px 0;
}
.main .content .sec h2 {
    text-align: center;
    line-height: 1em;
    font-size: 64px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}
.main .content .sec h2 .mini {
    display: block;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 12px;
}
.main .content .sec h2 .jp {
    font-size: 20px;
    background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
    line-height: 1em;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 18px;
}
.main .content .bumper {
    background: #ffffffb3;
}
.main .content .bumper .video {
    width: 800px;
    margin: 0 auto;
}
.main .content .bumper .video video {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.main .content .bumper .text {
    text-align: center;
    font-size: 22px;
    line-height: 2.4em;
    margin-top: 50px;
}
.main .content .theme {
    background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
}
.main .content .theme h2 .jp {
    background: #000;
    color: #fff;
}
.main .content .theme .lead {
    width: 420px;
    height: 136px;
    margin: 0 auto;
    position: relative;
    transition: all ease 1s;
    opacity: 0;
}
.main .content .theme .lead.active {
    opacity: 1;
}
.main .content .theme .lead span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    width: 100%;
    height: 100%;
}
.main .content .theme .lead::before,
.main .content .theme .lead::after,
.main .content .theme .lead span::before,
.main .content .theme .lead span::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    transition: all ease 1s +0.3s;
    opacity: 0;
}
.main .content .theme .lead::before {
    left: -15px;
    top: -20px;
    border-radius: 15px 0 0 0;
    border-top: 2px solid #000;
    border-left: 2px solid #010;
}
.main .content .theme .lead.active::before {
    opacity: 1;
    left: 0;
    top: 0;
}
.main .content .theme .lead::after {
    right: -15px;
    top: -20px;
    border-radius: 0 15px 0 0;
    border-top: 2px solid #000;
    border-right: 2px solid #010;
}
.main .content .theme .lead.active::after {
    opacity: 1;
    right: 0;
    top: 0;
}
.main .content .theme .lead span::before {
    right: -15px;
    bottom: -20px;
    border-radius: 0 0 15px 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #010;
}
.main .content .theme .lead.active span::before {
    opacity: 1;
    right: 0;
    bottom: 0;
}
.main .content .theme .lead span::after {
    left: -15px;
    bottom: -20px;
    border-radius: 0 0 0 15px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #010;
}
.main .content .theme .lead.active span::after {
    opacity: 1;
    left: 0;
    bottom: 0;
}
.main .content .theme .text {
    text-align: center;
    font-size: 22px;
    line-height: 2.4em;
    margin-top: 60px;
}
.main .content .sample {
    background: url(../images/img_bumper.webp) no-repeat center center / cover;
    height: 460px;
    position: relative;
}
.main .content .division {
    background: #fff;
}
.main .content .division .fbox {
    display: flex;
}
.main .content .division .fbox .box {
    width: calc(100% / 3);
    background: url(../images/img_division_real.webp) no-repeat center center / cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 0 0;
    position: relative;
    transition: all ease 1s;
    opacity: 0;
    transform: scale(0.9);
}
.main .content .division .fbox .box.active {
    opacity: 1;
    transform: scale(1);
}
.main .content .division .fbox .box::before {
    content: "";
    background: linear-gradient(to bottom, #00000000 0%, #000 100%);
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main .content .division .fbox .box.cg {
    background-image: url(../images/img_division_cg.webp);
}
.main .content .division .fbox .box.ai {
    background-image: url(../images/img_division_ai.webp);
}
.main .content .division .fbox .box .label {
    font-size: 100px;
    line-height: 1em;
    font-weight: 100;
    position: relative;
}
.main .content .division .fbox .box .info {
    padding: 50px 30px;
    position: relative;
    max-width: 420px;
    margin: 268px auto 0 auto;
}
.main .content .division .fbox .box .info .title {
    font-size: 32px;
    text-align: center;
}
.main .content .division .fbox .box .info .text {
    font-size: 16px;
    margin-top: 20px;
}
@media screen and (max-width: 1440px) {
    .main .content .division .fbox .box .info .title {
        font-size: 2.23vw;
        text-align: center;
    }
    .main .content .division .fbox .box .info .text {
        font-size: 1.11vw;
        margin-top: 20px;
    }
}
.main .content .division .note {
    text-align: center;
    font-size: 18px;
    margin-top: 55px;
}
.main .content .prize {}
.main .content .prize .lead {
    text-align: center;
    font-size: 26px;
    margin: -20px 0 0 0;
}
.main .content .prize .fbox {
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0 auto;
    width: 94%;
}
.main .content .prize .fbox .box {
    width: calc(50% - 34px);
    background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
    border-radius: 20px;
    padding: 34px 0 0 0;
    position: relative;
}
.main .content .prize .fbox .box::before {
    content: "";
    position: absolute;
    left: -30px;
    top: -27px;
    width: 145px;
    height: 146px;
    background: url(../images/icon_prize1.webp) no-repeat center center / contain;
}
.main .content .prize .fbox .box.second::before {
    background-image: url(../images/icon_prize2.webp);
}
.main .content .prize .fbox .box .title {
    text-align: center;
    font-size: 30px;
}
.main .content .prize .fbox .box .num {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}
.main .content .prize .fbox .box .num::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 14px;
    height: 26px;
    width: 130px;
    background: #fff;
    transform: translate(-50%, 0);
    border-radius: 100px;
    opacity: 0.7;
}
.main .content .prize .fbox .box .num>span {
    font-size: 94px;
    display: block;
    line-height: 1em;
    position: relative;
}
.main .content .prize .fbox .box .num>span>span {
    font-size: 43px;
}
.main .content .prize .fbox .box .info {
    padding: 30px 0;
    border-top: 2px solid #ffffff4d;
    margin-top: 30px;
}
.main .content .prize .fbox .box .info .text {
    text-align: center;
    font-size: 20px;
}
.main .content .entry {
    background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
}
.main .content .entry h2 .jp {
    background: #000;
    color: #fff;
}
.main .content .entry .insec {
    max-width: 1100px;
    margin: 0 auto;
    width: 94%;
}
.main .content .entry .insec+.insec {
    margin-top: 90px;
}
.main .content .entry .insec h3 {
    display: flex;
    align-items: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.main .content .entry .insec h3::before {
    content: "";
    display: block;
    width: 43px;
    height: 43px;
    background: url(../images/icon_circle.webp) no-repeat center center / contain;
    margin-right: 18px;
}
.main .content .entry .insec.flow .text {
    font-size: 20px;
}
.main .content .entry .insec .text a {
    text-decoration: underline;
}
.main .content .entry .insec.flow .notice {
    background: #ffffffb3;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 24px;
}
.main .content .entry .insec.flow .notice .title {
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 1.8em;
    font-size: 16px;
}
.main .content .entry .insec.flow .notice .text {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 15px;
}
.main .content .entry .insec.schedule .fbox {
    display: flex;
    gap: 40px;
}
.main .content .entry .insec.schedule .fbox .box {
    width: calc((100% - 80px) / 3);
    background: #ffffffb3;
    border-radius: 10px;
    position: relative;
}
.main .content .entry .insec.schedule .fbox .box+.box::before {
    left: -27px;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 16px;
    margin-top: -16px;
}
.main .content .entry .insec.schedule .fbox .box .period {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 18px 0;
    border-radius: 10px 10px 0 0;
}
.main .content .entry .insec.schedule .fbox .box .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 72px);
    box-sizing: border-box;
    padding: 35px 0;
}
.main .content .entry .insec.schedule .fbox .box .info .text {
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
}
.main .content .entry .insec.schedule .fbox .box .info .text.big {}
.main .content .entry .insec.schedule .fbox .box .info .note {
    font-size: 13px;
    text-align: center;
    line-height: 1.8em;
    opacity: 0.5;
    margin-top: 10px;
}
.main .content .entry .insec.schedule>.note {
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.6em;
}
.main .content .entry .insec.overview dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.8em;
}
.main .content .entry .insec.overview dl dt {
    width: 190px;
    border-bottom: 1px solid #0000004d;
    padding: 20px 0;
}
.main .content .entry .insec.overview dl dd {
    width: calc(100% - 190px);
    border-bottom: 1px solid #0000004d;
    padding: 20px 0;
}
.main .content .entry .insec.overview dl dd .text {
    line-height: 1.8em;
}
.main .content .entry .insec.overview dl dd .note {
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 10px;
}
.main .content .entry .insec.overview dl dd .size {
    width: 431px;
    margin: 10px 0 15px 0;
}
.main .content .entry .insec.overview dl dd strong {
    color: #D61A1A;
}
.main .content .entry .insec.overview dl dd .text a {
    display: inline-block;
    margin: 16px 0 10px 0;
}
.main .content .entry .insec.overview dl dd .fbox {
    display: flex;
    gap: 25px;
    margin: 17px 0 23px 0;
}
.main .content .entry .insec.overview dl dd .fbox button {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.remodal-overlay {
    background: #000000b3;
    z-index: 1000000;
}
.remodal-wrapper {
    z-index: 1000001;
    padding: 30px 70px;
}
.remodal {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    position: relative;
    min-width: 860px;
    background: no-repeat;
}
.remodal-close {
    right: -30px;
    left: auto;
    top: -30px;
    width: 54px;
    height: 54px;
    background: #000;
    border-radius: 120px;
}
.remodal-close::before {
    display: none;
}
.remodal-close::before,
.remodal-close::after {
    display: block;
    position: absolute;
    content: "";
    width: 27px;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
}
.remodal-close::after {
    transform: translate(-50%, 0) rotate(45deg);
}
.remodal>.inner {
    text-align: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
.remodal>.inner .img img {
    border-radius: 20px;
}
.main .content .entryform {
    background: #000;
    position: relative;
    color: #fff;
    padding: 100px 0;
}
.main .content .entryform>.inner {
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
}
.main .content .entryform h2 {
    font-size: 24px;
    text-align: center;
}
.main .content .entryform .detail {
    background: #fff;
    overflow: scroll;
    height: 225px;
    border-radius: 10px;
    margin-top: 30px;
}
.main .content .entryform .detail>.inner {
    padding: 35px;
    color: #000;
    font-size: 14px;
    line-height: 1.8em;
}
.main .content .entryform .detail>.inner strong {
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 8px;
}
.main .content .entryform .agree {
    margin-top: 37px;
}
.main .content .entryform .agree .title {
    font-size: 18px;
    text-align: center;
}
.main .content .entryform .agree .checkarea {
    width: 400px;
    margin: 14px auto 0 auto;
    padding-left: 40px;
}
.main .content .entryform .agree .checkarea .check {}
.main .content .entryform .agree .checkarea .check label {
    display: flex;
    align-items: center;
}
.main .content .entryform .agree .checkarea input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}
.main .content .entryform .agree .checkarea input[type="checkbox"]+span {
    position: relative;
    display: inline-block;
    line-height: 28px;
    padding: 6px 0 6px 50px;
    cursor: pointer;
    font-size: 16px;
}
.main .content .entryform .agree .checkarea input[type="checkbox"]+span::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    float: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 6px;
    border-radius: 5px;
}
.main .content .entryform .agree .checkarea input[type="checkbox"]:checked+span::before {
    background: #BFE64F;
    border-color: #BFE64F;
}
.main .content .entryform .agree .checkarea input[type="checkbox"]:checked+span::after {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 7px;
    border-top: 2px solid #0b0a0a;
    border-right: 2px solid #0b0a0a;
    transform: rotate(135deg);
    left: 5px;
    top: 14px;
}
.main .content .entryform .agree .btstyle1 {
    width: 636px;
    height: 100px;
    font-size: 24px;
    margin: 34px auto 0 auto;
}
.main .content .entryform .agree .btstyle1::after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #000;
    transform: scale(1, 0.6);
    margin: -13px 0 0 0;
    border-width: 13px;
    right: 18px;
}
.main .content .entryform .agree .btstyle1.disabled::after {
    opacity: 0;
}
.main .content .entryform .agree .btstyle1.disabled {
    background: #aaa;
    opacity: 0.4;
    pointer-events: none;
}
.main .content .entryform .agree .note {
    color: #FF7474;
    text-align: center;
    font-size: 16px;
    margin-top: 27px;
}
.main .content .pagefooter {
    position: relative;
    background: #fff;
    display: flex;
}
.main .content .pagefooter .sec {
    width: 50%;
}
.main .content .pagefooter .sec>.inner {
    padding: 100px 0;
}
.main .content .pagefooter .sec h2 {
    font-size: 50px;
    margin-bottom: 50px;
}
.main .content .pagefooter .sec h2 .jp {
    background: none;
    border: 1px solid #000;
    font-size: 16px;
    padding: 8px 15px;
}
.main .content .pagefooter .sec.contact .lead {
    text-align: center;
    font-size: 18px;
}
.main .content .pagefooter .sec.contact .btstyle1 {
    font-size: 18px;
    width: 332px;
    height: 66px;
    margin: 30px auto 0 auto;
}
.main .content .pagefooter .sec.contact .btstyle1::after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    transform: scale(1, 0.6);
    right: 15px;
    margin-top: -10px;
}
.main .content .pagefooter .sec.company {
    border-left: 1px solid #0000002e;
}
.main .content .pagefooter .sec.company section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main .content .pagefooter .sec.company section+section {
    margin-top: 29px;
}
.main .content .pagefooter .sec.company section h3 {
    font-size: 15px;
    border-bottom: 1px solid #000;
}
.main .content .pagefooter .sec.company section .text {
    font-size: 20px;
    margin-top: 3px;
}
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow: visible !important;
        letter-spacing: 0;
        font-size: 15px;
    }
    body p {
        color: inherit;
        font-size: 15px;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0 !important;
    }
    .main {
        width: auto;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
    }
    header {
        background: #fff;
        z-index: 1000;
        position: relative;
        padding-bottom: 1px;
    }
    header ul {
        display: flex;
        background: #222;
        gap: 0;
        padding: 0;
    }
    header ul li {
        width: calc(100% / 3);
    }
    header ul li+li {
        border-left: 1px solid #3f3f3f;
    }
    header ul li a {
        display: block;
        font-size: 10px;
        color: #fff;
        line-height: 1.5em;
        padding: 4px 0 5px 0;
        text-align: center;
    }
    header .logo {
        display: block;
        width: 73px;
        margin: 15px auto;
    }
    footer {
        position: relative;
        z-index: 1000;
        background: #222;
        display: flex;
        align-items: center;
        padding: 14px 5%;
    }
    footer .logo {
        display: block;
        width: 80px;
    }
    footer .copyright {
        text-align: center;
        font-size: 12px;
        margin: 16px 0 0 15px;
        color: #ffff;
    }
    .main {
        position: relative;
        isolation: isolate;
        overflow: hidden;
    }
    .main .btstyle1 {
        width: 300px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        border: 2px solid #fff;
        background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
        position: relative;
        font-size: 14px;
        box-shadow: 3px 4px 4px #0000001f;
    }
    .main .btstyle1.gold {
        background: linear-gradient(to right, rgba(230, 221, 180, 1) 1%, rgba(202, 189, 137, 1) 100%);
    }
    .main .btstyle1.black {
        background: #000;
        color: #fff;
    }
    .main .btstyle1.download {
        font-size: 15px;
        width: 282px;
        height: 56px;
        margin: 22px auto 10px auto;
    }
    .pc_view .main .btstyle1:hover {
        opacity: 1;
        transform: scale(1.03);
    }
    .main .btstyle1::after {
        top: 50%;
        right: 20px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #000;
        border-width: 10px;
        margin-top: -4px;
        transform: scale(0.6, 1);
    }
    .main .btstyle1.download::after {
        width: 26px;
        height: 26px;
        background: url(../images/icon_download.webp) no-repeat center center / contain;
        border: none;
        content: "";
        position: relative;
        top: auto;
        right: 0;
        transform: none;
        margin: 0 -15px 0 11px;
    }
    .main .btstyle1 span {
        display: block;
    }
    .main .btfixed {
        position: fixed;
        right: auto;
        -ms-writing-mode: initial;
        writing-mode: initial;
        top: auto;
        transform: none;
        width: 260px;
        height: 60px;
        border-radius: 30px;
        border-right: 2px solid #fff;
        justify-content: center;
        z-index: 1100;
        bottom: 20px;
        left: 50%;
        box-sizing: border-box;
        align-items: center;
        transform: translate(-50%, 0);
    }
    .main .btfixed.hide {
        opacity: 0;
        pointer-events: none;
    }
    .main .btfixed::after {
        top: auto;
        bottom: auto;
        margin: 11px 0 0 6px;
        right: auto;
        position: relative;
    }
    .main .btfixed span {
        letter-spacing: 0;
        font-size: 18px;
        display: flex;
    }
    .pc_view .main .btfixed:hover {
        transform: translate(0, -50%);
        width: 74px;
    }
    .main .visual {
        z-index: 100;
        height: calc(100vh - 150px);
        height: calc(100dvh - 150px);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        isolation: isolate;
    }
    .main .bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        width: 100dvw;
        height: 100vh;
        height: 100dvh;
        z-index: 0;
        background: #000;
    }
    .main .bg video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s all ease;
        object-position: 55% 50%;
    }
    .main .visual>.inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
    .main .visual h1 {
        width: 300px;
    }
    .main .visual h1 img {}
    .main .visual h1 span {
        text-align: center;
        display: block;
        font-weight: 800;
        font-size: 19px;
        line-height: 1.5em;
    }
    .main .visual .copy {
        font-size: 24px;
        text-align: center;
        margin-top: 27px;
        line-height: 1.5em;
    }
    .main .visual .copy span {
        display: flex;
        justify-content: center;
        font-size: 17px;
        line-height: 1em;
        position: relative;
        align-items: center;
        gap: 14px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        margin-top: 6px;
    }
    .main .visual .copy span::before {
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #000000;
        border-width: 16px;
        transform: scale(1, 0.3);
    }
    .main .visual .copy span::after {
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #000000;
        border-width: 16px;
        transform: scale(1, 0.3);
    }
    .main .visual .info {
        display: block;
        margin: 40px 0 0 0;
    }
    .main .visual .info .period {
        background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
        display: flex;
        align-items: center;
        height: 75px;
        border-radius: 100px;
        padding: 0px 11px 0 18px;
        width: 330px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .main .visual .info .period .title {
        background: #000;
        color: #fff;
        width: 120px;
        line-height: 35px;
        text-align: center;
        border-radius: 100px;
        margin-right: 21px;
        font-size: 14px;
    }
    .main .visual .info .period .time {
        font-size: 16px;
        line-height: 1.2em;
    }
    .main .visual .info .period .time strong {
        font-size: 23px;
        line-height: 1.2em;
    }
    .main .visual .info .period .time span {
        display: inline-block;
        margin: 0 0 0 -11px;
        line-height: 1em;
    }
    .main .intro {
        position: relative;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 24%, rgba(255, 255, 255, 0.7) 100%);
        padding: 100px 0 130px 0;
        margin-bottom: -42px;
    }
    .main .intro>.inner {}
    .main .intro .text {
        font-size: 17px;
        text-align: center;
        line-height: 2.4em;
    }
    .main .intro .text a {
        display: inline-block;
        color: #7FA318;
        border-bottom: 2px solid #8FB523;
        line-height: 1.5em;
    }
    .main .gmenu {
        position: absolute;
        width: 100%;
        padding: 0px 0;
        z-index: 1000;
        max-width: 1240px;
        width: 94%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .main .gmenu.fixed {
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .pc_view .main .gmenu nav {
        opacity: 1 !important;
        display: block !important;
    }
    .main .gmenu nav {
        display: block;
    }
    .main .gmenu nav ul {
        display: flex;
        gap: 10px;
        height: 80px;
        align-items: center;
        justify-content: center;
    }
    .main .gmenu nav ul li {
        width: calc((100% - 30px) / 4);
    }
    .main .gmenu nav ul li a {
        width: 100%;
        padding-bottom: 0;
        border-radius: 10px;
    }
    .main .gmenu nav ul li a::after {
        right: auto;
        top: auto;
        bottom: 0;
        border-width: 6px;
        opacity: 0.2;
    }
    .main .content {
        padding-top: 42px;
    }
    .main .content .news {
        background: #000;
        position: relative;
        padding: 90px 0 60px 0;
    }
    .main .content .news>.inner {
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        width: 90%;
    }
    .main .content .news h2 {
        color: #fff;
        font-size: 30px;
        line-height: 1em;
        margin: 0 0 0 0;
        text-align: center;
    }
    .main .content .news ul {
        width: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .main .content .news ul li {
        font-size: 11px;
        color: #fff;
        display: block;
        align-items: center;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.15) 100%);
        height: auto;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 10px 30px 14px 30px;
        justify-content: space-between;
    }
    .main .content .news ul li .date {
        letter-spacing: 0.05em;
    }
    .main .content .news ul li .title {
        width: auto;
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 3px;
    }
    .main .content .news ul li .title a {
        color: #fff;
        text-decoration: underline;
    }
    .main .content .intro {
        padding: 100px 0 0 0;
        background: url(../images/bg_intro.webp) no-repeat calc(50% + 560px) top / 1142px auto;
        position: relative;
        z-index: 100;
    }
    .main .content .intro>.inner {
        width: calc(100% - 140px);
        margin: 0 auto 0 auto;
        height: 800px;
        position: relative;
    }
    .main .content .intro>.inner::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -65px;
        left: 11%;
        width: 263px;
        height: 342px;
        background: url(../images/img_illust1.webp) no-repeat center center / contain;
    }
    .main .content .intro .img {
        position: absolute;
        left: 0;
        width: 83%;
        height: 630px;
    }
    .main .content .intro .img img {
        border-radius: 130px;
    }
    .main .content .intro .img2 {
        left: auto;
        right: 0;
        top: auto;
        bottom: -20px;
        height: 400px;
        width: 47%;
    }
    .main .content .intro .img2.active {
        bottom: 0;
    }
    .main .content .intro .img2 img {
        border-radius: 80px;
    }
    .main .content .sec {
        position: relative;
        background: #ffffffb3;
    }
    .main .content .sec>.inner {
        padding: 70px 0 70px 0;
    }
    .main .content .sec h2 {
        text-align: center;
        line-height: 1em;
        font-size: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .main .content .sec h2 .mini {
        display: block;
        font-size: 18px;
        line-height: 1em;
        margin-bottom: 8px;
    }
    .main .content .sec h2 .jp {
        font-size: 20px;
        background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
        line-height: 1em;
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 50px;
        margin-top: 13px;
    }
    .main .content .bumper {
        background: #ffffffb3;
    }
    .main .content .bumper .video {
        width: 90%;
        margin: 0 auto;
    }
    .main .content .bumper .video video {
        display: block;
        width: 100%;
        border-radius: 10px;
    }
    .main .content .bumper .text {
        text-align: center;
        font-size: 16px;
        line-height: 2em;
        margin-top: 40px;
    }
    .main .content .theme {
        background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
    }
    .main .content .theme h2 .jp {
        background: #000;
        color: #fff;
    }
    .main .content .theme .lead {
        width: 260px;
        height: 100px;
        margin: 0 auto;
        position: relative;
        transition: all ease 1s;
        opacity: 0;
    }
    .main .content .theme .lead.active {
        opacity: 1;
    }
    .main .content .theme .lead span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        width: 100%;
        height: 100%;
    }
    .main .content .theme .lead::before,
    .main .content .theme .lead::after,
    .main .content .theme .lead span::before,
    .main .content .theme .lead span::after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        transition: all ease 1s +0.3s;
        opacity: 0;
    }
    .main .content .theme .lead::before {
        left: -15px;
        top: -20px;
        border-radius: 15px 0 0 0;
        border-top: 2px solid #000;
        border-left: 2px solid #010;
    }
    .main .content .theme .lead.active::before {
        opacity: 1;
        left: 0;
        top: 0;
    }
    .main .content .theme .lead::after {
        right: -15px;
        top: -20px;
        border-radius: 0 15px 0 0;
        border-top: 2px solid #000;
        border-right: 2px solid #010;
    }
    .main .content .theme .lead.active::after {
        opacity: 1;
        right: 0;
        top: 0;
    }
    .main .content .theme .lead span::before {
        right: -15px;
        bottom: -20px;
        border-radius: 0 0 15px 0;
        border-bottom: 2px solid #000;
        border-right: 2px solid #010;
    }
    .main .content .theme .lead.active span::before {
        opacity: 1;
        right: 0;
        bottom: 0;
    }
    .main .content .theme .lead span::after {
        left: -15px;
        bottom: -20px;
        border-radius: 0 0 0 15px;
        border-bottom: 2px solid #000;
        border-left: 2px solid #010;
    }
    .main .content .theme .lead.active span::after {
        opacity: 1;
        left: 0;
        bottom: 0;
    }
    .main .content .theme .text {
        text-align: center;
        font-size: 16px;
        line-height: 2em;
        margin-top: 40px;
    }
    .main .content .sample {
        background: url(../images/img_bumper.webp) no-repeat center center / auto 160%;
        height: 200px;
        position: relative;
    }
    .main .content .division {
        background: #fff;
    }
    .main .content .division .fbox {
        display: flex;
        flex-direction: column;
    }
    .main .content .division .fbox .box {
        width: 100%;
        background: url(../images/img_division_real.webp) no-repeat center center / cover;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 0 0 0;
        position: relative;
        transition: all ease 1s;
        opacity: 0;
        transform: scale(0.9);
    }
    .main .content .division .fbox .box.active {
        opacity: 1;
        transform: scale(1);
    }
    .main .content .division .fbox .box::before {
        content: "";
        background: linear-gradient(to bottom, #00000000 0%, #000 100%);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .main .content .division .fbox .box.cg {
        background-image: url(../images/img_division_cg.webp);
    }
    .main .content .division .fbox .box.ai {
        background-image: url(../images/img_division_ai.webp);
    }
    .main .content .division .fbox .box .label {
        font-size: 80px;
        line-height: 1em;
        font-weight: 100;
    }
    .main .content .division .fbox .box .info {
        padding: 40px 20px;
        position: relative;
        max-width: 100%;
        margin: 30px auto 0 auto;
    }
    .main .content .division .fbox .box .info .title {
        font-size: 24px;
        text-align: center;
    }
    .main .content .division .fbox .box .info .text {
        font-size: 14px;
        margin-top: 10px;
    }
    .main .content .division .note {
        text-align: center;
        font-size: 14px;
        margin-top: 40px;
    }
    .main .content .prize {}
    .main .content .prize .lead {
        text-align: center;
        font-size: 18px;
        margin: -20px 0 0 0;
    }
    .main .content .prize .fbox {
        max-width: 1220px;
        display: flex;
        justify-content: space-between;
        margin: 70px auto 0 auto;
        width: 90%;
        flex-direction: column;
        gap: 60px;
    }
    .main .content .prize .fbox .box {
        width: auto;
        background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
        border-radius: 20px;
        padding: 31px 0 0 0;
        position: relative;
    }
    .main .content .prize .fbox .box::before {
        content: "";
        position: absolute;
        left: -14px;
        top: -37px;
        width: 105px;
        height: 106px;
        background: url(../images/icon_prize1.webp) no-repeat center center / contain;
    }
    .main .content .prize .fbox .box.second::before {
        background-image: url(../images/icon_prize2.webp);
    }
    .main .content .prize .fbox .box .title {
        text-align: center;
        font-size: 22px;
    }
    .main .content .prize .fbox .box .num {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 0;
    }
    .main .content .prize .fbox .box .num::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 14px;
        height: 21px;
        width: 100px;
        background: #fff;
        transform: translate(-50%, 0);
        border-radius: 100px;
        opacity: 0.7;
    }
    .main .content .prize .fbox .box .num>span {
        font-size: 77px;
        display: block;
        line-height: 1em;
        position: relative;
    }
    .main .content .prize .fbox .box .num>span>span {
        font-size: 31px;
    }
    .main .content .prize .fbox .box .info {
        padding: 25px 0;
        border-top: 2px solid #ffffff4d;
        margin-top: 20px;
    }
    .main .content .prize .fbox .box .info .text {
        text-align: center;
        font-size: 15px;
    }
    .main .content .entry {
        background: linear-gradient(to right, rgba(209, 236, 98, 1) 0%, rgba(185, 228, 72, 1) 100%);
    }
    .main .content .entry h2 .jp {
        background: #000;
        color: #fff;
    }
    .main .content .entry .insec {
        max-width: 1100px;
        margin: 0 auto;
        width: 90%;
    }
    .main .content .entry .insec+.insec {
        margin-top: 50px;
    }
    .main .content .entry .insec h3 {
        display: flex;
        align-items: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .main .content .entry .insec h3::before {
        content: "";
        display: block;
        width: 36px;
        height: 36px;
        background: url(../images/icon_circle.webp) no-repeat center center / contain;
        margin-right: 14px;
    }
    .main .content .entry .insec.flow .text {
        font-size: 15px;
        line-height: 1.8em;
    }
    .main .content .entry .insec .text a {
        text-decoration: underline;
    }
    .main .content .entry .insec.flow .notice {
        background: #ffffffb3;
        border-radius: 10px;
        padding: 20px 20px;
        margin-top: 18px;
    }
    .main .content .entry .insec.flow .notice .title {
        display: inline-block;
        border-bottom: 1px solid #000;
        line-height: 1.8em;
        font-size: 14px;
    }
    .main .content .entry .insec.flow .notice .text {
        font-size: 13px;
        line-height: 1.6em;
        margin-top: 12px;
    }
    .main .content .entry .insec.schedule .fbox {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    .main .content .entry .insec.schedule .fbox .box {
        width: auto;
        background: #ffffffb3;
        border-radius: 10px;
        position: relative;
    }
    .main .content .entry .insec.schedule .fbox .box+.box::before {
        left: 50%;
        top: -26px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-left-color: transparent;
        border-top-color: #000;
        border-width: 16px;
        margin: 0 0 0 -14px;
    }
    .main .content .entry .insec.schedule .fbox .box .period {
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 18px 0;
        border-radius: 10px 10px 0 0;
    }
    .main .content .entry .insec.schedule .fbox .box .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(100% - 72px);
        box-sizing: border-box;
        padding: 35px 0;
    }
    .main .content .entry .insec.schedule .fbox .box .info .text {
        text-align: center;
        font-size: 18px;
        line-height: 1.5em;
    }
    .main .content .entry .insec.schedule .fbox .box .info .text.big {}
    .main .content .entry .insec.schedule .fbox .box .info .note {
        font-size: 13px;
        text-align: center;
        line-height: 1.8em;
        opacity: 0.5;
        margin-top: 10px;
    }
    .main .content .entry .insec.schedule>.note {
        font-size: 13px;
        margin-top: 20px;
        line-height: 1.8em;
    }
    .main .content .entry .insec.overview dl {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 1.8em;
        flex-direction: column;
    }
    .main .content .entry .insec.overview dl dt {
        width: 100%;
        border-bottom: none;
        padding: 20px 0 6px 0;
        font-size: 14px;
    }
    .main .content .entry .insec.overview dl dt::before {
        content: "●";
        display: inline-block;
        margin-right: 3px;
    }
    .main .content .entry .insec.overview dl dd {
        width: 100%;
        border-bottom: 1px solid #0000004d;
        padding: 0 0 20px 0;
    }
    .main .content .entry .insec.overview dl dd .text {
        line-height: 1.8em;
        font-size: 14px;
    }
    .main .content .entry .insec.overview dl dd .note {
        font-size: 13px;
        line-height: 1.6em;
        margin-top: 10px;
    }
    .main .content .entry .insec.overview dl dd .size {
        width: 100%;
        margin: 10px 0 15px 0;
        max-width: 400px;
    }
    .main .content .entry .insec.overview dl dd strong {
        color: #D61A1A;
    }
    .main .content .entry .insec.overview dl dd .text a {
        display: inline-block;
        margin: 16px 0 10px 0;
    }
    .main .content .entry .insec.overview dl dd .fbox {
        display: flex;
        gap: 20px;
        margin: 17px 0 23px 0;
        flex-wrap: wrap;
    }
    .main .content .entry .insec.overview dl dd .fbox button {
        display: block;
        border-radius: 10px;
        overflow: hidden;
        width: calc(50% - 10px);
    }
    .remodal-overlay {
        background: #000000b3;
        z-index: 1000000;
    }
    .remodal-wrapper {
        z-index: 1000001;
        padding: 30px 70px;
    }
    .remodal {
        padding: 0;
        width: 100%;
        max-width: 1000px;
        position: relative;
        min-width: 860px;
        background: no-repeat;
    }
    .remodal-close {
        right: -30px;
        left: auto;
        top: -30px;
        width: 54px;
        height: 54px;
        background: #000;
        border-radius: 120px;
    }
    .remodal-close::before {
        display: none;
    }
    .remodal-close::before,
    .remodal-close::after {
        display: block;
        position: absolute;
        content: "";
        width: 27px;
        height: 2px;
        background: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 0) rotate(-45deg);
    }
    .remodal-close::after {
        transform: translate(-50%, 0) rotate(45deg);
    }
    .remodal>.inner {
        text-align: left;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin: 0;
    }
    .remodal>.inner .img img {
        border-radius: 20px;
    }
    .main .content .entryform {
        background: #000;
        position: relative;
        color: #fff;
        padding: 70px 0;
    }
    .main .content .entryform>.inner {
        max-width: 1100px;
        width: 90%;
        margin: 0 auto;
    }
    .main .content .entryform h2 {
        font-size: 20px;
        text-align: center;
    }
    .main .content .entryform .detail {
        background: #fff;
        overflow: scroll;
        height: 225px;
        border-radius: 10px;
        margin-top: 26px;
    }
    .main .content .entryform .detail>.inner {
        padding: 25px 15px;
        color: #000;
        font-size: 13px;
        line-height: 1.6em;
    }
    .main .content .entryform .agree {
        margin-top: 37px;
    }
    .main .content .entryform .agree .title {
        font-size: 16px;
        text-align: center;
    }
    .main .content .entryform .agree .checkarea {
        width: 320px;
        margin: 14px auto 0 auto;
        padding-left: 20px;
    }
    .main .content .entryform .agree .checkarea .check {}
    .main .content .entryform .agree .checkarea .check label {
        display: flex;
        align-items: center;
    }
    .main .content .entryform .agree .checkarea input[type="checkbox"] {
        opacity: 0;
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
    }
    .main .content .entryform .agree .checkarea input[type="checkbox"]+span {
        position: relative;
        display: inline-block;
        line-height: 28px;
        padding: 6px 0 6px 50px;
        cursor: pointer;
        font-size: 14px;
    }
    .main .content .entryform .agree .checkarea input[type="checkbox"]+span::before {
        display: block;
        content: '';
        width: 24px;
        height: 24px;
        border: 2px solid #fff;
        float: none;
        margin: 0;
        position: absolute;
        left: 0px;
        top: 6px;
        border-radius: 5px;
    }
    .main .content .entryform .agree .checkarea input[type="checkbox"]:checked+span::before {
        background: #BFE64F;
        border-color: #BFE64F;
    }
    .main .content .entryform .agree .checkarea input[type="checkbox"]:checked+span::after {
        position: absolute;
        display: block;
        content: '';
        width: 15px;
        height: 7px;
        border-top: 2px solid #0b0a0a;
        border-right: 2px solid #0b0a0a;
        transform: rotate(135deg);
        left: 5px;
        top: 14px;
    }
    .main .content .entryform .agree .btstyle1 {
        width: 100%;
        height: 80px;
        font-size: 20px;
        margin: 34px auto 0 auto;
    }
    .main .content .entryform .agree .btstyle1::after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #000;
        transform: scale(1, 0.6);
        margin: -13px 0 0 0;
        border-width: 13px;
        right: 18px;
    }
    .main .content .entryform .agree .btstyle1.disabled::after {
        opacity: 0;
    }
    .main .content .entryform .agree .btstyle1.disabled {
        background: #aaa;
        opacity: 0.4;
        pointer-events: none;
    }
    .main .content .entryform .agree .note {
        color: #FF7474;
        text-align: center;
        font-size: 13px;
        margin-top: 27px;
    }
    .main .content .pagefooter {
        position: relative;
        background: #fff;
        display: block;
    }
    .main .content .pagefooter .sec {
        width: auto;
    }
    .main .content .pagefooter .sec>.inner {
        padding: 50px 0;
    }
    .main .content .pagefooter .sec h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .main .content .pagefooter .sec h2 .jp {
        background: none;
        border: 1px solid #000;
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 50px;
        margin-top: 13px;
    }
    .main .content .pagefooter .sec.contact .lead {
        text-align: center;
        font-size: 16px;
    }
    .main .content .pagefooter .sec.contact .btstyle1 {
        font-size: 16px;
        width: 266px;
        height: 60px;
        margin: 20px auto 0 auto;
    }
    .main .content .pagefooter .sec.contact .btstyle1::after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
        transform: scale(1, 0.6);
        right: 15px;
        margin-top: -10px;
    }
    .main .content .pagefooter .sec.company {
        border-left: none;
        border-top: 1px solid #0000002e;
    }
    .main .content .pagefooter .sec.company section {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main .content .pagefooter .sec.company section+section {
        margin-top: 20px;
    }
    .main .content .pagefooter .sec.company section h3 {
        font-size: 14px;
        border-bottom: 1px solid #000;
    }
    .main .content .pagefooter .sec.company section .text {
        font-size: 18px;
        margin-top: 3px;
    }
}