@charset "UTF-8";
/* CSS Document */

body{
	position:relative;
	margin:0;
	font: 16px/100% 'Acme', sans-serif;
 	line-height: 25px;
 	font-family:YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	background-image: url(img/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
	height: 100vh;
	z-index: 0;
}


h1{line-height: 40px; margin-bottom: 60px;}
h2{text-align: left; font-size: 36px;}
h3{color: #fff; font-size: 24px;}
img{margin-bottom: 10px;}
p{margin-bottom: 20px;}
a{text-decoration: none; color: #e51717;}
a > img{transition : 0.3s;}
a > img:hover{opacity: 0.7; transition : 0.3s;}
ul{display: flex; justify-content: center; align-items: center; padding: 0;}
li{list-style: none; margin: 0 20px;}


/*
.imgLink a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}
*/

/*SUGATUNE左上*/
.logo1{
	position: fixed;
	width: 120px;
	left: 20px;
	top: 20px;
	z-index: 100;
}

/*LAMP右下*/
.logo2{
/*
	position: fixed;
	width: 100px;
	right:20px;
	bottom:20px;

*/
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  z-index: 100;
	width: 100px;
}

/*箱*/
.box1,.box3{
	width: 100%;
}
.box2{
/*	display: block;*/
	background-color: #fff;
	width: 100%;
}
.footer{
/*	position: absolute;*/
	background-color: #fff;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #000;
	padding-top: 10px;
}


.cont1,.cont2,.cont3,.cont4,.cont5{
	position: relative;
    margin: auto;
	width: 1000px;
    text-align:center;
	box-sizing:border-box;
}
.cont1{
    height: 101vh;
   	z-index: 50;
	background-image: url("img/main.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.cont2,.cont3{
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 50;
}
.cont3 p{text-align: left;}

.cont4{
	padding-top: 80px;
    width:1000px;
    text-align:center;
	
}


.techSNS,.archSNS{filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));}

/*リンクテキスト▶︎*/
.link_text{
    margin: 0px;
	justify-content: left;
}
.link_text > li {
    position: relative;
    padding: 0px 0px 0px 1em;
	justify-content: center;
	font-size: 18px;
	margin: 0;
}
.link_text > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #e51717;
    content: "";
}


/*箱の並びいったんリセット*/
.clearfix:after {
    content: "";
    display: block;
	clear: both;}

/*おみくじをもつさすが君の幅*/
.omitossgkn{width: 30%;}

/*OVERLAY AREA*/
#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.60);
    z-index: 80;
    cursor: pointer;
}

#overlay .omi_frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
	height: 80vh;
}

#overlay .x {
    position: absolute;
    height: 25px;
    width: 25px;
	left: auto;
	right: 0px;
}

#overlay .omi {
	margin-top: 32px;
}



#overlay .more{
	margin: 8px;
}

#overlay .sns{
	position: absolute;
	width: 100%;
	top: auto;
	right: 0px;
	left: auto;
}
#overlayclick {
width:100%;
height:100%;
}



/*おみくじ占うボタンのcss*/
.uranau_btn {
  display: flex;
  margin: 0 auto;
  padding: 1em 2em;
  width: 167px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #d9b816;
  box-shadow: 0 5px 0 #b2920d;
  transition: 0.3s;
  border-radius: 10px;
  margin-top: -30px;
}

.uranau_btn::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.uranau_btn:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #b2920d;
}

/*さすがくんの位置（ちからわざ）*/
.ssgkn{display: table; width: 100%; height: 114vh; top: 20px;}

/*占うボタンに乗った時のマウス*/
#btnUranau {cursor:pointer;}

/*Added later*/
.oncemore {cursor: pointer;}
