@charset "UTF-8";
@import url("index.css");
/* CSS Document */

body {
    font-size: 14px;
    font-weight: 400;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: .05em;
    color: #333;
    background: #fff;
	margin: 0;
	height: 100vh;
   }


a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
ol, ul {
  list-style:none;
}


/*--header--*/
/*
header {
    font-size: 15px;
    font-size: .9375rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    letter-spacing: .05em;
}

header .inner {
    display: flex;
    width: 100%;
    height: 60px;
    flex-flow: row wrap;
    justify-content: center;
}


/*ハンバーガー3本線を非表示*/

header .humberger-wrap {
  display:none;
}
 
header nav {
  position:relative;
}
 
header nav, header ul {
  display:flex;
}
 
header nav li {
  cursor:pointer;
}
 
header nav a {
  line-height:60px;
  display:fixed;
  height:60px;
  padding:0 30px;
}
 
@media screen and (max-width:901px) {
 
  /*3本線の表示*/
  header .humberger-wrap {
    display:block;
    z-index: 2;
  }
 
  /*3本線の位置*/
  header .humberger-wrap {
    position: fixed;
    top: 0;
    right: 20px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }
 
  /*humberger-border1,2,3の線*/
  header .humberger-wrap [class*=humberger-border]  {
    position: fixed;
    width: 40px;
    height: 2px;
    transition: .4s all ease;
    transform-origin: center center;
    background: #333;
  }
  /*1本目の線*/
  header .humberger-wrap .humberger-border-1 {
    top:20px;
    right:0;
  }
  /*2本目の線*/
  header .humberger-wrap .humberger-border-2 {
    top:30px;
    right:0;
  }
  /*3本目の線*/
  header .humberger-wrap .humberger-border-3 {
    top:40px;
    right:0;
  }
 
  /*開閉ボタンopen時の横線1本目*/
	header .humberger-wrap.opened .humberger-border-1 {
		top: 30px;
		transform: rotate(45deg);
	}
	/*開閉ボタンopen時の横線2本目*/
	header .humberger-wrap.opened .humberger-border-2 {
    top: 30px;
		transform: rotate(-45deg);
	}
	/*開閉ボタンopen時の横線3本目*/
	header .humberger-wrap.opened .humberger-border-3 {
    top: 30px;
		transform: rotate(-45deg);
    opacity:0;
	}
  /*メニューを非表示*/
  header nav {
    display:none;
  }
 
  /*open時に一番上のヘッダーの背景色を変化*/
  header.opened {
    background: #fff;
  }
 
  header.opened nav {
    z-index: 1;
    display: block;
    min-height: 100vh;
    opacity: 1;
    position: fixed;
    top:60px;
	background-color:white;
  }
 
  header nav ul.header-navigation {
    flex-flow: column nowrap;
  }
 
  header nav ul.header-navigation li a {
    display: block;
    height: auto;
    margin: 0;
    padding: 10px 0;
  }
 

.cp_h1title {
	position: relative;
	top: 100px;
	margin-bottom: 1em;
	text-align: center;
	font-size: 16px;
}
.cp_h1title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 2px;
}

.btn-flat-border {
	position: relative;
	left: 100px;
	top: 400px;
	width: 400px;
	height: 50px;
    padding: 15px;
    font-weight: bold;
    border: solid 3.5px black;
    cursor :pointer;
}

.btn-flat-border:hover {
  background: #efefef;
  color: black;
}

.btn-flat-borderr {
	position: relative;
	left: -90px;
	top: 470px;
	width: 400px;
	height: 50px;
    padding: 15px;
    font-weight: bold;
    border: solid 3.5px black;
    cursor :pointer;
}



/*ボタン*/
.sikakubottom {
  position:absolute;
  left: 30%;
  top: 1350px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding: 0.25em 0;
  text-decoration: none;
  color: black;  
}

.sikakubottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:black;
  transition: .2s;
}

.sikakubottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}



.ocbottom {
  position:absolute;
  left: 30%;
  top: 1400px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding: 0.25em 0;
  text-decoration: none;
  color: black;  
}

.ocbottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:black;
  transition: .2s;
}

.ocbottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}



.testbottom {
  position: absolute;
  left: 30%;
  top: 1450px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding: 0.25em 0;
  text-decoration: none;
  color: black;  
}

.testbottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:black;
  transition: .2s;
}

.testbottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}



.daybottom {
  position: absolute;
  left: 30%;
  top:1505px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding: 0.25em 0;
  text-decoration: none;
  color: black;  
}

.daybottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:black;
  transition: .2s;
}

.daybottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}


.accessbottom {
  position: absolute;
  left: 30%;
  top:1555px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding: 0.25em 0;
  text-decoration: none;
  color: black;
}

.accessbottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:black;
  transition: .2s;
}

.accessbottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}


.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  line-height: 60px;
  letter-spacing: 0.2em;
  font-size:20px;
  font-family: 'Sawarabi Gothic', sans-serif;
  writing-mode: vertical-rl;
}

.example img {
  width: 100%;
  }

.bs{
	margin-left: 100px;
}

/*
.scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}


.scroll {
  padding-top: 40px;
  position: relative;
  left:170px;
}
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
*/

.cp_h1titleniigata {
	position: relative;
	top: 75px;
	margin-bottom: 1em;
	text-align: center;
	font-size: 16px;
}
.cp_h1titleniigata:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000000;
	border-radius: 2px;
}

	#anata{
		position: relative;
		left:50px;
		top:120px;
		letter-spacing: 3px;
        line-height: 30px;
	    padding-bottom: 40px;
	}
	
	#siro{
		position: relative;
		top:410px;
	}