@charset "UTF-8";
/* CSS Document */
body {
	 background: linear-gradient(-45deg, rgba(255, 0, 161, .3), rgba(246, 255, 0, .5)) fixed;
     background-size: cover;
	 background-size: 100vw;
	 height: 650px;
	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{
	position: absolute;
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 210px;
	box-shadow:  0 -5px 25px 0 rgba(0, 0, 0, .1);
}

.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;
}

.h1{
	margin-top: 170px;
}

.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: relative;
}

.text_box{
	position: absolute;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top:  86px;
	padding-top:20px;
	padding-bottom: 20px;
	border: 2.6px solid;
	border-radius: 10px;
	background-color: #FFFFFF;
	z-index: 1;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.text{
	text-align: center;
    line-height: 34px;
	height: 34px;
	color: #000000;
	border-radius:8px;
	margin-right: 30px;
}

.t_color{
	background: linear-gradient(transparent 60%, #FF6083 60%);
	font-weight: 600;
}

.radio{
  position: absolute;
  z-index: 0;
  margin-top: 260px;
  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: 660px;
	}

	
	
.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: 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;
	margin-bottom: 26px;
}
	
	.text_box{
	width: 330px;
	height: 100px;
	padding-top:20px;
	padding-bottom: 20px;
	border: 2px solid;
}

.shadow_box {
  width: 330px;
  height: 133px;
}

.text{
	padding-left: 20px;
	text-align: center;
    line-height: 34px;
}

.t_color{
	background: linear-gradient(transparent 60%, #FF6083 60%);
	font-weight: 600;
}

.radio{
  width: 90px;
  margin-top: 280px;
  transform: translate(-50%, -50%);
}

	
}
