@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@media screen and (max-width:640px){

	img{
		max-width: 100%;
		width: auto;
		height: auto;
	}

	a img{
		border-style: none;
	}
	
	body{
		background-image:url(img/bg.jpg);
		min-width: 320px;
	}
	
	html{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#pagetop{
		width:80px;
		height:50px;
		position: fixed;
		bottom: 10px;
		right: 20px;
		display: block;
		border-radius: 5px;
		z-index:10;
		cursor:pointer;
	}
	#pagetop .arrow{
		width:90px;
		height:50px;
	}

	#header{
		display:none;
	}

	#menu_s{
		width:230px;
		margin:0 auto;
	}
	#menu_s .menu_s_cts{
		width:260px;
		height:50px;
		padding:8px 0 0 0;
		cursor:pointer;
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	#menu_s .menu_s_cts:hover{
		background-color:#069;
		cursor:pointer;
	}
	#menu_s postage{
		width:270px;
		height:50px;
		padding:8px 0 0 0;
	}
	#menu_s .line{
		width:270px;
		height:1px;
		background-color:#fff;
		margin-bottom:1px;
	}
	#menu_s .menuicon{
		width:40px;
		height:40px;
		float:left;
	}
	#menu_s .menuicon img{
		width:40px;
	}
	#menu_s .menutext{
		width:200px;
		float:left;
		margin:2px 0 0 5px;
		font-weight:bold;
		color:#fff;
		line-height:18px;
	}
	
	/* スイッチ */
	.pc{
		display: none;
	}
	#tag{
		display: none;
	}
	.t_tuc{
		color: #c12000;
	}
	
	/* main container ---------------------------------------------------------------------------------------------------------------- */
	.space{
		width: 100%;
		height: 70px;
		background-color:#AEDFFF;
	}
	.space img{
		margin-top:15px;
	}

	
	.title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		line-height: 0;
	}
	
	.menuwrap{
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flexbox;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.menubtn{
		width: 50%;
		line-height: 0;
	}
	.menubtn:hover{
		background:#FFF72F;
	}
	
	.heiseibtn{
		width: 33.3%;
		line-height: 0;
	}
	.heiseibtn:hover{
		background:#FFF72F;
	}
	
	.reiwa_cont01{
		width: 100%;
		position: relative;
		text-align: center;
	}
	.reiwa_cont_btn01{
		width: 70%;
		position: absolute;
		margin:auto;
		left: 0;
		right: 0;
		bottom: 5px;
	}
	
	.reiwa_cont_btn02{
		width: 90%;
		position: absolute;
		margin:auto;
		left: 0;
		right: 0;
		bottom: 5px;
	}
	
	.reiwa_cont02{
		width: 100%;
		background: #FFFFFF;
	}
	
	.movie{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.sityoumovie{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 55%;
		margin: 0 auto;
		text-align: center;
	}
	.sityoumovie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.twikiyaku{
		width: 100%;
		padding: 20px;
		background: #DCDFFF;
		border-radius: 10px;
	}
	.twikiyaku_title{
		font-size: 4.5vw;
		font-weight: bold;
		color: #151782;
	}
	.twikiyaku_li{
		font-size: 2.7vw;
		color: #2A29AC;
		text-indent: -1rem;
		margin-left: 1rem;
		list-style: none;
	}
	
	.reiwa_ban{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.sityou_war{
		width: 100%;
		font-size: 2.8vw;
		text-align: center;
		color: #FF0C10;
		padding: 3px;
	}

	
	/* 令和グッズ ------------------------------------------------- */

	.rego_wrap{
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flexbox;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.rego_single{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 100px;
		position: relative;
		background: #FFDCDD;
	}
	
	.rego_image{
		width: 100%;
		background: #FF6C6E;
		line-height: 0;
		text-align: center;
	}
	
	.rego_image753{
		width: 100%;
		background: #ff5a00;
		line-height: 0;
		text-align: center;
	}
	
	.rego_image img{
		width: 80%;
	}
	.rego_image753 img{
		width: 80%;
	}
	.rego_name{
		width: 100%;
		font-size: 4.5vw;
		line-height: 1.2rem;
		font-weight: bold;
		color: #630608;
		border-top: #FF5D5F 3px double;
		border-bottom: #FF5D5F 3px double;
		padding: 10px 3px 2px;
	}
	.rego_text{
		width: 100%;
		line-height: 1rem;
		border-radius: 10px;
		padding: 10px;
		font-size: 3vw;
		text-align: left;
	}
	.rego_price{
		font-size: 4vw;
		color: #630608;
		font-weight: bold;
		text-align: center;
	}
	.rego_btn{
		position: absolute;
		bottom: 2px;
		left: 0;
		right: 0;
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	
	
	/* Twitter ------------------------------------------------- */
	
	.tyui{
		padding: 10px;
		border-radius: 5px;
		background: #fff;
		color:#D7191C;
		font-size: 0.9rem;
	}
	
	
	.mon_cont01{
		background:linear-gradient(#1073b5,#2d97dd);
		border-radius: 10px;
	}
	.mon_cont02{
		background:linear-gradient(#b53710,#b57510);
		border-radius: 10px;
	}
	
	.allwrap{
		background:linear-gradient(#fff,#d0ecff);
		text-align: center;
	}
	
	.mon_q{
		width: 95%;
		margin: 0 auto;
		padding: 10px;
	    background: #75d79a;
		border-radius: 10px;
		text-align: center;
		font-size: 3.5vw;
		font-weight: bold;
		color: #0D1F05;
	}
	
	.mon_q2{
		width: 97%;
		margin: 0 auto;
		padding: 20px 10px;
		background:linear-gradient(#f4c15e,#fdffbe);
		border-radius: 10px;
		text-align: center;
		font-size: 3.5vw;
		font-weight: bold;
		color: #250e07;
	}
	
	.mon_wrap{
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flexbox;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	.mon_wrap2{
		width: 100%;
		margin: 0 auto;
		padding: 10px;
	}
	
	.mon_right{
		width: 18%;
		display: inline-block;
	}
	
	.mon_left {
	  width: 72%;
	  position: relative;
	  margin: 2px 0 0 15px;
	  padding: 20px 10px;
	  min-width: 120px;
	  max-width: 100%;
	  border-radius: 10px;
		text-align: left;
		line-height: 4vw;
		display: inline-block;
		vertical-align: top;
	}
	
	.left01{
	  background: #e0edff;
	  color: #555;
	  font-size: 3.2vw;
	}
	.left02{
	  background: #4ab7ff;
	  color: #FFFFFF;
	  font-size: 3.2vw;
	}

	.mon_left:before {
	  content: "";
	  position: absolute;
	  top: 24px;
	  left: -15px;
	  margin-top: -15px;
	  border: 8px solid transparent;
	  border-right: 8px solid #4ab7ff;
	}
	
	.mon_left_tw {
	  width: 72%;
	  position: relative;
	  margin: 2px 0 0 15px;
	  padding: 20px 10px;
	  min-width: 120px;
	  max-width: 100%;
	  border-radius: 10px;
		text-align: left;
		line-height: 3.5vw;
		display: inline-block;
		vertical-align: top;
	}
	
	.mon_left_tw:before {
	  content: "";
	  position: absolute;
	  top: 24px;
	  left: -15px;
	  margin-top: -15px;
	  border: 8px solid transparent;
	  border-right: 8px solid #e0edff;
	}
	
	.mon_left_sy {
	  width: 72%;
	  position: relative;
	  margin: 2px 0 0 10px;
	  padding: 20px 10px;
	  min-width: 120px;
	  max-width: 100%;
	  border-radius: 10px;
		text-align: left;
		line-height: 4.5vw;
		display: inline-block;
		vertical-align: top;
	  background: #fff;
	  color: #2e2521;
	  font-size: 3.2vw;
	}
	
	.mon_left_sy li{
		font-weight: bold;
		text-indent: -1rem;
		margin-left: 1rem;
		list-style: none;
	}
	
	

	.mon_left p {
	  margin: 0;
	  padding: 0;
	}		
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	.postage_sp{
		width: 100%;
	}

	.link_container_area{
		width:auto;
		margin:0 auto;
		text-align:center;
		margin-top:40px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		color:#000;
	}
	.link_container_area ul{
		list-style-type:none;
	}
	.link_container_area li{
		padding:0 5px;
		/*display:inline-block;*/
		font-size:14px;
	}
	.link_container_area li a:link{
		color:#000;
		text-decoration:none;
		padding:3px 10px;
	}
	.link_container_area li a:visited{
		color:#000;
		text-decoration:none;
	}
	.link_container_area li a:hover{
		color:#000;
		text-decoration:none;
		transition:background-color 0.5s;
		transition-timing-function:ease-in-out;
		background-color:rgba(0,0,0,0.2);
	}

	.snslogo_area{
		width:180px;
		height:80px;
		margin:0 auto;
		margin-top:30px;
		text-align:center;
	}

	.snslogo_area ul{
		width:auto;
		height:54px;
		float:left;
		list-style-type:none;
	}

	.snslogo_area li{
		width:50px;
		float:left;
		margin-left:5px;
		display:inline-block;
	}
	.snslogo_area li img{
		width:50px;
	}


	/*-------- footer ---------------*/

	.official_ban{
		width:100%;
		margin:0 auto;
	}
	#rights{
		max-width:320px;
		margin:0 auto;
		text-align: center;
	}

	#social_footer{
		display:none;
	}

	#footer{
		width:100%;
		height:35px;
		padding-top:10px;
		padding-bottom: 80px;
		background-color:#fff;
		font-size:10px;
		color:#000;
		text-align:center;
		line-height:14px;
		border-top:1px #e6e4e4 solid;
	}

}/* @media */