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

body {
	background: linear-gradient(-45deg, rgba(255, 0, 161, .3), rgba(246, 255, 0, .5)) fixed;
    background-size: 100vw;
	height: 830px;
	min-height: 100vh;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}

/*ヘッダー*/
header{
	width: 100%;
	height: 100px;
	padding: 0 0 0 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0 6px 25px 0 rgba(0, 0, 0, .1);
}

#header {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}

h1{
	margin:0;
	padding: 0;
	font-size: 20px;
}

a{
	text-decoration: none;
	color: #000000;
}

ul{
	list-style: none;
	margin: 0;
	display: flex;
}

li{
	margin: 15px;
	font-size: 15px;
}

.close{
	display: none;
}

.menu{
	margin: 0 20px 0 auto;
}

.rogo{
	margin-top: 4.8px;
}

.menu{
	margin-bottom: 2px;
}

.list_item{
	font-family:  Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.06em;
	font-style: oblique;
	text-align: center;
	font-size: 26px;
	box-sizing: border-box;
}
.list_item_text{
	margin-top: 5px;
	font-style: normal;
	letter-spacing: 0.06em;
	color: #808080;
	display: block;
	font-size: 9px;
	box-sizing: border-box;
}
/*ヘッダー*/

/*フッター*/
footer{
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 210px;

	box-shadow:  0 -5px 25px 0 rgba(0, 0, 0, .06);
}

.f_logo{
	margin-top: 50px;
	text-align: center;
}

.f_menu{
	 display: flex;
	 margin-top: 11px;
	 margin-right: auto;
 	 margin-left : auto;
}

.f_list_item{
	font-size: 12px;
	font-weight: 600;
	color: #808080;
	margin-left: 9px;
	margin-right: 9px;
}

.copyright{
	font-weight: 500;
    margin-top: 40px;
	text-align: center;
}

.copyright_main{
	font-size: 11px;
	color: #808080;
}
/*フッター*/

section{
	text-align: center;
	position: relative;
}

.h1{
	margin-top: 166px;
}

.h1_1{
	font-family:  Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.06em;
	font-style: oblique;
	text-align: center;
	font-size: 38px;
	box-sizing: border-box;
}

.h1_2{
	margin-top: 8px;
	font-style: normal;
	letter-spacing: 0.06em;
	color: #808080;
	display: block;
	font-size: 12px;
	box-sizing: border-box;
}

.box{
	position: absolute;
	z-index: 1;
	width: 500px;
	height: 260px;
	margin-top: 220px;
	text-align: left;
	border: 2.6px solid;
	border-radius: 10px;
	background-color: #FFFFFF;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shadow_box {
  position: absolute;
  z-index: 0;
  margin-top:240px;
  margin-left: 16px;
  width: 500px;
  height: 256px;
  background-image   : radial-gradient(#00bcbc 30%, transparent 33%),
                       radial-gradient(#00bcbc 30%, transparent 33%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.sns{
	margin-top: 50px;
	margin-left: 50px;
}

.twitter{
	margin-bottom: 30px;
	
}

.twitter_rogo{
	margin-top: 10px;
}

.t_text{
	font-size: 20px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-left: 8px;
	line-height: 10px;
}

.Instagram{
	margin-bottom: 30px;
}

.i_text{
	font-size: 20px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-left: 8px;
}

.Mail{
	margin-bottom: 60px;
}

.m_text{
	font-size: 20px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-left: 8px;
}

.radio{
	position: absolute;
	z-index: 1;
	margin-top: 470px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}

@media(max-width: 930px){
	
test {
float: none;
}	
/*ヘッダー*/
	.rogo{
		width: 180px;
		margin-left: -6px;
	}
	
	.close{
		display: initial;
		color: #fff;
	}
	
	.menu{
		display: none;
	}
	
	#hamburger{
		position: relative;
        display: block;
        width: 30px;
        height: 25px;
        margin: 0 60px 0 auto;
	}
	
	#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #000000;
   transform: translateY(-50%);
   border-radius: 10px;
}
	
	#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #000000;
   border-radius: 10px;
}
	
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 70%;
   height: 2px;
   background-color: #000000;
   border-radius: 10px;
}
	
	.list_item,.list_item_text{
		color: #FFFFFF;
	}
	
	.list_item_text{
		color: #FFFFFF;
	}
	
	.menu {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}
	
   .menu ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
	
.menu li {
	padding-top: 12px;
   font-size: 13px;
   font-weight: 600;
}
	
   .menu .close {
      position: relative;
      padding-left: 20px;
   }
	
   .menu .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
	
   .menu .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
	
.toggle {
   transform: translateY( 0 );
   opacity: 1;
}

.rogo {
   padding: 0 4%;
}	
	
	/*ヘッダー*/
	
	
	
	body{
		height: 690px;
	}
	
	
	
	
	.box{
	width: 300px;
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 168px;
	border: 2px solid;
	margin-bottom: -20px;
	padding-left: 0px;
	text-align: left;
}
	
	.shadow_box{
		width: 300px;
		height: 210px;
		margin-top: 188px;
	}

	
	
.h1{
	margin-top: 146px;
}

.h1_1{
	font-family:  Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.06em;
	font-style: oblique;
	text-align: center;
	font-size: 30px;
	box-sizing: border-box;
}

.h1_2{
	margin-top: 8px;
	font-style: normal;
	letter-spacing: 0.06em;
	color: #808080;
	display: block;
	font-size: 10px;
	box-sizing: border-box;
}
	
	
	.sns{
		margin-top: 30px;
		margin-left: 20px;
	}
	
.twitter{
	margin-bottom: 30px;
	
}

	.twitter_rogo{
		width: 10px;
	}

.t_text{
	font-size: 15px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-left: 8px;
}

.Instagram{
	margin-bottom: 30px;
}

.i_text{
	font-size: 15px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-left: 8px;
}

.Mail{
	margin-bottom: 100px;
}

.m_text{
	font-size: 14px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-left: 8px;
}

	.radio{
		width: 90px;
		margin-top: 366px;
	}
	
	
}