@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Orbitron:wght@400..900&display=swap');
@font-face {
	font-family: 'Digital dream Fat';
	src: url(../fonts/DIGITALDREAMFAT.ttf);
}
@font-face {
	font-family: 'Digital dream';
	src: url(../fonts/DIGITALDREAM.ttf);
}
@font-face {
	font-family: 'E1234';
	src: url(../fonts/E1234.ttf);
}
/************************
* web-timer.css
*   programing Yuji Yajima
*************************/
@media screen and (max-width:767px){

div.web-timer-block{
    width: 100%;
    position: relative;
    background: #ffec67;
}
.web-timer{
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
}
.web-timer-bfore-start-msg{
    display: none;
}
.web-timer-timeup-msg{
    display: none;
}
.web-timer>p:first-of-type{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.web-timer p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
.web-timer p span.vertical-text{
    writing-mode: vertical-lr;
}
.web-timer p span.timer-day,.web-timer p span.timer-hour,.web-timer p span.timer-minite,.web-timer p span.timer-second{
    font-family: 'Digital dream Fat','Digital dream','E1234','Orbitron', sans-serif;
    font-optical-sizing: auto;
    font-size:44px;
    font-weight:500;
    line-height: 90px;
    position: relative;
    top:-9px;
}
.before-start-msg,.timeup-msg{
    font-size: 36px;
    line-height: 54px;
}
.web-timer form{
    text-align: center;
    width: 100%;
}
.web-timer form .button-comment{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.web-timer form .button-comment img{
    position: relative;
    top: 20px;
    width: 30px;
    margin: 5px;
}
.web-timer form .button-comment p{
    font-family: sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 40px;
}

input[type=email]{
    border: none;
    background-color: #fff;
    width: 20em;
    height: 3em;
    font-size: 18px;
    line-height: 3em;
    vertical-align: middle;
}
input::placeholder {
	text-align: center;
}
input[type=image]{
    text-align: center;
    width: 100%;
    object-fit:fill;
}
.web-timer form p.small{
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin: 0px;
    padding: 10px;
}
}
@media screen and (min-width:768px){

    div.web-timer-block{
        width: 100%;
        position: relative;
        background: #ffec67;
    }
    .web-timer{
        position: relative;
        display: block;
        text-align: center;
        margin: 0px auto;
        padding-top: 20px;
    }
    .web-timer-bfore-start-msg{
        display: none;
    }
    .web-timer-timeup-msg{
        display: none;
    }
    .web-timer>p:first-of-type{
        font-size: 48px;
        line-height: 1.5em;
        font-weight: 600;
    }
    .web-timer p{
        font-size: 32px;
        line-height: 1.5em;
        font-weight: 500;
        position: relative;
        top: 0px;
    }
    .web-timer p span.vertical-text{
        writing-mode: vertical-lr;
    }
    .web-timer p span.timer-day,.web-timer p span.timer-hour,.web-timer p span.timer-minite,.web-timer p span.timer-second{
        font-family: 'Digital dream Fat','Digital dream','E1234','Orbitron', sans-serif;
        font-optical-sizing: auto;
        font-size:88px;
        font-weight:500;
        line-height: 1.5em;
        position: relative;
        top:-9px;
    }
    .before-start-msg,.timeup-msg{
        font-size: 72px;
        line-height: 1.5em;
    }
    .web-timer form{
        text-align: center;
        width: 100%;
    }
    .web-timer form .button-comment{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .web-timer form .button-comment img{
        position: relative;
        top: 20px;
        width: 30px;
        margin: 5px;
    }
    .web-timer form .button-comment p{
        font-family: sans-serif;
        font-size: 40px;
        line-height: 40px;
        font-weight: 500;
        margin-top: 40px;
    }
    
    input[type=email]{
        border: none;
        background-color: #fff;
        width: 20em;
        height: 3em;
        font-size: 36px;
        line-height: 3em;
        vertical-align: middle;
    }
    input::placeholder {
        text-align: center;
    }
    input[type=image]{
        text-align: center;
        width: 100%;
        object-fit:fill;
    }
    .web-timer form p.small{
        font-size: 28px;
        line-height: 1.5em;
        font-weight: 300;
        margin: 0px;
        padding: 10px;
    }
}