@charset "UTF-8";
@font-face {
  font-family: 'DS-Digital';
  src: url('../fonts/DS-DIGIB.TTF') format("truetype");
}
body {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: 100;
    color: #d1d1d1;
    min-height: 100vh;
}
main {
    background-image: url('../img/bg.jpg');
    background-size: 100% auto;
    /*    min-height: 155.8vw;*/
    /*  padding-bottom: 5%;*/
}
.full {
    width: 100%;
}
header {
    background: #fff;
    padding: 1.6vw 2.5vw;
}
.logo {
    width: 9.4vw;
}
.r {
    position: relative;
}
#kv {
    background-image: url('../img/kv.png');
    aspect-ratio: 1920/973;
    background-size: cover;
    display: flex;
    align-items: center;
}
.kv-wrap {
    padding-left: 42.7vw;
    text-align: center;
}
.logo-crv {
    width: 44.5vw;
    margin: 0 auto 3.4vw;
}
.countdown-wrap {
    width: 46.3vw;
}
.countdown-tit {
    font-size: 2.7vw;
    margin-bottom: 2vw;
    text-align: center;
    letter-spacing: 0.4em;
    display: flex;
    align-items: center;
    gap: 4.4vw;
}
.countdown-tit:before, .countdown-tit:after {
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    flex: 1;
}
.countdown {
    font-size: 6.5vw;
    position: relative;
    color: #fff;
    font-family: 'DS-Digital';
}
.countdown .item {
    position: relative;
}
.countdown .item:first-of-type {
    margin-left: 0;
}
.countdown .item:last-of-type {
    margin-right: 0;
}
.countdown .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .15em;
    /* gap: 1.5vw; */
}
.countdown .bg {
    min-width: 8.5vw;
    display: inline-block;
}
.countdown .unit {
    font-size: 1.9vw;
    display: block;
    position: absolute;
    bottom: -1.3vw;
    opacity: .6;
    letter-spacing: .1em;
    left: 0.5vw;
}
.flex {
    display: flex;
}
.flex_1 {
    flex: 1;
}
.form {
    background: #000;
    padding: 6.9vw;
    color: #7d7d7d;
    font-weight: 400;
}
.form .flex {
    gap: 4vw;
    padding: 0 5vw;
}
.form-tit {
    text-align: center;
    font-size: 3.1vw;
    letter-spacing: 0.4em;
/*    padding-bottom: 2ch;*/
/*    border-bottom: 1px solid #434343;*/
/*    margin-bottom: 2ch;*/
    color: #d1d1d1;
    font-weight: 100;
}
.form-subtit {
    text-align: center;
    font-size: 1.8vw;
}
.form-subtit small {
    font-size: 70%;
}
.hr {
    margin: 2ch 0 5ch;
    border-bottom: 1px solid #434343;
}
.form_wrap {
    margin-bottom: 4ch;
    display: flex;
    gap: 2ch;
    align-items: center;
    position: relative;
}
.form_wrap > * {
    width: 100%;
    max-width: 23.5vw;
}
.form_wrap > label {
    position: relative;
    font-size: 1.1vw;
    flex: 0 0 11vw;
}
.form_wrap > label.need:before {
    content: '*';
    color: #3cf1db;
    margin-right: .5ch;
}
.input {
    appearance: none;
    width: 100%;
    padding: 0 1ch;
    border: 1px solid #7d7d7d;
    height: 2vw;
    box-shadow: none;
    margin: 0;
    color: #fff;
    font-size: 0.9vw;
    border-radius: 6px;
    background: transparent;
    box-sizing: border-box;
}
.input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #7d7d7d;
}
.input::-webkit-input-placeholder {
  color: #7d7d7d;
}
.radio_flex {
    gap: 2ch;
    display: flex;
}
.radio_wrap {
    position: relative;
    font-size: 0.9vw;
}
.radio_wrap input[type='radio'] {
    display: none;
}
.radio_wrap input[type='radio'] + label {
    position: relative;
    cursor: pointer;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 0.5ch;
} 
.radio_wrap input[type='radio'] + label:before {
    content: "";
    width: 1.25vw;
    border-radius: 100px;
    border: 0.15vw solid #3cf1dc;
    aspect-ratio: 1;
}
.radio_wrap input[type='radio']:checked + label:after {
    position: absolute;
    content: "";
    width: 0.6vw;
    border-radius: 100px;
    background: #3cf1dc;
    top: 50%;
    left: 0.45vw;
    aspect-ratio: 1;
    transform: translateY(-50%);
}
select::-ms-expand {
    display: none;
}
.select1 {
    position: relative;
    flex: 1 1 0;
    max-width: 23.5vw;
}
.select1 select {
    width: 100%;
    appearance: none;
    padding: 0 1ch;
    height: 2vw;
    box-shadow: none;
    margin: 0;
    color: #fff;
    font-size: 0.9vw;
    border-radius: 6px;
    border: 1px solid #7d7d7d;
    background: transparent;
}
.select1 option {
    background: #000;
}
.video_all {
    margin: 5% 5% 0;
    padding: 4ch;
    background: #fff;
    position: relative;
    z-index: 1;
}
.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrap + .video_wrap {
    margin-top: 4ch;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
    border-radius: 2ch;
}
.ps {
    font-size: 1vw;
    margin: 10ch 0 0;
    padding: 0 5vw;
}
.pc {
    display: block;
}
.mo {
    display: none;
}

@media only screen and (max-width: 750px) {
    header {
        padding: 15px 25px;
    }
    .logo {
        width: 141px;
    }
    main {
        background-image: url(../img/bg-m.jpg);
        background-size: 100% 100%;
/*        min-height: 275vw;*/
/*        padding-bottom: 5%;*/
    }
    #kv {
        background-image: url(../img/kv-m.png);
        aspect-ratio: 750 / 1203;
        align-items: self-start;
    }
    .kv-wrap {
        padding: 11.3vw 6.4vw;
    }
    .logo-crv {
        width: 100%;
    }
    .countdown-wrap {
        width: auto;
    }
    .countdown-tit {
        font-size: 5.1vw;
    }
    .countdown {
        font-size: 12vw;
    }
    .countdown .unit {
        font-size: 3.6vw;
        bottom: -3vw;
    }
    .form {
        padding: 45px 15px;
    }
    .form .flex {
        flex-direction: column;
        padding: 0 20px;
    }
    .form-tit {
        font-size: 28px;
    }
    .form_wrap {
        gap: 1ch;
    }
    .form_wrap > label {
        font-size: 18px;
        flex: 0 0 125px;
    }
    .form_wrap > * {
        max-width: 100%;
    }
    .input {
        height: 30px;
        font-size: 16px;
    }
    .select1 select {
        height: 30px;
        font-size: 16px;
    }
    .radio_wrap {
        font-size: 16px;
    }
    .radio_wrap input[type='radio'] + label:before {
        width: 14px;
        border-width: 2px;
    }
    .radio_wrap input[type='radio']:checked + label:after {
        width: 8px;
        left: 5px;
    }
    .countdown .txt {
        /* gap: 2vw; */
    }
    .countdown .bg {
         min-width: 16vw; 
    }
    .video_all {
        padding: 2ch;
    }
    .video_wrap + .video_wrap {
        margin-top: 2ch;
    }
    .video_wrap iframe {
        border-radius: 1ch;
    }
    .form-subtit {
        font-size: 20px;
    }
    .form-subtit small {
        display: block;
    }
    .ps {
        font-size: 10px;
        padding: 0 20px;
    }
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
}