@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: 7%;
	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-bottom: 5%;
}
h1 img{
	width: 12vw;
}
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: 0.6vw;
	line-height: 2vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05vw;
	text-shadow: 0.1vw 0.1vw 0.2vw #000000;
}
p3 {
	font-size: 0.6vw;
	line-height: 1.2vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p4 {
	font-size:1vw;
	line-height:3vh;
	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%;
	height:auto;
	text-align:center;
}
.box3 {
	width: 100%;
	margin: 0 auto 0 15vw;
	text-align: center;
	display: block;
}
.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: 2vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 10vh;
	margin-bottom: 8vh;
	letter-spacing: 0.2vw;
}
.title3 {
	font-size: 1vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 15vh;
	margin-bottom: 1vh;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	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:10vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon1.png);
	background-size: 6vw;
	background-repeat: no-repeat;
	margin-right: 1vw;
}
.btn01:hover {
	background-image: url(../images/sns_icon1b.png);
}
.btn02 {
	margin-top:10vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon2.png);
	background-size: 6vw;
	background-repeat: no-repeat;
	margin-right: 1vw;
}
.btn02:hover {
	background-image: url(../images/sns_icon2b.png);
}
.btn03 {
	margin-top:10vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon3.png);
	background-size: 6vw;
	background-repeat: no-repeat;
}
.btn03:hover {
	background-image: url(../images/sns_icon3b.png);
}
.btn_box{
	height: 6vw;
	width: 6vw;
}
.bk {
  color:#FFF;
}
.photo1{
	margin-top:6%;
	margin-bottom:7%;
}
.photo1 img {
	width: 8vw;
}
.img {
	position:absolute;
	z-index: 5;
	left: 18%;
	top: 25%;
	right: auto;
	bottom: auto;
}
.img img {
	width: 11vw;
}
.img2 {
	position: absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 18%;
	bottom: 20%;
}
.img2 img {
	width: 10vw;
}
.img3 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 10%;
	bottom: 5%;
}
.img3 img {
	width: 14vw;
}
.img4 {
	position:absolute;
	z-index: 5;
	left: 8%;
	top: auto;
	right: auto;
	bottom: 2%;
}
.img4 img {
	width: 20vw;
}
.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;
	position: absolute;
	left: 0vw;
	top: 2.5vh;
	right: auto;
	bottom: auto;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 3vh;
	width: 8vw;
	text-align: right;
	line-height: 3vh;
	padding-right: 0.5vw;
	z-index: 2;
}
.N{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	left: 0vw;
	top: 5.5vh;
	right: auto;
	bottom: auto;
	color: #FFF;
	height: 2vh;
	width: 8vw;
	text-align: right;
	line-height: 2vh;
	padding-right: 0.5vw;
	z-index: 2;
}

/*------------------------------------------
 お問い合わせフォーム
------------------------------------------*/
.lead-form{
  text-align: center;
}
form{
	width: 80vw;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	padding-left: 3vw;
}
.item{
	overflow: hidden;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	padding-left: 0.5vw;
}
.label{
	float: left;
	margin-right: 5vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-size: 0.6vw;
}
.inputs{
	float: left;
}
input[type="text"],input[type="email"]{
	border: solid 1px #aaa;
	border-radius:5px;
	padding:1vh;
	width: 24vw;
	font-size: 0.6vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea{
	border: solid 1px #aaa;
	border-radius:5px;
	padding: 1vh;
	width: 24vw;
	height: 20vh;
	font-size: 0.6vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	resize : both;
	vertical-align:top;
	margin-bottom: 1vh;
}
.btn-area{
	width: 3vw;
	height: 5vh;
	margin-left: 0vw;
}
input[type="submit"]{
	border: none;
	color: white;
	font-size:0.6vw;
	background-color: #666699;
	padding-top: 1vh;
	padding-right: 2vw;
	padding-bottom: 1vh;
	padding-left: 2vw;
	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;
}