@charset "UTF-8";

* {
	box-sizing:border-box;
}

body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
	margin: 0;
	padding: 0;
	color: #333;
	background-color:#FFEFD5;
}
input:visited {
	color: inherit;
}
input:hover {
	opacity: 0.6;
}

.slider { /* スライダー・高さは使う画像に合わせて設定 */
	height: 600px;
	width: 100%;
}
.home {
	background-image:url("../images/back_yakata.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:rgba(240,240,240,0.8);
	background-blend-mode:color;
}

video{
  background: #000000;
  width: 100%;
  height: 90%;
}
.question input {
	margin: 30px 40px 0;
	width: 300px;
	height: 300px;
	border-width: medium;
	border-radius: 10px;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
}

/*--------------------------------
ヘッダー部分・ロゴ・サイトタイトル
---------------------------------*/
.header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background-color: #FFEFD5;
}
.header_logo {
	width: 250px;
	height: 130px;
	float: left;
	margin-left: 100px;
}
.header_logo img {
	width: 250px;
	height: 130px;
}

/*--------------------------------
メインナビゲーション
---------------------------------*/
.navigation {
	padding-top: 40px;
	width: 660px;
	float: right;
	margin-right: 100px;
}
.navigation ul {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation li a {
	margin-left: 32px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	transition: 0.3s;
}
.navigation li a:hover {
	color: #CC3300;
}
.underline {
	background: linear-gradient(transparent 75% , #a8eaff 75%);
}

/*--------------------------------
テキストエリア
---------------------------------*/
.text_wrapper {
	width: 800px;
	margin:100px auto 80px;
	padding-top: 80px;
	text-align: center;
}
.text_wrapper p {
	font-weight: bold;
	font-size: 18px;
	line-height: 4;
	color: #333;
}
.text_wrapper h2 {
	font-weight: bold;
	font-size: 50px;
	padding-top: 40px;
	color:#FF8C00;
}
.text_wrapper img {
	width: 300px;
}

/* ////////// 第一選択エリア////////// */
.question {
	width: 850px;
	margin: 40px auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.question h3 {
	width: 500px;
	font-size: 24px;
	border: 3px solid #F08080;
}
.choice a {
	height: 100%;
}
.choice  img {
	margin: 30px 40px 0;
	width: 300px;
	height: 300px;
	border-width: medium;
	border-radius: 10px;
}
.choice p {
	font-size: 20px;
	font-weight: bold;
}
.choice1 p {
	background-color: red;
}
.choice2 p {
	background-color: yellow;
}
.choice3 p {
	background-color: green;
}
.rock {
	background: url(../images/rock.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.jpop {
	background: url(../images/jpop.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.kashi {
	background: url(../images/kashi.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.melody {
	background: url(../images/melody.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.visual {
	background: url(../images/visual.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.high {
	background: url(../images/high.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.low {
	background: url(../images/low.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.hasyagu {
	background: url(../images/hasyagu.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.final_result {
	text-decoration: none;
	text-align: center;
}
.final_result h1 {
	font-size: 40px;
	margin: 60px auto;
}
.final_result h2 {
	font-size: 30px;
	margin: 40px auto;
}
.final_result h3 p {
	font-size: 20px;
	margin: 30px auto;
}
.final_result h4 {
	font-size: 15px;
	margin: 35px auto 25px;
}
.final_result p {
	font-weight: bold;
}
.final_result a {
	font-size: 20px;
	margin: 35px auto 25px;
	text-decoration: none;
	text-decoration-color: #000;
}

.recommendation{
	text-align: center;
}
.recommendation h1 {
	font-size: 40px;
	margin: 60px auto;
}
.recommendation h2 {
	font-size: 30px;
	margin: 40px auto;
}
.recommendation input {
	justify-content: center;
	margin: 20px auto;
	width: 100px;
	height: 40px;
}

/*--------------------------------
フッター
---------------------------------*/
.footer {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	border-top: dotted 1px #333;
  flex-wrap: wrap;
	background-color: #FFEFD5;
}
.footer_navigation ul {
  padding-left: 50px;
  display: flex;
	justify-content: center;
}
.footer_navigation li {
	display:inline-block;
	margin: auto 20px;
}
.footer_navigation li a {
	text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
	transition: 0.3s;
}
.inquery {
	width: 100%;
}
.inquery h1 {
	text-align: center;
}
.inquery p {
	text-align: center;
}
.inquery_form {
	width: 80%;
}
.inquery_submit {
	margin-bottom: 50px;
	margin-left: 175px;
}
.footer_navigation li a:hover {
  color: #CC3300;
}
.notice-my_name {
	display: none;
	color: red;;
}
.notice-artist_name {
	display: none;
	color: red;;
}