@charset "utf-8";

body{
	overflow-x: hidden;
}

.eng{
	font-family: ambroise-std, serif;
	font-style: normal;
}

.jap{
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
	font-style: normal;
}

html{
	font-size: 10px;
	box-sizing: border-box;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 769px){

.sp-br{
	display: none;
}

.menu-trigger{
	display: none;
}

#sp-header{
	display: none;
}

.sp-name{
	display: none;
}

#wrap{
	position: relative;
}

#menu{
	width: 200px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 100vh;
	box-shadow: 5px 0 3px rgba(0,0,0,0.31);
}

#content{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding-left: 200px;
	z-index: 50;
}

#menu h1{
	display: block;
	width: 200px;
	height: 200px;
	background-color: #605951;
}

#menu h1 img{
	width: 121px;
	margin-left: 36px;
	margin-top: 55px;
}

#menu ul{
	margin-top: 30px;
	width: 200px;
}

#menu ul li{
	display: block;
	width: 200px;
	height: 50px;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	line-height: 1.2;
	text-align: center;
}

#menu ul li:last-child a{
	border-bottom: none;
}

#menu ul li a{
	display: block;
	width: 150px;
	height: 50px;
	margin-left: 25px;
	text-decoration: none;
	color: #8f807e;
	border-bottom: 1px solid #b1a7a6;
	box-sizing: border-box;
	padding-top: 13px;
}

#menu ul li a:hover{
	color: #d1b471;
}

.selected{
	background-color: #e9e6e5;
}

#menu ul li.before-selected a{
	border-bottom: none;
}

#menu ul li.selected a{
	border-bottom: none;
}

#to-shop{
	display: block;
	width: 200px;
	height: 52px;
	background-color: #d1b471;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	box-sizing: border-box;
	padding-top: 18px;
	padding-left: 35px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 150px 20px;
	-webkit-transition-property: background-color; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

#to-shop:hover{
	background-color: #605951;
}



#visual-top{
	width: 100%;
	height: 533px;
	background-image: url("../img/main-back.jpg");
	background-size: cover;
}

#visual-top h2{
	font-size: 3.2rem;
	color: #ffffff;
	padding-top: 90px;
	margin-left: 35px;
}

#visual-top p{
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1.6;
	display: block;
	width: 450px;
	margin-top: 45px;
	margin-left: 35px;
}

.small-title{
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
	font-style: normal;
	color: #d1b471;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	padding-left: 10px;
}

.title{
	color: #d1b471;
	font-size: 3.0rem;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-top: 90px;
}

.texts{
	font-size: 1.4rem;
	color: #605951;
	line-height: 1.6;
}

#news ul{
	width: 94%;
	margin: 0px 3%;
	border-bottom: 1px solid #d1b471;
}

#news ul li{
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#news ul li:first-child{
	margin-right: 35px;
}

#lineup ul{
	display: flex;
	justify-content: center;
	width: 94%;
	margin: 0px 3%;
	margin-top: 45px;
}

#lineup ul li{
	width: 19.2%;
	height: 24vw;
	margin-right: 1%;
	position: relative;
}

#lineup ul li:last-child{
	margin-right: 0px;
}

.top-thumb{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-bottle{
	width: 28%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.top-bottle-2{
	width: 22%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#lineup ul li h3{
	position: absolute;
	bottom: 16%;
	left:35%;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}

#lineup ul li p{
	position: absolute;
	bottom: 1%;
	left: 35%;
	font-size: 1vw;
}

#shops{
	width: 94%;
	margin: 0px 3%;
	text-align: center;
	padding-bottom: 60px;
}

#shops p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 60px;
	color: #605951;
}

#inquiry-content{
	width: 100%;
	height: 192px;
	background-color: #ede1c6;
}

#inquiry-inside{
	width: 870px;
	height: 192px;
	background-image:url("../img/shop-back-2.png");
	background-size: cover;
	margin: 0px auto;
	text-align: center;
	box-sizing: border-box;
	padding-top: 60px;
	margin-top: 40px;
}

#inquiry-inside p{
	font-size: 1.6rem;
}

#inquiry-inside a{
	display: block;
	width: 120px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #605951;
	border-radius: 5px;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
	color: #605951;
	background-color: #ffffff;
	background-image: url("../img/arrow-2.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 12px 3px;
	font-size: 1.3rem;
	margin: 0px auto;
	margin-top: 12px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

#inquiry-inside a:hover{
	background-color: #d1b471;
	background-image: url("../img/arrow.png");
	color: #ffffff;
}

#agency{
	width: 100%;
}

#agency h2{
	text-align: left;
	width: 100%;
	margin-left: 3%;
}

#agency h3{
	border-bottom: 1px solid #d1b471;
	width: 94%;
	margin: 0px 3%;
	margin-top: 15px;
	padding-bottom: 5px;
}

#agency h3 a{
	color: #8f807e;
	font-size: 1.6rem;
	text-decoration: none;
}

#agency table{
	width: 94%;
	margin: 0px 3%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8f807e;
}

#agency table th{
	font-weight: normal;
	text-align: left;
	width: 330px;
}

#agency table td{
	height: 25px;
}

#agency p{
	display: none;
}

#bottom{
	width: 100%;
	height: 140px;
	text-align: center;
	border-top: 1px solid #d1b471;
}

#bottom img{
	height: 80px;
	margin-top: 30px;
}

#footer{
	width: 100%;
	height: 100px;
	background-color: #605951;
	text-align: center;
}

#footer ul{
	display: flex;
	justify-content: center;
	padding-top: 35px;
}

#footer ul li{
	display: block;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-potision: 0px 2px;
	font-size: 1.4rem;
	box-sizing: border-box:
}

#footer ul li a{
	text-decoration: none;
	color: #ffffff;
	padding-left: 12px;
	margin-right: 35px;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer ul li:last-child a{
	display: block;
	width: 120px;
	height: 20px;
	background-color: #d1b471;
	border-radius: 5px;
	border: 1px solid #000000;
	margin-top: -5px;
	box-sizing: border-box;
	color: #605951;
	padding-top: 3px;
	background-image: url("../img/arrow-2.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 8px 2px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

#footer ul li:last-child a:hover{
	background-image: url("../img/arrow.png");
	color: #ffffff;
	text-decoration: none;
	background-color: #8f807e;
}

#footer p{
	font-size: 1.2rem;
	color: #ffffff;
	margin-top: 30px;
}

#visual-lineup{
	background-image: url("../img/lineup-main.jpg");
	backgrouund-size: cover;
	width: 100%;
	height: 200px;
}

#visual-lineup h2{
	color: #ffffff;
	font-size: 4.2rem;
	letter-spacing: 0.2rem;
	margin-left: 35px;
	padding-top: 60px;
}

#visual-lineup p{
	color: #ffffff;
	font-size: 1.8rem;
	margin-left: 35px;
	margin-top: 20px;
}

#lineup-texts{
	width: 94%;
	margin: 0px 3%;
	padding-top: 30px;
	padding-bottom: 40px;
	color: #605951;
}

#lineup-texts h3{
	font-size: 2.0rem;
	margin-bottom: 30px;
}

#lineup-texts p{
	font-size: 1.4rem;
	line-height: 1.6;
}

.lineups{
	width: 94%;
	margin: 0px 3%;
	border-top: 1px solid #d1b471;
}

.lineups ul{
	width: 100%;
}

.lineups ul li{
	box-sizing: border-box;
	margin-top: 40px;
	padding-bottom: 40px;
}

.lineup-l ul li{
	float: left;
}

.lineup-r ul li{
	float: right;
}

.lineups h3{
	font-size: 3.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #605951;
	margin-bottom: 30px;
}

.lineups p{
	font-size: 1.4rem;
	line-height: 1.6;
}

.thumbs{
	width: 261px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.thumbs-2{
	width: 261px;
	position: absolute;
	top: 10px;
	left: 0px;
}

.bottles{
	width: 72px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottles-2{
	width: 58px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.lineups ul li:first-of-type{
	position: relative;
	width: 292px;
	height: 262px;
}

.lineups ul li:last-child{
	width: calc(100% - 292px);
	padding-left: 35px;
}

.lineup-r ul li:last-child{
	padding-right: 35px;
}

.lineup-small{
	font-size: 1.7rem;
	padding-left: 16px;
}

.lineups a{
	display: block;
	width: 120px;
	height: 20px;
	background-color: #d1b471;
	border-radius: 5px;
	border: 1px solid #605951;
	font-size: 1.6rem;
	color: #ffffff;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 12px 3px;
	padding-left: 25px;
	padding-top: 2px;
	letter-spacing: 0.1rem;
	text-decoration: none;
	margin-top: 20px;
	-webkit-transition-property: background-color; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

.lineups a:hover{
	background-color: #605951;
}





#visual-message{
	background-image: url("../img/message-main.jpg");
	backgrouund-size: cover;
	background-position: center;
	width: 100%;
	height: 200px;
}

#visual-message h2{
	color: #ffffff;
	font-size: 4.2rem;
	letter-spacing: 0.2rem;
	margin-left: 35px;
	padding-top: 60px;
}

#visual-message p{
	color: #ffffff;
	font-size: 1.8rem;
	margin-left: 35px;
	margin-top: 20px;
}

#message{
	width: 94%;
	height: 451px;
	margin: 0px 3%;
	margin-top: 30px;
	padding-bottom: 60px;
}

#message ul{
	width: 100%;
}

#message li{
	float: right;
}

#message ul li:first-child{
}

#message ul li:last-child{
	width: calc(100% - 436px);
}

#message img{
	width: 436px;
}

#message p{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #605951;
	display: block;
	margin-bottom: 35px;
}

#profile{
	width: 94%;
	margin: 0px 3%;
	box-sizing: border-box;
	padding: 25px;
	background-color: #e9e6e5;
	margin-bottom: 60px;
	color: #605951;
}

#profile img{
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#profile h3{
	font-size: 1.6rem;
}

#profile p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 30px;
}





#visual-bio{
	background-image: url("../img/bio-main.jpg");
	backgrouund-size: cover;
	width: 100%;
	height: 200px;
}

#visual-bio h2{
	color: #ffffff;
	font-size: 4.2rem;
	letter-spacing: 0.2rem;
	margin-left: 35px;
	padding-top: 60px;
}

#visual-bio p{
	color: #ffffff;
	font-size: 1.8rem;
	margin-left: 35px;
	margin-top: 20px;
}

#bio-texts{
	width: 94%;
	margin: 0px 3%;
	color: #605951;
	margin-top: 30px;
}

#bio-texts h3{
	font-size: 2.0rem;
}

#bio-texts p{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 30px;
}

.bio-content{
	width: 94%;
	margin: 0px 3%;
	margin-top: 40px;
	color: #605951;
}

.bio-content img{
	width: 281px;
}

.bio-content ul{
	width: 100%;
}

.bio-content h3{
	font-size: 2.0rem;
	border-bottom: 1px solid #d1b471;
	padding-bottom: 8px;
}

.bio-content p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
}

.bio-left ul li{
	float: left;
}

.bio-content ul li:first-child{
	width: 316px;
}

.bio-content ul li:last-child{
	width: calc(100% - 316px);
	min-height:350px;
}

.bio-left img{
	margin-right: 35px;
}

.bio-right ul li{
	float: right;
}

.bio-right img{
	padding-top: 40px;
	margin-left: 35px;
}

.bio-left img{
	margin-bottom: 40px;
}

.bio-right p{
	margin-bottom: 40px;
}

.bio-last{
	margin-bottom: 80px;
}

}

@media screen and (max-width: 768px){

.pc-br{
	display: none;
}



#sp-header{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 85;
	background-color: #ffffff;
	box-shadow: 0px 0.5px 1px gray;
	text-align: center;
}

#sp-header img{
	height: 40px;
	padding-top: 10px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 30px;
	z-index: 100;
}
	
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #8d807e;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 13px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-315deg);
	-moz-transform: translateY(-15px) rotate(315deg);
	transform: translateY(15px) rotate(-315deg);
	background-color: #8d807e;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(315deg);
	-moz-transform: translateY(-13px) rotate(315deg);
	transform: translateY(-13px) rotate(315deg);
	background-color: #8d807e;
}

#menu{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -100%;
	background-color: #605951;
	z-index: 90;
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-sizing: border-box;
	text-align: center;
}

#menu.open{
	width: 100%;
	height: 100%;
	background-color: #605951;
	z-index: 90;
	opacity: 1.0;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#menu h1 img{
	width: 60px;
	margin-top: 15px;
}

#menu ul{
	margin: 0px auto;
	margin-top: 30px;
	width: 240px;
}

#menu ul li{
	display: block;
	width: 240px;
	height: 60px;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.4;
	text-align: center;
}

#menu ul li:last-child a{
	border-bottom: none;
}

#menu ul li a{
	display: block;
	width: 240px;
	height: 60px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #726c65;
	box-sizing: border-box;
	padding-top: 13px;
}

#to-shop{
	display: block;
	width: 240px;
	height: 52px;
	background-color: #d1b471;
	text-decoration: none;
	color: #605951;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	box-sizing: border-box;
	padding-top: 18px;
	background-image: url("../img/arrow-2.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 180px 20px;
	margin: 0px auto;
	border-radius: 5px;
	border: 1px solid #605951;
	margin-top: 15px;
	-webkit-transition-property: background-color color border; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

#to-shop:hover{
	background-color: #605951;
	color: #ffffff;
	border: 1px solid #ffffff;
}

#content{
	width: 100%;
	box-sizing: border-box;
}

#visual-top{
	width: 100%;
	height: 490px;
	background-image: url("../img/sp-main-top.jpg");
	background-size: cover;
	margin-top: 60px;
}

#visual-top h2{
	font-size: 2.8rem;
	line-height: 1.2;
	color: #ffffff;
	padding-top: 40px;
	margin-left: 20px;
	padding-bottom: 25px;
}

#visual-top p{
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1.6;
	display: block;
	width: calc(100% - 40px);
	margin: 0px 20px;
}

.small-title{
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
	font-style: normal;
	color: #d1b471;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	padding-left: 10px;
}

.title{
	color: #d1b471;
	font-size: 2.8rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-top: 45px;
}

.texts{
	font-size: 1.4rem;
	color: #605951;
	line-height: 1.6;
}

#news ul{
	width: 90%;
	margin: 0px 5%;
	border-bottom: 1px solid #d1b471;
}

#news ul li:first-child{
	margin-top: 30px;
	padding-bottom: 0px;
	font-size: 1.2rem;
}

#news ul li:last-child{
	margin-top: 5px;
	padding-bottom: 15px;
}

#lineup ul{
	width: 90%;
	margin: 0px 5%;
	margin-top: 25px;
}

#lineup ul li{
	float: left;
	width: 48%;
	height: 75vw;
	margin-right: 4%;
	position: relative;
}

#lineup ul li:nth-child(even){
	margin-right: 0px;
}

#lineup ul li:last-child{
	margin-right: 0px;
}

.top-thumb{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-bottle{
	width: 28%;
	position: absolute;
	bottom: 7%;
	left: 0px;
}

.top-bottle-2{
	width: 22%;
	position: absolute;
	bottom: 7%;
	left: 0px;
}

#lineup ul li h3{
	position: absolute;
	bottom: 23%;
	left:35%;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}

#lineup ul li p{
	position: absolute;
	bottom: 8%;
	left: 35%;
	font-size: 3vw;
}


#shops{
	width: 90%;
	margin: 0px 5%;
	text-align: center;
	padding-bottom: 30px;
}

#shops p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 30px;
	color: #605951;
}


#inquiry-content{
	width: 100%;
	height: 192px;
	background-color: #ede1c6;
}

#inquiry-inside{
	width: 100%;
	height: 200px;
	background-image:url("../img/sp-shop-back-2.png");
	background-size: contain;
	margin: 0px auto;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
	margin-top: 20px;
}

#inquiry-inside p{
	font-size: 1.4rem;
	line-height: 1.6;
}

#inquiry-inside a{
	display: block;
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #605951;
	border-radius: 5px;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
	color: #605951;
	background-color: #ffffff;
	background-image: url("../img/arrow-2.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 12px 13px;
	font-size: 1.3rem;
	margin: 0px auto;
	margin-top: 20px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

#inquiry-inside a:hover{
	background-color: #d1b471;
	background-image: url("../img/arrow.png");
	color: #ffffff;
}

#agency{
	width: 100%;
}

#agency h2{
	text-align: left;
	width: 100%;
	margin-left: 3%;
}

#agency h3{
	border-bottom: 1px solid #d1b471;
	width: 90%;
	margin: 0px 5%;
	margin-top: 10px;
	padding-bottom: 5px;
}

#agency h3 a{
	color: #8f807e;
	font-size: 1.6rem;
	text-decoration: none;
}

#agency table{
	display: none;
}

#agency p{
	font-size: 1.3rem;
	line-height: 1.6;
	display: block;
	width: 90%;
	margin: 0px 5%;
	margin-top: 10px;
	margin-bottom: 50px;
}

#bottom{
	display: none;
}

#footer{
	width: 100%;
	height: 40px;
	background-color: #605951;
	text-align: center;
}

#footer ul{
	display: none;
}

#footer p{
	font-size: 1.1rem;
	color: #ffffff;
	padding-top: 12px;
}

#visual-lineup{
	background-image: url("../img/sp-lineup-main.jpg");
	backgrouund-size: cover;
	width: 100%;
	height: 150px;
	margin-top: 60px;
	text-align: center;
}

#visual-lineup h2{
	color: #ffffff;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	padding-top: 50px;
}

#visual-lineup p{
	color: #ffffff;
	font-size: 1.6rem;
	margin-top: 5px;
}

#lineup-texts{
	width: 100%;
	margin: 0px;
	background-color: #8d807e;
	box-sizing: border-box;
	padding: 25px 20px 30px 20px;
	color: #ffffff;
}

#lineup-texts h3{
	font-size: 2.0rem;
	margin-bottom: 25px;
	line-height: 1.4;
}

#lineup-texts p{
	font-size: 1.4rem;
	line-height: 1.6;
}

.lineups{
	width: 90%;
	margin: 0px 5%;
}

.lineups ul{
	width: 100%;
	border-top: 1px solid #d1b471;
}

.lineups ul li{
	padding-bottom: 40px;
}

h3.sp-name{
	font-size: 3.0rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #605951;
	margin-top: 25px;
	margin-bottom: 20px;
}

.lineups ul li h3{
	display: none;
}

.lineups p{
	font-size: 1.4rem;
	line-height: 1.6;
}

.lineups ul li:first-of-type{
	position: relative;
	width: 90%;
	margin: 0px 5%;
}

.thumbs{
	width: 100%;
	height: 66vw;
}

.thumbs-2{
	width: 100%;
	height: 66vw;
}

.bottles{
	width: 27%;
	position: absolute;
	top: -20px;
	right: 0px;
}

.bottles-2{
	width: 22%;
	position: absolute;
	top: -10px;
	right: 0px;
}

.lineup-small{
	font-size: 1.6rem;
	padding-left: 16px;
}

.lineups a{
	display: block;
	width: 120px;
	height: 25px;
	background-color: #d1b471;
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	font-size: 1.4rem;
	color: #ffffff;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 115px 10px;
	padding-left: 10px;
	padding-top: 10px;
	letter-spacing: 0.1rem;
	text-decoration: none;
	margin-top: 20px;
	-webkit-transition-property: background-color; 
	-webkit-transition-duration: 0.1s;  
    	-webkit-transition-timing-function: linear;
}

.lineups a:hover{
	background-color: #605951;
}





#visual-message{
	background-image: url("../img/sp-message-main.jpg");
	backgrouund-size: cover;
	background-position: center;
	width: 100%;
	height: 150px;
	margin-top: 60px;
	text-align: center;
}

#visual-message h2{
	color: #ffffff;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	padding-top: 50px;
}

#visual-message p{
	color: #ffffff;
	font-size: 1.6rem;
	margin-top: 5px;
}

#message{
	width: 90%;
	height: auto;
	margin: 0px 5%;
	margin-top: 30px;
	padding-bottom: 10px;
}

#message ul{
	width: 100%;
}

#message img{
	width: 218px;
	margin-left: -40px;
	margin-bottom: 25px;
}

#message li{
	width: 100%;
}

#message li:first-child{
	text-align: center;
}

#message p{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #605951;
	display: block;
	margin-bottom: 25px;
}

#profile{
	width: 90%;
	margin: 0px 5%;
	box-sizing: border-box;
	padding: 25px;
	background-color: #e9e6e5;
	margin-bottom: 40px;
	color: #605951;
}

#profile-image{
	width: 100%;
	text-align: center;
}

#profile img{
	width: 150px;
}

#profile h3{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 25px;
}

#profile p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 25px;
}





#visual-bio{
	background-image: url("../img/sp-bio-main.jpg");
	backgrouund-size: cover;
	width: 100%;
	height: 150px;
	margin-top: 60px;
	text-align: center;
}

#visual-bio h2{
	color: #ffffff;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	padding-top: 50px;
}

#visual-bio p{
	color: #ffffff;
	font-size: 1.6rem;
	margin-top: 5px;
}

#bio-texts{
	width: 100%;
	background-color: #8d807e;
	color: #ffffffff;
	box-sizing: border-box;
	padding: 25px 20px 30px 20px;
}

#bio-texts h3{
	font-size: 2.0rem;
	line-height: 1.4;
}

#bio-texts p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 25px;
}

.bio-content{
	width: 90%;
	margin: 0px 5%;
	margin-top: 30px;
	color: #605951;
}

.bio-content ul{
	width: 100%;
}

.bio-content ul li:first-child{
	width: 100%;
}

.bio-content ul li:last-child{
	margin-top: 25px;
}

.bio-content img{
	width: 54%;
	margin: 0px 23%;
}

.bio-content h3{
	font-size: 2.0rem;
	border-bottom: 1px solid #d1b471;
	padding-bottom: 8px;
}

.bio-content p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
}

.bio-right p{
	margin-bottom: 30px;
}

.bio-last{
	margin-bottom: 40px;
}


}
