@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:3%;
  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: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	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: 2vh;
	margin-right: auto;
	margin-left: auto;
}
h1 img {
	width:15vw;
}
.logo {
	z-index: 0;
	position: absolute;
	top: 15vh;
	left:  32vw;
	right:  auto;
}
.logo img {
	width: 20vw;
}
logo {
	z-index: 2;
	top: 4vh;
    left: 2vw;
	position: absolute;
}
logo img {
	width:20vw;
}
p {
  font-size:120%;
  line-height:150%;
}
p2 {
	font-size:1vw;
	line-height:2vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 2vh;
}
p3 {
	font-size:1vw;
	line-height:1vh;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p4 {
	font-size: 2.2vw;
	line-height: 4vh;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
p5 {
	font-size:1vw;
	line-height:1vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p5 br {display: none;}
.box {
	width:90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30%;
}
.box2 {
	width:100%;
	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: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0px;
}
.title2 {
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
/* ボタン表示の設定 */
.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;
}
.btn3 {
	border:#fff solid 1px;
	border-radius:100px;
	position: absolute;
	z-index:1;
	width: 10vw;
	margin-left:  27.5vw;
	margin-bottom:  30vh;
}
.btn3:hover {
  background: rgba( 255, 255, 255, 0.6 );
}
.btn3 img {
	width: 2.5vw;
}
.btn01 {
	margin-top:5vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon1.png);
	background-size: 12vw;
	background-repeat: no-repeat;
	margin-right: 2vw;
}
.btn01:hover {
	background-image: url(../images/sns_icon1b.png);
}
.btn02 {
	margin-top:5vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon2.png);
	background-size: 12vw;
	background-repeat: no-repeat;
	margin-right: 2vw;
}
.btn02:hover {
	background-image: url(../images/sns_icon2b.png);
}
.btn03 {
	margin-top:5vh;
	display:inline-block;
	text-decoration:none;
	background-image: url(../images/sns_icon3.png);
	background-size: 12vw;
	background-repeat: no-repeat;
}
.btn03:hover {
	background-image: url(../images/sns_icon3b.png);
}
.btn_box{
	height: 20vh;
	width: 12vw;
}
.bk {
  color:#FFF;
}
.photo1{
	margin-top:4vh;
	margin-bottom:6vh;
}
.photo1 img{
	width: 15vw;
	display:  inline-block;
	margin-top: 0px;
	margin-right: 1vw;
	margin-bottom: 0vw;
	margin-left: auto;
}
.img {
	position:absolute;
	z-index: 5;
	left: 3%;
	top: 7%;
	right: auto;
	bottom: auto;
}
.img img {
	width: 14vw;
}
.img2 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: 7%;
	right: 3%;
	bottom: 10%;
}
.img2 img {
	width: 14vw;
}
.img3 {
	position:absolute;
	z-index: 5;
	left: auto;
	top: auto;
	right: 15%;
	bottom: 5%;
}
.img3 img {
	width: 18vw;
}
.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;
}
.scroll_icon{
	display:  none;
}
.br::before {
	content: "\A";
	white-space: normal;
}
.br2::before {
    content: "\A";
    white-space: pre;
}

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

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

/*------------------------------------------
 トップへ戻るボタン用テキスト
------------------------------------------*/
.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: 24vw;
	position: absolute;
	z-index: 4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2vh;
}
li2 {
	width: 15vw;
	height: 6vh;
	list-style-type: none;
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	line-height: 5vh;
	margin-bottom: 3vh;
}
li2:hover {
    background-color: rgba(255,255,255,0.5);
	border: 1px solid #FFF;
}
li2 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 2vw;
}
.footer {
	width: 100%;
	height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	z-index:2;
	bottom: 2px;
	text-align: center;
	margin-left: -5%;
	font-size: 8pt;
}

/*------------------------------------------
 ハンバーガーメニュー
------------------------------------------*/
*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.cp_cont {
height: 65vh;
}
@media (max-width: 750px) {
/* menu */
.cp_offcm03 {
position: absolute;
left: -100%;
overflow-y: hidden;
width: 100%;
height: 100%;
top: 0px;
padding-top: 8.5vh;
color: #ffffff;
background-color: rgba(0,0,0,0.5);
}
.cp_offcm03 ul {
width: 50%;
overflow: hidden;
position: absolute;
/* 要素の配置方法を指定 */
top: 8.5vh;
z-index:5;
display: flex;
flex-direction: column-reverse;
background-color: rgba(0,0,0,0.7);
}
.cp_offcm03 li {
display: block;
margin-right: 0;
border-bottom: 1px solid #ffffff;
}
.cp_offcm03 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 	2vh;
	text-decoration: none;
	color: #ffffff;
	font-weight: lighter;
	width: 100%;
	height: 8.5vh;
	font-size: 2.5vw;
}
.cp_offcm03 a:hover {
background-color: rgba(255,255,255,0.5);
}
/* menu toggle */
.cp_mobilebar {
display: block;
z-index: 10;
position: absolute;
top: 0;
left: 0;
padding: 0 25px;
width: 100%;
height: 8.5vh;
background-color: rgb(0,0,0);
}
.cp_menuicon {
	display: block;
	position: relative;
	width: 25px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	text-align: left;
}
.cp_menuicon > span {
	display: block;
	position: absolute;
	top: 55%;
	margin-top: -0.3em;
	width: 100%;
	height: 0.2em;
	border-radius: 1px;
	background-color: #eeeeee;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}
.cp_menuicon > span:before,
.cp_menuicon > span:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 1px;
background-color: #eeeeee;
-webkit-transition: transform .3s ease-in;
transition: transform .3s ease-in;
}
.cp_menuicon > span:before {
-webkit-transform: translateY(-0.6em);
transform: translateY(-0.6em);
}
.cp_menuicon > span:after {
-webkit-transform: translateY(0.6em);
transform: translateY(0.6em);
}
#cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#cp_toggle03:checked + .cp_mobilebar span:before,
#cp_toggle03:checked + .cp_mobilebar span:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
#cp_toggle03:checked ~ .cp_offcm03 {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
#cp_toggle03:checked ~ .cp_container {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}
/* content */
.cp_container {
top: 60px;
height: 92vh;
}
}

