@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;
	margin-top: 3vh;
	margin-right: auto;
	margin-left: auto;
}
h1 img {
	width:20vw;
}
logo {
	font-size:300%;
	text-shadow:0 3px 3px #111;
	z-index: 2;
	top: 4vh;
    left: 4vw;
	position: absolute;
}
logo {
	width:32vw;
}
p {
  font-size:120%;
  line-height:150%;
}
p2 {
	font-size:1.4vw;
	line-height:2.8vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 3vh;
}
p3 {
	font-size:1.3vw;
	line-height:2vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p4 {
	font-size:1.8vw;
	line-height:3vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.box {
	width:70%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30%;
}
.box2 {
	width:100%;
	text-align:center;
}
.box3 {
	width:60%;
	text-align:center;
	margin-top: 2vh;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40%;
}
.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: 70px;
	margin-bottom: 30px;
}
.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: 0;
	margin-bottom: -2vh;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}
.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:3vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon1.png);
	background-size: 11vw;
	background-repeat: no-repeat;
	margin-right: 2vw;
}
.btn01:hover {
	background-image: url(../images/sns_icon1b.png);
}
.btn02 {
	margin-top:3vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon2.png);
	background-size: 11vw;
	background-repeat: no-repeat;
	margin-right: 2vw;
}
.btn02:hover {
	background-image: url(../images/sns_icon2b.png);
}
.btn03 {
	margin-top:3vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon3.png);
	background-size: 11vw;
	background-repeat: no-repeat;
}
.btn03:hover {
	background-image: url(../images/sns_icon3b.png);
}
.btn_box{
	height: 11vh;
	width: 11vw;
}
.bk {
  color:#FFF;
}
.photo1{
	margin-top:4vh;
	margin-bottom:6vh;
}
.img {
	position:absolute;
	z-index: 5;
	left: 5%;
	top: 10%;
	right: auto;
	bottom: auto;
}
.img img {
	width: 18vw;
}
.img2 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 5%;
	bottom: 20%;
}
.img2 img {
	width: 18vw;
}
.img3 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 10%;
	bottom: 5%;
}
.img4 {
	position:absolute;
	z-index: 5;
	left: 6%;
	top: auto;
	right: auto;
	bottom: 6%;
}
.img4 img {
	width: 24vw;
}
.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: 120px;
	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: 120px;
	text-align: right;
	line-height: 28px;
	padding-right: 10px;
	z-index: 2;
}

/*------------------------------------------
 お問い合わせフォーム
------------------------------------------*/
.lead-form{
  text-align: center;
}
form{
	width:600px;
	position: absolute;
	z-index:3;
	margin-top: -2vh;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -5vw;
}
.item{
	overflow: hidden;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -4vh;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 600px;
}
.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: 350px;
	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: 350px;
	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: 0;
}
.btn-area{
	width: 60px;
	height: 35px;
	margin-top: -4vh;
	margin-left: 3vw;
}
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;
}

/*------------------------------------------
 ナビゲーション用テキスト
------------------------------------------*/
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;
	top: 4vh;
	left: 26vw;
	position: absolute;
	z-index:3;
}
li2 {
	width: 15vw;
	height: 5.2vh;
	list-style-type: none;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	line-height: 5vh;
	margin-bottom: 1vh;
}
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;
}

}

