@charset "utf-8";*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin:0;padding:0;list-style:none}ol ol,ol ul,ul ol,ul ul{margin:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.featherlight-sample{display:none}#law td{background:#fff;border:solid 1px #999}ol{margin-bottom:1rem}.clearfix:after{content:"";clear:both;display:block}.button,::file-selector-button{inline-size:fit-content;touch-action: manipulation;user-select:none;}*:focus-visible{outline:2px solid magenta;outline-offset:2px}

.inter-<uniquifier> {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "slnt" 0;}
.noto-sans jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;}
footer {
    background: #000;
    text-align: center;
    padding: 10px;}
footer ul li {
    font-size: 13px;
    display: inline-block;
    margin: 0 7px;}
footer p,
footer ul li a { color: #fff;}
footer p {
    width: 90%;
    max-width: 710px;
    margin: 0 auto 30px;
    padding: 15px;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    border: solid 1px;}
section { overflow: hidden;}
header {
    position: fixed;
    z-index: 100;
    width: 100%;}
header ul {
    width: 100%;
    display: flex;
    justify-content: left;
    margin: 0 auto;
    padding: 0 2vw;
    background-color: #000;}
header li { margin-right: 2vw;}
header li a {
    font-weight: bold;
    color: #fff;
    font-size: 30px;}
header li:first-child a { color: #ff9c00;}
header li:nth-child(2) a { color: #ff0000;}
header li:last-child {
    font-weight: bold;
    font-size: 30px;
    color: #ff9c00;
    margin: 0 0 0 auto;
    cursor: pointer;}
header li {
    transition: .5s;
    opacity: .75;}
header li:hover { opacity: 1;}
.visual {
    position: relative;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;}
.visual:before {
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 30% 70%, rgba(0, 0, 0, 1));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;}
.visual .img {
    width: auto;
    height: 100vh;
    aspect-ratio: 18 / 5;
    position: relative;}
.visual .img img {
    width: auto;
    height: 100%;}
.visual .logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70%;
    max-width: 800px;
    z-index: 1;}
.visual .logo img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 3px 3px #000);
    transform: rotate(-3deg);}
.visual .txt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-3deg);
    width: 60%;
    max-width: 780px;
    z-index: 1;}
.visual .txt img:last-child { display:none;}
.visual .txt img { width: 100%;}
.visual .free {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    max-width: 800px;
    z-index: 1;}
.visual .free img { width: 100%;}
.visual .free p {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 65%;
    text-align: center;
    font-size: min(5vw, 30px);
    font-family: serif;
    font-weight: bold;}
.visual .btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 45%;
    max-width: 600px;
    z-index: 1;}
.btn img { width: 100%;}
.timer {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
    max-width: 600px;
    z-index: 1;
    color: #000000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}
.timer h2 {
    width: 100%;
    background-color: #ff0;
    display: block;
    padding: 3px 7px;
    margin: 0 auto;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-size: 20px;
    text-align: center;
    color: #f00;}
.timer .box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #000;
    padding: 10px;
    width: 100%;}
.timer div span {
    width: 42px;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px BLACK, 0 0 3px BLACK, 0 0 3px BLACK, 0 0 3px BLACK, 0 0 3px BLACK, 0 0 3px BLACK, 0 0 3px BLACK;
    padding: 0 0 0 5px;}
.timer .hour_,
.timer .minute_,
.timer .second_,
.timer .ms_ {
    display: flex;
    align-items: end;}
.timer .hour,
.timer .minute,
.timer .second,
.timer .ms {
    background-color: #fff;
    font-size: min(8vw,40px);
    font-family: 'Inter';
    line-height: 1;
    padding: 7px 3.5px;
    border-radius: min(1.5vw, 7px);
    font-weight: bold;
    min-width: 75px;
    text-align: center;}
.timer .minute_ span { width: 25px;}
.timer .second_ span { width: 25px;}

@media screen and (min-width:1100px) {
	.visual .img {
	    width: 100%;
	    height: initial;}
	.visual .img img {
	    width: auto;
	    height: 100vh;}
}
@media screen and (min-width:1500px) {
	.visual .img img {
	    width: 100%;
	    height: auto;}
}
@media screen and (min-height:620px) and (max-width:1100px) {
	.visual .txt {
	    transform: translateY(-50%) translateX(-50%) rotate(-3deg);
	    width: 90vw;
	    max-width: 540px;}
}
@media screen and (max-height:800px) {
/*
	.visual {
	    height: 110vh;
	    max-height: 110vh;}
*/
	.visual .img img {
	    width: auto;
	    height: 110vh;}
}
.mv .bg {
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 131;}
.mv .bg img { width: 100%;}
.result {
    width: 100%;
    background-color: #000}
.result .interior {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    padding: min(7vw, 70px) 0;}
.result .interior h2 {
    font-size: 30px;
    text-align: center;
    color: #ff9c00;
    margin: 0 auto min(5vw, 50px);}
.result .interior .slider ul li {
    width: 30%;
    position: relative;}
.result .interior .slider ul li .inner .box { position: relative;
    overflow: hidden;}
.result .interior .slider ul li .inner .box .img img { width: 100%;}
.result .interior .slider ul li .inner .box .txt {
    background-color: #ff9c00;
    border: solid 5px #f00;}
.result .interior .slider ul li .inner .box .txt p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;}
.result .interior .slider ul li .inner .box .chara {
    position: absolute;
    bottom: 5px;
    text-align: left;
    position: absolute;
    left: 0;
    width: 30%;
    max-width: max-content;}
.result .interior .slider ul li .inner .box .chara img { width: 100%;}
.result .interior .slider ul li .inner .plc {
    background-color: #ff9c00;
    border: solid 5px #f00;
    border-top: none;}
.result .interior .slider ul li .inner .plc p {
    font-size: min(9vw,46px);
    font-weight: bold;
    font-style: italic;
    font-family: inter;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;}
.result .interior .slider ul li .inner .plc p span { font-size: 20px;}
.result .interior .slider ul li .inner.hit .box:after,
.result .interior .slider ul li .inner.hit_ .box:after {
    content: "";
    width: 100%;
    max-width: 252px;
    aspect-ratio: 9 / 4;
    display: block;
    background-image: url(../img/hit.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);}
.result .interior .slider ul li .inner.hit_ .box:after { background-image: url(../img/hit_.png);}
.featur .mv {
    position: relative;
    overflow: hidden;}
.featur .mv .bg,
.featur .mv .bg img { width: 100%;}
.featur .mv .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;}
.featur .mv .txt h2 {
    font-size: min(7vw, 80px);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px BLACK, 0 0 10px BLACK;}
.featur .mv .txt p {
    font-size: min(3vw, 20px);
    margin: 0;}
.featur .inner {
    background-color: #000;
    position: relative;
    width: 100%;
    overflow: hidden;}
.featur .inner .nen {
    font-size: 500px;
    font-family: 'Inter';
    font-weight: 900;
    color: rgba(255, 156, 0, 10%);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);}
.featur .inner ul {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;}
.featur .inner ul li {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: min(5vw, 50px);}
.featur .inner ul li .img { width: 55%;}
.featur .inner ul li .img img { width: 100%;}
.featur .inner ul li .txt {
    margin: 0 0 0 5%;
    width: 45%;
    border-bottom: solid 1px #fff;}
.featur .inner ul li:nth-child(2) .txt { margin: 0 10px 0 0;}
.featur .inner ul li .txt h3 {
    font-size: min(4vw, 24px);
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 min(5vw, 100px);
    position: relative;
    height: min(8vw, 95px);}
.featur .inner ul li .txt h3:before {
    content:"";
    display: block;
    position: absolute;
    top: 7%;
    right: calc(100% + 10px);
    background-size: contain;
    background-repeat: no-repeat;}
.featur .inner ul li:nth-child(1) .txt h3:before {
    background-image: url(../img/no1.png);
    width: 12.575%;
    padding-bottom: 24%;}
.featur .inner ul li:nth-child(2) .txt h3:before {
    background-image: url(../img/no2.png);
    width: 17%;
    padding-bottom: 25.8%;}
.featur .inner ul li:nth-child(3) .txt h3:before {
    background-image: url(../img/no3.png);
    width: 16.8%;
    padding-bottom: 25.4%;}
.featur .inner ul li .txt h3 span:last-child {
    width: 100%;
    position: absolute;
    font-size: 12px;
    bottom: 0;
    display: flex;
    align-items: center;}
.featur .inner ul li .txt h3 span:last-child:after {
    content: "";
    width: calc(100% - 7px);
    margin-left: 7px;
    display: block;
    height: 1px;
    background-color: #fff;}
.featur .inner ul li .txt p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 10px 0%;
    position: relative;
    min-height: min(7vw, 95px);}
.featur .inner ul li:nth-child(1),
.featur .inner ul li:nth-child(3) { flex-direction: row-reverse;}
.featur .inner ul li:nth-child(2) .txt p { margin: 10px 9% 0 0;}
.featur .inner ul li:nth-child(2) .txt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 min(7vw, 70px);
    position: relative;}
.featur .inner ul li:nth-child(2) .txt h3 span:last-child:after { width: calc(100% - 100px);}
.featur .inner ul li:nth-child(3) .txt h3 { margin: 0 0 0 min(6vw, 100px);}
.voice .mv {
    position: relative;
    overflow: hidden;}
.voice .mv .bg,
.voice .mv .bg img { width: 100%;}
.voice .mv .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;}
.voice .mv .txt h2 {
    font-size: min(7vw, 80px);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px BLACK, 0 0 10px BLACK;}
.voice .mv .txt p {
    font-size: min(3vw, 20px);
    margin: 0;}
.voice .inner {
    background-color: #600000;
    position: relative;
    width: 100%;
    padding: 0 0 min(7vw, 70px);}
.voice .inner ul {
    width: 94%;
    max-width: 1000px;
    margin: -7vw auto 0;
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    justify-content: space-between;}
.voice .inner ul li { width: calc(100% / 2);}
.voice .inner ul li .box {
    background-color: #fff;
    margin: min(2vw, 15px);
    padding: min(2vw, 15px);
    position: relative;
    border: solid 2px #000;}
.voice .inner ul li .box:before {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: initial;
    top: 2px;
    left: 2px;
    border: solid 2px #000;}
.voice .inner ul li p { margin:0;}
.voice .inner ul li .box .user {
    position: absolute;
    top: -14px;
    left: -14px;
    background-color: #ff9c00;
    padding: 3px 5px;
    font-size: 14px;
    display: flex;
    align-items: baseline;}
.voice .inner ul li .box .user span {
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    width: max-content;
    align-items: center;}
.voice .inner ul li .box .user span:before {
    content: "";
    background-image: url(../img/user.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 17px;
    display: block;
    margin-top: 1px;
    margin-right: 7px;}.voice .inner ul li .box .text {}
.voice .inner ul li .box .text .date {
    text-align: right;
    font-size: 14px;}
.voice .inner ul li .box .text .txt{
    font-size: 18px;
    font-weight: bold;}
.bonus .mv {
    position: relative;
    overflow: hidden;}
.bonus .mv .bg,
.bonus .mv .bg img { width: 100%;}
.bonus .mv .txt {
    position: absolute;
    top: 41%;
    left: 55%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;}
.bonus .mv .txt h2 {
    font-size: min(7vw, 100px);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px BLACK, 0 0 10px BLACK;}
.bonus .mv .txt p {
    font-size: min(3vw, 20px);
    margin: 0;}
.bonus .inner {
    position: relative;
    width: 100%;
    padding: 0 0 min(7vw, 70px);
    background-color: #006010;}
.bonus .inner ul {
    width: 94%;
    max-width: 928px;
    margin: min(7vw,21px) auto 0vw;
    display: block;
    align-items: self-start;
    position: relative;
/*  top: -14vw;*/}
.bonus .inner ul li h3 {
    text-align: center;
    background-color: #282828;
    color: #ecce94;
    width: 97.5%;
    max-width: 900px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: min(4vw, 30px);}
.bonus .inner ul li .img { position: relative;}
.bonus .inner ul li:first-child {
    width: 50vw;
    height: auto;
    margin: 0 auto 3vw;
    overflow: hidden;}
.bonus .inner ul li:first-child .img { padding: 1vw;}
.bonus .inner ul li .img img { width: 100%;}
.bonus .inner ul li .img p {
    position: absolute;
    top: 0;
    width: 97.5%;
    max-width: 900px;
    height: calc(100% - 2.5%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    display: flex;
    background-color: #000000b0;
    align-items: center;
    justify-content: center;
    font-size: min(3vw, 30px);
    font-weight: bold;
    color: #fff;
    border: solid 1vw #000;
    margin-block-start: 0em;
    margin-block-end: 0em;}
.bonus .btn {
    width: 45%;
    max-width: 600px;
    z-index: 1;
    margin: 5vw auto 0;}
.bonus .timer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: initial;
    padding: 0;
    width: 97.5%;
    max-width: 900px;}
.Login {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;}
.Login.active { display: flex;}
.Login .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    cursor: pointer;
    color: #fff;}
.Login > div:not(.close) {
    background: #ffffffdb;
    padding: 2rem;
    border-radius: 8px;
    color: #000;
    width: 90%;
    max-width: 640px;
    max-height: 500px;
    overflow-x: scroll;}
.Login .inner h2 {
    color: #ff9c00;
    font-size: min(5vw, 50px);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px BLACK, 0 0 10px BLACK;
    text-align: center;}
.Login .inner div { margin: 0 0 14px;}
.Login .inner input {
    width: 100%;
    font-size: 18px;
    padding: 7px 14px;}
.Login .inner input[type="submit"] {
    width: 50%;
    margin: 0 auto;
    display: block;
    background-color: #ff9c00;
    border: none;
    font-weight: bold;
    color: #fff;}
.Login .inner .forget {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    width: max-content;}
#scrollLink { display:none;}

@media screen and (max-width:768px) {
	header li a,
	header li:last-child { font-size: 15px;}
	header li { opacity: 1;}
	.visual {
	    max-height: 800px;
	    height: auto;}
	.visual .img { width: 200%;
	    osition: absolute;}
	.visual .img img {
	    position: relative;
	    left: -50vh;}
	.visual .logo {
	    position: relative;
	    top: 0;
	    transform: initial;
	    margin: 14vw auto 0;
	    left: 0;
	    right: 0;}
	isual .free {
	    position: absolute;
	    width: 94%;
	    position: relative;
	    transform: initial;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin: 0 auto;}
	.visual .btn { width: 80%;
	    position: relative;
	    transform: initial;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin: 5vw auto;}
	.visual .txt img:first-child { display:none;}
	.visual .txt img:last-child { display:block;}
	.visual .txt {
	    width: 90vw;
	    max-width: 400px;
	    top: 34%;
	    position: relative;
	    transform: initial;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin: 5vw auto;}
	.featur .mv .bg,
	.voice .mv .bg {
	    width: 150%;
	    position: relative;
	    left: -30%;}
	.bonus .mv .bg {
	    width: 100%;
	    position: relative;
	    left: 0%;}
	.featur .inner ul li .img { width: 100%;}
	.featur .inner ul li .txt {
	    margin: 0;
	    width: 100%;
	    border-bottom: none;}
	.featur .inner ul li {
	    flex-direction: row-reverse;
	    flex-wrap: wrap;}
	.featur .inner ul li .txt h3 {
	    font-size: min(4vw, 24px);
	    font-weight: bold;
	    color: #fff;
	    margin: 0 0 0 min(10vw, 100px);
	    position: relative;
	    height: min(16vw, 95px);}
	.featur .inner ul li:nth-child(1) .txt h3:before {
	    background-image: url(../img/no1.png);
	    width: 8.8%;
	    padding-bottom: 15.8%;}
	.featur .inner ul li:nth-child(2) .txt h3 { margin: 0 0 0 min(11vw, 70px);}
	.featur .inner ul li:nth-child(2) .txt h3:before {
	    background-image: url(../img/no2.png);
	    width: 12.5%;
	    padding-bottom: 15.8%;}
	.featur .inner ul li:nth-child(2) .txt p { margin: 10px 0 0 0;}
	.featur .inner ul li:nth-child(3) .txt h3 { margin: 0 0 0 min(11vw, 100px);}
	.featur .inner ul li:nth-child(3) .txt h3:before {
	    background-image: url(../img/no3.png);
	    width: 12.5%;
	    padding-bottom: 15.8%;}
	.featur .inner ul li:nth-child(3) .txt p { margin: 10px 0 0 0;}
	.voice .inner ul {
	    width: 90%;
	    max-width: 1000px;
	    margin: -7vw auto 0;
	    display: block;
	    align-items: self-start;
	    flex-wrap: wrap;
	    justify-content: space-between;}
	.voice .inner ul li { width: 100%;}
	.voice .inner ul li .box { margin-bottom: min(8vw, 30px);}
	.bonus .inner ul li:first-child h3 {
	    padding: 3px 0;
	    font-size: min(3vw, 30px);}
	.bonus .btn { width: 80%;}
	#scrollLink { display:block;}
	#scrollLink {
	    position: fixed;
	    bottom: 20px;
	    left: 0;
	    right: 0;
	    width: 90%;
	    max-width: max-content;
	    margin: 0 auto;
	    color: white;
	    padding: 12px 20px;
	    border-radius: 8px;
	    text-decoration: none;
	    font-size: 16px;
	    opacity: 0;
	    pointer-events: none;
	    transition: opacity 0.3s ease;}
	#scrollLink.show {
	    opacity: 1;
	    pointer-events: auto;
	    z-index: 100;}
	img[src="img/btn.gif"],
	#scrollLink.show img { width: 100%;}
}

@media screen and (max-width:500px) {
	.visual .txt img:first-child { display: none;}
	.visual .txt img:last-child { display: block;}
	.visual .img {
	    width: auto;
	    height: auto;}
	.visual .img img {
	    left: calc(-100vh / 2);
	    width: auto;
	    height: 100vh;}
/*	.visual .logo {
	    top: 15%;
	    width: 90%;}
*/
	.visual .free {
	    width: 140%;
	    left: -20%;}
	.visual .free p { font-size: min(6vw, 30px);}
	.visual .btn {
	    width: 90%;}
	.timer .hour, .timer .minute, .timer .second, .timer .ms {
	    background-color: #fff;
	    font-size: 20px;
	    font-family: 'Inter';
	    line-height: 1;
	    padding: 7px 3.5px;
	    border-radius: min(1.5vw, 7px);
	    font-weight: bold;
	    min-width: 50px;
	    text-align: center;}
	.timer h2 { font-size: 15px;}
}
@media screen and (max-width:768px) {
	.visual .timer {
	    position: relative;
	    top: inherit;
	    left: 0;
	    right: 0;
	    margin: 0 auto 3vw;
	    transform: initial;}
}
.fv {
    position: relative;
    overflow: hidden;}
.fv:before {
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 30% 70%, rgba(0, 0, 0, 1));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;}
.fv .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;}
.fv .bg img {
    width: 100%;
    height: auto;}
@media screen and (max-width: 1800px) {
.fv .bg {
    width: max-content;
    height: 100%;}
.fv .bg img {
    width: auto;
    height: 100%;}
}
.fv .logo {
    position: relative;
    width: 40%;
    margin: min(10vw, 50px) auto 0;
    z-index: 1;}
.fv .logo img {
    width: 100%;
    max-width: 800px;
    transform: rotate(-5deg);}
.fv .txt {
    position: relative;
    width: 45%;
    margin: 0 auto min(5vw, 60px);
    transform: rotate(-5deg);
    z-index: 1;}
.fv .txt img { width: 100%;}
.fv .txt img:first-child { display:block;}
.fv .txt img:last-child { display:none;}
.fv .Bonus,
.bonus .Bonus {
    position: relative;
    width: 90%;
    margin: min(-14vw,50px) auto 0;
    max-width: 900px;
    z-index: 1;}
.fv .Bonus h3,
.bonus .Bonus h3 {
    text-align: center;
    background-color: #282828;
    color: #ecce94;
    width: 97.5%;
    max-width: 900px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: min(4vw, 30px);}
.fv .Bnsimg img,
.bonus .Bonus img { width: 100%;}
.fv .Bonus .timer,
.bonus .Bonus .timer {
    position: relative;
    width: 100%;
    max-width: 97%;
    transform: inherit;
    left: initial;
    margin: 0 auto;}
.fv .free {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    z-index: 1;}
.fv .free img { width: 100%;}
.fv .free p {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 65%;
    text-align: center;
    font-size: min(5vw, 30px);
    font-family: serif;
    font-weight: bold;}
.fv .btn {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: min(3vw, 30px) auto 5vw;
    z-index: 1;
    cursor: pointer;}
.fv .btn img {animation: poyoyon2 1s ease-in-out forwards infinite; width: 100%;}

@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
	.fv .txt img:last-child { display:block;}
	.fv .txt img:first-child { display:none;}
	.fv .logo {
        margin: min(14vw, 60px) auto 0;
        width: 80%;}
	.fv .txt {
        margin: 5vw auto 5vw;
        width: 80%;}
	.fv .free {
	    position: relative;
	    width: 140%;
	    left: -20%;}
}
.visual .logo {
    top: 15%;
    left: 70%;
    width: 40%;
    max-width: 480px;}
.visual .txt { top: 28%;}
@media screen and (max-width:768px) {
	 .visual {
	    max-height: max-content;
	    height: auto;}
	 .visual .timer {
	    width: 90%;
	    margin: 3vw auto;}
	 .visual .img {
	    width: 300%;
	    position: absolute;
	    height: 100%;}
	 .visual .img img {
	    position: relative;
	    top: 0;
	    left: -50vh;
	    width: 100%;
	    height: 100%;}
	 .visual .logo {
	    position: relative;
	    top: 0;
	    transform: initial;
	    margin: 10vw auto 0;
	    left: 25vw;
	    right: 0;
	    width: 50vw;}
	 .visual .txt {
	    width: 60vw;
	    left: -15vw;
	    margin: -10vw auto 0;}
	visual .Bonus {
	   position: relative;
	   width: 80%;
	   margin: 0 auto;}
	visual .Bonus h3{
	   text-align: center;
	   background-color: #282828;
	   color: #ecce94;
	   width: 97.5%;
	   max-width: 900px;
	   margin: 0 auto;
	   padding: 7px 0;
	   font-size: min(4vw, 30px);}
	visual .Bonus .Bnsimg img { width: 100%;}
	visual .timer .box { padding: 5px;}
	visual .timer div span {
	   width: 35px;
	   font-size: 12px;}
}
@media screen and (max-width:768px) {
	timer .hour, .timer .minute, .timer .second, .timer .ms { min-width: 40px;    }
	visual .timer div .minute_ span { width: 22px;}
	visual .timer div .second_ span { width: 22px;}
}

#errmsg {
    color: #f00;
    font-weight: bold;
    margin: 14px auto;
    text-align: center;}
.sub {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;}

.sub.three {
    overflow-y: scroll;}
.sub.three .three_ {
    background-color: #fff;
    width: 90%;
    height: 500px;
    overflow-y: scroll;
    margin: 10vw auto 0;
    padding: min(3vw, 30px);
}
.Login_ .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #ffffffdb;
    padding: 2rem;
    border-radius: 8px;
    color: #000;
    width: 90%;
    max-width: 640px;
    max-height: 500px;
    overflow-x: scroll;}
.Login_ .inner h2 {
    color: #ff9c00;
    font-size: min(5vw, 50px);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 10px BLACK, 0 0 10px BLACK;
    text-align: center;}
.Login_ .inner div { margin: 0 0 14px;}
.Login_ .inner input {
    width: 100%;
    font-size: 18px;
    padding: 7px 14px;}
.Login_ .inner input[type="submit"] {
    width: 50%;
    margin: 0 auto;
    display: block;
    background-color: #ff9c00;
    border: none;
    font-weight: bold;
    color: #fff;}
.Login_ .inner .forget {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    width: max-content;}
.sub.three table {}
.sub.three table tr {
    border-bottom: dotted 1px;}
.sub.three table th {
    width: 30%;
    max-width: 180px;}
.sub.three table td {}
.sub .subbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #ffffffdb;
    padding: 2rem;
    border-radius: 8px;
    color: #000;
    width: 90%;
    max-width: 640px;
    max-height: 90%;}

@media screen and (max-width:768px) {
.sub.three table tr {}

.sub.three table th {
        width: max-content;
        display: block;
        margin: 21px 0 0;
        font-size: 13px;
        background-color: #000;
        color: #fff;
        line-height: 1;
        padding: 3px 7px;}
.sub.three table td {
        width: 100%;
        display: block;
        line-height: 1.6;
        font-size: 17px;}


}




.common-form {}
.common-form input {
    width: 100%;
    font-size: 18px;
    padding: 7px 14px;
    border: solid 1px #000;
    border-radius: 5px;}
.common-form button {
    width: 50%;
    margin: 30px auto 0;
    display: block;
    background-color: #ff9c00;
    border: none;
    font-weight: bold;
    color: #fff;
    padding: 1rem;}


.pcbtn_ {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 1000000;}
.pcbtn_.on {
    display:block;
    top: 0;}

.pcbtn_ .close {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;}
.pcbtn_ .close div {
    width: 50px;
    height: 50px;
    background-color: #00b900;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;}
.pcbtn_ .close div:before {
    content: "×";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 40px;
    line-height: 1;
    font-family: 'swiper-icons';
    color: #fff;}
.pcbtn_ .ttl {
    position: relative;
    width: 100%;
    border-bottom: solid;
    padding: 30px;}
.pcbtn_ .ttl img {
    width: 60px;}
.pcbtn_ .img {
    position: relative;
    text-align: center;
    margin: 15vw auto 5vw;}
.pcbtn_ .img img {}
.pcbtn_ .txt {
    position: relative;
    width: min(90%, 800px);
    margin: 0 auto;
    text-align: center;
    transform: initial;}
.pcbtn_ .txt span {
    font-size: 13px;
    color: #999;
    line-height: 1.6em;
    display: block;}
@media screen and (max-width:767px) {
.pcbtn_ .ttl {
    padding: 11.5px;}
}

