@charset "utf-8";

/*------------------------------------------
 基本設定
------------------------------------------*/
html {
  height:100%;
  overflow:hidden; /* 画面外を非表示に */
}
body {
	overflow-y:scroll;
	overflow-x:hidden; /* 縦のスクロールバーのみ表示 */
	background:#000;
	padding:0;
    margin: 0;
	color:#fff;
	/* 3D表現 */
  -webkit-transform-style:preserve-3d;
	transform-style:preserve-3d; /* 3D表示の描写を平面か立体 */
	-webkit-perspective:1px;
	perspective:1px; /* 遠近効果を与える */
	height:100%;
}

/*------------------------------------------
 カット共通設定
------------------------------------------*/
#cut1,#cut2,#cut3,#cut4,#cut5,#cut6 {
  position:relative;
  width:100%;
  min-height:100%;
  padding:5%;
  box-sizing:border-box; /* paddingの値をwidth・heightの内に含める */
	-webkit-transform-style:inherit;
	        transform-style:inherit; /* bodyに指定したpreserve-3dを子要素にも適用 */
  background-size:cover;
}
div:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-size:cover;
  z-index:-1;
}

/*------------------------------------------
 カット個別設定
------------------------------------------*/
#cut1 {
	text-align:center;
	font-size:90%;
	background-attachment:fixed;
    background-image:url("../img/bg01.jpg");
	padding-top: 2%;
	padding-right: 20%;
	padding-bottom: 5%;
	padding-left: 20%;
	height: 100%;
}
#cut2:after {
    background-image:url("../img/bg02.jpg");
	transform:translateZ(-1px) scale(2px); /* translateZとscaleで画面を覆うよう調整 */
}
#cut3 {
  background-image:url("../img/bg03.jpg");
  background-attachment:fixed;
}
#cut4:after {
  background-image:url("../img/slide_16.jpg");
  transform:translateZ(-1px) scale(2px);
}
#cut5 {
  background-image:url("../img/bg05.jpg");
  background-attachment:fixed;
}
#cut6 {
  background-image:url("../images/bg.gif");
  background-attachment:fixed;
}


/*------------------------------------------
 レイアウト用
------------------------------------------*/
h1 {
	font-size:300%;
	text-shadow:0 3px 3px #111;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
logo {
	font-size:300%;
	text-shadow:0 3px 3px #111;
	z-index: 2;
    left: 100px;
	position: absolute;
	top: 100px;
}
p {
  font-size:120%;
  line-height:150%;
}
p2 {
	font-size:14px;
	line-height:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p3 {
	font-size:12px;
	line-height:28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p4 {
	font-size:14px;
	line-height:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box {
  width:65%;
  margin:0 0 0 auto;
}
.box2 {
	width:100%;
	text-align:center;
}
.box3 {
  width:65%;
  margin:0 0 0 auto;
  text-align:center;
}
.box h1 {
   font-size:400%;
   text-shadow:0 3px 3px #111;
}
.box img {
  position:absolute;
  bottom:0;
  left:10%;
}
.title {
	font-size: 34px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}
.title2 {
	font-size: 34px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 40px;
}
.title3 {
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}
.btn {
	margin-top:40px;
	display:inline-block;
	padding:20px 100px;
	color:#FFF;
	border:#fff solid 2px;
	text-decoration:none;
	font-size:140%;
	font-weight:bold;
	font-family:Helvetica;
}
.btn:hover {
  background:#fff;
  color:#000;
}
.btn2 {
	margin-top:40px;
	display:inline-block;
	padding:20px 100px;
	color:#000;
	border:#000 solid 2px;
	text-decoration:none;
	font-size:140%;
	font-weight:bold;
	font-family:Helvetica;
}
.btn2:hover {
  background:#000;
  color:#fff;
}
.btn01 {
	margin-top:80px;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon1.png);
	height: 110px;
	width: 110px;
	margin-right: 40px;
}
.btn01:hover {
	background-image: url(../images/sns_icon1b.png);
	height: 110px;
	width: 110px;
}
.btn02 {
	margin-top:80px;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon2.png);
	height: 110px;
	width: 110px;
	margin-right: 40px;
}
.btn02:hover {
	background-image: url(../images/sns_icon2b.png);
	height: 110px;
	width: 110px;
}
.btn03 {
	margin-top:80px;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon3.png);
	height: 110px;
	width: 110px;
	margin-right: 40px;
}
.btn03:hover {
	background-image: url(../images/sns_icon3b.png);
	height: 110px;
	width: 110px;
}
.btn_box{
	height: 110px;
	width: 110px;
}
.bk {
  color:#FFF;
}
.photo1{
	margin-top:25px;
	margin-bottom:50px;
}
.img {
	position:absolute;
	z-index: 5;
	left: 5%;
	top: 15%;
	right: auto;
	bottom: auto;
}
.img2 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 5%;
	bottom: 20%;
}
.img3 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 10%;
	bottom: 5%;
}
.img4 {
	position:absolute;
	z-index: 5;
	left: 8%;
	top: auto;
	right: auto;
	bottom: 2%;
}
.img_box{
      animation: img_box_9955 3s linear infinite;
      transform-origin: 50% 50%;
      margin: 1rem 0 !important;
}
@keyframes img_box_9955 {
      0% { transform: translateY(0) }
      33.33333% { transform: translateY(-10px) }
      66.66667% { transform: translateY(0) }
      100% { transform: translateY(0) }
}
.img_box2{
      animation: img_box_9956 5s linear infinite;
      transform-origin: 50% 50%;
      margin: 1rem 0 !important;
}
@keyframes img_box_9956 {
      0% { transform: translateY(0) }
      33.33333% { transform: translateY(-20px) }
      66.66667% { transform: translateY(0) }
      100% { transform: translateY(0px) }
}
.scroll{
	text-align: center;
	width: 100%;
	margin-top:30px;
}
#cp_toggle03 {
display: none;
}


/*------------------------------------------
 スライドショー用テキスト
------------------------------------------*/
.SS_title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 30px;
	right: auto;
	bottom: auto;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 36px;
	width: 140px;
	text-align: right;
	line-height: 36px;
	padding-right: 10px;
	z-index: 2;
}
.N{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 66px;
	right: auto;
	bottom: auto;
	color: #FFF;
	height: 28px;
	width: 140px;
	text-align: right;
	line-height: 28px;
	padding-right: 10px;
	z-index: 2;
}

/*------------------------------------------
 お問い合わせフォーム
------------------------------------------*/
.lead-form{
  text-align: center;
}
form{
  width:920px;
  margin:0 auto;
  position: absolute;
  z-index:3;
}
.item{
	overflow: hidden;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 860px;
}
.label{
	float: left;
	margin-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-size: 15px;
}
.inputs{
	float: left;
}
input[type="text"],input[type="email"]{
	border: solid 1px #aaa;
	border-radius:5px;
	padding:10px;
	width: 450px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea{
	border: solid 1px #aaa;
	border-radius:5px;
	padding: 10px;
	width: 450px;
	height: 200px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	resize : both;
	vertical-align:top;
	margin-bottom: 10px;
}
.btn-area{
	width: 60px;
	height: 35px;
	margin-top: -50px;
	margin-left: -70px;
}
input[type="submit"]{
	border: none;
	color: white;
	font-size:15px;
	background-color: #666699;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	z-index: 5;
}

/*------------------------------------------
 ナビゲーション用テキスト
------------------------------------------*/
ul {
	width: 100%;
	overflow: hidden;
	position: absolute;    /* 要素の配置方法を指定 */
	top: 0px;
	right: -80px;
	z-index:2;
}
 
li {
	float: right;
	width: 150px;
	height: 38px;
	list-style-type: none;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	line-height: 36px;
}

li1 {
	float: right;
	width: 150px;
	height: 38px;
	list-style-type: none;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
}

  
li:hover {
    background-color: rgba(255,255,255,0.5);
	border: 1px solid #FFF;
}

a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: lighter;
}

.line {
	width: 100%;
	height: 38px;
	top: 16px;
	z-index:1;
	position: absolute;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

/*------------------------------------------
 トップへ戻るボタン用テキスト
------------------------------------------*/
.page_top{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  border: 1px solid #FFF;
  opacity: 0.6;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  z-index: 3;
}
.page_top::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*------------------------------------------
 最終ページページ内リンク
------------------------------------------*/
ul2 {
	width: 100%;
	overflow: hidden;
	left: 350px;
	position: absolute;
	z-index:3;
	top: 100px;
}
li2 {
	width: 150px;
	height: 38px;
	list-style-type: none;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	line-height: 36px;
	margin-bottom: 10px;
}
li2:hover {
    background-color: rgba(255,255,255,0.5);
	border: 1px solid #FFF;
}
.footer {
	width: 100%;
	height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	z-index:3;
	bottom: 15px;
	text-align: center;
	margin-left: -5%;
	font-size: 8pt;
}