
/*  デフォルト
-------------------------------------------------------------*/
	* { 
    margin: 0px; 
    padding: 0px; 	
}

img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}


html {
    
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}





/*  header
-------------------------------------------------------------*/
.bottom-fixed-button {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
}

.bottom-fixed-button button {
  cursor: pointer;
  vertical-align: middle;
}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}


.img-sp {
    display: none;
}

@media screen and (max-width:640px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}



/*  基本のlink color
-------------------------------------------------------------*/
a{ color: #3db7a2; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
a:hover{ opacity:0.8; }


mark {
	 background: linear-gradient(transparent 0%, #FFFF9D 0%);
}

/*  メイン
-------------------------------------------------------------*/

body{
	width: 100%; 
	margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
font-weight: 200;
	}

.hypeskink-main {
  	width: 100%; 
	position: static;
	 background-color: #fff;
    background-image:url("../image/23aw/23aw_back.jpg");
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center ;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}







.hypeskink-box1 {
    width:40%; height:auto;
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#fff;
	 z-index: 100;
}






@media screen and (max-width:780px){
 
.hypeskink-box1  {
    width:100%; height:auto; 
		border-left: 0px;
	border-right: 0px;
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#fff;
} } 



#pagetop {
    position: fixed;
    bottom: 20px;
    right: 31%;
	
}


#pagetop img{
    width: 75px;
	
}


@media screen and (max-width:780px){
 
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
	
}


#pagetop img{
    width: 75px;
	
}

} 




nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #04ff00;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #bffebe;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}



/*  footer
-------------------------------------------------------------*/

footer {
 text-align: center;
 padding: 30px;
	
}

.footer a {
 text-decoration: none;
}

.footer a:hover {
opacity: 0.7;
}

.footer .menu {
 display: flex;
 flex-wrap: wrap;
 margin: 1em;
 padding: 0;
 list-style: none;
 justify-content: center;
	
}

.footer .menu li {
 margin: 0;
 padding: 0 20px;
	font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
}

.footer_copyrights {
	text-align: center;
	color: #3db7a2;
	font-size: 14px;
	margin: 20px 20px 2px 20px;
	font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
}



	






