@charset "UTF-8";
/* -------------------------------------
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,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-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

body {
line-height: 1;
font-family: sans-serif;
background: #fff;
color: #000;
}

ol,
ul {
list-style: none;
}
@media screen and (min-width: 961px) {.sp {display: none;}}
@media screen and (min-width: 1px) and (max-width: 960px) {.pc {display: none;}}
html {font-size: 62.5%;}
html,body {height: 100%;}

body {
background: #F5C437;
color: #212121;
font-feature-settings: "palt";
overflow-x: hidden;
scroll-behavior: smooth;
font-family: "Zen Kaku Gothic Antique", sans-serif;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.02em;
width: 100vw;
}

a {color: inherit;}

img {
max-width: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
line-height: 0;
vertical-align: bottom;
pointer-events: none;
}
::-moz-selection,
::selection {
background: rgba(34, 34, 34, 0.5);
color: #E2E2E2;
}
.wrap {
overflow-x: hidden;
max-width: 100vw;
margin: 0 auto;
}
.footer {
position: fixed;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.2rem;
font-weight: 600;
}
.txt--lead {
font-size: 1.8rem;
font-weight: 600;
line-height: 1.6;
margin-bottom: 0.5em;
}

.txt--sub {
display: block;
margin-top: 0.3em;
font-weight: 400;
line-height: 1.6;
}

.txt--link {
display: block;
font-size: 1.4rem;
margin-top: 0.5em;
}
.txt--link::after {
content: "";
display: inline-block;
width: 0.4em;
height: 0.4em;
transform: rotate(-45deg);
margin-left: 0.3em;
margin-bottom: 0.1em;
border-bottom: solid 1px #222222;
border-right: solid 1px #222222;
}

.highlight {
background: linear-gradient(transparent 50%, #E8F581 0%);
margin: 0 0.3em;
}

.btn {
width: 100%;
margin: 0 auto;
text-align: center;
}

.btn + .btn {
margin-top: 1.5em;
}

.btn a {
display: block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
position: relative;
margin: 0 auto;
padding: 20px;
border-radius: 999px;
background: #212121;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-weight: 600;
text-align: center;
line-height: 1.6;
letter-spacing: 0.13em;
text-decoration: none;
overflow: hidden;
}
.btn a::before {
content:"";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(/static/creephyp/renewal/common/noise.webp);
background-repeat: repeat;
background-size: 500px;
mix-blend-mode: overlay;
opacity: 0.5;
pointer-events: none;
}
.btn a.this {
background: #FF990F;
box-shadow: 5px 6px 0 #FFD59D;
}
.btn a.past {
background: #0BDB63;
box-shadow: 5px 6px 0 #B6F0CE;
}
.btn a.count {
background: #6AD6D2;
box-shadow: 5px 6px 0 #C0F2F0;
}
.btn a span {
display: flex;
justify-content: center;
align-items: center;
}
.btn a span::after {
content: "";
display: block;
width: 0.4em;
height: 0.4em;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) translateY(0.15em);
margin-left: 0.5em;
}

.bg {
position: fixed;
width: 100vw;
height: 100vh;
background-image: url(/static/creephyp/renewal/common/noise.webp);
background-repeat: repeat;
background-size: 500px;
mix-blend-mode: overlay;
opacity: 0.5;
z-index: -1;
pointer-events: none;
}
.bg::after {
content: "";
position: fixed;
width: 100vw;
height: 100vh;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
background-position: 10px 10px;
background-size: 31px 31px;
}
.block--detail .box{
position: relative;
margin: 0 auto 10px;
padding: 40px 20px 20px;
background: #fff;
}
.block--detail .box::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 20px;
background: #FF990F;
}
.block--detail .box .tit {
position: relative;
margin-bottom: 1em;
padding-bottom: 1em;
font-size: 1.125em;
font-weight: 600;
letter-spacing: 0.04em;
}
.block--detail .box .tit::before{
content: "";
display: block;
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}
.block--detail .box .list--attention li+li{
margin-top: 1em;
}
.block--detail .box .list--attention li .num {
display: inline-block;
width: 1.5em;
height: 1.5em;
margin-right: 0.5em;
border-radius: 999px;
background: #FF990F;
color: #fff;
text-align: center;
line-height: 1.3em;
letter-spacing: 0;
}
.cardleader {
position: fixed;
z-index: 999;
bottom: 0;
}
.cardleader img {
display: block;
margin: 0 auto;
}
.cardleader .time{
position: absolute;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-family: "overtime-lcd-pro", sans-serif;
font-weight: 700;
white-space: nowrap;
}
.block--btn {
padding: 0 0 40px;
}

.block--detail .box,
.delighter {
transform: translate3d(0, 40px, 0);
opacity: 0;
transition: transform 0.6s, opacity 0.4s;
transition-delay: .3s;
}
body.loaded .section-tit,
body.loaded .cardleader,
body.loaded .block--detaill .box,
body.loaded .delighter.started {
transform: translate3d(0, 0, 0);
opacity: 1;
transition-delay: 0;
}
.footer,
.section-tit,
.cardleader {
opacity: 0;
transition: opacity 0.6s;
}
body.loaded .footer,
body.loaded .section-tit,
body.loaded .cardleader {
opacity: 1;
}
@media screen and (min-width: 961px) {
body {
font-size: 1.6rem;
}
.footer {
bottom: 15px;
left: 15px;
}
.btn a{
transition: .3s;
}
.btn a:hover{
transform: translate(5px, 6px);
}
.btn a.this:hover {
box-shadow: 0 0 0 #FFD59D;
}
.btn a.past:hover {
box-shadow: 0 0 0 #B6F0CE;
}
.btn a.count:hover {
box-shadow: 0 0 0 #C0F2F0;
}
.section--inner {
max-width: 1500px;
margin: 0 auto;
}
.section-tit {
display: flex;
align-items: center;
position: fixed;
top: 0;
right: 50vw;
width: min(50%,750px);
height: 100vh;
}
.section-tit img {
display: block;
width: 80%;
margin: 0 0 5% auto;
}

.cardleader {
left: 50%;
width: min(50%,750px);
}
.cardleader img {
padding: 0 min(20%,320px);
}
.cardleader .time{
font-size: min(3vw, 45px);
top: min(6.65vw, 100px);
}
.block--detail {
position: absolute;
left: 50%;
width: min(50%,750px);
min-height: 100vh;
margin: 0 0 0 auto;
padding:80px min(12%,180px);
padding-bottom: min(10vw,160px);
}

}
@media screen and (min-width: 1px) and (max-width: 960px) {
body {
font-size: 1.4rem;
}
.footer {
bottom: min(36vw,151px);
left: calc(1em + max(50vw - 190px, 5px));
transform-origin: left;
transform: rotate(-90deg);
}
.section--inner {
max-width: 400px;
margin: 0 auto;
padding: 60px min(10%,40px) min(26vw,110px);
}
.section-tit {
margin-bottom: 40px;
}
.cardleader{
width: 100%;
left: 0;
}
.cardleader .time {
font-size: min(9vw, 36px);
top: min(20.5vw, 80px);
}
.cardleader img {
width: 100%;
max-width: 400px;
padding: 0 min(4vw,20px);
}
}