@charset "utf-8";
/* entryのレイアウトのためのCSS */

body{
    background:#fffccc;
    font-family: "Hiragino Maru Gothic ProN", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}


.wrapper{
    padding:0 30px;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
    outline: none;
}

a:hover,
a:active{
	text-decoration: none;
}

.mgt20{
    margin-top: 20px;
}
.mgb20{
    margin-bottom: 20px;
}

.center{
    text-align: center;
}

/*数字カウント*/

.progressbar-text{
    font-size:5rem;
   font-family: 'Italianno', cursive;
}

.progressbar-text span{
    font-size:2rem;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {
.progressbar-text{
    font-size:3rem;
}
.progressbar-text span{
    font-size:1.3rem;
}

}


/* heading */

.heading-block{
    position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.heading-block h1{
    font-size:2em;
	letter-spacing: 0.2em;
	color: #333333;
    line-height: 1;
}

.heading-block p{
    font-size:2vw;
	letter-spacing: 0.2em;
	color: #fff;
}

h3{
    font-size:2em;
    padding: 30px 0 0 0;
}

h4{
    font-size:1em;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {
  .heading-block h1{
    font-size:1.8em;
    }
.heading-block p{
    font-size:1.5em;
    }
h3{
    font-size:1.5em;
}
h4{
    font-size: 1em;
}
}


/* sns icon */
#sns-icon img{
    width: 20px;
}

#sns-icon{
    position: absolute;
    right:20px;
    top:45%;
}

#sns-icon li{
     margin:0 0 15px 0;   
}

/* copyright */

.copy{
    position: static;
    color: #5f5f5f;
    font-size:0.8em;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    margin: 0 0 20px 0;
}

.modaal-content-container{
    padding: 30px 30px 60px 30px;
}
