@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*** all ***/

*:focus {
  outline:none;
}
html{
  font-size: 16px;
}
body{
  -webkit-text-size-adjust: 100%;
	line-height: 1.5;
  letter-spacing: 0;
}
body, .font_sans-serif{
	font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

h2, h3, h4, h5, h6{
  line-height: 1.5;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{
  overflow: auto
}

/*---------------------------------------------------------------------------*/

#wrap{
  max-width: 562.5px;
  margin: 0 auto;
  overflow: hidden;
}
.btn.bottom{
	margin-top: -1px;
}
.btn1 {
	margin: -25% 0 3%;
}

.btn2 {
	margin: -30% 0 7%;
}

.btn2-2{
	margin:-35% 0 8%;
}

.cta_wrap2 {
	margin-top:-10%;
}

/*タイマー*/


.time-container p{
	color: #fefefe;
}

.time-container p span {
	padding: 0 10px;
    background-color: #fefefe;
    color: #4079d0;
    margin-right: 5px;
}

.time-container {
	font-size: clamp(20px, 6vw, 60px);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    column-gap: 0px;
}

#countdown {
background: rgb(255,237,103);
background: linear-gradient(180deg, rgba(255,237,103,1) 0%, rgba(248,201,50,1) 35%, rgba(249,179,18,1) 100%);
}

#timer {
    font-size: 26px;
}

#timer span {
    font-size: 36px;
    margin: 0 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

/* 最初は非表示にするためのクラス */
.hidden {
    display: none;
}

.active {
    display: block;
}

/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
#timer {
    font-size: 20px;
}

#timer span {
    font-size: 25px;
    margin: 0 5px;
	background-color: #FFFFFF;
	padding: 5px;
}
}
@media screen and (max-width: 667px){
#timer {
    font-size: 16px;
}

#timer span {
    font-size: 20px;
}	
	
}