@charset "UTF-8";
body{
	position: relative;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
h1, h2, h3, h4, h5, p, ul, li, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}

#container{
	position: relative;
}

ul, li {
	list-style: none;
}
a {
	color: #f00;
	cursor: pointer;
}
/*----clearfix----*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp{display: none !important;}

/*----top----*/

.sm-slider, .sm-slider:after{
	position: absolute;
}

body#top{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 中央に移動 */
    width: 1200px;
    height: 742px;
    background-color: #ffffff;
}

body#top::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;  /* 背景カラー */
	z-index: 9999;  /* 一番手前に */
	pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
	opacity: 0;  /* 初期値 : 透過状態 */
	-webkit-transition: opacity 2s ease-in-out;  /* アニメーション時間は 0.8秒 */
	transition: opacity 2s ease-in-out;
}

body#top.fadeout::after {
  	opacity: 1;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-position: center;
	/* background-image: url("images/top_bg.jpg"); */
	background-color: #ffe5ef;
	background-size: cover;
	background-repeat  : no-repeat;
	z-index: 1;
  }
  
#loader {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 730px;
	height: 260px!important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 2;
}

.bg{
	width:1200px;
	height: 742px;
	position: absolute;
	z-index: -1;
}

#top .container{
	/* float: right;
	width: 100%; */
}

#top h1 {
	display: inline-block;
	position: absolute;
	top: 60px;
	right: 60px;
}

#top ul{
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-direction: row-reverse;
	position: absolute;
	bottom: 0;
	left: 0;
}

#top ul li{
	margin-right: 10px;

}

/*----common----*/

header{
	margin: 0;
	padding: 0;
	width: 100%;
}

header h1{
	width: 300px;
	float: left;
	margin:25px 0 0 40px;
}

header h1 img{
	width: 100%;
}

header ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header ul li{
	padding-top: 25px;
}

header ul li.line{
	padding-top: 19px;
	border-top: 6px solid #fe0000;
}

header ul li a{
	display: block;
	border-left: 1px solid #bfbfbf;
	padding: 15px 80px;
}

body#yutaka,
body#fuku,
body#order{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 中央に移動 */
	width: 1200px;
	height: 742px;
	background-color: #ffffff;
}

section{
	max-width: 1120px;
	height: 626px;
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0 13px;
}

.section-title{
	position: absolute;
	top: 0;
	right: 60px;
	display: flex;
	justify-self: start;
	flex-direction: column;
	align-items: center;
}

.section-title h2{
	margin-bottom: 40px;
}

.section-title a{
	margin-bottom: 15px;
}

.section-title a:hover{
	opacity: .6;
	transition: all .5s;
}

section div.spec{
	position: relative;
}

.spec h3{
	display: flex;
	justify-content: flex-end;
}

ul.utility .close{
	z-index: 9999;
	position: absolute;
	top:0px;
	left:0px;
}

ul.utility .order{
	z-index: 9999;
	position: absolute;
	top:53px;
	left:13px;
}

/*----yutaka----*/

#yutaka section{
	background: url(images/photo_yutaka.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

/*----fuku----*/

#fuku section{
	background: url(images/photo_fuku.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

/*----order----*/
#order h2{
	position: relative;
	width: 100%;
	margin-top: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#order p{
	position: relative;
	display: block;
	float: right;
}

#order .link-1{
	margin-top: 130px;
	margin-right: 20px;
}


#order .link-2{
	margin-top: 130px;
	margin-right: 50px;
}

#order .text-1{
	margin-top: 130px;
	margin-right: 40px;
}